Skip to content

Instantly share code, notes, and snippets.

@Hbentzur
Created April 3, 2018 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hbentzur/acea3407cc0c0ec137c5ad269a4cf2ca to your computer and use it in GitHub Desktop.
Save Hbentzur/acea3407cc0c0ec137c5ad269a4cf2ca to your computer and use it in GitHub Desktop.
landslides
< -- Global Landslide Catalog. -->
< -- The Global Landslide Catalog (GLC) was developed with the goal of identifying rainfall-triggered landslide events around the world, regardless of size, impacts or location. The GLC considers all types of mass movements triggered by rainfall, which
have been reported in the media, disaster databases, scientific reports, or other sources. The GLC has been compiled since 2007 at NASA Goddard Space Flight Center. This is a unique data set with the ID tag “GLC” in the landslide editor. This dataset
on data.nasa.gov was a one-time export from the Global Landslide Catalog maintained separately. It is current as of March 7, 2016. The original catalog is available here: http://ojo-streamer.herokuapp.com/ -->
<!DOCTYPE html>
<html lang='en'>
<head>
<style>
body {
margin: 0;
padding: 0;
}
html,
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
</style>
<title> landslides </title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.css' rel='stylesheet' />
</head>
<body>
<div id='map'> </div>
<script>
mapboxgl.accessToken = 'pk.eyJ1IjoiaGJ0IiwiYSI6ImNqOHo4NGh5czJpYXIzMnA4bnYybmtrcWQifQ.xFGp_QLgqKIrkPgCdJBtZA';
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/light-v9',
center: [-74.0006213, 40.7229971],
zoom: 3,
});
// I tried to use https://www.mapbox.com/mapbox-gl-js/example/cluster/
map.on('load', function() {
map.addSource('landslides', {
type: 'geojson',
data: 'data/ls.geojson',
cluster: true,
clusterMaxZoom: 10, // Max zoom to cluster points on
clusterRadius: 30 // Radius of each cluster when clustering points
});
map.addLayer({
id: 'clusters',
type: 'circle',
source: 'landslides',
filter: ['has', 'point_count'],
paint: {
// * #e7616b, 10px circles when point count is less than 50
// * #617e9b, 30px circles when point count is between 50 and 100
// * #80966b, 60px circles when point count is greater than or equal to 100
'circle-color': [
'step', ['get', 'point_count'],
'#e7616b',
50,
'#617e9b',
100,
'#80966b',
],
'circle-radius': [
'step', ['get', 'point_count'],
10,
50,
30,
100,
60
]
}
});
// Clusters count
map.addLayer({
id: 'cluster-count',
type: 'symbol',
source: 'landslides',
filter: ['has', 'point_count'],
layout: {
'text-field': '{point_count_abbreviated}',
'text-font': ['DIN Offc Pro Bold'],
'text-size': 10,
}
});
// Unclustered points
map.addLayer({
id: 'unclustered-point',
type: 'circle',
source: 'landslides',
filter: ['!has', 'point_count'],
paint: {
'circle-color': '#f2bf37',
'circle-radius': 5,
}
});
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.5875,54.5494 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.4267,-10.3838 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.53636205,-22.28234635 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.6734,-22.0452 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.6136,-23.2311 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.7062,33.5452 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.917,4.9833 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.9833,0.0667 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.013,7.5314 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.7577,6.9658 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.154356568,51.28876789 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 52.1042,36.3667 ]
},
"properties": {
"countryname":"Iran"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5401,3.5424 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6732,8.6184 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.917,17.1167 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.4786,29.3631 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.762,-0.6811 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4005,-13.268 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9765,50.1067 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.1,-6.25 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.2243,50.7035 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.6667,4.4999 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.55,-18.0167 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3494,38.4909 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.9527,50.4444 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.15430659,51.28777211 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.895,45.6993 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.141,-7.28 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.7667,33.8667 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4629,37.7923 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6723,-8.6993 ]
},
"properties": {
"countryname":"East Timor"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.8935,45.8737 ]
},
"properties": {
"countryname":"France"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4401609,-8.626481143 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.2682,38.6009 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9112,34.0935 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.4244,52.456 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.3333,33.8778 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.494,33.5708 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.1667,28.3667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.038,33.7033 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.698,2.943 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.4305,40.5175 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.3313,33.9659 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.1951,39.0071 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5479,46.355 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.9605,15.4508 ]
},
"properties": {
"countryname":"Yemen"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3236,49.1461 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 69.1696,34.5353 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1357,49.2966 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7069,45.5113 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 71.188,39.221 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.592,37.576 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.1536,29.3014 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 179.4221,-16.5834 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 71.611,36.727 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.916,40.4377 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6193,27.4459 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.2144,41.8741 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.7771,45.3226 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.5915,31.747 ]
},
"properties": {
"countryname":"Jordan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4931,37.4325 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -57.5843,50.2413 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.214,38.533 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5186,37.4814 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.4167,-6.9667 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.301,37.3385 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.4576,42.4941 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.8947,-2.6857 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 65.7424,35.625 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.2174,6.0327 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.25,-17.56 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.8433,19.2675 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.231,33.242 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 23.6083,43.1083 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 23.2109,42.6452 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.566,28.2785 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.6941,4.8081 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6069,27.3383 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.2333,33.9334 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.5333,28.9973 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5681,28.2668 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -128.5677,54.5121 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.3948,38.5035 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8205,22.3555 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.1453,22.6368 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.792,26.443 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.8667,28.0333 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.288,25.934 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.036,27.278 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.247,22.76 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.281,23.641 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.493,22.854 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4089,26.7324 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.526,26.8096 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.188,31.2912 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4256,23.4535 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.5189,16.9648 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.1492,18.431 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9104,19.0298 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8275,11.2738 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.074,11.7095 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0501,15.8294 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.8205,14.4702 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6128,16.6252 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.951,-4.065 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.205,-3.99 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.148,-0.356 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.553,38.9325 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -97.2688,32.7995 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.293,21.0233 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.22742083,33.2443135 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8319,34.5625 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.5149,31.572 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.398,60.4279 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.8229,18.5369 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6099,28.1952 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.4367,51.3681 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.0208,35.3544 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.6896,45.4257 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4498,7.8098 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.5,9.75 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3098,29.356 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6666,28.2168 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -69.914,18.4757 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5593,8.9697 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.38,27.1499 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -5.9506,54.8226 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8203,46.1836 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.4667,25.0333 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7986,26.1699 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.361,11.855 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.3166,51.4536 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2374,23.9304 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73,38 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.4802,25.1424 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.44,40.75 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.5179,-1.824 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -97.0317,32.7883 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -152.4346,57.7856 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -156.0898,20.6479 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.88,25.38 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.232,25.5212 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8277,15.4014 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.413,0.777 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.2519,28.0764 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.439,30.733 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.899,22.533 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.967,22.479 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.56,30.557 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.349,30.4 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2789,26.8905 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.2758,26.4596 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8897,10.3658 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.529,27.9271 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.2584,30.6018 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6794,16.3922 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2257,33.2451 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.0356157,7.365123589 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.0885,60.1346 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.2651,57.6778 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0241,32.677 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0253,15.0296 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.4332,21.5332 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5763,16.4357 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.45,14.5667 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8481,12.8733 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.6333,14.7333 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.914,27.863 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.85,27.016 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.601,28.601 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.5473,-41.7689 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.9955,29.9932 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3027,30.0702 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.5082,18.1258 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.85,0.5 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.75,0.2833 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5914,32.7334 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.2665,32.0985 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.50476155,29.57990613 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.2583,1.0439 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.499,17.3895 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.983,35.273 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.6106,26.2208 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.619,10.15 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.8818,39.9425 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.361,15.3379 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2256,43.596 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -109.8662,44.4659 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.4671,44.0304 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.698,25.0045 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.0249,27.4211 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6976,23.4715 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2194,43.6796 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2806,43.689 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.0617,26.8629 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.3834,8.8427 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.7935,39.958 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.0853,15.6046 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.9286,15.5163 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.6122,34.638 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -97.85,19.9333 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.6807,39.9378 ]
},
"properties": {
"countryname":"North Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.8333,17.1167 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.0833,27.9167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.0971,28.0877 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.6167,28.6167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5167,28.7 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.72,27.32 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.7943,4.8525 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4308,27.0713 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.55,24.9667 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8506,25.5576 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8339,25.2946 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1571,22.9798 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9136,25.7428 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.7438,28.3323 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9833,33.5667 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2548,27.0096 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.25,28.0667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9667,25.1333 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3403,22.6461 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.5446,17.2634 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.831,-1.2654 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.6742,11.2415 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.622,24.9531 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.6018,29.184 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.087,27.3258 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.713,35.7297 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.2435,13.667 ]
},
"properties": {
"countryname":"Nicaragua"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.8486,13.8703 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.28121204,27.06826195 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.25,27.9167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.7,27.7667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.3098,33.1662 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -110.8317,43.2046 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -114.4194,43.6846 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.2167,29.5833 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.8295,40.4613 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.5833,27.0667 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8362,15.5063 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4883,27.201 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2833,26.8833 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 138.85,37.03 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.4667,1.4833 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.1114,27.5964 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.0333,23.9 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9877,25.0604 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.9533,28.2333 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1167,10 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3642,15.3055 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.35,27.1667 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1192,25.4993 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.9733,23.8917 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.4032,27.0971 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0691,24.2451 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6236,27.3425 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.9667,27.2667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0564,24.4279 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.27,25.52 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -103.7244,19.2444 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4909,27.2084 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.5544,29.8496 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.2,11.0333 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.2167,27.3667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8,26.1833 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.4333,29.5333 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.2559,8.5695 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.1706,9.9242 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.5798,39.5542 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2816,27.2872 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.0836,46.4719 ]
},
"properties": {
"countryname":"Slovenia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9413,28.1214 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.274,-1.67 ]
},
"properties": {
"countryname":"Rwanda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.583,-1.783 ]
},
"properties": {
"countryname":"Rwanda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4572,27.0875 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.0353778,7.364469237 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.1589,18.1578 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5316,14.6229 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2974,34.1364 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.9462,21.464 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 169.1339,-44.3025 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6899,3.1028 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6667,28.4167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.2667,6.25 ]
},
"properties": {
"countryname":"Cameroon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -97.9,20.2 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.6921,24.1293 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4833,27.8667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1167,16.8333 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.6167,10.6 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.864,14.889 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.5956,5.9975 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0221,-22.8279 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.8453,32.4879 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.55,25.15 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4833,25.1167 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.35,20.04 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.9,21.3167 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4216,28.1292 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.754,19.699 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.95,32.4167 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.125,9.7789 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.7081,32.4792 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.407,9.9869 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9451,10.0214 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4133,18.7335 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.7405,18.1257 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 11.90682343,9.93670355 ]
},
"properties": {
"countryname":"Nigeria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5168,37.5789 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.7719,2.9437 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.0333,10.3333 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.47,34.3778 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.4,22.5333 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9408,15.6045 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0132,25.7055 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.35,17.95 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.033,12.75 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 167.9581,-44.7493 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6717,45.2729 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.5327,22.894 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1162,25.4379 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.4453,6.043 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5519,16.3183 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.4333,24.75 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.7575,10.0715 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.2034,11.7792 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.2962,-4.3269 ]
},
"properties": {
"countryname":"Democratic Republic of the Congo"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.6953,11.4046 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.4476,-10.3038 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.3071,7.8882 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -45.2007,-22.8287 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.35,13.7 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.823,56.1997 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.266,-4.276 ]
},
"properties": {
"countryname":"Republic of the Congo"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.044,18.427 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.3361,18.5146 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3667,13.4 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1236,11.2777 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.4948,35.1368 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.966,15.5946 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.6479,17.9384 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.9659,18.2152 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.7088,18.037 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.5534,17.9493 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.6,19.305 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9383,45.6706 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.829,21.3131 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -93.306,17.39 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6101,16.3748 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3807,13.7143 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.4852,15.234 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.685,35.978 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.4119,6.1454 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.2167,15.3333 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.903,34.1622 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.2,18.4 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.63,28.76 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5245,11.1719 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.392,-38.1718 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.6312,11.2965 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 21.65,37.4833 ]
},
"properties": {
"countryname":"Greece"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5033192,9.762920707 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8,13.2989 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0039,12.5054 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.570322,9.686187255 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.2856,13.6068 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5700193,9.630751852 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.3272,30.9947 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8514,10.3789 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -15.441,28.1223 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 148.1139,-9.0087 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.21,13.949 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3088,14.4882 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.1604,13.7856 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.1646,-6.3494 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.25,17.75 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9096,18.5038 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -155.8801,19.4272 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.1378,33.0409 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.8188,47.8734 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1341,49.3 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0135,47.0568 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1628,47.3434 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3406,47.6373 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8673,43.6768 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.4435,-6.7883 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.8334,21.7595 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.416,47.645 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.121,21.462 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.822,39.101 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 179.366,-16.433 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.707,19.455 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 38.235,-3.571 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.055,10.841 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.644,11.3 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.566,11.267 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.051,18.432 ]
},
"properties": {
"countryname":"Puerto Rico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.204,46.103 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.58,34.18 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.7569,40.3875 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.7631,4.847 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0473,6.9935 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.547,-7.6213 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.1835,-7.6511 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.943,2.011 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.1167,-7.6667 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.732,40.3916 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.4396,4.6401 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.5458,29.5524 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.2172,10.0374 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1251,10.1831 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9851,10.3904 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.9,20.5667 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.5464,33.1517 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.1038,-8.1955 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.6278,-7.972 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4538,34.3932 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.207,32.8008 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8405,44.0302 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1923,33.4341 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9016,32.5755 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.3042,33.0643 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.24528226,33.23738085 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3829,44.8268 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 5.8167,5.3 ]
},
"properties": {
"countryname":"Nigeria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.1703,40.0074 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.0645,-43.7015 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5583,7.0932 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.2571,55.8657 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 140.7058,-2.5338 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 55.652,25.5768 ]
},
"properties": {
"countryname":"United Arab Emirates"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2006,33.2537 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.3941,4.4606 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.0367,7.8253 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 179.3942,-16.4652 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 138.4333,36.3167 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3985,43.7548 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.2389,53.792 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.3939,51.5392 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2619,32.8464 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5986,7.8339 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.679,44.0302 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.1997,1.0172 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.8297,2.3078 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.2298,-28.0667 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1314,-22.3758 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8162,34.0614 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 67.3833,29.7 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.2839,-6.4978 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8965,40.1833 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0338,-6.8644 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.6092,12.9752 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9458,40.4934 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.086,47.7463 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7937,11.3484 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.242,33.2418 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.8667,-6.7333 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4606,11.7548 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.7219,-8.1513 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4936,37.6475 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4357,12.0478 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.7834,33.8122 ]
},
"properties": {
"countryname":"Lebanon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3101,13.8701 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.701,14.9923 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8436,7.8953 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7851,13.6944 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.7463,-35.047 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.8992,7.1633 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0217,32.6751 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0922,14.6394 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.4,-8.0333 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.8928,-0.4635 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9321,40.4278 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.7231,-16.9135 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.6331,-16.8164 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.1311,-9.2114 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.4309,34.0312 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.9747,10.7349 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.4527,27.1936 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.6385,42.7404 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.7822,40.4041 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.4173,-2.233 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.613,40.4634 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.2992,39.096 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1613,32.2862 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4616,6.5309 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.45,21.85 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.9368,-0.4475 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.707,40.5573 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.1628,62.4746 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5657,39.1072 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2665,34.219 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.5347,-0.2196 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.9171,0.1115 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.4312,38.9716 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9985,33.9337 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.1879,34.6861 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0726,40.5531 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 144.9642,-6.0377 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.3333,30.6 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.6613,-9.2965 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.857,43.6516 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.4879,39.625 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.4322,-0.9672 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.1007,18.4054 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.85,31.1667 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.4343,54.417 ]
},
"properties": {
"countryname":"Germany"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.0684,22.5777 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.4367,-17.9665 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.3224,18.5283 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7673,3.185 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.4417,37.4947 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.6396,44.0344 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.1744,6.7397 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.117,-7.6667 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3643,6.9634 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.8532,50.3162 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.0358,43.3207 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.6923,44.4175 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.7454,33.1463 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.0317,7.1907 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.1703,17.7963 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.2307,61.9934 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8827,10.4014 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.2058,11.8861 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 23.3981,43.0797 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9845,33.9513 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 136.0438,-4.4032 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 69.7078,37.2199 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.9383,50.729 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7183,10.5339 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.4167,23.1333 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.2362,-41.5877 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.7199,36.6619 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.2827,31.2922 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.2584,38.1362 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.26,9.2903 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2211,9.2404 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9875,51.3336 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.4823163,31.06891436 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.4742,11.0551 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6769,16.3639 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.4619,49.7701 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.1809,19.5178 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.832,16.4956 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7967,16.7489 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.5827,-7.0678 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.3623,-18.0903 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8411,24.9849 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5289,39.0447 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.197,47.5023 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.4516,-34.103 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6428,33.7112 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.0459,34.1742 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.3183,34.8685 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.6,-6.3 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8852,10.3472 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8403,9.7327 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.7839,39.3707 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.3555,10.4024 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2541,14.7231 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.6639,44.6467 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.1526,44.8098 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.376,45.7513 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3897,6.6643 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.6039,6.2746 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.6755,14.4226 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.2687,13.7205 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.7774,0.4406 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8359355,10.33602912 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.6319,15.5892 ]
},
"properties": {
"countryname":"Yemen"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.193,31.2077 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.8915,-26.8494 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.0818,22.6214 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8377,15.3925 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.280149,-8.773461589 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9013,10.3114 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.591,26.7969 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.0519,22.3682 ]
},
"properties": {
"countryname":"Hong Kong"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.5051,22.7102 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.4209,39.4279 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7361,10.7069 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.5233,22.2139 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9784,24.6596 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.6038,-4.8386 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.5016,22.9231 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 131.5241,33.2367 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.3054,37.7356 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.6287,27.0998 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 141.0151,38.7175 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0989,27.2298 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.0944,32.5659 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.3093,30.5475 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.3147,-22.9251 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.2291,41.942 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5403,14.651 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2466,32.3712 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.6667,-30.3167 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.8275,24.9336 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2778,26.885 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.6551,-30.4489 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.9331,35.7885 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.5773,32.6457 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.6815,6.2189 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.2396,7.1514 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.08,10.26 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.72,25.04 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.9333,32.2667 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.7167,41.75 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.15,8.32 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.11,28.18 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.9823,6.9517 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.89,28.67 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.69,11.41 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.2,31.07 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.02,25.79 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.45,28.57 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.05,22.54 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.28,26.89 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.05,5.4833 ]
},
"properties": {
"countryname":"Ivory Coast"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.31,9.53 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.27,40.78 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.15,22.63 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5,31.02 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.482,27.0771 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.58,50.23 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.82,52.96 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.22,53.03 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.49,31.07 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.05,14.47 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92,21.44 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1,47.54 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.02,36.04 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.19,35.46 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.19,27.92 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.66,-33.15 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.1,30.71 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.26,37.66 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6,38.34 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.07,42.8 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 47.56,40.31 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.49,37.39 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3,55.15 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.7933,45.6462 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2,36.8 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.62,22.47 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.48,30.28 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.87,37.25 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.86,4.41 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 8.98,45.97 ]
},
"properties": {
"countryname":"Switzerland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.71,27.33 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.3,7.89 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.46,35.6 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.34,43.89 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.52,7.16 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.1,0.4 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.35,22.63 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.1,29.33 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.87,28.9 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.0833,19.0833 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.29,14.97 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.24,27.6 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.93,39.31 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.72,44.93 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -114.06,44.98 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.96,46.67 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.95,22.78 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.7,47.52 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.9833,-1.437 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.71,27 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3333,29.0833 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128,38.122 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.9757,27.982 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.2279,36.55 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.66,36.98 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.48,22.75 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.37,27.09 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7744,17.58 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.56,24 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.135,37.5588 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1758,49.66 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.65,18.2 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.275,25.606 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.2317,49.5622 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.8293,38.0432 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.1515,28.7236 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.5992,-39.8931 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.9022,24.896 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.45,32.5625 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4196,17.4458 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.715,35.7279 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.52,35.8975 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.4,23.7 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.28,29.428 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.248,37.59 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.9677,44.146 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.04,25.705 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.833,33.047 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.23,39.2 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.59,40.08 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.07,22.2666 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.09,31.13 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -110.15,38.9749 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.1,9.833 ]
},
"properties": {
"countryname":"Burkina Faso"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.4484,51.417 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5333,22.8833 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102,24.9 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.11,15.15 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.605,12.6445 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.47,18.72 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.72,25.08 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.919,26.9122 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.4,-3.3 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.66,12.845 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.452,13.986 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8122,14.229 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.938,16.624 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -8.306,53.665 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94,27.163 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.12,31 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.432,27.795 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9277,33 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.516,18.09 ]
},
"properties": {
"countryname":"Laos"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.7557,29.1964 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.48,22.9 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -7.2068,53.1468 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.8332,28.0993 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.574,10.578 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -69.3822,19.056 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.16,31.1 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.045,16.95 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8242,22.3421 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.639,6.08 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.7967,8.8856 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.1333,29.9 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.25,26.138 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.79,36.723 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.0477,48.3455 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7414,16.316 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5823,16.426 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4525,16.9 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.316,56.949 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -9.43,52.438 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0245,6.133 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.4839,35.1649 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8188,22.344 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.08,38.498 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.1865,39.2228 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.365,19.436 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.888,-36.9929 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -69.92,18.55 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.507,18.264 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.345,18.509 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.35,28.278 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.4295,9.1559 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.2,35.4213 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.7,29.2 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.6667,22.75 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 0.3927,7.1878 ]
},
"properties": {
"countryname":"Ghana"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.609,27.337 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.574,18.0388 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.2585,35.4437 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.8,27.05 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.2414,27.2717 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1066,25.67 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.1998,34.9489 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 139.28,35.645 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.106,27.499 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3167,29.3833 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.2945,28.03 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4125,28.089 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.0898,27.4385 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.953,30.52 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.199,27.7649 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.648,19.43 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -9.4709,52.4356 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.872,1.397 ]
},
"properties": {
"countryname":"Singapore"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.333,17.948 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.68,51.84 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.678,9.35 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.2487,5.345 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.87,7.375 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.629,42.228 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4578,10.7603 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.5837,35.8853 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.38,36.23 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 41.5061,37.9472 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 149.8098,-32.8091 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.974,15.323 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.3717,27.777 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -13.2279,8.646 ]
},
"properties": {
"countryname":"Sierra Leone"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.15,27.7167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8922,24.5646 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4479,24.959 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0134,23.6539 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.7,29.8 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.743,41.73 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.95,27.137 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4724,27.72 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3,30.56 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1645,31.1 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.315,31.587 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.379,13.757 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -114.371,43.7 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.48,28.51 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.595,28.694 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9,28.833 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.08,30.7 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6,16.379 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.587,16.427 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.66,16.39 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.56,16.455 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6,18.23 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.4928695,31.07383383 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5,31.8 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.76,-6.67 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.15,14.675 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104,21.25 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.623,21.3 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.4167,23.1667 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9023,28.8268 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.67,24.8 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.57,24.995 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.458,40.69 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 41.8,41.7 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.24,5.34 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.489,20.8605 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.29,12.58 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.89,12.12 ]
},
"properties": {
"countryname":"Nicaragua"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.4,-14 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.0798,6.011 ]
},
"properties": {
"countryname":"Ghana"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5614,-7.1283 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.699,3.19 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.5625,37.73 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.5676,37.75 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.4058,34.9667 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.266,5.35 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0698,45.5887 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.2167,15.33 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.899,8.4 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.706,9.519 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.397,9.764 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.1333,27.0167 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.946,13.74 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.88,15.8 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.4333,31.8833 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.6028,10.1203 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.064,8.67 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.746,3.0949 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.416,5.483 ]
},
"properties": {
"countryname":"Cameroon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.809,10.111 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.3487,-5.33 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.133,16.2 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.2327,16.5489 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.9167,14.8667 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.7503,0.7089 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.8693,14.5637 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.2137,14.108 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.5516,60.55 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -59.54,13.229 ]
},
"properties": {
"countryname":"Barbados"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.6326,33.6549 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.2906,5.389 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -130.254,54.3242 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.9881,4.9558 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.9553,4.9879 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.69,15.3239 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.6613,53.3799 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.925,1.3314 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.9344,20.2947 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.596,15.376 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.25,26.3333 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1167,27.2333 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.35,27.4 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.729,-4.5 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.686,18.25 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.0845,23.89 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.695,25.0967 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.58,25.1657 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5667,23.3333 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.8076,36.27 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.829,21.0559 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.95,4.8833 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.587,28.715 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.2812,-0.3998 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.447,1.2827 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.6167,1.3 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2918,-1.0164 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.748,45.4668 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.2523,8.8313 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1452,49.3055 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.9505,-7.0216 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.576,6.217 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1424,-6.9857 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.516,10.676 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.4238,-8.5579 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.05,7.8166 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.34,8.44 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.202,44.772 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.894,10.466 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.8117,15.1238 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.0599,21.639 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.841,1.4931 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.2475,21.555 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.4333,6.3667 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.7536,16.0769 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -48.65,-26.8833 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2226,3.2468 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.344,8.787 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.0444,5.2519 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.7494,4.6951 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9135,33.3 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.629,33.4298 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.0924,5.9555 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7111,3.2289 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6784,3.1518 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.8593,-6.2899 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.1046,55.7496 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.773,3.1869 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.264,13.6862 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.2758,13.7769 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.5528,12.1969 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.6167,12.282 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1598,12.5142 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.142273,7.704506691 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.9896,5.0936 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.933,21.375 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.0336,21.505 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.45,6.2167 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 144.35,-38.1583 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.0325,50.7463 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5316,15.3796 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 2.65,39.5667 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.026,21.62 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.764,33.899 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.0308,34.0814 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.9333,-19.9167 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.653,34.453 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.8408,-7.8313 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.6508,38.1102 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.105,33.023 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4925,10.735 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.546,10.716 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.247,33.245 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4449,10.158 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.089,30.895 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.831,-1.2645 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.4844,0.1276 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.3816,1.3542 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.8487,32.8273 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5255,35.9 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.518,48.3438 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.611,39.87 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3097,29.3559 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.0938,7.8474 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3279,45.2944 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.8143,21.3302 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0704,45.377 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.0419,12.5655 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.663,45.42 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.67,45.521 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.071,35.507 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.893,46.11 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.063,46.69 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.334,47.432 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.75,48.538 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2,48.72 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.909,46.1299 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.273,47.538 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3777,37.0702 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.037,48.929 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.2848,8.2101 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 5.765,36.7946 ]
},
"properties": {
"countryname":"Algeria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2072,47.7573 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4782,7.1426 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.3442,1.531 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.662,-8.5073 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.3587,-11.1295 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.0668,5.031 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.1276,19.4271 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 14.252,40.8403 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.866,-29.954 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.05,34.162 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.455,34.325 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.226,9.29 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.6342,-16.8214 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -63.8,-22.52 ]
},
"properties": {
"countryname":"Argentina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.56,14.545 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.639,19.55 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.701,-11.9374 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.675,36.1657 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -68.1462,-16.499 ]
},
"properties": {
"countryname":"Bolivia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.6265,-7.9819 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.343,-7.9115 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.155,-7.3495 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.0987,2.7325 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.233,-13.917 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.208,-6.084 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.4842,-16.3556 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0342,40.4427 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5299,2.5384 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -156.1166,20.81 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 47.3167,-18.5333 ]
},
"properties": {
"countryname":"Madagascar"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7817,36.2476 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.2314,35.3561 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.6296,40.2544 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -148.7315,60.7771 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.3838,37.8826 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.5239,-7.9589 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.7172,-7.8058 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.7443,40.6235 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.798,40.7118 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.7669,40.7676 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9607,47.4412 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.4305,37.9137 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.3896,40.1162 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.7882,37.8515 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -156.0581,20.7889 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.4428,8.9475 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -156.2441,20.904 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.2635,45.0664 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.3708,39.723 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8635,12.7894 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -52.2093,-3.1946 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -45.601,-5.0804 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.091,16.8256 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.8836,37.4514 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.4892,37.5495 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4322,37.4072 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.69,37.9867 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.564,35.9993 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7333,24.3083 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.046,7.2 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 71,38 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.26522126,27.04357147 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2791,26.8836 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2592,27.0095 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.0843,38.1761 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.54866159,10.00028043 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.0276,5.3363 ]
},
"properties": {
"countryname":"Ivory Coast"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -57.8946,49.5645 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.47,26.89 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.87,40.53 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.41,35.91 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -114.3755,43.6883 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.6667,31.8167 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.6193,8.4539 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.3852,18.7591 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7069,26.5984 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.252,28.55 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.5068,29.7225 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.2805,27.9586 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.9806,28.2039 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.2279,27.9447 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.29184021,26.87324244 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.3715,26.026 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7734,-6.703 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 131.5729,34.0496 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3143,26.8572 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2788,26.8826 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.264,27.04 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.9649,30.0553 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 132.4592,34.3852 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.5823,33.601 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5868,31.483 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.527,27.478 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.71,28 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.7708,48.5608 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.288,-23.0099 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.19,22.2251 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.8791,28.1046 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.2726,27.9582 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.708,28.8378 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1751292,14.6046311 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.449,39.1224 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.1475,5.9586 ]
},
"properties": {
"countryname":"Cameroon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5996,16.392 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.2098,29.5885 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.589519,16.40331346 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.2686,10.8111 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.7051,30.7635 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 133.9195,34.6551 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.666,23.0112 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7803,23.4333 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2858,22.6723 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6854,23.0636 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2974,23.1749 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5742,23.4575 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8,27.7 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -13.2287,8.4841 ]
},
"properties": {
"countryname":"Sierra Leone"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.1792,28.25 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.9169,28.4517 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.28044714,26.8867642 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.363,26.7914 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.268,26.9599 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.43849551,27.02459801 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.40011959,26.74452462 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3195318,26.88211522 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.63411246,27.15977181 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.26852036,26.83546897 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.1327,29.4085 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.5792,29.3083 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.5744,27.044 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.4497,26.8928 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.8708,29.1917 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.1365,27.2644 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.9258,26.908 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.125,26.8042 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.6597,36.89 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.1667,26.8992 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4779,27.0736 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.5,24.9925 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.1645,25.5215 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.28087032,26.88405686 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4575,27.1344 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.5287,27.1761 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.9985,27.6072 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.3075,27.9504 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3125,29.0958 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.1811,43.0421 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3917,10.3717 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.9063,-41.0528 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -8.722,54.7111 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.9832,-1.2355 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.8621,-42.5589 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -8.8776,52.801 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8998,10.3454 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.6333,-42.05 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.7648,27.3746 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5712,28.2627 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.123,25.1718 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.567,15.4669 ]
},
"properties": {
"countryname":"Yemen"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.4182,24.8628 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.5658,29.7036 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -109.6972,23.0587 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.6667,27.4167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8899,19.0949 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2234,32.351 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.1089,16.0971 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9167,27.1667 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.0868,27.3667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.5833,-33.3667 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.0167,-34.2 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.7053,18.9523 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.1334,27.7667 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -53.5833,-26.5833 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.4273239,-23.6419326 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.5167,-33.35 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.1287,-36.6203 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1481,14.1939 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.7485,56.1956 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -49.3653,-26.9286 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9001,31.5494 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2051,15.2662 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1481,14.194 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 28.9759,41.0124 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.6167,31.8833 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5796,32.4035 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.2307,31.6632 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8902,8.742 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1625,31.1032 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.057,29.3083 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9167,16.0667 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0536,17.27 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0364,17.3349 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0105,14.2138 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.8344,36.0613 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.3496,-5.4195 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.947,22.3544 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.7145,-7.3683 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.2398,19.3161 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6115,27.1954 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -65.1487,-22.3696 ]
},
"properties": {
"countryname":"Argentina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2798,26.8342 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1173,50.5662 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.2227,11.2695 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7673,3.1857 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7686,3.1868 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.0569,27.425 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.1186,12.8414 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.8362,19.675 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.5866,19.5167 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.55,28.28 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9076,34.6768 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -132.7269,56.5561 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.3108,32.804 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1569,33.8232 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.3665,34.977 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7102,35.2594 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.9724,-0.3152 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -132.7348,56.5692 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -132.5617,56.5787 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 41.6822,41.3639 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.741,15.2011 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5204,16.5702 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8269,16.7432 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9762,14.601 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.521,34.8695 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.5554,35.7102 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2397,14.6759 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.185,-42.8216 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.3227,-35.7229 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.5335,7.1904 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.8584,14.5179 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.8584,15.598 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.8594,14.5189 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.0191,14.8733 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.5178,16.656 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.5445,38.196 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.5555,38.1923 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.1754,13.8193 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.499,14.7812 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.2566,14.7395 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0478,14.9935 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.55613004,10.00349068 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8289,11.4477 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.9957,11.4816 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8512,16.5364 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.689,16.3452 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.9821,-1.2509 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.7608,-5.516 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.4842,-5.4721 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.448,-5.5208 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4097,18.5347 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5855,16.4564 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.72124394,23.73478778 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.597,16.402 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.7195,24.6929 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.4997,27.0524 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.675,29.2833 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.7,28.1778 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.1833,29.2611 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3,29.2944 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5967,16.4016 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8163,16.9643 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7802,16.8828 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5901,16.4234 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5583,16.4064 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5809,16.4597 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6336,16.5127 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5829,16.4072 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8147,16.9645 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7325,16.5713 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8252,16.7449 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4432,14.5767 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9074,16.9413 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3148,17.1246 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2284,17.4541 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.218,17.5632 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3254,17.6424 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0796,18.4293 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8417,18.5005 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5746,16.4664 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5747,16.4487 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5765,16.4605 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.566,16.4992 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1856,-22.4912 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6175,24.652 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.923,46.8155 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.9854,32.5383 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6815,36.9566 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9465,39.3138 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.8202,37.0273 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.545,27.3144 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6524,16.4946 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.0839,0.1739 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4246,39.55 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.4284,-0.4521 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.7424,16.3395 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.0394,-6.7536 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.2331,46.1131 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.9364,32.0823 ]
},
"properties": {
"countryname":"Israel"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.5808,56.5622 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.6551,56.7325 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.2089,57.5232 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.2,-0.4333 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.6561,0.0571 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.9667,-0.6833 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6352,3.2909 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6314,3.2971 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.35,27.5 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.4671,15.5721 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.5081,6.17 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.417,56.7709 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6826,3.2711 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.9417,6.8241 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.8699,13.6409 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.2521,13.7156 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.8488,13.6094 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.8347,13.6466 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1711,10.3018 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.1957,-3.001 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.6939,11.4098 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.913,40.7477 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.7503,-4.0666 ]
},
"properties": {
"countryname":"Tanzania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5287,35.0819 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.1964,34.2236 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1335,8.8021 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.235,56.3835 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.4167,22.2129 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -134.4003,58.2977 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.24,-23 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -6.0935,52.9566 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6522,47.2841 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6515,47.2842 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0626,47.4997 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.5316,48.3486 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8001,49.0229 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.1993,38.898 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1595,47.3681 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.3601,47.7093 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3793,47.7628 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2136,47.9933 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5562,47.2846 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.6333,4.2333 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7024,48.766 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.566,23.0396 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.6621,-7.4657 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4307,48.1181 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.5441,-7.7434 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9187,-7.571 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 39.5272,40.5459 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 39.7365,40.9792 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.5333,2.8 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.8333,2.5833 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109,-7.7333 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3881,47.5944 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7556,8.6542 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1489,6.7916 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.5196,8.4359 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.4309,8.5008 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.763,8.5419 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.785,8.577 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7439,8.7031 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7653,8.7122 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8293,8.8152 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7893,8.8604 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7837,8.9196 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8514,8.9626 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6095,9.826 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8969,10.3456 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.42,9.8964 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.0544,54.6188 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0069,1.2449 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4294,48.6041 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4957,48.6976 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.2781,51.0389 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.1498,-41.0875 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.4916,6.022 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -53.3906,-29.5345 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.71737124,-23.42446618 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.6706,-36.5124 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.6807,-36.5119 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.6865,-36.5115 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.3697,35.0672 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.3361,35.1052 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.3186,35.1307 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.0282,34.2716 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.9836,39.4052 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.0219,34.2425 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137,-4.3333 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2333,-12.15 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.7094,-11.9431 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.664,-11.9202 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.6643,-11.9009 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -68.844,-32.8902 ]
},
"properties": {
"countryname":"Argentina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 22.5703077,39.875223 ]
},
"properties": {
"countryname":"Greece"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.2239,-13.1583 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.2276,31.1345 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.8149,30.6207 ]
},
"properties": {
"countryname":"Israel"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.94,29.48 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4692,27.7211 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -170.7998,-14.3322 ]
},
"properties": {
"countryname":"American Samoa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -170.6777,-14.2956 ]
},
"properties": {
"countryname":"American Samoa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -170.651,-14.2642 ]
},
"properties": {
"countryname":"American Samoa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -170.5825,-14.2781 ]
},
"properties": {
"countryname":"American Samoa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.489,-15.345 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2049,-22.9158 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.3581,-22.9428 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.7718,51.6082 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.2842,-37.5947 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.2737,-37.5803 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -44.248,-23.1077 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -44.3358,-23.0233 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -44.3228,-23.0085 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9489,33.0289 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6,10.1 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.6705,44.5328 ]
},
"properties": {
"countryname":"Bosnia and Herzegovina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.31,44.7 ]
},
"properties": {
"countryname":"Bosnia and Herzegovina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.5333,44.4 ]
},
"properties": {
"countryname":"Bosnia and Herzegovina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.6599,44.1799 ]
},
"properties": {
"countryname":"Bosnia and Herzegovina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.2422,-4.0283 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.45,18.1167 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.86,28.12 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.7833,-0.4167 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0957,47.4697 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.8247,-1.2658 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3983,47.5455 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 21.577,42.8296 ]
},
"properties": {
"countryname":"Serbia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0565,44.9216 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2555,47.3031 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2851,47.7346 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.3964,49.3566 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.9355,55.3752 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.5999,-10.2101 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2272,47.9615 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.1648,4.5864 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.7407,8.5055 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.0451,34.175 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.1733,34.2068 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.1258,34.2074 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2242,34.2445 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4944,37.8559 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4961,47.9699 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.426,48.0364 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.321,47.7632 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.8333,4.8333 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9139,-7.3111 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9349,-7.2337 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.3267,-8.875 ]
},
"properties": {
"countryname":"Angola"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6678,6.2644 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -65.4614,-17.9642 ]
},
"properties": {
"countryname":"Bolivia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9935,37.1813 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.2155,-13.1409 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1264,37.3595 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1113,38.8774 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2002,34.224 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2002,34.2239 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 159.95,-9.4333 ]
},
"properties": {
"countryname":"Solomon Islands"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.6288398,-23.54612792 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.4137,-23.7141 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.4617,-23.6682 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.0232,33.1677 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.4532,33.6024 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.8086,36.3969 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.4726,33.8342 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.5898,34.0373 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2537,34.3091 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2246,34.2342 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2263,34.2243 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.184,-22.9259 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.001,33.4685 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.1521,35.774 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -112.1327,34.1933 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5916,21.4936 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.5273,-13.1809 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.0826,-13.3342 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.3902,-13.2122 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.1137,-13.2873 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.9756,-12.7823 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.2462,36.2967 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.2738,35.4962 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.3186,35.1328 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.5674,45.4941 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.226,35.2361 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0122,40.4355 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1227,-22.8999 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.2068,41.9953 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.3654,36.2592 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.7568,37.1016 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -68.1157,-16.5278 ]
},
"properties": {
"countryname":"Bolivia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.7433,-23.2801 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.5984,-9.3584 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.6662643,-7.47144 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.5293,43.0163 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9547,-7.3411 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.051,-0.7133 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -16.2498,28.4754 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.3167,-1.3833 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.3746,-33.7099 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.8804,34.6998 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 59.211,35.2555 ]
},
"properties": {
"countryname":"Iran"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.6469,19.288 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -100.3667,19.4 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -101.7098,19.567 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -100.3,19.6167 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.3218,33.7248 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0946,35.526 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8011,33.1595 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.26000997,-13.4459682 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.8654,19.1927 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2222,34.2141 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.1936,34.2183 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2286,34.2219 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2251,34.2363 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2239,34.2389 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2208,34.2413 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.4887,-22.7483 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1668,36.7908 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7228,37.3298 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.7474,-5.8645 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0225,34.0876 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.7526,34.0049 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.6625,34.8733 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.0777,36.2585 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8776,-6.5044 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.3655,-7.0712 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9394,33.8147 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4942,34.0952 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.25984911,-13.44799948 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9833,10.7667 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.4594,40.6183 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.1213,34.151 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -16.924,32.6669 ]
},
"properties": {
"countryname":"Portugal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 67.003,30.2001 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6536,-8.8559 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.2653,-4.0377 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 26.5736,42.175 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.56566431,38.89801323 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.581,-7.2708 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.3461,-6.6279 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.206,19.756 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.1901,38.708 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 14.599,38.018 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -5.2489,36.3762 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -67.5078,-45.858 ]
},
"properties": {
"countryname":"Argentina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.6395,50.6314 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.8056,34.0682 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.8785,-1.2247 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 22.7941,44.6163 ]
},
"properties": {
"countryname":"Romania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 26.3516,45.3334 ]
},
"properties": {
"countryname":"Romania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9097,-7.2484 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 31.1137,-8.7588 ]
},
"properties": {
"countryname":"Zambia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.348,36.8088 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.4737,-7.113 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.5094,30.383 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9396,37.0456 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 26.5227,45.385 ]
},
"properties": {
"countryname":"Romania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.2031,56.9577 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.8721,33.9062 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9402,33.0097 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.6459,34.9033 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.687,36.8607 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6945,36.8324 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.1045,35.5662 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.3024,34.1102 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.8093,36.127 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.9601,35.9816 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.8395,34.0688 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.8852,-7.412 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.8973,-15.2086 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 151.9979,-27.5659 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.4011,1.0053 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.9985,-17.8045 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.9846,-1.2654 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.3717,54.2467 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.6667,-1.1667 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.9166,0.4056 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.5106,36.0082 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.602,36.0696 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -28.0235,38.6081 ]
},
"properties": {
"countryname":"Portugal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.8832,-7.0643 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.9063,42.3562 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 42.8299,42.6309 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.5406,38.1947 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1344,-7.0549 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3312,15.3356 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -67.8317,-16.4158 ]
},
"properties": {
"countryname":"Bolivia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.6114,43.4574 ]
},
"properties": {
"countryname":"Croatia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0061,40.4319 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0383,40.4327 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.6751,45.3853 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 47.1188,42.8214 ]
},
"properties": {
"countryname":"Russia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.387,47.7668 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.2259,43.2479 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8317,45.0228 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.5377,38.2323 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.3508,-0.4755 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.1194,37.3042 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.62911456,41.0428958 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.7987,38.3182 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7353,38.9632 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.939,42.6428 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.5894,41.0752 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9442,35.5001 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.0043,-21.1806 ]
},
"properties": {
"countryname":"Madagascar"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.1667,42.5167 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.706,41.8393 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 20.9306,41.7396 ]
},
"properties": {
"countryname":"Macedonia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.6974,42.4135 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.2165,42.1433 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.6669,-0.9813 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0086,40.4059 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6643,35.6733 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1756,-6.7234 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.2272,-8.8176 ]
},
"properties": {
"countryname":"Angola"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 21.1342,42.0981 ]
},
"properties": {
"countryname":"Macedonia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.438,-18.109 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.9,40.5399 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.8468,-31.9554 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.7616,-0.2613 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 168.1112,-44.8454 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.0874,42.6285 ]
},
"properties": {
"countryname":"Russia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.4419,-0.6409 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2721,47.9567 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.104,34.0844 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.6841,-16.889 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.3711,-1.6985 ]
},
"properties": {
"countryname":"Rwanda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.1217,-14.1232 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.8163,42.5435 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9161,24.7339 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.5713,50.4374 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.4206,-3.6945 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.426,35.6024 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.3387,-0.4834 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.6667,41.5663 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9684,40.9647 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.9141,40.904 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.28401244,40.63499096 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.284,40.635 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -69.625,44.5407 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.2147,55.893 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.8158,42.7679 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7689,45.5832 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.58,41.1569 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.028,25.1553 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.1038,-9.7996 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.3497,27.8997 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2043,-10.1258 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.0069,-7.2809 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.462,40.6197 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0874,-22.9019 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.5841,-13.1171 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -9.7083,53.6057 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.4216,-12.9655 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2096,-22.9035 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2075,-22.9312 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2524,-22.9928 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0544,-22.8271 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1823,-22.5046 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.7034,-22.6053 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0398,-22.6567 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.4147,-22.8086 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2421,-22.9376 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.4272,-22.8961 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.4788,-23.0189 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2167,-22.9458 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2394,-22.9033 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2063,-22.9493 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0631,-22.8852 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.09175971,-22.91017122 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.4897,-23.0291 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9548,-22.9012 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0878,-22.9214 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -44.1285,-22.7474 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1835,-22.808 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2542,-22.9925 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2014,-22.9553 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0728,-22.9111 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1809,-22.8222 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2076,-22.9397 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.09416702,-22.91010027 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1259,-22.9066 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1789,-22.82 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1127,-22.8948 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1861,-22.9428 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0715,-22.9153 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1789,-22.82 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.489,-23.0289 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0987,-22.8926 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2324,-22.9778 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1093,-22.7594 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.108,-22.7694 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1943,-22.9399 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2328,-22.9801 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0159,-22.9139 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1175,-22.8988 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9878,-22.8872 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.3857,-22.9131 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1993,-22.9247 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.6897,-22.5527 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.4916,-22.937 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1014,-22.8733 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2915,-23.0145 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1976,-22.983 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2728,-22.9138 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.527,-23.0085 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0732,-22.9196 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.097,-22.8901 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1992,-22.9577 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.697,-22.9849 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2212,-22.5232 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2854,-22.9255 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.206,-22.9593 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.949,44.6635 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0848,-22.8547 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.3057,-22.9229 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0448,-22.9035 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2491,-22.9417 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0784,-22.9006 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0744,-22.9117 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1854,-22.9312 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.5001,-23.0392 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1992,-22.9652 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.032,-22.9223 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0907,-22.923 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0921,-22.8547 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1109,-22.9149 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1737,-22.962 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2103,-22.9463 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2357,-22.9509 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2347,-22.9363 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0978,-22.8776 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0967,-22.8766 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2345,-22.9654 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1773,-22.9619 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1081,-22.8943 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1067,-22.9149 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0868,-22.9089 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0842,-22.9073 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2742,-22.8549 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0885,-22.8988 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0783,-22.8887 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0571,-22.887 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1201,-22.9033 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9831,-22.9135 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2987,-22.9824 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2903,-22.9766 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2631,-22.9529 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0731,-22.8888 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.4762,-22.9638 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2747,-23.0011 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0503,-22.9112 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.103,-22.878 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1172,-22.9337 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0455,-22.8781 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.3223,-22.945 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1151,-22.9008 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1293,-22.8796 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.067,-22.9113 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0252,-22.9631 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0521,-22.9188 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.031,-22.9337 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0842,-22.8754 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1124,-22.8929 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1193,-22.904 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.3545,29.5248 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.0962,40.7799 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0882,-22.8919 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.2168,-17.5608 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.3367,41.4 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3017,15.2454 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.344,15.4004 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.2809,15.2458 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.2697,15.2556 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.2642,15.2892 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -156.9621,21.1589 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4453,9.9323 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.0619,40.7944 ]
},
"properties": {
"countryname":"Armenia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.8055,4.3013 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.2767,26.0462 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.3467,-0.4777 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3124,15.3211 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6083,27.3341 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6087,27.322 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.6018,-8.3919 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.2334,1.0498 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3243,0.9699 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.5835,17.9647 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.331,18.1437 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.2433,17.9693 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.6735,18.2106 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.5029,18.1865 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 0.3114,51.4867 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.8078,-0.3536 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.2812,29.4748 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.34158851,34.38663064 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.34149164,34.38667467 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.763,26.1965 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7665,26.1978 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.4511,36.9604 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0947,-7.4038 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 46.3667,40.6905 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.1779,27.8965 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.2845,25.3612 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.7991,29.176 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.4013,1.007 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.134,-38.1951 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.9389,22.7662 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.7519,41.8907 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6916,25.1187 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.805,34.0679 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.966,35.2995 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.334,41.7323 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9564,10.1452 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.6886,40.9959 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.6744,38.4886 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.4546,41.2746 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.458,41.8984 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.60846422,7.418396315 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.7229,41.8555 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 136.8448,-4.4585 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6166,16.3335 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.5798,41.1567 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.6742,41.2092 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3019,7.2558 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -110.2674,49.6603 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.5842,1.2495 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.6241,40.9341 ]
},
"properties": {
"countryname":"Armenia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 46.0806,40.5217 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 46.0089,40.5531 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3249,24.956 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.5013,38.1107 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.9667,37.7806 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.8931,36.0739 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.8811,36.0242 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.992,35.9862 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.8239,35.9778 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.1288,35.7322 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.7667,-1 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 49.8254,40.3751 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.8542,25.4053 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.9738,37.2648 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3732,37.1609 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1816,37.034 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6348,36.7411 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.907,37.9065 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4804,37.9135 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.3635,37.7939 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4698,37.796 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0567,37.2283 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.904,37.4083 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7434,37.3685 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.9777,36.9828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1006,37.0945 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.0999,37.5339 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.3434,37.3212 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.564,37.2482 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4223,37.4563 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5309,38.6331 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.6347,38.5805 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4835,38.615 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6671,0.9374 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.0498,-0.5487 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.5222,3.4205 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.3291,57.6256 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9999,32.525 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.07,-0.7978 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.1,-0.65 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.0278,24.7844 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.2666,23.1316 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.5973,24.8111 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.7281,27.124 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.4563986,27.61919882 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.6145,23.9111 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 69.8054,37.9148 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.4847,-2.0746 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.8568,36.0959 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.1285,-0.4814 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.5188,0.883 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.4,1.15 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9643,45.8043 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.6276,38.6198 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.2974,50.581 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.2897,25.3433 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.8547,27.6229 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -94.5107,39.155 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.4448,-18.1284 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.294,0.9751 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.8214,-0.7888 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 11.2603,44.3189 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8219,36.3085 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.8235,-41.3874 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.2908,-1.5253 ]
},
"properties": {
"countryname":"Democratic Republic of the Congo"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.1333,-1.2 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.2355,1.0121 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0302,37.6921 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.42633455,37.56106267 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.6233,34.3951 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6513,38.3534 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 17.6627,49.4288 ]
},
"properties": {
"countryname":"Czechia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 19.71636831,49.84630472 ]
},
"properties": {
"countryname":"Poland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.2225,28.2154 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.1156,-7.0528 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6896,3.1575 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.703,7.0022 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3874,6.686 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9422,-7.0727 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 168.4885,-45.0775 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.5187916,27.21962595 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.3472,21.6252 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6296,16.5121 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.42777802,37.55914605 ]
},
"properties": {
"countryname":"Afghanistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4428,9.929 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.6619,28.2405 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8766,23.6679 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8994,23.475 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6161,23.1297 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.8329,35.7117 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9175,3.8844 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.2896,-8.1431 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.5917,-8.1321 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.336,-8.1969 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.0932,-1.7853 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.95,42.1 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 135.1777,34.7649 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.4504,20.8486 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.8224,40.7134 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0256,34.09 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6365,16.6085 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.2389,47.6137 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.4944,14.8123 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.0314,-37.9622 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.6453,-44.8431 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5876,16.4003 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.6001,34.5628 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.1359,4.5326 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.0982,-45.9034 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.6328,-45.8456 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.4883,31.236 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.68,28.11 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.6986,14.4039 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.6319,14.4789 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.444,14.6969 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.7426,14.4651 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.4656,27.7489 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5276,14.6066 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.1168,14.6918 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.9667,14.7833 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2697,14.6685 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.4191,14.549 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.9516,15.4446 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.3605,14.9102 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.657,3.0965 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2761,14.836 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.2319,27.5155 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6428,27.3543 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.8776,28.4298 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.501,22.8729 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.9949,22.9183 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.2347,23.7273 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.3814,24.6005 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7599,23.8986 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9086,40.8986 ]
},
"properties": {
"countryname":"Kyrgyzstan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9227,39.9854 ]
},
"properties": {
"countryname":"Kyrgyzstan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0356,40.8421 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.5039,24.7543 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.8535,-34.4075 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 140.5146,-2.516 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.6414,35.3063 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.6511,36.3128 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.5176,43.3755 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.05,43.7436 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 21.3669,48.6226 ]
},
"properties": {
"countryname":"Slovakia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0256,34.0901 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9773,40.4507 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0284,40.4127 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.8229,-41.3318 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.1277,52.9523 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.3799,24.3153 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7003,45.5188 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 19.7156,49.8453 ]
},
"properties": {
"countryname":"Poland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7308,35.1812 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.4195,40.6553 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.0981,5.925 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8562,19.0176 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9325,19.1646 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.0946,5.9437 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.2,25.8833 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1723589,31.09907494 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4441,26.944 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.957,47.7028 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.8917,37.755 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 4.7549,45.5842 ]
},
"properties": {
"countryname":"France"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.1817,26.6375 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.704,23.8314 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9572,23.47 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8671,23.8393 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.4793,43.4641 ]
},
"properties": {
"countryname":"France"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.0082,21.4384 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.19566765,21.06313524 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.19530189,21.23704301 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.19905362,21.23291114 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.19314477,21.23967983 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.22263842,20.92931962 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.1571,21.1899 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.3333,22 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.1446778,30.07754642 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.2884,23.4231 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.0076,24.5629 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.133,28.0731 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.2608,25.0699 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.5512,26.3335 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.1658,25.2269 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.3747,18.7624 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.4063,20.8287 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.5275,20.87 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7713,45.5686 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.1777,-3.7027 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3162,26.8073 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8025,25.0633 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4808,27.0765 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.8833,26.4333 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -34.9029,-8.0011 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.6449,40.5494 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 45.8107,40.57 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.9097,26.4216 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.0419,29.6088 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.6544,26.2617 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.2961,17.8975 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.2072,5.8215 ]
},
"properties": {
"countryname":"Ghana"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3113,7.5048 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 1.8351,42.6975 ]
},
"properties": {
"countryname":"France"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.8044,40.425 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.5991,-41.5681 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 26.945,42.7845 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2718,43.6229 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.595,43.3321 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.9903,5.3628 ]
},
"properties": {
"countryname":"Ivory Coast"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.7529,4.9039 ]
},
"properties": {
"countryname":"Ghana"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9266,19.153 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8703,19.069 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8929,19.1095 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.88548779,12.89163444 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.88274367,19.17377751 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1622,13.9457 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.7611,-43.7893 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2764,14.7801 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.88567317,12.89307458 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4935,27.822 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.3409,25.9612 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.885,25.5728 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.2698,25.4916 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.167,38.7275 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.3018,42.8004 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.2196,27.6063 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.74,26.97 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4763,27.7223 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.2308,-13.3219 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -100.487,25.6875 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3052,26.8712 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.95,28.05 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.8617,28.0306 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.1318,0.2318 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.1797,-4.3256 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1969335,29.66239066 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3297,30.638 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.8847,30.2485 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.5238,26.0093 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.0281,26.7225 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.7861,25.8877 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.8133,26.2363 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2498,32.3733 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.072,32.219 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.853,32.6598 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.9521,31.5041 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4354,31.645 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1793,31.1011 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.3197,-38.2134 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8256,28.1336 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.4132365,27.67089598 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2106,32.304 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.46652548,27.81963827 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.17758452,28.22020061 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.0366,28.299 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.7826,28.0063 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.0907,28.1605 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.1978,14.0831 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 132.7681,33.8426 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.0348,-7.0607 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.5191,42.7167 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.1966,39.3937 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.51924545,27.21782272 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.1931,27.231 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.5041,28.9525 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.4411,28.1681 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.4807,28.5716 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.8108,30.9438 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 132.4553,34.3852 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.2617,28.2929 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.9226,-36.7109 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9326,14.1169 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.5082,14.0728 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.6789,33.5692 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.3342,33.4942 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.8195,35.505 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.8163,35.2507 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7338,6.3665 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.7936,53.4128 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.3167,25.6167 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9367,43.2453 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6417,34.1538 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 133.104,35.4888 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.1406,35.478 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.1421,28.4197 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.96,28.02 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5435,30.6358 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9499,29.2675 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.1953,14.0814 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.8829,32.1632 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0293,32.6848 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.6989,31.9111 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.6332,30.4559 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.0283,26.7215 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.7191,29.0399 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.9411,53.3705 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.5932,35.2902 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.1803,28.5446 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.6115,29.9862 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.126,29.36 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5519,29.3576 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.9921,26.8716 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5214,14.6808 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4781,38.4262 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.9442,27.0502 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.3943,26.8599 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.0772,12.8277 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6475,27.5509 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.559,27.3773 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.6698,15.3258 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.6389,16.7294 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.5615,27.0674 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.9019,27.8122 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.203,33.3893 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.6608,16.5676 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.6628,29.6095 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.4591,21.6429 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.9352,37.2743 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.1577,33.9917 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.0312,34.5208 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.6609,-3.644 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.6002,10.6871 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.1564,23.1172 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5595,22.6966 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.9618,22.2931 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.5255,35.1719 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.8821,33.532 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4745894,16.93911427 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.6457,-3.4326 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.46485294,16.94054188 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.3641,32.2067 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0969,30.904 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2889,30.5589 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1675,31.0931 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1727,31.1054 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.801,25.0477 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.46,34.1042 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -108.0383,38.0053 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.8075,27.8878 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.7508,26.6842 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.46476377,16.94057232 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.7843,28.2649 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.3773,28.3034 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5309,28.4763 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -108.1234,38.0604 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4748,39.0981 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.7348,29.3199 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.67982275,27.81229512 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0580434,16.91792918 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.0311,47.7741 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.2355,46.6521 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5671,10.6859 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5006,10.6738 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.7412,22.1183 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.7853,34.5281 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4517,30.7467 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3426,30.4054 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1054,25.4196 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.48214677,25.3098633 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8735,12.896 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.5027,24.9786 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.69570744,27.80766085 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.87646407,34.11901266 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.3185,35.7972 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8899,36.5011 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8683,35.3526 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.6355,35.3585 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.7056,35.0111 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4568,9.9271 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.7733,11.0029 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9958,15.9517 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9667,15.949 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.7541,35.049 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2341,39.1883 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8862,12.8715 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8889,19.1287 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.8443,24.9356 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1325,31.0655 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 141.772,39.8403 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.3538,39.068 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.5443,39.9243 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.62,28.54 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.2869,36.0636 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5705,10.7137 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.3183,11.9773 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.1276,19.427 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.0332,27.6661 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4719,10.7163 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.2665,8.4418 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.1125,32.8091 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.0999,28.2598 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.2304,47.6736 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.4138,32.7571 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5989,10.6857 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.6228,48.2719 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.263,27.0366 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3351,30.4068 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.158,36.1788 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4484,10.6933 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.7146,23.7365 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.4871,34.1416 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.6538,34.1481 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3504,34.2116 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5101,34.208 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5528,34.1619 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3265,34.3061 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5971,34.1482 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5874,34.1114 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2627,27.0375 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2468,32.371 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8609,36.6567 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.227,14.0783 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.3715,33.7848 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.6213,35.0148 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.4243,35.2169 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.2269,39.5567 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.4258,35.2227 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -13.2241,8.4806 ]
},
"properties": {
"countryname":"Sierra Leone"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.4181,41.0266 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.7984,35.2059 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.7627,33.334 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5306,30.6463 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3475,30.6785 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3684,30.5151 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.7619,46.6637 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.4867,29.4469 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.401,1.0059 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.811,18.126 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1104,31.958 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9791,35.3599 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.9221,33.4008 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.1298,31.5423 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.7402908,34.62798026 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.5789,1.3337 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5461,31.0539 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.61786282,30.80200029 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.991,30.8522 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.04619681,25.70223725 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3554,1.0195 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8595,35.3539 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.4846,31.0176 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0958,30.9012 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.8422,26.148 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.9152,26.222 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.803,26.0814 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9793,33.623 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.911,16.9752 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.7301,33.7397 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.48265093,25.31006064 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.3225,34.8142 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.1865,7.36 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.9768,32.8391 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.4971,30.7284 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.3397,21.3161 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 20.9434,48.9057 ]
},
"properties": {
"countryname":"Slovakia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8974,19.0997 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4445,26.9435 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.0109,19.1993 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.6654,26.2753 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -13.2025,8.4758 ]
},
"properties": {
"countryname":"Sierra Leone"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.443,36.1364 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.683,27.8541 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.5027,17.0661 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.9261,30.0134 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.8316,40.5093 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2774,39.191 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2271,39.1994 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2301,39.1905 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2343,39.2105 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.9909,39.2089 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.9823,39.2143 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2429,39.4346 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.3401,39.5808 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -109.9818,38.647 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4481,26.9722 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.0114,19.1935 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.11603493,25.61560252 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.8158,26.1984 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.4957,24.8961 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.2826,28.3884 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.6335,27.7592 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.3164,28.0276 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5983,28.3401 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.9659,4.9721 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.2998,12.042 ]
},
"properties": {
"countryname":"Nicaragua"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0264,30.6509 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4151,30.966 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.6186,30.8183 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.6437,30.7221 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.8371,30.3846 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3652,27.167 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4245,36.3044 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1296,36.5705 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4689,10.2753 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 11.5224,47.422 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7836,40.7297 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.9423,39.7935 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1211,25.5718 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.7755,31.5304 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.85213651,27.58124358 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.6444,27.2485 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.1608,21.7653 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.6724,30.4238 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0666,30.4084 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.4827,27.9937 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.5034,27.5 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.88,27.59 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.4434,27.6832 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.682,29.4605 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.8603,27.6041 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 39.6515,11.6652 ]
},
"properties": {
"countryname":"Ethiopia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8002,-6.6006 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.818,10.2736 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8299199,10.26707152 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8311893,10.26604714 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.0289,17.2568 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.8133,18.106 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.6385,35.6804 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.6228,24.8029 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.6667,27.35 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.73,27.07 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.9377,27.2948 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.8711,27.1303 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1749,-6.892 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.5325,13.5317 ]
},
"properties": {
"countryname":"Nicaragua"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.726,6.7254 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.8416,72.6275 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9472,34.0935 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.8901,28.0401 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.3289,-7.2269 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.9771,36.0833 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6053,16.5141 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0641,30.365 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.9568,32.7029 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.497,27.2319 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 40.6167,41.0524 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1327,25.4786 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.4221,24.7505 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6188,27.3392 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.2497,28.1171 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 33.6051,44.9688 ]
},
"properties": {
"countryname":"Ukraine"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5885,14.6257 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.6158,14.665 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.5205,14.5624 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.4096,14.7161 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.5168,15.2164 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.1287,14.7598 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.8207,15.4168 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9762,17.0869 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.73000859,6.713960086 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.0719,28.0579 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.1607,14.1015 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6032,28.2653 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.0446,27.7276 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6832,16.3666 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5567,16.3453 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6559,16.4979 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.1694,19.2179 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.5834,29.0834 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.1404,-7.4832 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3034,17.4012 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6525,16.5157 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6103,16.5332 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99,25.6167 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.1,27.59 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.5036,27.8916 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.8369,27.7838 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.2401,27.7745 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 127.586,40.3687 ]
},
"properties": {
"countryname":"North Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6294,16.9729 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.5023,41.7757 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3896,30.135 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.9829,30.2851 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0278,30.4008 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.2468,-36.8415 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 147.1399,-36.9829 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.4399,-37.1475 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.3227,14.8231 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.7314,14.7085 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.85,15.58 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.538,17.4974 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.7379,14.5832 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.8267,14.651 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3888,30.5004 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.623,30.796 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3399,30.8987 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.7334,27.3702 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.653,27.9333 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -6.4173,52.9892 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -6.4318,53.0055 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -6.3668,52.9621 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1495,32.0987 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4866,27.7884 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.8315,27.8143 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.2579,35.192 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.3001,36.1736 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.8995,-7.0562 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.8416,27.7773 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.6671,4.8057 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.4112,28.3036 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9452,22.7708 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.5421,-42.4635 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.0892,15.2892 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8142,6.4791 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 14.6074,40.6378 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.7273,27.0011 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9594,35.9283 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.1542,30.2745 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9844,30.7059 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.11112157,25.63961883 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4403,30.7333 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.765,-6.6367 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.4254,18.0723 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.8875,56.2365 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.71495623,23.72988966 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.74128531,23.75406693 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.7141905,23.74182634 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.71060943,23.73504471 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.9296,23.591 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.0748,23.3439 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8416,22.7176 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2195,32.3109 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3491,29.477 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.8166,27.7513 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.9259,27.8732 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.9155,22.4179 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.895,31.4135 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.7001,26.9796 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.3395,27.8808 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.7249,36.2744 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.125,24.3069 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.694,23.7527 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.3149,19.2818 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6055,16.5141 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.49970189,30.75402442 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.63118672,27.86624658 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.3588,28.058 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5343,29.6042 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5371,29.2484 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.6007,30.1454 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.0855,27.5086 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.1505,27.509 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.8566,27.7948 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3169,10.4476 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9038,49.2065 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.12,37.4204 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.9137,30.1977 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.494,29.6131 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5322,30.9013 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4265,30.1035 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.4356,30.7991 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.9796,31.563 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.7756,30.9015 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3211,29.5477 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1889,31.9843 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.2114,31.4582 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1103,30.9086 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5092,31.1191 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5063,30.9544 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.4153,31.4161 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9576,30.8741 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1695,30.7198 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0965,30.9035 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.4668,30.9009 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0767,30.4326 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.058,29.7911 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7211,23.4367 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9492,10.5363 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.6511,18.9642 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.7155,31.1581 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.4841,29.3987 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9907,31.1838 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4401,30.7332 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.2844,31.5699 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1179,31.944 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.8531,33.7721 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.9276,21.6598 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.3604,22.4827 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.6877,21.5 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.3083,22.1978 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -8.121,54.8705 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.2858,33.8468 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1038,31.0215 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.7949,53.9923 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.1359,45.3717 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.4334,44.8545 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.17707406,33.27140108 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -127.4846,50.4335 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -127.5062,50.7053 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.3902,9.8988 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.5722,25.1701 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6586,25.0801 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6048,25.222 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.7072,25.1056 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.8188,-40.3271 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.2785,-38.8702 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2382,33.241 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.9044,13.8601 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -53.9059,48.1411 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -126.4039,50.9975 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.1974,28.1581 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.9712,5.1749 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.9917,6.706 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.8494,28.1981 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.277,5.363 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.4394,18.0083 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.4803,51.4643 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7468,50.3413 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.0625,17.0977 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9647,40.4191 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4793,10.0757 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.8865,18.2544 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.8226,18.1686 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.0476,18.0677 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.8213,17.3738 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.8946,16.0203 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0766,40.3911 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.7763,18.0622 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.1833,17.1833 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6121,7.4695 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.0909,42.5363 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1764,9.9108 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1762,9.9108 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4577,18.4468 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.9691,44.1473 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.3915,38.3558 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.8832,18.777 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.314,28.1906 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.7654,14.3898 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.593,17.4468 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.0992,53.6865 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.5844,12.7796 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.2728,12.9711 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.818,30.9141 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.4149,28.3092 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9779,6.8066 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.039,6.9698 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 134.5427,-2.7414 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.1819,13.2609 ]
},
"properties": {
"countryname":"Saint Vincent and the Grenadines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.663,18.5554 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.0306,34.2266 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1792,30.9546 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3731,15.5918 ]
},
"properties": {
"countryname":"Dominica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8514,28.3201 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5505,27.8622 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.3969,18.1652 ]
},
"properties": {
"countryname":"Puerto Rico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -64.802,17.7718 ]
},
"properties": {
"countryname":"U.S. Virgin Islands"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.8995,1.8257 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.9145,33.8353 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.8566,23.9723 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.3193,22.6461 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.1266,-18.0327 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.388,5.9606 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.0737,5.6528 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.4524,20.8482 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.6191,36.4628 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.6889,34.8075 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4637,34.6644 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.3913,-29.4985 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.0871,-26.3974 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.0265,-26.6144 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1351,25.4769 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.4703,25.6633 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.4108,24.7679 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0212,25.2745 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9128,24.837 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9787,28.7038 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.9436,27.6291 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.0083,25.1796 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.1477,25.4749 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.9914,25.5242 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1399,25.4788 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.8673,25.5265 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0462,25.3179 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1076,25.682 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.0898,-26.3938 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.446,-29.4884 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8533,10.2863 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9032,10.3325 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9054,10.3355 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4801,47.3848 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4942,47.2906 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1072,25.6623 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9292,8.2036 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.2681,12.1143 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6058,16.5141 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.5,-1.8667 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.1815,-0.936 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.6585,10.0341 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8062,33.1847 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0381,31.0595 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.2619,31.5158 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.6833,10.1833 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9753,10.1067 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8955,10.3156 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3459,9.7548 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9153,10.395 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9275,10.34 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8978,10.3336 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.5738,18.4674 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4111,18.5202 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3274,9.6804 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.72,10.57 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.98,10.77 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.1167,-13.3042 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.2806,16.2137 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.3691,23.1098 ]
},
"properties": {
"countryname":"Cuba"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2194,17.9209 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.171,18.012 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9637,16.0161 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.7753,16.9817 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7619,10.3708 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0613,18.418 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2088,17.265 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6076,16.3712 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.839,16.5669 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.642,16.4286 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2184,16.9648 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2711,16.9623 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4255,17.4612 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1666,17.2826 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2368,17.5541 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.461,17.3592 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3667,17.6 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1495,17.4147 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1151,16.8336 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0642,18.4281 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1831,18.0167 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9956,17.5396 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8329,16.4996 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6318,16.3671 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.425,16.5189 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6164,15.9949 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0991576,16.91639749 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.8039,19.2606 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.6937,-17.0661 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.89,10.38 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.4518,33.8575 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 129.5901,28.4101 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6667,33.4552 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0227,34.0887 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.8279,24.5436 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.8496,24.5478 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.7014,7.5206 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9397,33.0107 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.3761,19.9166 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.3324,-8.2505 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6508,45.7037 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.265,15.5227 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.4192,-0.3203 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7705,9.8678 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.6376,38.6627 ]
},
"properties": {
"countryname":"Azerbaijan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.8169,18.2084 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.1805,13.2548 ]
},
"properties": {
"countryname":"Saint Vincent and the Grenadines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.969,13.7705 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.0429,13.8516 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.0656,13.8491 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.9402,13.921 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.0535,13.8328 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.0613,13.8487 ]
},
"properties": {
"countryname":"Saint Lucia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.9436,10.8334 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.5417,11.3143 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.6054,11.2288 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3832,10.666 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.575,11.2505 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.7428,11.2246 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.7195,11.2434 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.1432,44.0493 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.127,44.0513 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.9381,44.0928 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.8792,44.1473 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 8.5282,44.4197 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.0645,18.2733 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.829,43.862 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.5066,7.257 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5989,16.375 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1349,9.886 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.0236,9.6563 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5577,10.0421 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.8751,10.4548 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.8359,9.6227 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1,8.6117 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.2812,9.7112 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.8312,9.3084 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.9418,8.6844 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.3662,9.6341 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3438,8.9896 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6293,9.4425 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6055,9.1922 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6386,16.6619 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.03,16.95 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.8726,17.686 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4292,17.5004 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.9836,16.3071 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9319,17.8101 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0495,18.4149 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.8663,9.152 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.8589,9.0891 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.9881,11.989 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4876,9.999 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.7996,8.9655 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.4867,20.2526 ]
},
"properties": {
"countryname":"Cuba"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2488,-9.9241 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.2094,13.3114 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.2279,14.7822 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.2154,13.3111 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.0327,12.8806 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.90212373,9.460430044 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.6849,15.4546 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.4489,15.0376 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.7103,15.2074 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.3008,15.3012 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.9787,4.8903 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.90492974,9.465206953 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.5049,7.0519 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.7311,5.3391 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5758,6.2674 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.9185,8.5612 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.0328,12.7512 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7306,-6.621 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.6591,15.3307 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.2123,-19.0587 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 179.4104,-17.3137 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.0214,4.7608 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5277,10.3184 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.5747,15.1029 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9887,15.608 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.6717,50.4149 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.7497,50.3859 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.7763,40.0988 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2781,18.0445 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0167,5.45 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0495,5.3298 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.2667,5.2833 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9303,7.6213 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.8756,6.8202 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.3337,7.6167 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9529,10.1433 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.85672387,27.5798729 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5844,-6.8396 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.582,10.2462 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.748,-23.1812 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9317,16.6604 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9083,6.9025 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.5867,10.2452 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 179.3997,-16.7324 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6309,7.4227 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6104,7.4237 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.906,10.4913 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7555,49.1893 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5636,10.6963 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5611,10.6949 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5592,10.7335 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5731,10.6895 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5929,10.6915 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5335,10.6834 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9995,10.503 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -67.0342,10.4267 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9431,10.4669 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9211,10.4867 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.8545,10.4447 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.815,10.4393 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 20.7704,39.8329 ]
},
"properties": {
"countryname":"Greece"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5626,-6.9336 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.893,10.5129 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9323,10.5029 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.5806,10.6144 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9146,10.4891 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9072,10.4701 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9486,10.5139 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.8851,43.0274 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9534,35.9251 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4872,35.2436 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.9276,39.1312 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.2893,-28.131 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 19.6946,42.1474 ]
},
"properties": {
"countryname":"Albania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 23.0804,42.2755 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6136,7.2805 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.5879,44.5415 ]
},
"properties": {
"countryname":"Bosnia and Herzegovina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5455,6.3236 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.7431,14.8315 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3092,10.2466 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.93708891,10.83392769 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.940308,10.83003164 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7294,10.232 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.9366,6.8339 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.7451,6.7077 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.9984,9.5009 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.0055,9.5033 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6961,9.2332 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6505,9.5493 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8338,6.4111 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8955,6.1458 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1963,8.3295 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8475216,10.3177097 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8131,10.294 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8452,10.3166 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.6703,10.182 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3915,47.5095 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4446,48.6223 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.2837,6.0638 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7428,45.7717 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2818,47.6177 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.3359,45.6334 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.0207,47.7367 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3133,8.0211 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0862,48.4632 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4541,48.749 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4997,48.8399 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4721,48.4529 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.4089,47.7307 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3412,48.2357 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3633,47.4481 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1817,47.0014 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3978,47.5462 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3485,47.5564 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2575,47.23 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5458,47.4615 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5864,47.5652 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6051,47.5812 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9922,47.4348 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6561,47.5692 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5707,47.6036 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.1883,48.7109 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8044,47.3851 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2869,47.7371 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2824,47.7305 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2791,47.7174 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2777,47.7139 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2756,47.7078 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.274,47.7004 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2782,47.6949 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4398,47.4092 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8089,45.6182 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0794,47.6828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2337,47.5704 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2288,47.5513 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0695,47.5326 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.359,47.479 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.1389,-8.3383 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.113,-8.1578 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.1374,-8.1913 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.087,-8.3251 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9082,47.0252 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3101,48.0079 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2818,47.7278 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2861,47.7358 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2816,47.7212 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2214,47.706 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1458,47.539 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8323,49.0365 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.0752,46.3611 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3106,17.8171 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0489,18.2216 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.946,21.3849 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.9207,21.3787 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.121915,21.34682521 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9444,37.0359 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.8632,39.1647 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9339,37.1143 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.2993,34.3901 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.2908,34.4058 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.2997,34.3974 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.0312,34.231 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.9249,34.3 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1034,40.7659 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0315,40.7397 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.0125,34.0712 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.5073,36.0185 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.3092,33.0744 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6705,33.4581 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2959,34.1608 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.1585,34.1008 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.7349,33.7465 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.4843,33.3379 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.3049,33.0648 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.1906,34.1358 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6357,33.7456 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.1765,34.1332 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9435,33.8071 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.1709,34.1813 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.8053,34.0626 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.1935,34.1407 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.763,33.5752 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.5615,33.6303 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.0747,34.2174 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6407,33.7124 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.4471,34.3644 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2892,33.1466 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.9587,33.9511 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2599,34.0775 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2527,32.8471 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2626,32.8296 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2674,34.0424 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.97,1.68 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 148.4943,-21.1313 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.2164,13.3137 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.2279,21.5194 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.7847,36.8242 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.1221968,21.34684783 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.5986,-38.8932 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8347,13.0785 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.0873,32.7708 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7004,45.5153 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.515,37.57 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.1324,33.9385 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8421,13.1004 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6602,33.8763 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6551,36.1435 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7227,7.9046 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -40.9752,-18.7677 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -41.1197,-20.073 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3919,47.5121 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.7669,37.6782 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.2467,29.7415 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.092,34.4275 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.9565,4.8572 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0667,11.7 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.6793,13.4567 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1066087,10.57172733 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0667,10.2833 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.98,10.3861 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9944,11.2462 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1489178,7.824426765 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1159,10.3128 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.6196,40.2975 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1828,-22.4891 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.1,6.9667 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.5437,48.4608 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0981,10.3094 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.4614,-23.6687 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.8844,-23.1864 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6588,3.0977 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0402,6.8894 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.5901,7.2094 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6364,33.4445 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.2456,-28.0481 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8644,49.0535 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.4083,49.5638 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5339,9.1196 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9919,12.0311 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.277,-28.6604 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.1219,-12.3325 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.8341,-8.6252 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6104,7.4239 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0081,7.9329 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.7816,6.9769 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6909,7.2532 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.7748,6.9762 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.7853,-27.3865 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.0525,-27.4601 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.011,34.1704 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.6019,-27.4839 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.7436,-26.916 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.8211,-27.3776 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 151.9802,-27.6041 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9356,10.166 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8164,15.4838 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.8682,6.7646 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6536,33.4573 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 143.8478,-38.6763 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 143.9341,-38.5854 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 143.8911,-38.6358 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 143.8912,-38.6378 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.5428,-22.2486 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0304,-22.411 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.5823,-22.398 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.8167,-22.3165 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1105,-22.233 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.4268,-22.1546 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.7169,-22.2173 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.6833,-22.2833 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9772,-22.3701 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.5733,-22.2581 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.65,-22.2492 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.994,-22.3787 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.6574,-23.4242 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0072,-22.3998 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.6935,-22.0811 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6405,7.6192 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0787,-22.3838 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2172,-22.5037 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.0117,-22.3278 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.6018,-22.2331 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9664,-22.4123 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.53712263,-22.26551841 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.137,21.3895 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.7137,-17.6195 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6057,25.0645 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1879,47.9433 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1691,45.8753 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -158.05,21.4782 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2558,47.2265 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.1344,-37.7383 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.542,49.3274 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.5777,44.158 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.3235,7.8705 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.6138,54.9632 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1412,47.4074 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.4976,48.328 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0326,44.2933 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.2373,45.7157 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.4845,45.6047 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.1852,-22.4804 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.8812,9.5497 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0406,44.6344 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.579,48.1173 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.117,45.5758 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.075,44.4378 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1947,45.5844 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0505,44.6323 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.0504,44.0967 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.031,44.6511 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0125,46.3822 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.0287,43.6361 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6312,44.4014 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8551,43.7905 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.0303,43.6626 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.6521,43.6712 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7113,43.8071 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4805,44.3982 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.113,44.1989 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -113.9484,45.6934 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0538,44.6811 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7017,45.2309 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.6748,45.4842 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3871,44.4006 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.254,47.2207 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.45,61.5666 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.477,60.3751 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.856,62.185 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.5483,60.0613 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.3231,58.5909 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.270676,7.92237225 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4141,6.9374 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.8608,47.2426 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7333,6.3666 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.7962,6.3879 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.95,6.3333 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.1043,44.1126 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2619,47.9582 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3608,13.1358 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6802,43.271 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0549,44.9235 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2554,47.2218 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.3855,-28.0605 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.9665,44.9438 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4157,44.8003 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4203,9.7244 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.5523,9.6941 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6266,10.0599 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.855,49.0396 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.5042,4.679 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.0367,9.6389 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3378,9.7177 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8529,10.3163 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7774,45.5653 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.9555,4.9723 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.981,10.0884 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0778,10.3402 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8538,10.3281 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.1018,5.8404 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.0657,5.8452 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.9379,-35.5035 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.0955,-36.7929 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.5249,-37.7239 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.6835,-35.3258 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.0922,-35.3261 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3099327,47.92499887 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.8213,2.3689 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.4037,8.0539 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4908,8.572 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.5627,38.1721 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 117.9802,5.7515 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8974,8.9176 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -15.4314,28.1011 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.071,6.9794 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0243,6.9565 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6241,7.4678 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9282,6.9554 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4427,9.543 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.0225,-18.2883 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.8571,9.3059 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4336,8.814 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.1543,34.5677 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7756,10.4578 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1002,35.5288 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.572,-8.5955 ]
},
"properties": {
"countryname":"East Timor"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4995,34.0966 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.3334,34.0347 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.5654,34.8067 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.1724,35.2631 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4374,34.6534 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.17240669,33.35406635 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.6037,5.9657 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.673,34.2256 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.1079,7.0381 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.8147,7.6447 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0714,7.2753 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0673,7.033 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6349,7.6235 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.2129,-32.9563 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 39.0616,44.1447 ]
},
"properties": {
"countryname":"Russia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9933,6.8334 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.1752,6.9315 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7038316,45.68817427 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8611,49.1624 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.1872,33.577 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8101,33.1804 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1827,33.3037 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1921061,33.33875958 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9437,33.0165 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7038422,45.68818457 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.3664,-0.6273 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.874,-0.6549 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.1131,44.2886 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.08552027,6.973070057 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7038482,45.68819748 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9562,-14.0731 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.2659,-13.8158 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.722,45.5285 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.0182,4.9726 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1774,33.3308 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.244,33.2609 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.2883,-8.1413 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.9104,18.2724 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.6852,18.1689 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.12046509,6.957291003 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9542,38.4738 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6338,36.9081 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.5369,32.9112 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.4787,34.2896 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0836,6.9734 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.7161,25.1163 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8152,42.9651 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7083,44.3543 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.2293,30.4749 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0333,6.9167 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1772,33.3307 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6235,3.0665 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.7724,21.3825 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1784,32.2338 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6481,38.5444 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0604,37.022 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2192,34.2808 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.0276,34.1828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -68.0861,-16.5293 ]
},
"properties": {
"countryname":"Bolivia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.38,7.5955 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.2716,1.2951 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.7865241,21.36945629 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5779,45.3339 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8817,43.6511 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2811,47.7246 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3402,46.866 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8728,45.9873 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1919,33.2477 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.1928,39.0177 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7739,45.5872 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6866,45.5118 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.709,45.523 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6513,45.4818 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7145,45.7014 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 12.8788,43.3166 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4732,9.3224 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.1398,41.1204 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9667,7.35 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.6695,33.2257 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.1933,37.8762 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.7865298,21.369472 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1586,32.0996 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.5949,36.0378 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.4226,41.3484 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.402,41.5585 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.6018,42.5804 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.7897,38.7745 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9425,10.5259 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.1091,40.3927 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.0886,9.0103 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.6426,38.5678 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1872,37.2537 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -48.7906,-25.572 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -51.5288,-25.0209 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.2693,33.2059 ]
},
"properties": {
"countryname":"Lebanon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.0415,43.1372 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.5432,40.1854 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.5778,40.212 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.1099,41.5474 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9799,46.798 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2487,47.4825 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5437,45.331 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5272,45.3926 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.0874,38.907 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2667,47.2537 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2434,47.9664 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.6597,36.8693 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1513837,7.217953309 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.7785,39.9984 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.66727437,40.22156009 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.982,41.5041 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.499,48.095 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.64,40.6006 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4971,48.0943 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3059,47.9361 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2954,47.9122 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4957,47.5817 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3899,47.7929 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.66737084,40.2215544 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.8243,39.8541 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2301,47.9863 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5048,47.6647 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0976,47.4705 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4897,46.6163 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7346,45.7617 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3149,47.8268 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9486,6.968 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3307,47.8638 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1908,47.9264 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.428,38.6929 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4396,47.223 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0597,47.5147 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.398,47.6343 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8213,44.4017 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.521,37.8695 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3536,48.3439 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 17.1399,-22.5814 ]
},
"properties": {
"countryname":"Namibia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.762,33.7975 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0706,38.5056 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.0526,38.9625 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6505,45.4828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0271,40.6357 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.0365,38.9097 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1988,45.7413 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9682,11.2535 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.996,11.2411 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9789,10.509 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9677,11.1345 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1524,47.3042 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.8963,36.3777 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.672,40.5812 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1507,11.811 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0546,10.6593 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9667,11.3 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.9295,43.3197 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2987,47.9231 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1773,33.3308 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1916877,33.3390327 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1611,33.2466 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 17.1689,-22.5657 ]
},
"properties": {
"countryname":"Namibia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1466,9.2171 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5236,5.0255 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9658,10.6575 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.6002,34.1625 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.8053,34.0497 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.0592,34.0884 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.6189,34.1574 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.6131,-34.1564 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.6712,40.7388 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.6615,34.4399 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.8018,34.468 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.5228,34.1531 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.7758,37.6782 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0224,37.0711 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.3552,-39.0468 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.5242,28.0791 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0556,38.917 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.6701,37.2919 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.547,37.9768 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.509,37.8985 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5159,37.5742 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0994,38.4165 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9117,37.9252 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4749,37.9002 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4484,37.8871 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4242,37.6084 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7733,38.0458 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.357,37.3931 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2363,37.9958 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0027,37.0976 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9908,37.0971 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3238,37.9591 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8778,38.6401 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.5189,36.009 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5621,37.8751 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.54,33.5599 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0025,38.9838 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5801,37.9797 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9207,37.5962 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9277,37.5957 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5573,37.9728 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9157,37.6456 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9992,38.8269 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9955,38.5037 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.26,37.3963 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4908,7.9467 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.8725,9.1618 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.4475,37.0293 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.0005,33.1817 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.7612,9.3825 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.5857,38.81 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3497,37.5456 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4801,37.9029 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7522,37.0905 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.4336,35.8777 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5271,5.0569 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.1934,36.2225 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.6323,47.5293 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 148.4224,-21.1278 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 148.4762878,-20.07651697 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.9153,8.2922 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.0591,39.2925 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.0386,39.1265 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 148.4775479,-20.07976547 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9168,6.0522 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.0616,9.8907 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.6715,8.5061 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.9476,8.2531 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.8832,8.9607 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.1167,47.6475 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.7202,47.6161 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7874,40.1625 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7576,49.0022 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2935,47.9502 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2926,47.9211 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.4625,18.9954 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0439,6.4824 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0611,41.549 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.9911,-13.5138 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.8666,52.6901 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7685,45.5828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.351,-8.8961 ]
},
"properties": {
"countryname":"Angola"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.5703,35.8473 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.6841,40.0607 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1258,46.19 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.3445,34.2101 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.1376,40.5196 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.1712,46.5951 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.8242,41.4671 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.5201,37.9977 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5283,6.2379 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.5742,5.984 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.5268,6.009 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 41.2679,39.9043 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0038,40.4981 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.398,1.4128 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.3834,1.4499 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 33.4318,-9.938 ]
},
"properties": {
"countryname":"Malawi"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.699,12.1979 ]
},
"properties": {
"countryname":"Grenada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.6871,12.1353 ]
},
"properties": {
"countryname":"Grenada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.1372,13.2767 ]
},
"properties": {
"countryname":"Saint Vincent and the Grenadines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4881,39.1153 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5082,5.0657 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.3723,5.0343 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0062,40.432 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.9411,6.468 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9213,40.3782 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0671,40.6525 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.9743,5.8044 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0613,41.5487 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.399,4.6502 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.0424,40.7443 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.6687,40.1909 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.5639,39.0315 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.6329,40.2498 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.2055,39.982 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1999,33.3645 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.2718,34.1802 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8886,33.2599 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.5526,33.1488 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.3245,-7.7819 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9448,35.6562 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.4274,39.6526 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9035,33.5808 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.08551842,6.973059881 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.363,47.989 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.971,39.1209 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7732,-6.584 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.87654867,34.11897569 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5256,38.9566 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4536,39.0189 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.599,38.5293 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.6165,39.0639 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.6449,39.0744 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4833,39.0456 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.358,38.9939 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.4408,6.3704 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1086,7.1916 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.4829,7.2853 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -51.1339,-29.6634 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -50.7578,-29.5706 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.1551,6.7425 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.7354,7.0808 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6517,7.088 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4112,47.9151 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0451,42.81 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.4359,-2.0398 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6749,38.5212 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0697,38.71 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.8435,39.1653 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.3548,-22.8811 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -93.3097,36.5989 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.7904,39.1369 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5604,39.0978 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4953,39.1075 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.0267,37.0379 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4271,39.1647 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.501,39.1065 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.426,39.1645 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.8202,40.127 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.4623,36.4461 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.6515,39.2515 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.1708,39.4896 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.0065,-39.6412 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.8242,-40.1685 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.9136,-39.484 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.4174,-39.0336 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.9248,-39.9455 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.8655,-40.1019 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.4136,-39.0412 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.2677,39.0188 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -88.9436,35.1802 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.7979,-3.1448 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.8769,-40.0582 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.989,-39.7902 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.8426,-40.1513 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.2391,-39.372 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.4745,36.0562 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5571,39.1098 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.5085,36.1638 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.7898,37.1552 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.687,3.0879 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1497,36.8755 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.0833,36.9118 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 8.1055,61.1082 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.64175069,6.639631955 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0638,36.9284 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.2421,51.0055 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4086,39.0968 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.6621,39.12 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3662,47.992 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.662,39.1333 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5376,39.2534 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5609,39.0973 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -38.0702,-8.4454 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.4832,5.5002 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0874,-2.7571 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.0971,38.7981 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.8757,38.1825 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.8703,38.1684 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -101.7023,19.5805 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.8775,38.1723 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.7193,38.6487 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.7895,38.7037 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.5074,-0.2648 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8566407,6.199382401 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4383,6.887 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.0562,44.9378 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.051,44.9344 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.6525,-3.6849 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4875,44.2553 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.0197,-7.2269 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.6982,-7.509 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.7705,-7.5907 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.6291,11.0391 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.924,6.0061 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9793,10.1118 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0254,14.381 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.5074,13.3481 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3344,13.1614 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7215,10.1999 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2658,13.3207 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.2683,43.5411 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.322,25.7921 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.6677,10.0506 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5753,16.3273 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.5896,38.3922 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8282,41.4088 ]
},
"properties": {
"countryname":"Kyrgyzstan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.0454,-37.6304 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.1937,35.3143 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5453,38.4458 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5388,38.6743 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.548,38.544 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4937,38.6451 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6849,41.4184 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.4989,22.1915 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.8838,22.4209 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8521,39.8842 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.3194,40.0205 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9935,40.0118 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3679,47.3236 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.9174,46.8077 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.5977,43.6128 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.5908,3.4677 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.2994,7.096 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.0021,6.905 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8375,40.6573 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.4166,6.8835 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4333,38.4069 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4261,38.4072 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4685,38.4001 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4662,38.4007 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4453,38.4193 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.4911,40.1095 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.138,40.521 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8282,40.5755 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.669611,7.743877992 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8792,6.1188 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.7401,40.5071 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.5358,40.2357 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8024,40.5813 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.8395453,41.25354118 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0595,40.448 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9928,40.4407 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7679,3.1852 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.8258,3.1477 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3652,0.9068 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.7429,39.9121 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.2174,40.5558 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.4093,25.0672 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.8657,41.0033 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -112.473,38.2717 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -112.5716,40.3398 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.8191,40.9108 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1544,7.3521 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8551,25.0888 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.7011,7.6632 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0046,16.7221 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.7084,16.3562 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1877,17.2961 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.3726,42.5337 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.7342,42.2939 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.1976,-41.3913 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.1177,13.6845 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.287,-41.2737 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9925,17.079 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6074,16.3727 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6663,16.6623 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.207,7.2097 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.314,7.1145 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.3828,6.7043 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.8973,44.3666 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7344,10.2165 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.2006,38.8994 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4975,44.1921 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 141.7315,39.407 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.8305,41.2554 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.4111,44.4648 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4914,44.19 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.8474,25.1555 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9006,9.8012 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3276,30.9206 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.2741,30.4783 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.5935,24.8286 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 14.4185,50.1047 ]
},
"properties": {
"countryname":"Czechia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9792,9.6326 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.5364,18.2348 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.9747,19.2088 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9408,9.8306 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0696,10.0838 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0198,9.5207 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7046,9.8721 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.9189,19.3556 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.5449,46.1905 ]
},
"properties": {
"countryname":"Switzerland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.0995,25.1784 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.0609,0.8479 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.9334,39.5676 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.2239,7.7895 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.7247,4.6967 ]
},
"properties": {
"countryname":"Brunei"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.2853,18.5135 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3541,30.5319 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.908,30.2414 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.4325,33.1289 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9867,12.902 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.3278,33.1617 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.5989,15.728 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.2986,14.0598 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.5538,28.8848 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.4393,29.1554 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.9074,29.2159 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.1492,29.4265 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.5578,29.3046 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.7416,61.5677 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.3174,61.3285 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.0477,60.6408 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 8.8143,60.5805 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.6094,61.579 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.9613,47.8309 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -103.2478,47.5738 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.7947,47.577 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.31365118,16.58074281 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4826,39.1186 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.3955,40.3722 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.8552,24.9045 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 69.5667,39.9342 ]
},
"properties": {
"countryname":"Kyrgyzstan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.78,38.5367 ]
},
"properties": {
"countryname":"Tajikistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.4958,39.9376 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.3615,29.6491 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.7975,29.1935 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.4408,31.0349 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.8448,41.9757 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.6624,14.0354 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9434,15.5935 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2466,32.3709 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 18.3497,-34.0298 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.4586,26.0349 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9354,11.2993 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.4889,42.0603 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8119,15.5931 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.26181745,26.84850975 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.9798,31.5639 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4451,27.4885 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.3572,17.0032 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.28,26.88 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99,21 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.3841,42.3236 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.0457,-37.9673 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.496,44.7665 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.318,30.6427 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.512,28.9012 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.7888,32.6506 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.1447,15.2932 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.3009238,-6.669735615 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -114.0149,47.7851 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4659,27.0638 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.5121,26.3186 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.6814,-42.4008 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.1251,39.6416 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6816,36.6015 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.2341227,25.51614662 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.6071,50.4546 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.8381,21.9814 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.8069,37.8107 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.3131,19.9436 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.196,-38.551 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.5389,29.0313 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.2579,27.2879 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.65,36.25 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2833,14.8333 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.31350436,16.58058045 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6059,16.3694 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4851,14.4315 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.62,16.4193 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0335,14.6444 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7879,55.1106 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.5915,55.6511 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6296,55.6976 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.763,27.4761 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5333,14.6833 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.6975,28.5919 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.4779,-17.8893 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2565,12.6771 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.856,12.9141 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.7643,39.7956 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.0144205,25.03561729 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1099,25.6682 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6494,49.305 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.901,50.7389 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2147,32.4318 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1898,32.2282 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.9298,29.607 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.7963,30.7666 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.04191791,30.67629482 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.2242533,30.81507336 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.3613,25.5125 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.8996,30.2416 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0193,30.0667 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7575,3.1588 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 127.5183,37.4138 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.978,37.5665 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.7753,30.15 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.033,28.0004 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8161,22.344 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.6019,31.2574 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.5675,21.4758 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1739,25.8782 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.9137,19.5426 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.45,27.7 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4167,27.9333 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.3789,27.6264 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5753,27.7395 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4643,27.8173 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6147,7.0804 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.6194,30.9983 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.9374,30.0091 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.7022,27.8189 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.092,30.7341 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5902,31.4768 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.1147,13.1819 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.094,27.9939 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.415,27.9507 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4107,27.9654 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.088,28.0075 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4179,27.6991 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.2574,29.1265 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.961,28.0537 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.2519,29.0396 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.7368,31.5771 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.5154,31.1532 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.496,34.1601 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.826,34.1491 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.2934,28.3683 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.2934,28.0889 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4644,27.8173 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5754,27.7394 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4658,27.7172 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.0479,27.1722 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.7014,26.8998 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.5,27.3167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.77220558,27.26132994 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.7316,38.9941 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.1857,39.0928 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.512,39.1031 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -67.3097,10.3606 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.7016,8.6815 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.8713,28.9743 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1666,7.9216 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.2441,7.9436 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6072,7.0653 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9369,40.4248 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.8152,39.1904 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.9132,18.878 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.9443,34.265 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6673,40.5243 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.6621,40.4537 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2348,47.3809 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.5626,37.8734 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -69.9833,18.5 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0319,30.3214 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9482,24.8063 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.125,27.6454 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -46.901,-22.7418 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1079,25.4191 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.2572,46.0161 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.0433,39.631 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.9249,44.7448 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0206,30.9209 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5192,30.6509 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1935,32.3237 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.1018,57.5291 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.4929,30.7412 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.5925,30.7652 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0685,30.7331 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4129,31.0188 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.991,34.8679 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.7464,35.5038 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.9562,44.7972 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.933,31.7099 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4399,30.7333 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -110.4081,31.4891 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.1127,30.506 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1095,25.6703 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -110.3475,31.4733 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.0141,10.8916 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.17798485,31.10587659 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.5111,19.6699 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.5447,38.9249 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.592,38.8685 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -109.3279,33.6423 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.0106,30.081 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.0280474,30.0428659 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4071,39.935 ]
},
"properties": {
"countryname":"North Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.3715,40.0505 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.0144,30.0315 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6987,28.178 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.3914,40.0018 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.6828853,34.5443447 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.7145,27.125 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2181,32.3491 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.6846,27.9512 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.9704,27.8871 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.2314,28.7956 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.4753,28.7434 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.9778,37.5666 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.1153,57.6513 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -110.2541,31.3456 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -36.9541,-8.8137 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -34.8813,-8.0543 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -34.9817,-8.0204 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.4579,27.7783 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.9064,27.2743 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.06527738,27.99134853 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0167,7.6333 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0989,7.7299 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.8161,15.8513 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.42280921,26.99195749 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -95.1924,16.1863 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.1674,17.9484 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -95,17 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.0678,6.2069 ]
},
"properties": {
"countryname":"Nigeria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.8548,37.9478 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.3021,39.5015 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9373,40.4243 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1777,40.1793 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -102.7912,47.4074 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.4077,23.7118 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.42572376,27.05374234 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.6884,27.1032 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.0412,33.6917 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.822,27.2317 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.9724,28.2636 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.1893,27.9358 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6772,37.775 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.5372,39.6492 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.4658,27.1141 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.9725,28.2638 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8639,10.3622 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.5081,27.5003 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.3024,34.0982 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.6056,32.6625 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3318,30.4043 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.1123,30.1665 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.6367,29.7334 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.469,29.5194 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.3183,27.703 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.6352,28.0889 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4854,29.3879 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1137,37.2101 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 151.2099,-33.859 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.722,51.2585 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.7167,16.1078 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.3429,24.3527 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.948,24.7992 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.7704,16.1514 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.0038,26.5836 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.8339,54.8861 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.187,32.1896 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.9157,24.6869 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2388,13.7084 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.447,37.4288 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.7663,14.2245 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.4848,13.2959 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.4299,7.8328 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7719,7.9015 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3328,16.957 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1444,16.8256 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.9936,37.4808 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.9811,37.5685 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.9645,32.6209 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.5673,1.5928 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.596,9.2038 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6601881,16.32713063 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.2467,9.8011 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.4339,48.3626 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.6857,4.0391 ]
},
"properties": {
"countryname":"Cameroon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.197,30.012 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.108,25.4192 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.1306,27.5862 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.3782,-0.5713 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.0439,33.6118 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.6273,13.0902 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.1291,39.4274 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.2225,39.4977 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.7776,39.5256 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.1635,-3.7053 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 138.9862,37.6577 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.299,41.7497 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 138.1165,-4.193 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.168,14.5902 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -114.6432,46.3318 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.4279,27.7165 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.6513,28.7014 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.9422,17.9683 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.162,46.4492 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -107.6645,37.8121 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2377,14.8977 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9877,12.8836 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.6885,27.1034 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.6063,35.978 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.4998,35.7108 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.13222306,31.69137979 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8696375,9.497393176 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.0355,35.6216 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9371,9.4237 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.1715,56.0701 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.9258,31.2403 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9316,31.7083 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.02239366,31.71456806 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1996,33.4406 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.0018,33.0271 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9551,15.7067 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3916,31.0766 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3913,31.0766 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.5289,9.5988 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.3724,3.8125 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.2168,22.2009 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3755,30.2258 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5566,30.6521 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.7169,24.5958 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2016,15.9841 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -103.2814,47.8024 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3041,30.2828 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 33.8306,3.9081 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8556,32.7327 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.876,32.737 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.5034,26.0765 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3317,1.01 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.302,40.498 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.2833,27.44 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.1723,29.9121 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5682,28.8665 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.5618,6.5368 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.8067,25.7713 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9313,31.7077 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.7174,27.6674 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.2231,27.9604 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.5631,29.1657 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.7285,29.2385 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.5999,29.1832 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.773,29.139 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9179,10.3879 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.0153,27.4888 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.5187,41.1838 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.2167,25.5144 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.5307,29.2027 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1388,7.5694 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7741,7.8998 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.798,-41.3078 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.13,25.83 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.7944,-40.3175 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.7405,28.2719 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9,10.38 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8789,10.3315 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6972,28.1901 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.1279,28.3594 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.1707,28.8687 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.4712,28.799 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8804,10.316 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.0132,29.9816 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.22551799,27.13862165 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.633,27.7344 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2806,13.6396 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.3333,7.909 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1958,28.6809 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.8907,-3.3784 ]
},
"properties": {
"countryname":"Tanzania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4502,16.1509 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5956,16.4041 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8102,18.9774 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3175,1.2603 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.2416,10.6468 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.2913,14.8494 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.9479,7.653 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.4378,45.9145 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -64.7785,32.2815 ]
},
"properties": {
"countryname":"Bermuda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.0076,25.4549 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3082,1.4394 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.9227,40.8826 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 135.8019,34.6987 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.2083,45.9547 ]
},
"properties": {
"countryname":"Switzerland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.1899,4.6176 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4361,17.9031 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.4728,28.7773 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.117,24.808 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0776,40.8305 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.5007,40.6383 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.2611,43.4317 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.6846,17.7297 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3991,1.3484 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -152.2806,57.6111 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6418,34.4461 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.9989,22.3405 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.6369,30.056 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.1024869,34.26181913 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.0567,27.3824 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.6474,28.3875 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.7311,28.25 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.8899,55.8686 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.3148,15.8076 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 141.9488,39.4738 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7351,26.1548 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -132.9587,56.8227 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.8591,9.251 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.255,27.0605 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.149,27.891 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -87.2172,14.0865 ]
},
"properties": {
"countryname":"Honduras"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.29003611,27.4082091 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3075,13.8801 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3099,13.8758 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5767,6.2433 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1024,16.8694 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.0218,-37.8023 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.3532,29.913 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.7884,19.2078 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.5575,27.5161 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.7943,28.4115 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4923,15.8228 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.892,41.189 ]
},
"properties": {
"countryname":"Armenia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.8025,41.4978 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.7541,24.634 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5514,47.2543 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.2937,7.8806 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.8501,3.8581 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -112.9821,37.6536 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.2351,26.5919 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.16,13.7874 ]
},
"properties": {
"countryname":"El Salvador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.5656,19.2372 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3655,9.6514 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.5473,2.5871 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8332,10.2443 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8866,10.3318 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.4833,6.0672 ]
},
"properties": {
"countryname":"Nigeria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2363,5.92 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5206,10.4497 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.2731644,9.667669077 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.2986,9.6224 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.3656,9.6515 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7898,9.9903 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 175.8168,-40.3348 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.0827,21.3354 ]
},
"properties": {
"countryname":"Myanmar [Burma]"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 14.43,40.8308 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8872,11.7771 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.5567,29.7453 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -9.87,52.1596 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -10.4527,52.1582 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.3254,2.5248 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.6882,44.2408 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4954,10.6487 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 9.7197,44.2231 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.8525,9.9792 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4407,10.7539 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5146,10.2445 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8343,-6.6392 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8269,-6.5857 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.6502,4.5374 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5197,5.0742 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7018,-6.9788 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8903,-6.8721 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7233,-6.9697 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6378,24.7032 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4667,15.7833 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -6.2947,54.458 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.8863,1.8509 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3022,8.5138 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.1621,14.0391 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2981,8.5091 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.3749,11.5375 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5003,4.4183 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2449,9.2829 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.744,18.9045 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.3125,33.7152 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.5877,38.9102 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.4306,38.2072 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8833,11.785 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.66,-3.6404 ]
},
"properties": {
"countryname":"Tanzania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.7796,40.5238 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9754,47.6269 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 16.158,39.1854 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.4337,38.1944 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.2003,9.387 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9831,47.5955 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.9317,47.6941 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.4976,4.4376 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7814,-6.5702 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -127.0961,50.5854 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.1519,4.312 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.7301,14.743 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.8115,15.1257 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.8526,-3.3729 ]
},
"properties": {
"countryname":"Tanzania"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.138,4.678 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.9835,7.2022 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -86.0343,34.6781 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.5239,1.1346 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -135.3301,57.0534 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.8008,4.1798 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.4833,0.3335 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.444,10.1359 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.8642,10.0876 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.3723,10.4089 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5838,10.7142 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.1339,10.5896 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.2984,10.3828 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.2714,10.5133 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.4167,-5.1326 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.9991,10.8313 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.8572,56.228 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -66.9022,10.4919 ]
},
"properties": {
"countryname":"Venezuela"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8369,44.4 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.9742,1.6056 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -7.332155031,54.99913875 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -7.3305,54.9992 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0144,5.4958 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.2223,1.507 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.2017,11.2475 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5001,5.2505 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.0499,7.8177 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.9534,-39.1144 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.6318,8.4552 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9022,-7.3644 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.6733,5.9521 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -5.5493,57.3496 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.6621,4.8349 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0941,40.5172 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4674,39.1251 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.2984,10.7901 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -155.2448,19.9883 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.435,54.6801 ]
},
"properties": {
"countryname":"Germany"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2617,10.4524 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.1094,10.3503 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9167,6.05 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 127.3641,0.8292 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9428072,10.42450171 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.97,10.37 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.511,10.717 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.478,10.597 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.6565,1.0571 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.478,10.5979 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0138,5.5139 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8772,44.0428 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7513,44.081 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7967,43.6756 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.1348,63.3783 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.9107,-19.944 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.499,-20.3837 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.1493,5.4164 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.2808,57.719 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.9690316,7.192836513 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.1592,-7.3414 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.56,12.34 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9003,-21.9935 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4286,-9.9231 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.0412,10.4066 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4645,39.125 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.495,10.8388 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0176,40.4376 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2373,33.2407 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2045,33.4209 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.049799,7.817297945 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.2522,-6.5644 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.6278,7.6195 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1579,7.257 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.2686,-33.2961 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.969436,7.192857627 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.3724,49.3835 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 31.141,-26.3402 ]
},
"properties": {
"countryname":"Swaziland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.6376,33.7584 ]
},
"properties": {
"countryname":"Lebanon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.84,10.32 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8607,43.6572 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5715,45.3828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.1233,44.1114 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0611,43.3181 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.28,44.6356 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8748,44.041 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.1271,41.0555 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7297,45.5137 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3953,44.1228 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7082,45.5249 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7938,36.2618 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 179.0421,-16.6037 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.617,44.5694 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1128,47.6045 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.7538,37.7289 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.9334,-1.0478 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.5031,-18.1388 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.3814,-18.0873 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.4567,-17.7318 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 142.9354,-5.8556 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3648,45.3619 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.6328,-17.5513 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 153.3923,-28.5358 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.6043,33.8493 ]
},
"properties": {
"countryname":"Lebanon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.561,39.0979 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9113,40.4257 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.8515,-17.5018 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.0943,11.8154 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -14.5624,64.4112 ]
},
"properties": {
"countryname":"Iceland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.665,34.2447 ]
},
"properties": {
"countryname":"Lebanon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.412,44.471 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.2664,44.6382 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 151.1116,-33.7344 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2381,33.2424 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.1365,-8.2664 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.9767,-8.2876 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.3426,-8.1272 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1452,47.3927 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 26.2009,41.7592 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.3173,36.1207 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 140.705,-2.5089 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.314,-33.7341 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7465,13.3125 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.5215,13.6048 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.9075,10.3968 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.89,10.37 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.91,10.42 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.92,10.39 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.5227,32.3682 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.1492,34.4755 ]
},
"properties": {
"countryname":"Lebanon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -78.0834,-8.5348 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8296,8.1484 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.1201,32.5655 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9668,10.7004 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9986,10.4792 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9705,10.6073 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.0378,20.7123 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.4786,16.9332 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.01,10.71 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.4047,5.0882 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2441,33.2361 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.6034,14.6533 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.52,13.6042 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.0578,-7.6149 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.1281,-7.5958 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.1991,3.7122 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 67.0317,24.9441 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1996,37.8404 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.234,33.241 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7867,-6.5689 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.8814,56.2451 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3624,48.1285 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.048,44.4291 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.456,48.3184 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.9165,46.2052 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3622,48.1304 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2221,47.962 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7895,-6.5817 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.5646,-6.9811 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.4252,22.2173 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.5036,21.9304 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.3585,21.9607 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.5157,21.9148 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 47.6346,-21.3039 ]
},
"properties": {
"countryname":"Madagascar"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.8154,-36.7056 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.0548,28.1038 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1944,47.9517 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 150.3299,-33.7117 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.3655,-38.2907 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.1423,38.045 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.2123,29.5798 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.6795,25.1604 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.978,-29.8124 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.3409,22.0377 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 149.4481,-36.6008 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.0005,23.7505 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -157.8072,21.2558 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7003,3.1347 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.9696,21.5202 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.3918,37.7922 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.8721,-15.746 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.3533,21.9623 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.283,36.4174 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -159.5682,22.2209 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.627,43.8406 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3992,44.1228 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9205,-0.7416 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6113,39.7188 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.4104,-8.2049 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 10.1464,62.9218 ]
},
"properties": {
"countryname":"Norway"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.0104,38.4638 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.6506,-16.73 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9776,37.0943 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9459,37.0812 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5645,39.1581 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6888,45.4992 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.369,45.5169 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.4601,36.8871 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0578,45.087 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5538,38.523 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.8128,36.0464 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.1147,38.8549 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5665,37.8919 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.2868,27.178 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.8718,-13.6291 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.7262,-13.5168 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 148.9689,-20.9733 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.7362,34.6507 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.7448,36.1512 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.8834,11.7833 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.89,11.78 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7984,40.1129 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -94.6478,39.0545 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.3008,-0.7668 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.4548,46.4768 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.2072,39.2217 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.3924,42.6118 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.4077,42.6439 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.5073,-16.7873 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.2947,18.5044 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.2665,48.2797 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.1308,41.88 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.9105,46.1067 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.8291,48.5917 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.2112,40.2695 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.4853,48.1411 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.3733,43.3982 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.3517,48.3815 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.8642,48.3288 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 177.4476,-17.7849 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6035,37.9051 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.146,39.3838 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.7081,-16.6872 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.2452,-17.9392 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.6566,46.6007 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1453,-6.8122 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.9163,12.2736 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.8512,-1.2631 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.1116,44.2443 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5044,-6.9959 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.5257,27.256 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.9705,-22.4115 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 41.958,41.5687 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4006,19.7041 ]
},
"properties": {
"countryname":"Haiti"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.86,28.4659 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.3047,-7.533 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.3203,-7.2732 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.3613,-7.3901 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.1949,-6.9759 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.7141,-43.6028 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 1.7307,52.5726 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.15,6.98 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2272,37.8298 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.5361,29.5177 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.1995,30.4661 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.6407,42.659 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.5488,33.1467 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7901,3.4203 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.6234,11.2181 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.7651,11.1807 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.11,35.827 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8416895,-6.250422873 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8416895,-6.250474027 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5829,1.7519 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.9062,-3.0287 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.7483,26.6057 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2381,33.2413 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.9805,50.8378 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.931903558,53.30801118 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.8718,46.79 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.8087,57.2847 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6123,42.1331 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.9834,28.1631 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.6807,31.7501 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4481,39.1229 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.5977,24.8121 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.01,42.9744 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 90.9352,29.4903 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.33,47.5984 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.9742,27.978 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.0095,28.524 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.0524,37.9928 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.497,6.0211 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.493,39.1106 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.6793,41.0974 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.8304,-1.1747 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.0367,34.4388 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 70.8159,40.0538 ]
},
"properties": {
"countryname":"Kyrgyzstan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.0074,10.1981 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.946,6.3344 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.6476,29.5105 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.9778,15.5238 ]
},
"properties": {
"countryname":"Guatemala"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.8311,-1.2649 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.9831,0.1678 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -93.1569,45.0514 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.3773,-16.5539 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7932,-6.5873 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.692,23.9277 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9334,23.9034 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 23.1253,43.1226 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 25.7153,42.7188 ]
},
"properties": {
"countryname":"Bulgaria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.8666,-43.1826 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.1671,39.716 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8499,44.3995 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.8101,26.876 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4078,10.7692 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.8952,10.5562 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.7,42.0835 ]
},
"properties": {
"countryname":"Georgia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7356,26.1475 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.1517,28.8254 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.3028,5.4439 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.3032,5.4358 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.1682,14.5703 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.8573,25.1175 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.1265,25.3056 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.0123,25.1775 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.5577,27.7167 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.25,1.2337 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 145.014,-38.2662 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.2243,-37.7846 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8697,45.9816 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.94,24.2607 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9889,23.8466 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.198,51.0039 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.9761,29.2409 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.632,27.7565 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6458,27.1748 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -136.5506,60.8228 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5768,34.1534 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -130.9916,60.0484 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.2586,7.4903 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.3774,49.8095 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7157,26.6597 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.0054,28.3527 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9876,23.8396 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.5444,24.8142 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.8107,24.992 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0496,44.4304 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.781,22.7519 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.6641,27.6934 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.3567,25.0951 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.0757,25.5498 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6349,27.828 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.4578,10.1014 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.6065,27.339 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -96.75,17.0854 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 7.0888,6.0366 ]
},
"properties": {
"countryname":"Nigeria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.4166,17.4122 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.4653,54.2076 ]
},
"properties": {
"countryname":"Isle of Man"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.2492,-33.2968 ]
},
"properties": {
"countryname":"Chile"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -10.2545,52.2351 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.1663,-3.6551 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8299,16.5505 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8209,16.9945 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.8896,17.5768 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.132,17.4999 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.7274,20.855 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7351,26.149 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -92.1485,46.7891 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7162,26.1226 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 97.1598,30.4297 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -118.9592,50.8122 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.31,29.3588 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.01072983,21.38070054 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.3783,21.7684 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.8252,22.3312 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9155,49.9145 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7369,26.1049 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.8011,27.174 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.4993,26.9986 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.3317,1.0101 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.8783,28.4628 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 130.2964,32.6635 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -67.5221,46.3029 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.7588,27.0723 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.227,27.9526 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.9908,55.7385 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.9942,55.7584 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3221,30.1281 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.8885,28.9986 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.209,31.1066 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.6695,28.0458 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -6.0505,56.4567 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.3054,40.6862 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.9905,32.0637 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.9988,34.0123 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8777,46.0205 ]
},
"properties": {
"countryname":""
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.5476,-1.601 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -13.2504,8.4831 ]
},
"properties": {
"countryname":"Sierra Leone"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -106.3146,39.3745 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.9722,38.8971 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.8792,50.0804 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 131,33.0001 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 38.063,44.5558 ]
},
"properties": {
"countryname":"Russia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.9034,50.7386 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.1009,46.2428 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.6406,45.7153 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -117.6582,49.3265 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.5001,46.9085 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -113.7188,48.7195 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.2544,1.0171 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 15.953,47.4446 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.0376,11.405 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.7955,16.9664 ]
},
"properties": {
"countryname":"Yemen"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -109.9704,44.5259 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.0129,29.9816 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.44,30.7362 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 135.7999,34.8855 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -93.1774,35.9631 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.8982,27.9783 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5962,16.4034 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6282,16.3634 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.6003,16.4185 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.7741,7.9007 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7416,10.0011 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.5605,30.6594 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.635,10.0604 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7105,10.007 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8168,9.6991 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8081,9.7268 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.803,9.7285 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3233,30.6179 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9299,9.5527 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1498,9.8232 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.4822,54.1733 ]
},
"properties": {
"countryname":"Isle of Man"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9194,34.0884 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.6462,38.849 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.1778,28.1018 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.8764,31.3161 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.6472,30.9922 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.505,31.265 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.071,32.2278 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1947,32.1797 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.3731,34.5847 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.2666,60.1366 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8333,33.0829 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.7876,0.4339 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.6457,38.8507 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9499,34.6113 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.065,27.404 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.0798,27.3329 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2382,33.2412 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.4689,34.3591 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.792,33.9741 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.591,10.6906 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5741,10.6884 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -112.0399,33.4383 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.2699,32.1002 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9312,31.709 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7673,23.2349 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.2847,30.7395 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.0969,30.9044 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.8162,1.8203 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2914,18.0761 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.5,27.3172 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 71.5447,34.0051 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.7035,23.37 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5178,25.9548 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.0934,33.775 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.989,55.1356 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.8873,27.8235 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3032,8.4984 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.6939,10.676 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9239,15.3826 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.9045,40.3309 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.1921,39.5828 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.1821,39.572 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.1754,39.561 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.1688,39.5479 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.907,19.0397 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.9084,19.6241 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.758,10.2112 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.2804,13.64 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.9672,10.747 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.8331,-29.7826 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.9419,-29.9135 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 30.8833,-30.05 ]
},
"properties": {
"countryname":"South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.5175,10.6943 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 99.2357,18.5061 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.5658,21.8777 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.8777,46.0205 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.0479,27.6292 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 143.6517,-6.1415 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.4243,-0.9035 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.7466,27.5205 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.9829,30.2853 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.7758,29.841 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3603,27.0377 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0704,11.7148 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 89.3903,26.8597 ]
},
"properties": {
"countryname":"Bhutan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1432,32.9295 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.3651,27.1675 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.8876,33.303 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4982,10.6771 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.9597,33.9639 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.8049,28.023 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.5951,40.7067 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.2254,27.5684 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.5833,27.5002 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 122.1394,10.5906 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 128.2829,35.9196 ]
},
"properties": {
"countryname":"South Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1029,31.0226 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.7001,27.7923 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9342,35.4453 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -85.2634,35.0203 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.556,27.8385 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.2253,27.8458 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.605,27.6558 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 68.4119,30.4581 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 139.6421,35.4481 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.9735,51.3512 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.343,40.5733 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.4326,12.1639 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.0014,22.4539 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.0499,26.8016 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.2714,27.4191 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.0529,27.6391 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 44.0141,13.5742 ]
},
"properties": {
"countryname":"Yemen"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.2146,1.8702 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.137,8.1469 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -7.9408,53.4242 ]
},
"properties": {
"countryname":"Ireland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 48.2928,42.0625 ]
},
"properties": {
"countryname":"Russia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7193,45.5313 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.2506,-6.0082 ]
},
"properties": {
"countryname":"Peru"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.9992,5.5779 ]
},
"properties": {
"countryname":"Ghana"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8806,11.338 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.086,4.5572 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.322,10.077 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.6344,9.363 ]
},
"properties": {
"countryname":"Costa Rica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.0998,53.7187 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.8332,10.2451 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0709,14.5854 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.07,14.5894 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.0076,21.443 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.6322,44.1009 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8666,40.3647 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4926,49.1504 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.5288,49.1606 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4921,49.1453 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.7383,40.6268 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6953,6.9366 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0309,40.4479 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.711,3.2294 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.3657,-3.1713 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7926,3.4267 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.5217,23.7705 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7777,2.9346 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -42.5329,-22.2815 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.249,35.4401 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7444,3.1623 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5121,-7.0281 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.5524,-7.0089 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.0222,-6.9563 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8762,-6.9092 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.9516,-6.9031 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8903,-6.8717 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.659,-6.8349 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.9284,-6.9085 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.4785,-6.952 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.742,-6.8255 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8109,46.3662 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.8568,56.2265 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7959,-6.5097 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.9339,51.3255 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.1595,51.4942 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.5251,50.463 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9608,-7.4576 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9001,9.36 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7131,46.8856 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.414,18.1041 ]
},
"properties": {
"countryname":"Jamaica"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.4971,52.6514 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -0.6136,54.4874 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.2843,8.4683 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.0193,51.0934 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.4063,52.6041 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.2783,52.5471 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.2136,51.1184 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.9339,33.908 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4055,47.5685 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.026,37.5534 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.9451,37.6178 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2813,47.8205 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.3322,45.2462 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0471,38.7122 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.0206,36.9933 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6816,43.3197 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.0854,42.899 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1847,7.4649 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2426,47.9595 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.6836,45.54 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -70.6871,19.7827 ]
},
"properties": {
"countryname":"Dominican Republic"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -121.7725,36.8071 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1155,44.8993 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.1533,32.9522 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.5218,-6.8026 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.049,-4.254 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3197,47.9128 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.5284,7.5694 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3005,47.8085 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.8215,46.1896 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.9171,45.7204 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.8493,-6.3551 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.1637,51.113 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7701,45.53 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -170.6613,-14.2521 ]
},
"properties": {
"countryname":"American Samoa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.1122,56.3907 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.7121,44.0106 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0073,40.4324 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 0.4864,50.9001 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.792,51.7633 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.9437,51.6228 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.1605,38.49 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.6444,-0.8021 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.6372,11.2027 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.5841,11.3176 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.55,11.3169 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -5.5513,57.3529 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0030939,10.47892965 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.9845,10.3926 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.2146,47.8501 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.2174,4.2664 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.5841,13.3201 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.3425,51.6014 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0741,2.7664 ]
},
"properties": {
"countryname":"Colombia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.5333,0.4671 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.56563507,0.770919162 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.56619905,0.772146528 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.5656019,0.770421582 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.56580095,0.771483087 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.6128,0.4695 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.4707,1.0835 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 32.581,0.3172 ]
},
"properties": {
"countryname":"Uganda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7257,45.816 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.1222,-6.9046 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3097015,47.93826839 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.7275,-7.3357 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.888,-6.9675 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.53,1.1837 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3049,47.946 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 178.515,-18.0208 ]
},
"properties": {
"countryname":"Fiji"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4027,47.5827 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.4468,56.3656 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7756,48.9511 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.8748,27.4489 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.2235,35.2746 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.1432,43.6187 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4953,38.0145 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4985,37.9745 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.9064,-6.681 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5494,35.8269 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1598,35.519 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9572,35.9205 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.373,35.5898 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 118.0556,5.852 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.9816,40.3312 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5955,35.6706 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9789,36.5539 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.8613,27.5862 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.0317,35.3368 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0181,40.4239 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0992,35.5278 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.8833,29.1426 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 140.7117,-2.5325 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 140.7161,-2.53 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.465,7.2195 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6754,-2.9591 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.2666,-5.4535 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6021,3.0194 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.4382,-1.4771 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.1682,-0.2122 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.1535,-0.3264 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 40.2306,37.9152 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.0011,7.4166 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.8805,27.344 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 142.8548,-6.0609 ]
},
"properties": {
"countryname":"Papua New Guinea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 110.7387,-7.7377 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.8613,27.5862 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.995,37.345 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.6591,22.6205 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.5408,10.0222 ]
},
"properties": {
"countryname":"Vietnam"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.852,46.7191 ]
},
"properties": {
"countryname":"Switzerland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 46.9313,34.637 ]
},
"properties": {
"countryname":"Iran"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.0605,-7.2337 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.1938,2.9832 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -1.0083,53.5947 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -69.9146,-32.8224 ]
},
"properties": {
"countryname":"Argentina"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.3734,12.1012 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.0556,6.9851 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.6201,7.4685 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.8331,7.5842 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 124.868,1.4808 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9327,26.6582 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.1645,28.1193 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 115.1374,-8.198 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.9326,26.6579 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.633,36.6468 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 119.4211,30.8796 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.3731,11.8006 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3034,8.4966 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2027,33.4372 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1463682,7.82217276 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.4137,6.8426 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.3173,6.9898 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.0334,4.585 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 151.1112,-29.7736 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 43.6143,37.2506 ]
},
"properties": {
"countryname":"Turkey"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.231,40.6634 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 0.9666,51.9565 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -25.2026,37.7479 ]
},
"properties": {
"countryname":"Portugal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 140.7206,-2.5015 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -43.2192,-22.5221 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4427,37.8868 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.282,47.8634 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.1897,49.3478 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4035,48.0389 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -4.4558,50.3625 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7087,-6.6234 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.4471,-6.9889 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.474,-6.9373 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 107.6169,-6.8907 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 108.1008,-6.9758 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7161,-6.622 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.909,39.1058 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 111.9933,27.6969 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -51.1818,-0.0568 ]
},
"properties": {
"countryname":"Brazil"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 152.9012,-25.4003 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.1549,29.6699 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.3011,48.2632 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -124.3011,48.2632 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3046,47.9476 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -8.2594,41.4497 ]
},
"properties": {
"countryname":"Portugal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -8.6859,39.2376 ]
},
"properties": {
"countryname":"Portugal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.1509,28.8254 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.9613,-0.8012 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3275065,47.88901904 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 12.3009,43.3135 ]
},
"properties": {
"countryname":"Italy"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -112.1388,40.5377 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 160.1445,-9.5744 ]
},
"properties": {
"countryname":"Solomon Islands"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6774,40.469 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.4902,37.4996 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.5322,41.6737 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3698,36.8529 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.8666,-1.0828 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.316,36.8502 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.2025,41.2581 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -89.5556,40.6535 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.7987,-6.5909 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.0386,-0.7755 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 137.9084,35.005 ]
},
"properties": {
"countryname":"Japan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 37.0488,-0.5605 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.9486,-41.0387 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.5229,-0.1799 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.7716,-0.6772 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 34.6812,-0.8425 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.1529,-0.9789 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.5864,0.7793 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.6957,35.8568 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.4832,34.2946 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -60.6764,11.1954 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.2866,27.401 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.6905,-1.1679 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -2.0371,37.356 ]
},
"properties": {
"countryname":"Spain"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.079,39.485 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.0299,35.6172 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.7737,28.5529 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.3009,46.8235 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9731,22.2805 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.8448,6.8196 ]
},
"properties": {
"countryname":"Sri Lanka"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 29.8353,-1.6649 ]
},
"properties": {
"countryname":"Rwanda"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.3219,35.6194 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 112.3735,28.5833 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6384,35.9974 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7938,35.5429 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.3746,35.4462 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7022,3.1564 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.5319,39.1267 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.5619,36.731 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.7938,35.5429 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.2055,35.4299 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.6755,24.2315 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.684,3.1621 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6983,3.1618 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.4663,24.0896 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.7058,3.1507 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.4985,35.3884 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 36.0893,0.8734 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.8154,30.3818 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6832,3.1523 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.6593,3.142 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.4169,3.0089 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.677,3.0994 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.7175,23.7281 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7138,26.1662 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.7599,26.1771 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 91.6906,26.1016 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 93.4946,24.9926 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -64.7736,18.3477 ]
},
"properties": {
"countryname":"U.S. Virgin Islands"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.9526,36.6195 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 12.5392,47.0015 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -3.0939,53.0586 ]
},
"properties": {
"countryname":"United Kingdom"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.2434,35.6357 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.8246,25.3919 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.0226,34.3426 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.0873,-2.847 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.2393,22.3252 ]
},
"properties": {
"countryname":"Hong Kong"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.448,35.0972 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -93.1255,44.9179 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.21,35.2959 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -99.3417,19.9006 ]
},
"properties": {
"countryname":"Mexico"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.15,28.758 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.5101,35.8562 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.3681,39.7245 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.4937,48.0955 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.6667,9.5676 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8897,9.3381 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.9029,9.3581 ]
},
"properties": {
"countryname":"Panama"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 123.3034,8.4966 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.7689,45.5833 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.411,39.9141 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.6928,5.9872 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.3302,43.0266 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 126.1557,7.2549 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 116.2981,5.8544 ]
},
"properties": {
"countryname":"Malaysia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.3305,27.7366 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -77.7668,-0.1193 ]
},
"properties": {
"countryname":"Ecuador"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.7681,-41.3233 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.25,27.8776 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -103.7826,44.3507 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 8.8888,47.2185 ]
},
"properties": {
"countryname":"Switzerland"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 12.4306,47.5244 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 12.9525,47.2943 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.9031,14.0439 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.0521,16.2109 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.2378,-6.9274 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 125.0969,7.7344 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.6093,27.4513 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.3302,43.0266 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5906,28.2717 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -119.3106,52.9903 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.7031,26.0977 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.7499,26.0977 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -71.9558,41.386 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.708,27.3721 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.1572,39.942 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.4946,28.376 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.5043,28.3952 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7043,31.4898 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.6702,31.4881 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.5306,30.7394 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.5739,15.8716 ]
},
"properties": {
"countryname":"Philippines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.2833,32.2108 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.1249,32.5552 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3765,36.8406 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -61.4004,10.6501 ]
},
"properties": {
"countryname":"Trinidad and Tobago"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0976,31.5168 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.7788,27.1418 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.32,42.5889 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.0089,-41.0079 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0666,30.7351 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.1996,31.4551 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3544,30.6738 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.6521,30.5728 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0765,30.4619 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3881,30.4954 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.6695,30.885 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.417,29.7986 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.4614,31.348 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.4384,31.5986 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 173.363,-41.1869 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.3302,43.0266 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0544,30.6945 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.4687,29.5193 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3,29.0508 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 100.0692,27.1663 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0169,30.3069 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.5863,-45.8727 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -123.9272,45.5591 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.6646,-45.8358 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.6592,29.5987 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.7672,-40.8834 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.5118,29.722 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.0193,31.6223 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.0226,19.0811 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.9404,33.8724 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.5017,30.3797 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.2476,12.8446 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.106,29.0697 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.2801,28.4513 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.5833,29.3167 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.7086,28.8519 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 83.7711,27.8595 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.9963,29.5388 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.553,28.2265 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.1482,29.5326 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.6865,29.1145 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 85.2114,27.8196 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -72.4328,44.1047 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.5957,-45.8243 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 13.6488,47.562 ]
},
"properties": {
"countryname":"Austria"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9044,50.0023 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -116.9567,50.146 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.6805,29.5935 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 35.3574,1.4145 ]
},
"properties": {
"countryname":"Kenya"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.5834,51.1881 ]
},
"properties": {
"countryname":"Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 170.5972,-45.8237 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.1624,23.5102 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.218,43.3656 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.021,43.1925 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -90.7085,43.1604 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.0579,30.4091 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.9228,30.2524 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 56.4742,23.2693 ]
},
"properties": {
"countryname":"Oman"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.1351,43.1674 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 78.3911,30.4542 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.593,16.9214 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.2006,43.5735 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5947,10.9628 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5947,10.9628 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.5947,10.9628 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.4949,11.4991 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.3302,43.0266 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -91.4372,44.8504 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 149.7484,-35.3515 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 114.57,29.3755 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -76.1962,40.6864 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 88.7628,27.3765 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.3559,29.378 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.9324,42.1144 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.149,28.1506 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.4323,40.6784 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 101.8343,19.3074 ]
},
"properties": {
"countryname":"Laos"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.0106,41.6518 ]
},
"properties": {
"countryname":"Kyrgyzstan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 82.3997,28.3536 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -79.8627,40.3892 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.5661,30.5386 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 151.0075,-33.8234 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 92.4951,21.9907 ]
},
"properties": {
"countryname":"Bangladesh"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 73.0868,33.5791 ]
},
"properties": {
"countryname":"Pakistan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.917,38.8634 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -84.4756,39.1226 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.029,26.72 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.3864,26.1147 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.6894,-43.5897 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1068,35.4134 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.2578,35.4059 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.2054,40.5287 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.1369,25.38 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -120.0336,39.4302 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1402,31.0722 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.6855,4.6889 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.6679,4.7062 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 96.9967,4.7735 ]
},
"properties": {
"countryname":"Indonesia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.2664,15.4123 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -80.0628,37.1995 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.534,35.6092 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -109.0676,44.5199 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 98.2868,8.5055 ]
},
"properties": {
"countryname":"Thailand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.2214,29.58 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.2386,30.0712 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 80.8576,30.1719 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5308,35.6508 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5166,35.6255 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5264,35.6425 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -122.877,45.9951 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5412,35.6057 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.5377,35.6369 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6019,36.0518 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -82.808,35.078 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 105.1474,28.2608 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.6983,40.5749 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.1313,28.2654 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.6788,40.5765 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 74.8799,33.0852 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 102.3679,29.2425 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.741,40.4338 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 95.5728,29.8901 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 84.4384,27.7801 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.7078,40.4445 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -111.6867,40.4467 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.7907,31.9906 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.7241,31.1628 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 169.287,-45.0993 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.0289,43.0091 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9161,31.8795 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3601,37.4892 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1679,31.5596 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.936,31.703 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.973,31.7017 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9297,31.7093 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.8521,31.9671 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 76.9424,31.7018 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6885,36.1316 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 81.6631,29.1309 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.9291,30.6887 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.4875,36.5851 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.3514,36.7025 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -75.5741,42.8868 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.3588,37.489 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 75.7525,33.3118 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 113.1122,37.3869 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 172.7171,-43.5569 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.3531,31.5785 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 104.6807,31.6674 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -83.1322,22.7943 ]
},
"properties": {
"countryname":"Cuba"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.2143,30.3629 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.6405,30.9896 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.9848,37.9532 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.9362,38.8759 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 103.6205,30.9202 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8663,19.0222 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 72.8676,19.0263 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.8669,27.5001 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 86.84,27.62 ]
},
"properties": {
"countryname":"Nepal"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -104.917,38.8634 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.9312,37.8024 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 87.3412,26.9734 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.291,40.6893 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.3742,40.6558 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 106.922,34.3887 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -115.6158,36.2629 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1167,25.616 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 127.2536,39.0555 ]
},
"properties": {
"countryname":"North Korea"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.4633,29.3802 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 94.1139,25.6269 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 79.4633,29.3802 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -105.1748,40.6489 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -81.6171,38.4006 ]
},
"properties": {
"countryname":"United States"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 120.964,23.9655 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 121.0135,24.4236 ]
},
"properties": {
"countryname":"Taiwan"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 109.4875,36.5851 ]
},
"properties": {
"countryname":"China"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 146.1258,-41.1274 ]
},
"properties": {
"countryname":"Australia"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 174.7133,-41.2614 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 176.257,-40.1119 ]
},
"properties": {
"countryname":"New Zealand"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.6746,31.4711 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.1788,32.17 ]
},
"properties": {
"countryname":"India"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 77.3544,30.6738 ]
},
"properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment