Skip to content

Instantly share code, notes, and snippets.

@TennisVisuals
Last active March 1, 2018 13:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save TennisVisuals/a21bc8e3cbe9bf7a652daac4ae153ab4 to your computer and use it in GitHub Desktop.
Save TennisVisuals/a21bc8e3cbe9bf7a652daac4ae153ab4 to your computer and use it in GitHub Desktop.
reusable updateable global mashup
license: mit

This block enters demo mode immediately. Once complete you can open a javascript console to programatically control the globe using the examples below.

D3v4 version here

Javascript Console

Open full screen in a new tab, then from the javascript console:

  globe.g2m();
  globe.m2g();
  globe.g2m().then(() => globe.pause(2000)).then(() => globe.m2g())

  globe.zoom2('Russia');
  globe.rotate2().then(() => globe.zoom2('Canada'))
  globe.bounce2('Chile');
  globe.g2m().then(() => globe.zoom2('Indonesia'));
  globe.duration(3000).m2g();
  globe.coords([150, -150, 150]);

  globe.options({graticule: { width: '1px' }}).update();
  globe.oceans('blue').update();
  globe.options({graticule: { width: '0px' }, geodesic: { width: '1px'}}).update();
  globe.options({geodesic: { width: '0px' }}).update();
  globe.reset();

  globe.duration(800).tour();        // or globe.tour(true, true);  // for bouncy tour
  globe.tour(false);   // stop tour

  globe.spin();
  globe.land('black').oceans('black').surround('black').boundaries('black').cities("#ffba00").update();
  worldFile(); // load topo file which includes Topology, but possibly no name ids
  globe.spin(false);
  globe.land('green').oceans('blue').surround('white').boundaries('white').cities('blue').update();

  globe.reset();
  globe.options({display: {cities: false}}).update();  // animation slows down with too many elements
  globe.zoom2('USA');
  globe.scale(200);  // 200% of default
  occasions();
  globe.options({display: {flows: true}}).update();
  globe.options({world: {surround: 'black'}, display: { stars: 300 }}).update();

  globe.pulse();     // starts the animation for occasions

Inspirations

  1.  http://bl.ocks.org/PatrickStotz/1f19b3e4cb848100ffd7  Placing Cities on map
  2.  http://bl.ocks.org/KoGor/7025316                      Globe to map transitions
  3.  http://bl.ocks.org/KoGor/5994804                      Highlighting Countries
  4.  http://bl.ocks.org/enjalot/31168147b88a1748bc8b       User Location
  5.  https://bl.ocks.org/mbostock/9656675                  Zoom to Bounding Box
  6.  https://www.jasondavies.com/maps/zoom/                Zooming in and out
  7.  http://projectsdemo.net/globe/v4/                     Geodesic
  8.  http://bl.ocks.org/jasondavies/4188334                Coloring Neighbors
  9.  http://stackoverflow.com/questions/10692100/invoke-a-callback-at-the-end-of-a-transition
  10. https://anthonyskelton.com/2016/d3-js-earthquake-visualizations/
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
.cities:hover{
fill: #33CC33;
stroke-width:0.90em;
stroke:green;
}
.city-selected{
animation: pulseSelected 2s infinite linear; -webkit-animation: pulseSelected 2s infinite linear; -moz-animation: pulseSelected 2s infinite linear; -ms-animation: pulseSelected 2s infinite linear; -o-animation: pulseSelected 2s infinite linear;
}
@keyframes pulseSelected {
0% {
fill: rgba(255,222,47,1.00);
stroke-width:0.5em;
stroke:#ffd600;
}
10% {
fill: rgba(255,222,47,1.00);
stroke-width:0.7em;
stroke:#d3b100;
}
30% {
fill: rgba(255,222,47,1.00);
stroke-width:0.9em;
stroke:#9c8300;
}
50% {
fill: rgba(255,222,47,1.00);
stroke-width:0.11em;
stroke:#5f5000;
}
70% {
fill: rgba(255,222,47,1.00);
stroke-width:0.13em;
stroke:#5f5000;
}
100% {
fill: rgba(255,222,47,1.00);
stroke-width:0.5em;
stroke:#ffd600;
}
}
!function(){function n(n){return d3.merge(e.map(function(t){var o=r(t[0],t[1]),u=r(t[0],t[2]),i=[];i.push([t[0],o(1/n),u(1/n)]);for(var a=1;n>a;++a){for(var e=r(o(a/n),u(a/n)),c=r(o((a+1)/n),u((a+1)/n)),f=0;a>=f;++f)i.push([e(f/a),c(f/(a+1)),c((f+1)/(a+1))]);for(var f=0;a>f;++f)i.push([e(f/a),c((f+1)/(a+1)),e((f+1)/a)])}return i}))}function t(t){function r(n,t){var r;(n[0]<t[0]||n[0]==t[0]&&(n[1]<t[1]||n[1]==t[1]&&n[2]<t[2]))&&(r=n,n=t,t=r),u[n.map(o)+" "+t.map(o)]=[n,t]}function o(n){return d3.round(n,4)}var u={};return n(t).forEach(function(n){r(n[0],n[1]),r(n[1],n[2]),r(n[2],n[0])}),d3.values(u)}function r(n,t){var r=n[0],o=n[1],u=n[2],i=t[0]-r,a=t[1]-o,e=t[2]-u;return function(n){return[r+n*i,o+n*a,u+n*e]}}function o(n){var t=n[0],r=n[1],o=n[2];return[Math.atan2(r,t)*i,Math.acos(o/Math.sqrt(t*t+r*r+o*o))*i-90]}var u=1.618033988749895,i=180/Math.PI,a=[[1,u,0],[-1,u,0],[1,-u,0],[-1,-u,0],[0,1,u],[0,-1,u],[0,1,-u],[0,-1,-u],[u,0,1],[-u,0,1],[u,0,-1],[-u,0,-1]],e=[[0,1,4],[1,9,4],[4,9,5],[5,9,3],[2,3,7],[3,2,5],[7,10,2],[0,8,10],[0,4,8],[8,2,10],[8,4,5],[8,5,2],[1,0,6],[11,1,6],[3,9,11],[6,10,7],[3,11,7],[11,6,7],[6,0,10],[9,1,11]].map(function(n){return n.map(function(n){return a[n]})});d3.geodesic={multipolygon:function(t){return{type:"MultiPolygon",coordinates:n(~~t).map(function(n){return n=n.map(o),n.push(n[0]),n=[n]})}},polygons:function(n){return d3.geodesic.multipolygon(~~n).coordinates.map(function(n){return{type:"Polygon",coordinates:n}})},multilinestring:function(n){return{type:"MultiLineString",coordinates:t(~~n).map(function(n){return n.map(o)})}}}}();
function geoFlow() {
var data = { countries: { features: [] }, cities: { features: [] }, occasions: { features: [] } };
var options = {
id: undefined,
width: window.innerWidth,
height: window.innerHeight,
display: {
stars: 0,
cities: true,
occasions: true,
flows: false,
transform: 1.6,
sizeToFit: false, // parent element externally sized
},
zoom: {
northup: true,
lngLmt: 80,
time: 1500,
},
user: {
location: true,
update: false, // updates on load; when true can interrupt transitions
stroke: "blue",
fillOpacity: 0.2,
fill: "white"
},
world: {
surround: undefined,
velocity: [.01, -0],
},
map: {
dragging: true,
ortho: true
},
cities: {
"fill": "#1075fe",
"fillOpacity": 0.5,
"stroke": "#1075fe",
"strokeOpacity": 0.2,
},
graticule: {
outline: {
fill: '#def',
stroke: '#000',
width: '0px',
},
fill: '#def',
stroke: '#FFF',
width: '0px'
},
geodesic: {
fill: 'none',
stroke: '#FFF',
width: '0px'
},
oceans: {
fill: '#def',
},
land: {
focus: undefined,
fill: undefined,
stroke: '#fff'
},
tour: {
delay: 1500,
}
};
// consider replacing with an externally definable function
options.radius = Math.min(options.height * .45, options.width * .45);
var events = {
'ready': null,
'settings': { 'click': null },
'update': { 'begin': null, 'end': null },
'land': { 'mouseover': null, 'mouseout': null, 'click': null },
'city': { 'mouseover': null, 'mouseout': null, 'click': null },
};
var country_names = {};
var country_bbox = {};
var spin_rotation;
var spin_start;
var projectionGlobe;
var projectionGraticule;
var projectionMap;
var projection;
var spacePath;
var background;
var geoPath;
var world;
var surface;
var poi;
var dateObj;
var update;
var user_position;
navigator.geolocation.getCurrentPosition(function(pos){
user_position = pos;
if (typeof update == 'function' && options.user.update) update();
});
function globe(selection) {
selection.each(function () {
var dom_parent = d3.select(this);
var color = d3.scale.category20();
world = dom_parent.append("svg")
background = world.append("g").attr('id', 'space');
surface = world.append("g").attr('id', 'surface');
poi = world.append("g").attr('id', 'poi');
var graticule = d3.geo.graticule();
var g_outline = surface.append("g")
.attr("id", "g_outline")
.append("path")
.attr("class", "graticule outline path")
.datum(graticule.outline)
var oceans = surface.append("g")
.attr('id', 'oceans')
var ocean_defs = oceans.append('defs');
var ocean = ocean_defs.append("path")
.datum({type: "Sphere"})
.attr("id", "sphere")
.attr("class", "sphere ocean path")
oceans.append("use")
.attr("class", "sphere")
.attr("xlink:href", "#sphere");
var grid = surface.append("g").attr('id', 'graticule');
var landfeatures = surface.append("g").attr('id', 'land');
var cityfeatures = poi.append("g").attr('id', 'cities');
var occasions = poi.append('g').attr('id', 'occasions');
var g_line = grid.append("path")
.datum(graticule)
.attr("class", "graticule line path");
var gd_line;
if (d3.geodesic) {
gd_line = grid.append("path")
.datum(d3.geodesic.multilinestring(7))
.attr("class", "graticule path")
}
update = function(opts) {
// resize to dimensions of containing element
if (options.display.sizeToFit || (opts && opts.sizeToFit)) {
var dims = dom_parent.node().getBoundingClientRect();
options.width = Math.max(dims.width, 200);
options.height = Math.max(Math.min(dims.height, window.innerHeight), 200);
}
options.radius = Math.min(options.height * .45, options.width * .45);
world
.attr({
'width': options.width,
'height': options.height,
})
.style({
'background': options.world.surround,
'pointer-events': 'all'
});
// preserve any prior scale
if (options.map.ortho) {
var scale = projection ? projection.scale() : options.radius;
var scale = opts && opts.sizeToFit ? options.radius : scale;
} else {
var scale = projection ? projection.scale() : options.radius / options.display.transform;
var scale = opts && opts.sizeToFit ? options.radius / options.display.transform : scale;
}
var space = d3.geo.azimuthalEquidistant()
.scale(450)
.rotate([80,-90,0])
.center([0, 0]);
spacePath = d3.geo.path()
.projection(space)
.pointRadius(2);
projectionGlobe = d3.geo.orthographic()
.scale(scale)
.center([0, 0])
.translate([options.width / 2, options.height / 2])
.clipAngle(90);
projectionMap = d3.geo.equirectangular()
.scale(scale)
.center([0, 0])
.translate([options.width / 2, options.height / 2]);
// preserve any prior rotation
var rotation = projection ? projection.rotate() : [0, 0, 0];
projection = options.map.ortho ? projectionGlobe : projectionMap;
projection.rotate(rotation);
geoPath = d3.geo.path().projection(projection);
ocean
.attr("d", geoPath)
.style({
'fill': options.oceans.fill,
'stroke': 'none',
'stroke-width': '1px',
});
g_line
.attr("d", geoPath)
.style({
'fill': options.graticule.fill,
'stroke': options.graticule.stroke,
'stroke-width': options.graticule.width,
});
if (d3.geodesic) {
gd_line
.attr("d", geoPath)
.style({
'fill': options.geodesic.fill,
'stroke': options.geodesic.stroke,
'stroke-width': options.geodesic.width,
});
}
if (rotation[0] == 0 && rotation[1] == 0 && rotation[2] == 0) {
g_outline
.attr("d", geoPath)
.style({
'fill': options.graticule.outline.fill,
'stroke': options.graticule.outline.stroke,
'stroke-width': options.graticule.outline.width
});
}
var λ = d3.scale.linear()
.domain([0, options.width])
.range([-180, 180]);
var φ = d3.scale.linear()
.domain([0, options.width])
.range([90, -90]);
world
.call(d3.behavior.drag()
.origin(function() { var r = projection.rotate(); return {x: λ.invert(r[0]), y: φ.invert(r[1]) }; })
.on("drag", function() {
if (options.map.dragging) {
var lat = λ(d3.event.x);
var lng = φ(d3.event.y);
lng = lng > options.zoom.lngLmt ? options.zoom.lngLmt : lng < -options.zoom.lngLmt ? -options.zoom.lngLmt : lng;
// insure that spinning globe is in sync with this transition
spin_rotation = [lat, lng];
spin_start = Date.now();
projection.rotate([lat, lng]);
space.rotate([-lat, -lng]);
reDraw();
}
}))
addLand();
addCities();
addStars();
addOccasions();
addFlows();
addUserLocation();
reDraw();
// hack to (partially) work around path.bounds() inconsistencies
data.countries.features.forEach(function(c) {
country_bbox[c.properties.name] = geoPath.bounds(c);
country_names[c.properties.name] = c;
});
function addLand() {
var land = landfeatures.selectAll("path.countries")
.data(data.countries.features)
land.enter()
.append("path")
.attr("class", "countries path")
.on("mouseover", events.land.mouseover)
.on("mouseout", events.land.mouseout)
.on("mousemove", events.land.mousemove)
.on("click", events.land.click);
land.exit().remove();
land
.attr({ "d": geoPath, })
.style({
'fill': landColor, // disables CSS functionality
'stroke': options.land.stroke,
});
function landColor(d, i) {
if (data.neighbors) {
return color(d.color = d3.max(data.neighbors[i], function(n) { return data.countries.features[n].color; }) + 1 | 0);
} else {
return options.land.fill;
}
}
}
function addCities() {
if (!options.display.cities) {
cityfeatures.selectAll("path.cities").remove();
return;
}
var population_array = data.cities.features.map(function(f) { return f.properties.population; });
var max_population = population_array.sort(d3.descending)[0];
if (max_population) {
var rMin = 0;
var peoplePerPixel = 20000000 / options.radius; // consider making this configurable
var rMax = Math.sqrt(max_population / (peoplePerPixel * Math.PI));
var rScale = d3.scale.sqrt();
rScale.domain([0, max_population]);
rScale.range([rMin, rMax]);
data.cities.features.forEach(function(c) {
c.properties.radius = rScale(c.properties.population);
});
}
var cities = cityfeatures.selectAll("path.cities")
.data(data.cities.features)
cities.enter()
.append("path")
.attr("class", "cities")
cities.exit().remove();
cities
.attr("d", pointPath)
.style({
"fill": options.cities.fill,
"fill-opacity": options.cities.fillOpacity,
"stroke": options.cities.stroke,
"stroke-opacity": options.cities.strokeOpacity,
})
.on("click", function(d, i) {
globe.zoom2(i, 'city');
d3.selectAll('.cities').classed('city-selected', false);
d3.select(this).classed("city-selected", true);
});
}
function addOccasions() {
if (!options.display.occasions || !data.occasions.features.length) {
occasions.selectAll('g').remove();
return;
}
var og = occasions.selectAll('g')
.data(data.occasions.features);
og.enter().append('g')
.attr({
'class': 'occasion',
'id': function(d) { return d.id; },
})
og.exit().remove();
var pc = og.selectAll('.pulse-circle')
.data(function(d) { return [d]; }, get_key);
pc.enter()
.append("path")
.attr({ 'class': 'occ pulse-circle' });
pc.exit().remove();
pc
.style({ "fill" : 'white' })
.attr("d", pointPath)
var oc = og.selectAll('.oc-circle')
.data(function(d) { return [d]; }, get_key);
oc.enter()
.append('path')
.attr({ 'class': 'occ oc-circle' });
oc.exit().remove();
oc
.attr("d", pointPath)
.style({
"fill" : 'red',
'opacity': 0.75,
})
var oct = oc.selectAll('.oct')
.data(function(d) { return [d]; }, get_key);
oct.exit().remove();
oct.enter().append('title')
.attr('class', 'oct')
.text(function(d) {
return 'Magnitue ' + d.properties.mag + ' ' + d.properties.place;
});
}
function addFlows() {
if (!options.display.flows || !data.occasions.features.length) {
cityfeatures.selectAll(".arcPath").remove();
return;
}
var points = data.occasions.features.map(m => m.geometry.coordinates)
for (var n = 1, e = points.length, coords = []; ++n < e;) coords.push([points[n - 1], points[n]]);
var arcs = cityfeatures.selectAll(".arcPath")
.data(coords);
arcs
.enter()
.append("path")
arcs.exit().remove();
arcs
.attr({
'class': 'arcPath path',
'fill': 'none',
'stroke': 'red',
'stroke-width': '1px'
})
.datum(function(d) { return { type: "LineString", coordinates: [d[0], d[1]] } })
.attr("d", geoPath);
}
function addUserLocation() {
if (!options.user.location || !user_position) {
cityfeatures.selectAll('.userloc').remove();
return;
}
var coords = [user_position.coords.longitude, user_position.coords.latitude];
var locations = cityfeatures.selectAll('.userloc')
.data([coords]);
locations.exit().remove();
locations.enter().append("circle");
locations
.attr({
'class': 'userloc',
cx: function(d) { return projection(d)[0] },
cy: function(d) { return projection(d)[1] },
r: options.radius / 20, // consider making this configurable
})
.style({
"stroke": options.user.stroke,
"fill-opacity": options.user.fillOpacity,
"fill": options.user.fill
});
}
function addStars() {
if (!options.display.stars) {
background.selectAll('path').remove();
}
var starList = createStars(300);
background.selectAll("path")
.data(starList)
.enter()
.append("path")
.attr({
"class": "star",
"fill": "white"
})
.attr("d", function(d){
spacePath.pointRadius(d.properties.radius);
return spacePath(d);
});
}
}
});
}
// -------------------------- FUNCTIONS ----------------------------
var get_key = function(d) { return d && d.key; };
function animateTransition(interProj) {
return new Promise(function (resolve, reject) {
world.transition()
.duration(2500)
.tween("projection", function() {
return function(_) {
interProj.alpha(_);
reDraw(true);
};
})
.call(endAll, resolve);
});
}
var pointPath = function(d, i, r) {
if (d.properties && d.properties.radius != undefined) {
r = r || d.properties.radius;
}
r = r || 1.5;
var coords = [d.geometry.coordinates[0], d.geometry.coordinates[1]];
var pr = geoPath.pointRadius(globe.scale() / 100 * r);
return pr({ type: "Point", coordinates: coords })
}
var circlePath = function(d) {
var circle = d3.geo.circle();
var coords = [d.geometry.coordinates[0], d.geometry.coordinates[1]];
var cc = circle.origin(coords).angle(.5)();
return geoPath(cc);
}
function reDraw() {
background.selectAll("path").attr("d", spacePath);
surface.selectAll("path").attr("d", geoPath);
poi.selectAll(".path").attr("d", geoPath);
poi.selectAll('.cities').attr('d', pointPath)
poi.selectAll('.occ').attr('d', pointPath)
poi.selectAll(".userloc")
.attr({
cx: function(d) { return projection(d)[0] },
cy: function(d) { return projection(d)[1] },
})
}
globe.changeFocus = changeFocus;
function changeFocus(focusID) {
surface.selectAll("path")
.classed("focused", function(d, i) {
return focusID && d && d.id && d.id == focusID ? options.land.focus = d.id : false;
});
}
function endAll(transition, callback) {
if (!callback) callback = function(){};
var n = 0;
transition
.each(function() { ++n; })
.each("end", function() { if (!--n) callback.apply(this, arguments); });
}
// scale_pct is % of parent element (visible space); won't go below 100;
globe.scale = function(scale_pct) {
if (!arguments.length) return +((projection.scale() / options.radius) * 100).toFixed(2);
var scale = scale_pct / 100 * options.radius;
return globe.coords(undefined, scale, true);
}
globe.coords = function(coords, scale) {
return new Promise(function (resolve, reject) {
var current = projection.rotate();
coords = coords || projection.rotate();
scale = scale || projection.scale();
scale = Math.max(options.map.ortho ? options.radius : options.radius / options.display.transform, scale);
// if already at target coordinates, do nothing; resolve.
if (current[0] == coords[0] && current[1] == coords[1] && current[2] == coords[2] && scale == projection.scale()) {
resolve();
return;
}
// insure that spinning globe is in sync with this transition
spin_rotation = coords;
spin_start = Date.now();
world.transition()
.duration(options.zoom.time)
.tween("rotate", function() {
var r = d3.interpolate(projection.rotate(), coords);
var s = d3.interpolate(projection.scale(), scale);
return function(t) {
projection.rotate(r(t)).scale(s(t));
reDraw();
};
})
.call(endAll, resolve);
});
};
globe.g2m = function() {
return new Promise(function (resolve, reject) {
if (!options.map.ortho) {
globe.rotate2().then(resolve);
return;
}
var current = projection.rotate();
if (current[0] == 0 && current[1] == 0 && current[2] == 0) {
transform();
} else {
globe.rotate2().then(transform);
}
function transform() {
projection = interpolatedProjection(projectionGlobe, projectionMap, false);
projection.scale(options.radius / options.display.transform);
geoPath.projection(projection);
animateTransition(projection)
.then(resolve, reject);
surface.selectAll("path").classed("ortho", options.map.ortho = false);
}
});
}
globe.m2g = function() {
return new Promise(function (resolve, reject) {
if (options.map.ortho) {
globe.rotate2().then(resolve);
return;
}
var current = projection.rotate();
if (current[0] == 0 && current[1] == 0 && current[2] == 0) {
transform();
} else {
globe.rotate2().then(transform);
}
function transform() {
projection = interpolatedProjection(projectionMap, projectionGlobe, true);
projection.scale(options.radius);
geoPath.projection(projection);
animateTransition(projection)
.then(resolve, reject);
surface.selectAll("path").classed("ortho", options.map.ortho = true);
}
})
}
globe.snap2 = function(coords, scale) {
coords = coords || [0, 0, 0];
scale = scale || options.radius;
projection.rotate(coords).scale(scale);
reDraw();
}
globe.rotate2 = function(coords) {
coords = coords || [0, 0, 0];
return globe.coords(coords, options.map.ortho ? options.radius : options.radius / options.display.transform);
}
globe.reset = function() {
globe.spin(false);
globe.tour(false);
changeFocus(undefined);
globe.rotate2().then(function() { globe.update({sizeToFit: true}) });
}
globe.pause = function(time) {
return new Promise(function (resolve, reject) {
setTimeout(function() { resolve(); }, time);
});
}
globe.bounce2 = function(what, which) {
return new Promise(function (resolve, reject) {
globe.rotate2().then(function() { globe.zoom2(what, which).then(resolve, reject); }, reject)
});
}
var tour_countries;
// start can specify first country or false to terminate tour
globe.tour = function(start, bounce) {
start = start == undefined ? true : start;
return new Promise(function (resolve, reject) {
if (!start) {
tour_countries = [];
return resolve();
}
tour_countries = Object.keys(country_names).sort();
if (typeof start == 'string') {
var index = tour_countries.indexOf(start);
if (index >= 0) {
tour_countries = tour_countries.slice(index).concat(tour_countries.slice(0, index)).reverse();
} else {
tour_countries.reverse();
}
}
nextCountry();
function nextCountry() {
if (!tour_countries.length) { return resolve(); }
country = tour_countries.pop();
if (!country) {
nextCountry();
} else {
console.log(country);
if (bounce) {
globe.bounce2(country)
.then(delayNext, reject);
} else {
globe.zoom2(country, undefined, false)
.then(delayNext, reject);
}
}
}
function delayNext(result) {
setTimeout(function() { nextCountry(); }, options.tour.delay);
}
});
}
globe.zoom2 = function(what, which, zoom) {
return new Promise(function (resolve, reject) {
which = which || 'country';
zoom = zoom == undefined ? true : zoom;
var coords = [0, 0, 0];
var scale = options.radius;
if (!isNaN(what) && what < data.countries.features.length && which == 'country') {
coords = d3.geo.centroid(data.countries.features[what]).map(function(m) { return -1 * m; });
changeFocus(undefined);
} else if (!isNaN(what) && what < data.cities.features.length && which == 'city') {
coords = d3.geo.centroid(data.cities.features[what]).map(function(m) { return -1 * m; });
changeFocus(undefined);
} else if (Object.keys(country_names).indexOf(what) >= 0) {
coords = d3.geo.centroid(country_names[what]).map(function(m) { return -1 * m; });
var b1 = geoPath.bounds(country_names[what]);
var b = country_bbox[what];
if (b[0][0] == Infinity) b = b1;
var bbox = Math.max((b[1][0] - b[0][0]) / options.width, (b[1][1] - b[0][1]) / options.width);
scale = zoom ? options.radius * .3 / bbox : options.radius;
scale = Math.max(scale, options.radius);
changeFocus(country_names[what].id);
} else {
changeFocus(undefined);
}
if (options.zoom.northup && coords.length == 2) coords.push(0);
globe.coords(coords, scale)
.then(resolve, reject);
});
}
function interpolatedProjection(a, b, ortho) {
var projection = d3.geo.projection(raw).scale(1),
center = projection.center,
translate = projection.translate,
clip = projection.clipAngle,
α;
function raw(λ, φ) {
var pa = a([λ *= 180 / Math.PI, φ *= 180 / Math.PI]), pb = b([λ, φ]);
return [(1 - α) * pa[0] + α * pb[0], (α - 1) * pa[1] - α * pb[1]];
}
projection.alpha = function(_) {
if (!arguments.length) return α;
α = +_;
var ca = a.center(), cb = b.center(),
ta = a.translate(), tb = b.translate();
center([(1 - α) * ca[0] + α * cb[0], (1 - α) * ca[1] + α * cb[1]]);
translate([(1 - α) * ta[0] + α * tb[0], (1 - α) * ta[1] + α * tb[1]]);
if (ortho === true) {clip(180 - α * 90);}
return projection;
};
projection.alpha(0).scale = b.scale;
delete projection.translate;
delete projection.center;
return projection.alpha(0);
}
globe.update = function(opts) {
if (events.update.begin) events.update.begin();
if (typeof update === 'function') update(opts);
if (events.update.end) events.update.end();
}
// allows updating individual options and suboptions
// while preserving state of other options
globe.options = function(values) {
if (!arguments.length) return options;
keyWalk(values, options);
return globe;
}
function keyWalk(valuesObject, optionsObject) {
if (!valuesObject || !optionsObject) return;
var vKeys = Object.keys(valuesObject);
var oKeys = Object.keys(optionsObject);
for (var k=0; k < vKeys.length; k++) {
if (oKeys.indexOf(vKeys[k]) >= 0) {
var oo = optionsObject[vKeys[k]];
var vo = valuesObject[vKeys[k]];
if (typeof oo == 'object' && typeof vo !== 'function' && oo.constructor !== Array) {
keyWalk(valuesObject[vKeys[k]], optionsObject[vKeys[k]]);
} else {
optionsObject[vKeys[k]] = valuesObject[vKeys[k]];
}
}
}
}
globe.events = function(functions) {
if (!arguments.length) return events;
keyWalk(functions, events);
return globe;
}
globe.width = function(value) {
if (!arguments.length) return options.width;
options.width = value;
return globe;
};
globe.height = function(value) {
if (!arguments.length) return options.height;
options.height = value;
return globe;
};
globe.neighbors = function(neighbors) {
if (!arguments.length) return data.neighbors;
if (!neighbors || typeof neighbors != 'object' || !neighbors.length) return globe;
data.neighbors = neighbors;
return globe;
}
function geometryTypes(features) {
types = [];
for (element in features) {
var type = features[element].geometry.type;
if (types.indexOf(type) < 0) types.push(type);
}
return types;
}
globe.data = function(new_data) {
if (!arguments.length) return data;
if (!new_data || typeof new_data != 'object') return globe;
if (new_data.type == 'Topology') {
var countries = topojson.feature(new_data, new_data.objects.countries);
globe.neighbors(topojson.neighbors(new_data.objects.countries.geometries));
if (!countries.features) return globe;
data.countries = countries;
} else if (new_data.type == 'FeatureCollection') {
var elements = new_data
if (!elements.features) return globe;
var feature_types = geometryTypes(elements.features);
if (feature_types.indexOf('Polygon') >= 0 || feature_types.indexOf('MultiPolygon') >=0) {
data.countries = elements;
} else if (feature_types.length == 1 && feature_types.indexOf('Point') >= 0) {
data.cities = elements;
}
}
return globe;
}
globe.occasions = function(new_occasions) {
if (!arguments.length) return data.occasions;
data.occasions = new_occasions;
return globe;
}
globe.duration = function(time) {
if (!arguments.length) return options.zoom.time;
options.zoom.time = time;
return globe;
}
// both graticule fill, outline fill, and a sphere are used in an attempt to
// maintain consistent background color during transitions...
globe.oceans = function(color) {
if (!arguments.length) return options.oceans.fill;
options.oceans.fill = color;
options.graticule.fill = color;
options.graticule.outline.fill = color;
return globe;
}
// set color to 'undefined' to re-enable CSS functionality
globe.land = function(color) {
if (!arguments.length) return options.land.fill;
options.land.fill = color;
return globe;
}
globe.boundaries = function(color) {
if (!arguments.length) return options.land.stroke;
options.land.stroke = color;
return globe;
}
globe.cities = function(color) {
if (!arguments.length) return options.cities.fill;
options.cities.fill = color;
options.cities.stroke = color;
return globe;
}
globe.surround = function(color) {
if (!arguments.length) return options.world.surround;
options.world.surround = color;
return globe;
}
// ---------------------- END FUNCTIONS ----------------------
globe.initialize = function(error, world, cities) {
if (error) { return error; }
globe.data(world);
globe.data(cities);
update();
if (typeof events.ready == 'function') events.ready();
}
var spin_timer;
globe.spin = function(spin){
spin = spin == undefined ? true : spin;
spin_rotation = projection.rotate();
spin_start = Date.now();
if (spin) {
spin_timer = d3.timer(function() {
var dt = Date.now() - spin_start;
projection.rotate([spin_rotation[0] + options.world.velocity[0] * dt, spin_rotation[1] + options.world.velocity[1] * dt]);
reDraw();
});
} else if (spin_timer) {
spin_timer.stop();
spin_timer = undefined;
}
}
globe.pulse = function() {
poi.selectAll('.pulse-circle')
.attr({ "d": function(d) { return pointPath(d, 0, 0); }, })
.style({ "fill-opacity": 1 })
.transition()
.delay(function(d, i) {
return i * 200;
})
.duration(3000)
.style({ "fill-opacity" : 0 })
.attrTween("d", function(d) {
rinterp = d3.interpolate(0, 10);
var fn = function(t) {
d.r = rinterp(t);
return pointPath(d, 0, d.r) || 'M0,0';
};
return fn;
});
}
globe.flow = function() {
d3.selectAll('.arcPath')
.transition()
.ease('linear')
.duration(750)
.attrTween("stroke-dashoffset", function() {
return d3.interpolate(16, 0);
})
.each("end", globe.flow);
}
function createStars(number){
var data = [];
for(var i = 0; i < number; i++){
data.push({
geometry: {
type: 'Point',
coordinates: randomLonLat()
},
type: 'Feature',
properties: {
radius: Math.random() * 1.5
}
});
}
return data;
}
function randomLonLat(){
return [Math.random() * 360 - 180, Math.random() * 180 - 90];
}
return globe;
}
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "population": 22315474 }, "geometry": { "type": "Point", "coordinates": [ 121.46, 31.22 ] } },
{ "type": "Feature", "properties": { "population": 13076300 }, "geometry": { "type": "Point", "coordinates": [ -58.38, -34.61 ] } },
{ "type": "Feature", "properties": { "population": 12691836 }, "geometry": { "type": "Point", "coordinates": [ 72.88, 19.07 ] } },
{ "type": "Feature", "properties": { "population": 12294193 }, "geometry": { "type": "Point", "coordinates": [ -99.13, 19.43 ] } },
{ "type": "Feature", "properties": { "population": 11716620 }, "geometry": { "type": "Point", "coordinates": [ 116.4, 39.91 ] } },
{ "type": "Feature", "properties": { "population": 11624219 }, "geometry": { "type": "Point", "coordinates": [ 67.08, 24.91 ] } },
{ "type": "Feature", "properties": { "population": 11174257 }, "geometry": { "type": "Point", "coordinates": [ 28.95, 41.01 ] } },
{ "type": "Feature", "properties": { "population": 11090314 }, "geometry": { "type": "Point", "coordinates": [ 117.18, 39.14 ] } },
{ "type": "Feature", "properties": { "population": 11071424 }, "geometry": { "type": "Point", "coordinates": [ 113.25, 23.12 ] } },
{ "type": "Feature", "properties": { "population": 10927986 }, "geometry": { "type": "Point", "coordinates": [ 77.23, 28.65 ] } },
{ "type": "Feature", "properties": { "population": 10444527 }, "geometry": { "type": "Point", "coordinates": [ 120.98, 14.6 ] } },
{ "type": "Feature", "properties": { "population": 10381222 }, "geometry": { "type": "Point", "coordinates": [ 37.62, 55.75 ] } },
{ "type": "Feature", "properties": { "population": 10358381 }, "geometry": { "type": "Point", "coordinates": [ 114.07, 22.55 ] } },
{ "type": "Feature", "properties": { "population": 10356500 }, "geometry": { "type": "Point", "coordinates": [ 90.41, 23.71 ] } },
{ "type": "Feature", "properties": { "population": 10349312 }, "geometry": { "type": "Point", "coordinates": [ 126.98, 37.57 ] } },
{ "type": "Feature", "properties": { "population": 10021295 }, "geometry": { "type": "Point", "coordinates": [ -46.64, -23.55 ] } },
{ "type": "Feature", "properties": { "population": 9785388 }, "geometry": { "type": "Point", "coordinates": [ 114.27, 30.58 ] } },
{ "type": "Feature", "properties": { "population": 9000000 }, "geometry": { "type": "Point", "coordinates": [ 3.39, 6.45 ] } },
{ "type": "Feature", "properties": { "population": 8540121 }, "geometry": { "type": "Point", "coordinates": [ 106.85, -6.21 ] } },
{ "type": "Feature", "properties": { "population": 8336599 }, "geometry": { "type": "Point", "coordinates": [ 139.69, 35.69 ] } },
{ "type": "Feature", "properties": { "population": 8175133 }, "geometry": { "type": "Point", "coordinates": [ -74.01, 40.71 ] } },
{ "type": "Feature", "properties": { "population": 8000000 }, "geometry": { "type": "Point", "coordinates": [ 113.74, 23.05 ] } },
{ "type": "Feature", "properties": { "population": 7871900 }, "geometry": { "type": "Point", "coordinates": [ 121.53, 25.05 ] } },
{ "type": "Feature", "properties": { "population": 7785965 }, "geometry": { "type": "Point", "coordinates": [ 15.31, -4.33 ] } },
{ "type": "Feature", "properties": { "population": 7737002 }, "geometry": { "type": "Point", "coordinates": [ -77.03, -12.04 ] } },
{ "type": "Feature", "properties": { "population": 7734614 }, "geometry": { "type": "Point", "coordinates": [ 31.25, 30.06 ] } },
{ "type": "Feature", "properties": { "population": 7674366 }, "geometry": { "type": "Point", "coordinates": [ -74.08, 4.61 ] } },
{ "type": "Feature", "properties": { "population": 7556900 }, "geometry": { "type": "Point", "coordinates": [ -0.13, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 7556900 }, "geometry": { "type": "Point", "coordinates": [ -0.09, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 7457600 }, "geometry": { "type": "Point", "coordinates": [ 106.55, 29.56 ] } },
{ "type": "Feature", "properties": { "population": 7415590 }, "geometry": { "type": "Point", "coordinates": [ 104.07, 30.67 ] } },
{ "type": "Feature", "properties": { "population": 7165292 }, "geometry": { "type": "Point", "coordinates": [ 118.78, 32.06 ] } },
{ "type": "Feature", "properties": { "population": 7153309 }, "geometry": { "type": "Point", "coordinates": [ 51.42, 35.69 ] } },
{ "type": "Feature", "properties": { "population": 7150000 }, "geometry": { "type": "Point", "coordinates": [ 106.08, 30.8 ] } },
{ "type": "Feature", "properties": { "population": 7012738 }, "geometry": { "type": "Point", "coordinates": [ 114.16, 22.29 ] } },
{ "type": "Feature", "properties": { "population": 6501190 }, "geometry": { "type": "Point", "coordinates": [ 108.93, 34.26 ] } },
{ "type": "Feature", "properties": { "population": 6310888 }, "geometry": { "type": "Point", "coordinates": [ 74.34, 31.55 ] } },
{ "type": "Feature", "properties": { "population": 6255921 }, "geometry": { "type": "Point", "coordinates": [ 123.43, 41.79 ] } },
{ "type": "Feature", "properties": { "population": 6241971 }, "geometry": { "type": "Point", "coordinates": [ 120.16, 30.29 ] } },
{ "type": "Feature", "properties": { "population": 6023699 }, "geometry": { "type": "Point", "coordinates": [ -43.21, -22.9 ] } },
{ "type": "Feature", "properties": { "population": 5878939 }, "geometry": { "type": "Point", "coordinates": [ 126.65, 45.75 ] } },
{ "type": "Feature", "properties": { "population": 5672513 }, "geometry": { "type": "Point", "coordinates": [ 44.4, 33.34 ] } },
{ "type": "Feature", "properties": { "population": 5499000 }, "geometry": { "type": "Point", "coordinates": [ 117.12, 36.19 ] } },
{ "type": "Feature", "properties": { "population": 5345961 }, "geometry": { "type": "Point", "coordinates": [ 120.6, 31.3 ] } },
{ "type": "Feature", "properties": { "population": 5329024 }, "geometry": { "type": "Point", "coordinates": [ 116.71, 23.37 ] } },
{ "type": "Feature", "properties": { "population": 5104476 }, "geometry": { "type": "Point", "coordinates": [ 100.5, 13.75 ] } },
{ "type": "Feature", "properties": { "population": 5104047 }, "geometry": { "type": "Point", "coordinates": [ 77.59, 12.97 ] } },
{ "type": "Feature", "properties": { "population": 5028000 }, "geometry": { "type": "Point", "coordinates": [ 30.31, 59.94 ] } },
{ "type": "Feature", "properties": { "population": 4837295 }, "geometry": { "type": "Point", "coordinates": [ -70.65, -33.46 ] } },
{ "type": "Feature", "properties": { "population": 4631392 }, "geometry": { "type": "Point", "coordinates": [ 88.36, 22.56 ] } },
{ "type": "Feature", "properties": { "population": 4627345 }, "geometry": { "type": "Point", "coordinates": [ 151.21, -33.87 ] } },
{ "type": "Feature", "properties": { "population": 4477638 }, "geometry": { "type": "Point", "coordinates": [ 96.16, 16.81 ] } },
{ "type": "Feature", "properties": { "population": 4335989 }, "geometry": { "type": "Point", "coordinates": [ 117.0, 36.67 ] } },
{ "type": "Feature", "properties": { "population": 4328063 }, "geometry": { "type": "Point", "coordinates": [ 80.28, 13.09 ] } },
{ "type": "Feature", "properties": { "population": 4253913 }, "geometry": { "type": "Point", "coordinates": [ 113.65, 34.76 ] } },
{ "type": "Feature", "properties": { "population": 4246375 }, "geometry": { "type": "Point", "coordinates": [ 144.96, -37.81 ] } },
{ "type": "Feature", "properties": { "population": 4205961 }, "geometry": { "type": "Point", "coordinates": [ 46.72, 24.69 ] } },
{ "type": "Feature", "properties": { "population": 4193073 }, "geometry": { "type": "Point", "coordinates": [ 125.32, 43.88 ] } },
{ "type": "Feature", "properties": { "population": 4087733 }, "geometry": { "type": "Point", "coordinates": [ 121.6, 38.91 ] } },
{ "type": "Feature", "properties": { "population": 3920222 }, "geometry": { "type": "Point", "coordinates": [ 91.83, 22.34 ] } },
{ "type": "Feature", "properties": { "population": 3855346 }, "geometry": { "type": "Point", "coordinates": [ 102.72, 25.04 ] } },
{ "type": "Feature", "properties": { "population": 3811516 }, "geometry": { "type": "Point", "coordinates": [ 29.96, 31.22 ] } },
{ "type": "Feature", "properties": { "population": 3792621 }, "geometry": { "type": "Point", "coordinates": [ -118.24, 34.05 ] } },
{ "type": "Feature", "properties": { "population": 3719710 }, "geometry": { "type": "Point", "coordinates": [ 72.59, 23.03 ] } },
{ "type": "Feature", "properties": { "population": 3718835 }, "geometry": { "type": "Point", "coordinates": [ 120.37, 36.07 ] } },
{ "type": "Feature", "properties": { "population": 3678555 }, "geometry": { "type": "Point", "coordinates": [ 129.04, 35.1 ] } },
{ "type": "Feature", "properties": { "population": 3677115 }, "geometry": { "type": "Point", "coordinates": [ -4.01, 5.31 ] } },
{ "type": "Feature", "properties": { "population": 3626068 }, "geometry": { "type": "Point", "coordinates": [ 8.52, 12.0 ] } },
{ "type": "Feature", "properties": { "population": 3600000 }, "geometry": { "type": "Point", "coordinates": [ 113.13, 23.03 ] } },
{ "type": "Feature", "properties": { "population": 3597816 }, "geometry": { "type": "Point", "coordinates": [ 78.46, 17.38 ] } },
{ "type": "Feature", "properties": { "population": 3590000 }, "geometry": { "type": "Point", "coordinates": [ 119.89, 29.46 ] } },
{ "type": "Feature", "properties": { "population": 3574443 }, "geometry": { "type": "Point", "coordinates": [ 139.64, 35.45 ] } },
{ "type": "Feature", "properties": { "population": 3565108 }, "geometry": { "type": "Point", "coordinates": [ 3.91, 7.38 ] } },
{ "type": "Feature", "properties": { "population": 3547809 }, "geometry": { "type": "Point", "coordinates": [ 103.85, 1.29 ] } },
{ "type": "Feature", "properties": { "population": 3543719 }, "geometry": { "type": "Point", "coordinates": [ 120.29, 31.57 ] } },
{ "type": "Feature", "properties": { "population": 3531347 }, "geometry": { "type": "Point", "coordinates": [ 118.08, 24.48 ] } },
{ "type": "Feature", "properties": { "population": 3517182 }, "geometry": { "type": "Point", "coordinates": [ 32.85, 39.92 ] } },
{ "type": "Feature", "properties": { "population": 3500000 }, "geometry": { "type": "Point", "coordinates": [ 105.74, 34.58 ] } },
{ "type": "Feature", "properties": { "population": 3491597 }, "geometry": { "type": "Point", "coordinates": [ 121.55, 29.88 ] } },
{ "type": "Feature", "properties": { "population": 3467331 }, "geometry": { "type": "Point", "coordinates": [ 106.63, 10.82 ] } },
{ "type": "Feature", "properties": { "population": 3460000 }, "geometry": { "type": "Point", "coordinates": [ 110.78, 32.65 ] } },
{ "type": "Feature", "properties": { "population": 3433441 }, "geometry": { "type": "Point", "coordinates": [ 18.42, -33.93 ] } },
{ "type": "Feature", "properties": { "population": 3426519 }, "geometry": { "type": "Point", "coordinates": [ 112.56, 37.87 ] } },
{ "type": "Feature", "properties": { "population": 3426354 }, "geometry": { "type": "Point", "coordinates": [ 13.41, 52.52 ] } },
{ "type": "Feature", "properties": { "population": 3372102 }, "geometry": { "type": "Point", "coordinates": [ 118.18, 39.63 ] } },
{ "type": "Feature", "properties": { "population": 3310268 }, "geometry": { "type": "Point", "coordinates": [ 117.28, 31.86 ] } },
{ "type": "Feature", "properties": { "population": 3268513 }, "geometry": { "type": "Point", "coordinates": [ -73.59, 45.51 ] } },
{ "type": "Feature", "properties": { "population": 3255944 }, "geometry": { "type": "Point", "coordinates": [ -3.7, 40.42 ] } },
{ "type": "Feature", "properties": { "population": 3222000 }, "geometry": { "type": "Point", "coordinates": [ 125.75, 39.03 ] } },
{ "type": "Feature", "properties": { "population": 3144909 }, "geometry": { "type": "Point", "coordinates": [ -7.61, 33.59 ] } },
{ "type": "Feature", "properties": { "population": 3129228 }, "geometry": { "type": "Point", "coordinates": [ 118.06, 36.79 ] } },
{ "type": "Feature", "properties": { "population": 3121275 }, "geometry": { "type": "Point", "coordinates": [ 110.57, 21.32 ] } },
{ "type": "Feature", "properties": { "population": 3120282 }, "geometry": { "type": "Point", "coordinates": [ 31.03, -29.86 ] } },
{ "type": "Feature", "properties": { "population": 3093980 }, "geometry": { "type": "Point", "coordinates": [ 112.97, 28.2 ] } },
{ "type": "Feature", "properties": { "population": 3043532 }, "geometry": { "type": "Point", "coordinates": [ 69.17, 34.53 ] } },
{ "type": "Feature", "properties": { "population": 3029372 }, "geometry": { "type": "Point", "coordinates": [ 87.6, 43.8 ] } },
{ "type": "Feature", "properties": { "population": 3000000 }, "geometry": { "type": "Point", "coordinates": [ -66.88, 10.49 ] } },
{ "type": "Feature", "properties": { "population": 2935744 }, "geometry": { "type": "Point", "coordinates": [ 73.86, 18.52 ] } },
{ "type": "Feature", "properties": { "population": 2894504 }, "geometry": { "type": "Point", "coordinates": [ 72.83, 21.2 ] } },
{ "type": "Feature", "properties": { "population": 2867446 }, "geometry": { "type": "Point", "coordinates": [ 39.2, 21.54 ] } },
{ "type": "Feature", "properties": { "population": 2834942 }, "geometry": { "type": "Point", "coordinates": [ 114.48, 38.04 ] } },
{ "type": "Feature", "properties": { "population": 2823249 }, "geometry": { "type": "Point", "coordinates": [ 80.35, 26.45 ] } },
{ "type": "Feature", "properties": { "population": 2797553 }, "geometry": { "type": "Point", "coordinates": [ 30.52, 50.45 ] } },
{ "type": "Feature", "properties": { "population": 2776168 }, "geometry": { "type": "Point", "coordinates": [ 13.23, -8.84 ] } },
{ "type": "Feature", "properties": { "population": 2761720 }, "geometry": { "type": "Point", "coordinates": [ 121.05, 14.65 ] } },
{ "type": "Feature", "properties": { "population": 2757729 }, "geometry": { "type": "Point", "coordinates": [ 38.75, 9.02 ] } },
{ "type": "Feature", "properties": { "population": 2750547 }, "geometry": { "type": "Point", "coordinates": [ 36.82, -1.28 ] } },
{ "type": "Feature", "properties": { "population": 2711840 }, "geometry": { "type": "Point", "coordinates": [ -38.51, -12.97 ] } },
{ "type": "Feature", "properties": { "population": 2711758 }, "geometry": { "type": "Point", "coordinates": [ 75.79, 26.92 ] } },
{ "type": "Feature", "properties": { "population": 2698652 }, "geometry": { "type": "Point", "coordinates": [ 39.27, -6.82 ] } },
{ "type": "Feature", "properties": { "population": 2695598 }, "geometry": { "type": "Point", "coordinates": [ -87.65, 41.85 ] } },
{ "type": "Feature", "properties": { "population": 2628426 }, "geometry": { "type": "Point", "coordinates": [ 103.84, 36.06 ] } },
{ "type": "Feature", "properties": { "population": 2628000 }, "geometry": { "type": "Point", "coordinates": [ 126.71, 37.46 ] } },
{ "type": "Feature", "properties": { "population": 2612800 }, "geometry": { "type": "Point", "coordinates": [ 112.04, 22.93 ] } },
{ "type": "Feature", "properties": { "population": 2600000 }, "geometry": { "type": "Point", "coordinates": [ -79.42, 43.7 ] } },
{ "type": "Feature", "properties": { "population": 2600000 }, "geometry": { "type": "Point", "coordinates": [ 47.8, 30.53 ] } },
{ "type": "Feature", "properties": { "population": 2600000 }, "geometry": { "type": "Point", "coordinates": [ 73.02, 19.04 ] } },
{ "type": "Feature", "properties": { "population": 2592413 }, "geometry": { "type": "Point", "coordinates": [ 135.5, 34.69 ] } },
{ "type": "Feature", "properties": { "population": 2587183 }, "geometry": { "type": "Point", "coordinates": [ 45.34, 2.04 ] } },
{ "type": "Feature", "properties": { "population": 2566540 }, "geometry": { "type": "Point", "coordinates": [ 128.59, 35.87 ] } },
{ "type": "Feature", "properties": { "population": 2506595 }, "geometry": { "type": "Point", "coordinates": [ 73.08, 31.42 ] } },
{ "type": "Feature", "properties": { "population": 2500603 }, "geometry": { "type": "Point", "coordinates": [ 27.14, 38.41 ] } },
{ "type": "Feature", "properties": { "population": 2476400 }, "geometry": { "type": "Point", "coordinates": [ -17.44, 14.69 ] } },
{ "type": "Feature", "properties": { "population": 2472011 }, "geometry": { "type": "Point", "coordinates": [ 80.92, 26.84 ] } },
{ "type": "Feature", "properties": { "population": 2443203 }, "geometry": { "type": "Point", "coordinates": [ 31.21, 30.01 ] } },
{ "type": "Feature", "properties": { "population": 2400000 }, "geometry": { "type": "Point", "coordinates": [ -38.54, -3.72 ] } },
{ "type": "Feature", "properties": { "population": 2392877 }, "geometry": { "type": "Point", "coordinates": [ -76.52, 3.44 ] } },
{ "type": "Feature", "properties": { "population": 2374658 }, "geometry": { "type": "Point", "coordinates": [ 112.75, -7.25 ] } },
{ "type": "Feature", "properties": { "population": 2373224 }, "geometry": { "type": "Point", "coordinates": [ -43.94, -19.92 ] } },
{ "type": "Feature", "properties": { "population": 2357839 }, "geometry": { "type": "Point", "coordinates": [ 115.88, 28.68 ] } },
{ "type": "Feature", "properties": { "population": 2352057 }, "geometry": { "type": "Point", "coordinates": [ -17.45, 14.71 ] } },
{ "type": "Feature", "properties": { "population": 2318895 }, "geometry": { "type": "Point", "coordinates": [ 12.51, 41.89 ] } },
{ "type": "Feature", "properties": { "population": 2307177 }, "geometry": { "type": "Point", "coordinates": [ 59.57, 36.32 ] } },
{ "type": "Feature", "properties": { "population": 2300664 }, "geometry": { "type": "Point", "coordinates": [ -73.95, 40.65 ] } },
{ "type": "Feature", "properties": { "population": 2272771 }, "geometry": { "type": "Point", "coordinates": [ -73.84, 40.68 ] } },
{ "type": "Feature", "properties": { "population": 2228018 }, "geometry": { "type": "Point", "coordinates": [ 79.08, 21.15 ] } },
{ "type": "Feature", "properties": { "population": 2225000 }, "geometry": { "type": "Point", "coordinates": [ -71.64, 10.63 ] } },
{ "type": "Feature", "properties": { "population": 2207718 }, "geometry": { "type": "Point", "coordinates": [ -47.93, -15.78 ] } },
{ "type": "Feature", "properties": { "population": 2201941 }, "geometry": { "type": "Point", "coordinates": [ -69.99, 18.5 ] } },
{ "type": "Feature", "properties": { "population": 2191279 }, "geometry": { "type": "Point", "coordinates": [ 136.91, 35.18 ] } },
{ "type": "Feature", "properties": { "population": 2189878 }, "geometry": { "type": "Point", "coordinates": [ 153.03, -27.47 ] } },
{ "type": "Feature", "properties": { "population": 2163824 }, "geometry": { "type": "Point", "coordinates": [ -82.38, 23.13 ] } },
{ "type": "Feature", "properties": { "population": 2138551 }, "geometry": { "type": "Point", "coordinates": [ 2.35, 48.85 ] } },
{ "type": "Feature", "properties": { "population": 2099451 }, "geometry": { "type": "Point", "coordinates": [ -95.36, 29.76 ] } },
{ "type": "Feature", "properties": { "population": 2065597 }, "geometry": { "type": "Point", "coordinates": [ 43.1, 36.33 ] } },
{ "type": "Feature", "properties": { "population": 2026469 }, "geometry": { "type": "Point", "coordinates": [ 28.04, -26.2 ] } },
{ "type": "Feature", "properties": { "population": 2019533 }, "geometry": { "type": "Point", "coordinates": [ 114.18, 22.32 ] } },
{ "type": "Feature", "properties": { "population": 2015483 }, "geometry": { "type": "Point", "coordinates": [ 47.82, 30.5 ] } },
{ "type": "Feature", "properties": { "population": 2000900 }, "geometry": { "type": "Point", "coordinates": [ 76.93, 43.26 ] } },
{ "type": "Feature", "properties": { "population": 1999979 }, "geometry": { "type": "Point", "coordinates": [ -75.56, 6.25 ] } },
{ "type": "Feature", "properties": { "population": 1978028 }, "geometry": { "type": "Point", "coordinates": [ 69.22, 41.26 ] } },
{ "type": "Feature", "properties": { "population": 1977663 }, "geometry": { "type": "Point", "coordinates": [ 3.04, 36.75 ] } },
{ "type": "Feature", "properties": { "population": 1974647 }, "geometry": { "type": "Point", "coordinates": [ 32.53, 15.55 ] } },
{ "type": "Feature", "properties": { "population": 1963264 }, "geometry": { "type": "Point", "coordinates": [ -0.2, 5.56 ] } },
{ "type": "Feature", "properties": { "population": 1952029 }, "geometry": { "type": "Point", "coordinates": [ -79.91, -2.21 ] } },
{ "type": "Feature", "properties": { "population": 1940653 }, "geometry": { "type": "Point", "coordinates": [ 109.78, 39.61 ] } },
{ "type": "Feature", "properties": { "population": 1937451 }, "geometry": { "type": "Point", "coordinates": [ 44.21, 15.35 ] } },
{ "type": "Feature", "properties": { "population": 1916100 }, "geometry": { "type": "Point", "coordinates": [ 35.49, 33.89 ] } },
{ "type": "Feature", "properties": { "population": 1896548 }, "geometry": { "type": "Point", "coordinates": [ 115.86, -31.95 ] } },
{ "type": "Feature", "properties": { "population": 1883027 }, "geometry": { "type": "Point", "coordinates": [ 141.35, 43.06 ] } },
{ "type": "Feature", "properties": { "population": 1881977 }, "geometry": { "type": "Point", "coordinates": [ 126.56, 43.85 ] } },
{ "type": "Feature", "properties": { "population": 1877155 }, "geometry": { "type": "Point", "coordinates": [ 26.11, 44.43 ] } },
{ "type": "Feature", "properties": { "population": 1871242 }, "geometry": { "type": "Point", "coordinates": [ -13.69, 9.54 ] } },
{ "type": "Feature", "properties": { "population": 1837969 }, "geometry": { "type": "Point", "coordinates": [ -123.12, 49.25 ] } },
{ "type": "Feature", "properties": { "population": 1837041 }, "geometry": { "type": "Point", "coordinates": [ 75.83, 22.72 ] } },
{ "type": "Feature", "properties": { "population": 1820888 }, "geometry": { "type": "Point", "coordinates": [ -99.07, 19.36 ] } },
{ "type": "Feature", "properties": { "population": 1806226 }, "geometry": { "type": "Point", "coordinates": [ -99.07, 19.62 ] } },
{ "type": "Feature", "properties": { "population": 1767200 }, "geometry": { "type": "Point", "coordinates": [ -13.68, 9.54 ] } },
{ "type": "Feature", "properties": { "population": 1754256 }, "geometry": { "type": "Point", "coordinates": [ -67.6, 10.25 ] } },
{ "type": "Feature", "properties": { "population": 1750971 }, "geometry": { "type": "Point", "coordinates": [ 98.67, 3.58 ] } },
{ "type": "Feature", "properties": { "population": 1743101 }, "geometry": { "type": "Point", "coordinates": [ 73.07, 33.6 ] } },
{ "type": "Feature", "properties": { "population": 1742124 }, "geometry": { "type": "Point", "coordinates": [ 27.57, 53.9 ] } },
{ "type": "Feature", "properties": { "population": 1741041 }, "geometry": { "type": "Point", "coordinates": [ 19.04, 47.5 ] } },
{ "type": "Feature", "properties": { "population": 1739800 }, "geometry": { "type": "Point", "coordinates": [ 43.12, 36.34 ] } },
{ "type": "Feature", "properties": { "population": 1739117 }, "geometry": { "type": "Point", "coordinates": [ 10.02, 53.58 ] } },
{ "type": "Feature", "properties": { "population": 1718421 }, "geometry": { "type": "Point", "coordinates": [ -49.27, -25.43 ] } },
{ "type": "Feature", "properties": { "population": 1702139 }, "geometry": { "type": "Point", "coordinates": [ 21.01, 52.23 ] } },
{ "type": "Feature", "properties": { "population": 1699719 }, "geometry": { "type": "Point", "coordinates": [ 107.62, -6.9 ] } },
{ "type": "Feature", "properties": { "population": 1695047 }, "geometry": { "type": "Point", "coordinates": [ 27.86, -26.27 ] } },
{ "type": "Feature", "properties": { "population": 1691468 }, "geometry": { "type": "Point", "coordinates": [ 16.37, 48.21 ] } },
{ "type": "Feature", "properties": { "population": 1655753 }, "geometry": { "type": "Point", "coordinates": [ -6.83, 34.01 ] } },
{ "type": "Feature", "properties": { "population": 1640589 }, "geometry": { "type": "Point", "coordinates": [ -103.39, 20.67 ] } },
{ "type": "Feature", "properties": { "population": 1621537 }, "geometry": { "type": "Point", "coordinates": [ 2.16, 41.39 ] } },
{ "type": "Feature", "properties": { "population": 1619438 }, "geometry": { "type": "Point", "coordinates": [ 28.19, -25.74 ] } },
{ "type": "Feature", "properties": { "population": 1602264 }, "geometry": { "type": "Point", "coordinates": [ 37.16, 36.2 ] } },
{ "type": "Feature", "properties": { "population": 1599920 }, "geometry": { "type": "Point", "coordinates": [ 85.12, 25.6 ] } },
{ "type": "Feature", "properties": { "population": 1599914 }, "geometry": { "type": "Point", "coordinates": [ 77.4, 23.25 ] } },
{ "type": "Feature", "properties": { "population": 1598210 }, "geometry": { "type": "Point", "coordinates": [ -60.02, -3.1 ] } },
{ "type": "Feature", "properties": { "population": 1590668 }, "geometry": { "type": "Point", "coordinates": [ 114.07, 32.12 ] } },
{ "type": "Feature", "properties": { "population": 1590256 }, "geometry": { "type": "Point", "coordinates": [ -98.2, 19.04 ] } },
{ "type": "Feature", "properties": { "population": 1582102 }, "geometry": { "type": "Point", "coordinates": [ 7.44, 10.53 ] } },
{ "type": "Feature", "properties": { "population": 1573544 }, "geometry": { "type": "Point", "coordinates": [ 104.92, 11.56 ] } },
{ "type": "Feature", "properties": { "population": 1569394 }, "geometry": { "type": "Point", "coordinates": [ 36.29, 33.51 ] } },
{ "type": "Feature", "properties": { "population": 1547164 }, "geometry": { "type": "Point", "coordinates": [ 51.67, 32.65 ] } },
{ "type": "Feature", "properties": { "population": 1545368 }, "geometry": { "type": "Point", "coordinates": [ 75.85, 30.9 ] } },
{ "type": "Feature", "properties": { "population": 1542813 }, "geometry": { "type": "Point", "coordinates": [ 31.05, -17.83 ] } },
{ "type": "Feature", "properties": { "population": 1528478 }, "geometry": { "type": "Point", "coordinates": [ 135.18, 34.69 ] } },
{ "type": "Feature", "properties": { "population": 1526006 }, "geometry": { "type": "Point", "coordinates": [ -75.16, 39.95 ] } },
{ "type": "Feature", "properties": { "population": 1520119 }, "geometry": { "type": "Point", "coordinates": [ 106.99, -6.23 ] } },
{ "type": "Feature", "properties": { "population": 1519711 }, "geometry": { "type": "Point", "coordinates": [ 120.31, 22.62 ] } },
{ "type": "Feature", "properties": { "population": 1512354 }, "geometry": { "type": "Point", "coordinates": [ -106.48, 31.73 ] } },
{ "type": "Feature", "properties": { "population": 1487536 }, "geometry": { "type": "Point", "coordinates": [ -73.97, 40.78 ] } },
{ "type": "Feature", "properties": { "population": 1482200 }, "geometry": { "type": "Point", "coordinates": [ -57.64, -25.3 ] } },
{ "type": "Feature", "properties": { "population": 1478098 }, "geometry": { "type": "Point", "coordinates": [ -34.88, -8.05 ] } },
{ "type": "Feature", "properties": { "population": 1475221 }, "geometry": { "type": "Point", "coordinates": [ 127.42, 36.32 ] } },
{ "type": "Feature", "properties": { "population": 1468609 }, "geometry": { "type": "Point", "coordinates": [ -1.62, 6.69 ] } },
{ "type": "Feature", "properties": { "population": 1459994 }, "geometry": { "type": "Point", "coordinates": [ 102.24, 6.13 ] } },
{ "type": "Feature", "properties": { "population": 1459640 }, "geometry": { "type": "Point", "coordinates": [ 135.75, 35.02 ] } },
{ "type": "Feature", "properties": { "population": 1453975 }, "geometry": { "type": "Point", "coordinates": [ 101.69, 3.14 ] } },
{ "type": "Feature", "properties": { "population": 1448075 }, "geometry": { "type": "Point", "coordinates": [ 50.99, 35.83 ] } },
{ "type": "Feature", "properties": { "population": 1445632 }, "geometry": { "type": "Point", "coordinates": [ -112.07, 33.45 ] } },
{ "type": "Feature", "properties": { "population": 1442271 }, "geometry": { "type": "Point", "coordinates": [ 85.32, 27.7 ] } },
{ "type": "Feature", "properties": { "population": 1441500 }, "geometry": { "type": "Point", "coordinates": [ 104.75, -2.92 ] } },
{ "type": "Feature", "properties": { "population": 1437230 }, "geometry": { "type": "Point", "coordinates": [ 71.48, 30.2 ] } },
{ "type": "Feature", "properties": { "population": 1431270 }, "geometry": { "type": "Point", "coordinates": [ 105.84, 21.02 ] } },
{ "type": "Feature", "properties": { "population": 1430885 }, "geometry": { "type": "Point", "coordinates": [ 36.25, 49.98 ] } },
{ "type": "Feature", "properties": { "population": 1430055 }, "geometry": { "type": "Point", "coordinates": [ 78.02, 27.18 ] } },
{ "type": "Feature", "properties": { "population": 1428214 }, "geometry": { "type": "Point", "coordinates": [ -64.18, -31.41 ] } },
{ "type": "Feature", "properties": { "population": 1424641 }, "geometry": { "type": "Point", "coordinates": [ 46.29, 38.08 ] } },
{ "type": "Feature", "properties": { "population": 1419007 }, "geometry": { "type": "Point", "coordinates": [ 82.93, 55.04 ] } },
{ "type": "Feature", "properties": { "population": 1416938 }, "geometry": { "type": "Point", "coordinates": [ 126.92, 35.15 ] } },
{ "type": "Feature", "properties": { "population": 1412701 }, "geometry": { "type": "Point", "coordinates": [ 29.08, 40.19 ] } },
{ "type": "Feature", "properties": { "population": 1409476 }, "geometry": { "type": "Point", "coordinates": [ 73.21, 22.3 ] } },
{ "type": "Feature", "properties": { "population": 1407737 }, "geometry": { "type": "Point", "coordinates": [ -48.5, -1.46 ] } },
{ "type": "Feature", "properties": { "population": 1400646 }, "geometry": { "type": "Point", "coordinates": [ 123.92, 41.86 ] } },
{ "type": "Feature", "properties": { "population": 1399814 }, "geometry": { "type": "Point", "coordinates": [ -78.52, -0.23 ] } },
{ "type": "Feature", "properties": { "population": 1392289 }, "geometry": { "type": "Point", "coordinates": [ 130.42, 33.61 ] } },
{ "type": "Feature", "properties": { "population": 1391433 }, "geometry": { "type": "Point", "coordinates": [ 47.54, -18.91 ] } },
{ "type": "Feature", "properties": { "population": 1390581 }, "geometry": { "type": "Point", "coordinates": [ 112.45, 34.68 ] } },
{ "type": "Feature", "properties": { "population": 1386330 }, "geometry": { "type": "Point", "coordinates": [ 68.37, 25.39 ] } },
{ "type": "Feature", "properties": { "population": 1385108 }, "geometry": { "type": "Point", "coordinates": [ -73.87, 40.85 ] } },
{ "type": "Feature", "properties": { "population": 1385083 }, "geometry": { "type": "Point", "coordinates": [ -68.01, 10.16 ] } },
{ "type": "Feature", "properties": { "population": 1384471 }, "geometry": { "type": "Point", "coordinates": [ 74.19, 32.16 ] } },
{ "type": "Feature", "properties": { "population": 1380425 }, "geometry": { "type": "Point", "coordinates": [ -74.78, 10.97 ] } },
{ "type": "Feature", "properties": { "population": 1380000 }, "geometry": { "type": "Point", "coordinates": [ 113.63, 28.16 ] } },
{ "type": "Feature", "properties": { "population": 1376457 }, "geometry": { "type": "Point", "coordinates": [ -117.0, 32.5 ] } },
{ "type": "Feature", "properties": { "population": 1373770 }, "geometry": { "type": "Point", "coordinates": [ 27.48, -11.66 ] } },
{ "type": "Feature", "properties": { "population": 1372741 }, "geometry": { "type": "Point", "coordinates": [ -51.23, -30.03 ] } },
{ "type": "Feature", "properties": { "population": 1372124 }, "geometry": { "type": "Point", "coordinates": [ 106.63, -6.18 ] } },
{ "type": "Feature", "properties": { "population": 1364389 }, "geometry": { "type": "Point", "coordinates": [ -63.18, -17.79 ] } },
{ "type": "Feature", "properties": { "population": 1358318 }, "geometry": { "type": "Point", "coordinates": [ 114.47, 36.6 ] } },
{ "type": "Feature", "properties": { "population": 1353189 }, "geometry": { "type": "Point", "coordinates": [ 32.58, 0.32 ] } },
{ "type": "Feature", "properties": { "population": 1349772 }, "geometry": { "type": "Point", "coordinates": [ 60.61, 56.85 ] } },
{ "type": "Feature", "properties": { "population": 1342339 }, "geometry": { "type": "Point", "coordinates": [ 89.56, 22.81 ] } },
{ "type": "Feature", "properties": { "population": 1338082 }, "geometry": { "type": "Point", "coordinates": [ 9.7, 4.05 ] } },
{ "type": "Feature", "properties": { "population": 1327407 }, "geometry": { "type": "Point", "coordinates": [ -98.49, 29.42 ] } },
{ "type": "Feature", "properties": { "population": 1324570 }, "geometry": { "type": "Point", "coordinates": [ 75.67, 29.45 ] } },
{ "type": "Feature", "properties": { "population": 1323624 }, "geometry": { "type": "Point", "coordinates": [ 39.83, 21.43 ] } },
{ "type": "Feature", "properties": { "population": 1321717 }, "geometry": { "type": "Point", "coordinates": [ 119.42, -5.14 ] } },
{ "type": "Feature", "properties": { "population": 1307402 }, "geometry": { "type": "Point", "coordinates": [ -117.16, 32.72 ] } },
{ "type": "Feature", "properties": { "population": 1306785 }, "geometry": { "type": "Point", "coordinates": [ 139.72, 35.52 ] } },
{ "type": "Feature", "properties": { "population": 1303569 }, "geometry": { "type": "Point", "coordinates": [ 106.72, -6.29 ] } },
{ "type": "Feature", "properties": { "population": 1301768 }, "geometry": { "type": "Point", "coordinates": [ 109.82, 40.65 ] } },
{ "type": "Feature", "properties": { "population": 1300000 }, "geometry": { "type": "Point", "coordinates": [ 39.61, 24.47 ] } },
{ "type": "Feature", "properties": { "population": 1299369 }, "geometry": { "type": "Point", "coordinates": [ 11.52, 3.87 ] } },
{ "type": "Feature", "properties": { "population": 1297281 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 12.65 ] } },
{ "type": "Feature", "properties": { "population": 1289497 }, "geometry": { "type": "Point", "coordinates": [ 73.79, 20.0 ] } },
{ "type": "Feature", "properties": { "population": 1288084 }, "geometry": { "type": "Point", "coordinates": [ 110.42, -6.99 ] } },
{ "type": "Feature", "properties": { "population": 1284609 }, "geometry": { "type": "Point", "coordinates": [ 15.28, -4.27 ] } },
{ "type": "Feature", "properties": { "population": 1284606 }, "geometry": { "type": "Point", "coordinates": [ 73.81, 18.62 ] } },
{ "type": "Feature", "properties": { "population": 1284164 }, "geometry": { "type": "Point", "coordinates": [ 44.0, 56.33 ] } },
{ "type": "Feature", "properties": { "population": 1275857 }, "geometry": { "type": "Point", "coordinates": [ 35.95, 31.96 ] } },
{ "type": "Feature", "properties": { "population": 1273715 }, "geometry": { "type": "Point", "coordinates": [ 124.44, 7.2 ] } },
{ "type": "Feature", "properties": { "population": 1273651 }, "geometry": { "type": "Point", "coordinates": [ 20.47, 44.8 ] } },
{ "type": "Feature", "properties": { "population": 1270737 }, "geometry": { "type": "Point", "coordinates": [ -56.19, -34.9 ] } },
{ "type": "Feature", "properties": { "population": 1267440 }, "geometry": { "type": "Point", "coordinates": [ 28.29, -15.41 ] } },
{ "type": "Feature", "properties": { "population": 1262255 }, "geometry": { "type": "Point", "coordinates": [ 73.14, 19.24 ] } },
{ "type": "Feature", "properties": { "population": 1261517 }, "geometry": { "type": "Point", "coordinates": [ 72.96, 19.2 ] } },
{ "type": "Feature", "properties": { "population": 1260391 }, "geometry": { "type": "Point", "coordinates": [ 11.58, 48.14 ] } },
{ "type": "Feature", "properties": { "population": 1253309 }, "geometry": { "type": "Point", "coordinates": [ 18.06, 59.33 ] } },
{ "type": "Feature", "properties": { "population": 1251739 }, "geometry": { "type": "Point", "coordinates": [ 35.48, 33.9 ] } },
{ "type": "Feature", "properties": { "population": 1249942 }, "geometry": { "type": "Point", "coordinates": [ 52.53, 29.61 ] } },
{ "type": "Feature", "properties": { "population": 1248988 }, "geometry": { "type": "Point", "coordinates": [ 35.33, 37.0 ] } },
{ "type": "Feature", "properties": { "population": 1242724 }, "geometry": { "type": "Point", "coordinates": [ 127.01, 37.29 ] } },
{ "type": "Feature", "properties": { "population": 1236837 }, "geometry": { "type": "Point", "coordinates": [ 9.19, 45.46 ] } },
{ "type": "Feature", "properties": { "population": 1234742 }, "geometry": { "type": "Point", "coordinates": [ -72.33, 18.54 ] } },
{ "type": "Feature", "properties": { "population": 1232220 }, "geometry": { "type": "Point", "coordinates": [ -99.01, 19.4 ] } },
{ "type": "Feature", "properties": { "population": 1225235 }, "geometry": { "type": "Point", "coordinates": [ 138.6, -34.93 ] } },
{ "type": "Feature", "properties": { "population": 1223184 }, "geometry": { "type": "Point", "coordinates": [ 77.72, 28.97 ] } },
{ "type": "Feature", "properties": { "population": 1220946 }, "geometry": { "type": "Point", "coordinates": [ 82.55, 19.23 ] } },
{ "type": "Feature", "properties": { "population": 1220229 }, "geometry": { "type": "Point", "coordinates": [ 77.32, 28.41 ] } },
{ "type": "Feature", "properties": { "population": 1218773 }, "geometry": { "type": "Point", "coordinates": [ 71.58, 34.01 ] } },
{ "type": "Feature", "properties": { "population": 1212504 }, "geometry": { "type": "Point", "coordinates": [ 125.61, 7.07 ] } },
{ "type": "Feature", "properties": { "population": 1208099 }, "geometry": { "type": "Point", "coordinates": [ 96.08, 21.97 ] } },
{ "type": "Feature", "properties": { "population": 1200000 }, "geometry": { "type": "Point", "coordinates": [ 32.48, 15.64 ] } },
{ "type": "Feature", "properties": { "population": 1200000 }, "geometry": { "type": "Point", "coordinates": [ -70.7, 19.45 ] } },
{ "type": "Feature", "properties": { "population": 1200000 }, "geometry": { "type": "Point", "coordinates": [ 113.09, 29.37 ] } },
{ "type": "Feature", "properties": { "population": 1199275 }, "geometry": { "type": "Point", "coordinates": [ 122.99, 41.12 ] } },
{ "type": "Feature", "properties": { "population": 1199193 }, "geometry": { "type": "Point", "coordinates": [ 117.16, 34.18 ] } },
{ "type": "Feature", "properties": { "population": 1199191 }, "geometry": { "type": "Point", "coordinates": [ 77.44, 28.66 ] } },
{ "type": "Feature", "properties": { "population": 1198129 }, "geometry": { "type": "Point", "coordinates": [ 106.82, -6.4 ] } },
{ "type": "Feature", "properties": { "population": 1197816 }, "geometry": { "type": "Point", "coordinates": [ -96.81, 32.78 ] } },
{ "type": "Feature", "properties": { "population": 1193350 }, "geometry": { "type": "Point", "coordinates": [ 139.66, 35.91 ] } },
{ "type": "Feature", "properties": { "population": 1193161 }, "geometry": { "type": "Point", "coordinates": [ -99.11, 19.49 ] } },
{ "type": "Feature", "properties": { "population": 1193000 }, "geometry": { "type": "Point", "coordinates": [ 73.08, 19.22 ] } },
{ "type": "Feature", "properties": { "population": 1191613 }, "geometry": { "type": "Point", "coordinates": [ 32.58, -25.97 ] } },
{ "type": "Feature", "properties": { "population": 1185772 }, "geometry": { "type": "Point", "coordinates": [ -98.76, 22.87 ] } },
{ "type": "Feature", "properties": { "population": 1179720 }, "geometry": { "type": "Point", "coordinates": [ 119.31, 26.06 ] } },
{ "type": "Feature", "properties": { "population": 1177362 }, "geometry": { "type": "Point", "coordinates": [ 70.79, 22.29 ] } },
{ "type": "Feature", "properties": { "population": 1173533 }, "geometry": { "type": "Point", "coordinates": [ -60.64, -32.95 ] } },
{ "type": "Feature", "properties": { "population": 1171633 }, "geometry": { "type": "Point", "coordinates": [ 106.72, 26.58 ] } },
{ "type": "Feature", "properties": { "population": 1171195 }, "geometry": { "type": "Point", "coordinates": [ -49.25, -16.68 ] } },
{ "type": "Feature", "properties": { "population": 1169577 }, "geometry": { "type": "Point", "coordinates": [ -46.53, -23.46 ] } },
{ "type": "Feature", "properties": { "population": 1165581 }, "geometry": { "type": "Point", "coordinates": [ 14.42, 50.09 ] } },
{ "type": "Feature", "properties": { "population": 1164404 }, "geometry": { "type": "Point", "coordinates": [ 83.01, 25.32 ] } },
{ "type": "Feature", "properties": { "population": 1153615 }, "geometry": { "type": "Point", "coordinates": [ 12.57, 55.68 ] } },
{ "type": "Feature", "properties": { "population": 1152556 }, "geometry": { "type": "Point", "coordinates": [ 23.32, 42.7 ] } },
{ "type": "Feature", "properties": { "population": 1150989 }, "geometry": { "type": "Point", "coordinates": [ 13.19, 32.88 ] } },
{ "type": "Feature", "properties": { "population": 1148665 }, "geometry": { "type": "Point", "coordinates": [ 7.01, 4.78 ] } },
{ "type": "Feature", "properties": { "population": 1143841 }, "geometry": { "type": "Point", "coordinates": [ 132.46, 34.4 ] } },
{ "type": "Feature", "properties": { "population": 1137600 }, "geometry": { "type": "Point", "coordinates": [ 100.22, 26.87 ] } },
{ "type": "Feature", "properties": { "population": 1137347 }, "geometry": { "type": "Point", "coordinates": [ 55.17, 25.07 ] } },
{ "type": "Feature", "properties": { "population": 1134730 }, "geometry": { "type": "Point", "coordinates": [ 50.15, 53.2 ] } },
{ "type": "Feature", "properties": { "population": 1129281 }, "geometry": { "type": "Point", "coordinates": [ 73.37, 54.99 ] } },
{ "type": "Feature", "properties": { "population": 1125058 }, "geometry": { "type": "Point", "coordinates": [ 5.63, 6.34 ] } },
{ "type": "Feature", "properties": { "population": 1122874 }, "geometry": { "type": "Point", "coordinates": [ -100.32, 25.68 ] } },
{ "type": "Feature", "properties": { "population": 1121974 }, "geometry": { "type": "Point", "coordinates": [ 124.47, 7.16 ] } },
{ "type": "Feature", "properties": { "population": 1116513 }, "geometry": { "type": "Point", "coordinates": [ 49.89, 40.38 ] } },
{ "type": "Feature", "properties": { "population": 1114626 }, "geometry": { "type": "Point", "coordinates": [ -101.67, 21.13 ] } },
{ "type": "Feature", "properties": { "population": 1112449 }, "geometry": { "type": "Point", "coordinates": [ 13.16, 11.85 ] } },
{ "type": "Feature", "properties": { "population": 1104738 }, "geometry": { "type": "Point", "coordinates": [ 49.12, 55.79 ] } },
{ "type": "Feature", "properties": { "population": 1093485 }, "geometry": { "type": "Point", "coordinates": [ 44.51, 40.18 ] } },
{ "type": "Feature", "properties": { "population": 1092450 }, "geometry": { "type": "Point", "coordinates": [ 74.87, 31.64 ] } },
{ "type": "Feature", "properties": { "population": 1086505 }, "geometry": { "type": "Point", "coordinates": [ -1.53, 12.37 ] } },
{ "type": "Feature", "properties": { "population": 1077730 }, "geometry": { "type": "Point", "coordinates": [ 139.63, 35.88 ] } },
{ "type": "Feature", "properties": { "population": 1074482 }, "geometry": { "type": "Point", "coordinates": [ 39.72, 47.23 ] } },
{ "type": "Feature", "properties": { "population": 1073438 }, "geometry": { "type": "Point", "coordinates": [ 81.83, 25.45 ] } },
{ "type": "Feature", "properties": { "population": 1073069 }, "geometry": { "type": "Point", "coordinates": [ 126.83, 37.66 ] } },
{ "type": "Feature", "properties": { "population": 1065975 }, "geometry": { "type": "Point", "coordinates": [ 37.38, 37.06 ] } },
{ "type": "Feature", "properties": { "population": 1063178 }, "geometry": { "type": "Point", "coordinates": [ 83.2, 17.68 ] } },
{ "type": "Feature", "properties": { "population": 1063103 }, "geometry": { "type": "Point", "coordinates": [ 140.87, 38.27 ] } },
{ "type": "Feature", "properties": { "population": 1063103 }, "geometry": { "type": "Point", "coordinates": [ 140.87, 38.26 ] } },
{ "type": "Feature", "properties": { "population": 1062919 }, "geometry": { "type": "Point", "coordinates": [ 61.43, 55.15 ] } },
{ "type": "Feature", "properties": { "population": 1052678 }, "geometry": { "type": "Point", "coordinates": [ 113.29, 40.09 ] } },
{ "type": "Feature", "properties": { "population": 1049498 }, "geometry": { "type": "Point", "coordinates": [ 44.83, 41.69 ] } },
{ "type": "Feature", "properties": { "population": 1047700 }, "geometry": { "type": "Point", "coordinates": [ 120.74, 31.65 ] } },
{ "type": "Feature", "properties": { "population": 1040725 }, "geometry": { "type": "Point", "coordinates": [ 120.68, 24.15 ] } },
{ "type": "Feature", "properties": { "population": 1034724 }, "geometry": { "type": "Point", "coordinates": [ 77.48, 10.02 ] } },
{ "type": "Feature", "properties": { "population": 1034081 }, "geometry": { "type": "Point", "coordinates": [ 108.7, 34.34 ] } },
{ "type": "Feature", "properties": { "population": 1033338 }, "geometry": { "type": "Point", "coordinates": [ 55.97, 54.74 ] } },
{ "type": "Feature", "properties": { "population": 1032822 }, "geometry": { "type": "Point", "coordinates": [ 34.98, 48.45 ] } },
{ "type": "Feature", "properties": { "population": 1031935 }, "geometry": { "type": "Point", "coordinates": [ 127.14, 37.44 ] } },
{ "type": "Feature", "properties": { "population": 1031554 }, "geometry": { "type": "Point", "coordinates": [ -47.06, -22.91 ] } },
{ "type": "Feature", "properties": { "population": 1030168 }, "geometry": { "type": "Point", "coordinates": [ 79.95, 23.17 ] } },
{ "type": "Feature", "properties": { "population": 1027672 }, "geometry": { "type": "Point", "coordinates": [ 88.32, 22.58 ] } },
{ "type": "Feature", "properties": { "population": 1027655 }, "geometry": { "type": "Point", "coordinates": [ 117.0, 32.63 ] } },
{ "type": "Feature", "properties": { "population": 1024700 }, "geometry": { "type": "Point", "coordinates": [ 37.8, 48.02 ] } },
{ "type": "Feature", "properties": { "population": 1024027 }, "geometry": { "type": "Point", "coordinates": [ -6.25, 53.33 ] } },
{ "type": "Feature", "properties": { "population": 1019942 }, "geometry": { "type": "Point", "coordinates": [ -114.09, 51.05 ] } },
{ "type": "Feature", "properties": { "population": 1019022 }, "geometry": { "type": "Point", "coordinates": [ 4.35, 50.85 ] } },
{ "type": "Feature", "properties": { "population": 1016441 }, "geometry": { "type": "Point", "coordinates": [ 75.34, 19.88 ] } },
{ "type": "Feature", "properties": { "population": 1011417 }, "geometry": { "type": "Point", "coordinates": [ 44.5, 48.72 ] } },
{ "type": "Feature", "properties": { "population": 1002118 }, "geometry": { "type": "Point", "coordinates": [ -43.45, -22.76 ] } },
{ "type": "Feature", "properties": { "population": 1001985 }, "geometry": { "type": "Point", "coordinates": [ 116.37, 23.54 ] } },
{ "type": "Feature", "properties": { "population": 1001558 }, "geometry": { "type": "Point", "coordinates": [ 30.73, 46.48 ] } },
{ "type": "Feature", "properties": { "population": 1000000 }, "geometry": { "type": "Point", "coordinates": [ 119.4, 36.0 ] } },
{ "type": "Feature", "properties": { "population": 1000000 }, "geometry": { "type": "Point", "coordinates": [ 73.85, 18.53 ] } },
{ "type": "Feature", "properties": { "population": 997536 }, "geometry": { "type": "Point", "coordinates": [ 130.83, 33.83 ] } },
{ "type": "Feature", "properties": { "population": 997281 }, "geometry": { "type": "Point", "coordinates": [ 75.91, 17.67 ] } },
{ "type": "Feature", "properties": { "population": 995652 }, "geometry": { "type": "Point", "coordinates": [ 115.49, 38.85 ] } },
{ "type": "Feature", "properties": { "population": 994938 }, "geometry": { "type": "Point", "coordinates": [ -90.51, 14.64 ] } },
{ "type": "Feature", "properties": { "population": 987717 }, "geometry": { "type": "Point", "coordinates": [ 123.77, 41.29 ] } },
{ "type": "Feature", "properties": { "population": 987516 }, "geometry": { "type": "Point", "coordinates": [ -103.38, 20.72 ] } },
{ "type": "Feature", "properties": { "population": 984333 }, "geometry": { "type": "Point", "coordinates": [ -1.9, 52.48 ] } },
{ "type": "Feature", "properties": { "population": 982419 }, "geometry": { "type": "Point", "coordinates": [ 56.25, 58.01 ] } },
{ "type": "Feature", "properties": { "population": 975857 }, "geometry": { "type": "Point", "coordinates": [ 74.8, 34.09 ] } },
{ "type": "Feature", "properties": { "population": 975153 }, "geometry": { "type": "Point", "coordinates": [ 7.72, 11.11 ] } },
{ "type": "Feature", "properties": { "population": 973087 }, "geometry": { "type": "Point", "coordinates": [ -86.25, 12.13 ] } },
{ "type": "Feature", "properties": { "population": 967677 }, "geometry": { "type": "Point", "coordinates": [ 25.57, -33.92 ] } },
{ "type": "Feature", "properties": { "population": 964891 }, "geometry": { "type": "Point", "coordinates": [ -5.0, 34.04 ] } },
{ "type": "Feature", "properties": { "population": 963395 }, "geometry": { "type": "Point", "coordinates": [ 6.95, 50.93 ] } },
{ "type": "Feature", "properties": { "population": 962865 }, "geometry": { "type": "Point", "coordinates": [ 129.32, 35.54 ] } },
{ "type": "Feature", "properties": { "population": 960787 }, "geometry": { "type": "Point", "coordinates": [ 76.79, 30.74 ] } },
{ "type": "Feature", "properties": { "population": 959823 }, "geometry": { "type": "Point", "coordinates": [ 76.97, 11.01 ] } },
{ "type": "Feature", "properties": { "population": 959470 }, "geometry": { "type": "Point", "coordinates": [ 14.25, 40.86 ] } },
{ "type": "Feature", "properties": { "population": 954991 }, "geometry": { "type": "Point", "coordinates": [ -35.74, -9.67 ] } },
{ "type": "Feature", "properties": { "population": 952024 }, "geometry": { "type": "Point", "coordinates": [ -75.51, 10.4 ] } },
{ "type": "Feature", "properties": { "population": 949018 }, "geometry": { "type": "Point", "coordinates": [ 119.95, 31.77 ] } },
{ "type": "Feature", "properties": { "population": 946697 }, "geometry": { "type": "Point", "coordinates": [ 39.59, 24.49 ] } },
{ "type": "Feature", "properties": { "population": 945942 }, "geometry": { "type": "Point", "coordinates": [ -121.89, 37.34 ] } },
{ "type": "Feature", "properties": { "population": 939524 }, "geometry": { "type": "Point", "coordinates": [ -10.8, 6.3 ] } },
{ "type": "Feature", "properties": { "population": 937700 }, "geometry": { "type": "Point", "coordinates": [ -76.79, 18.0 ] } },
{ "type": "Feature", "properties": { "population": 932800 }, "geometry": { "type": "Point", "coordinates": [ 44.01, 36.19 ] } },
{ "type": "Feature", "properties": { "population": 927200 }, "geometry": { "type": "Point", "coordinates": [ 92.87, 56.02 ] } },
{ "type": "Feature", "properties": { "population": 925000 }, "geometry": { "type": "Point", "coordinates": [ 96.13, 19.75 ] } },
{ "type": "Feature", "properties": { "population": 921476 }, "geometry": { "type": "Point", "coordinates": [ 73.01, 26.27 ] } },
{ "type": "Feature", "properties": { "population": 919729 }, "geometry": { "type": "Point", "coordinates": [ 140.12, 35.6 ] } },
{ "type": "Feature", "properties": { "population": 917237 }, "geometry": { "type": "Point", "coordinates": [ -44.3, -2.53 ] } },
{ "type": "Feature", "properties": { "population": 909908 }, "geometry": { "type": "Point", "coordinates": [ 78.12, 9.92 ] } },
{ "type": "Feature", "properties": { "population": 903485 }, "geometry": { "type": "Point", "coordinates": [ -6.8, 34.05 ] } },
{ "type": "Feature", "properties": { "population": 903039 }, "geometry": { "type": "Point", "coordinates": [ 116.79, 33.97 ] } },
{ "type": "Feature", "properties": { "population": 900414 }, "geometry": { "type": "Point", "coordinates": [ -66.16, -17.39 ] } },
{ "type": "Feature", "properties": { "population": 900000 }, "geometry": { "type": "Point", "coordinates": [ -4.02, 5.42 ] } },
{ "type": "Feature", "properties": { "population": 900000 }, "geometry": { "type": "Point", "coordinates": [ 44.18, 33.31 ] } },
{ "type": "Feature", "properties": { "population": 900000 }, "geometry": { "type": "Point", "coordinates": [ 114.31, 34.8 ] } },
{ "type": "Feature", "properties": { "population": 900000 }, "geometry": { "type": "Point", "coordinates": [ 74.59, 42.87 ] } },
{ "type": "Feature", "properties": { "population": 900000 }, "geometry": { "type": "Point", "coordinates": [ 50.88, 34.64 ] } },
{ "type": "Feature", "properties": { "population": 899094 }, "geometry": { "type": "Point", "coordinates": [ 91.75, 26.18 ] } },
{ "type": "Feature", "properties": { "population": 897560 }, "geometry": { "type": "Point", "coordinates": [ 7.37, 5.11 ] } },
{ "type": "Feature", "properties": { "population": 889675 }, "geometry": { "type": "Point", "coordinates": [ 113.3, 33.74 ] } },
{ "type": "Feature", "properties": { "population": 882458 }, "geometry": { "type": "Point", "coordinates": [ 78.17, 26.23 ] } },
{ "type": "Feature", "properties": { "population": 882364 }, "geometry": { "type": "Point", "coordinates": [ 123.96, 47.34 ] } },
{ "type": "Feature", "properties": { "population": 879867 }, "geometry": { "type": "Point", "coordinates": [ 101.45, 3.03 ] } },
{ "type": "Feature", "properties": { "population": 876884 }, "geometry": { "type": "Point", "coordinates": [ -68.83, -32.89 ] } },
{ "type": "Feature", "properties": { "population": 875530 }, "geometry": { "type": "Point", "coordinates": [ 32.48, 37.87 ] } },
{ "type": "Feature", "properties": { "population": 874761 }, "geometry": { "type": "Point", "coordinates": [ 23.59, -6.14 ] } },
{ "type": "Feature", "properties": { "population": 874587 }, "geometry": { "type": "Point", "coordinates": [ 80.63, 16.52 ] } },
{ "type": "Feature", "properties": { "population": 874062 }, "geometry": { "type": "Point", "coordinates": [ -17.39, 14.76 ] } },
{ "type": "Feature", "properties": { "population": 870456 }, "geometry": { "type": "Point", "coordinates": [ 7.69, 45.07 ] } },
{ "type": "Feature", "properties": { "population": 868313 }, "geometry": { "type": "Point", "coordinates": [ 76.64, 12.3 ] } },
{ "type": "Feature", "properties": { "population": 865672 }, "geometry": { "type": "Point", "coordinates": [ 120.67, 28.0 ] } },
{ "type": "Feature", "properties": { "population": 863725 }, "geometry": { "type": "Point", "coordinates": [ 46.01, 51.54 ] } },
{ "type": "Feature", "properties": { "population": 850848 }, "geometry": { "type": "Point", "coordinates": [ -87.21, 14.08 ] } },
{ "type": "Feature", "properties": { "population": 850731 }, "geometry": { "type": "Point", "coordinates": [ 126.78, 37.5 ] } },
{ "type": "Feature", "properties": { "population": 848752 }, "geometry": { "type": "Point", "coordinates": [ 39.18, 51.67 ] } },
{ "type": "Feature", "properties": { "population": 846454 }, "geometry": { "type": "Point", "coordinates": [ 85.34, 23.35 ] } },
{ "type": "Feature", "properties": { "population": 846185 }, "geometry": { "type": "Point", "coordinates": [ -99.24, 19.48 ] } },
{ "type": "Feature", "properties": { "population": 844818 }, "geometry": { "type": "Point", "coordinates": [ 106.88, 47.91 ] } },
{ "type": "Feature", "properties": { "population": 843931 }, "geometry": { "type": "Point", "coordinates": [ 104.78, 10.99 ] } },
{ "type": "Feature", "properties": { "population": 841145 }, "geometry": { "type": "Point", "coordinates": [ 48.68, 31.32 ] } },
{ "type": "Feature", "properties": { "population": 841130 }, "geometry": { "type": "Point", "coordinates": [ -71.53, -16.4 ] } },
{ "type": "Feature", "properties": { "population": 840352 }, "geometry": { "type": "Point", "coordinates": [ 100.35, -0.95 ] } },
{ "type": "Feature", "properties": { "population": 840214 }, "geometry": { "type": "Point", "coordinates": [ 75.13, 15.35 ] } },
{ "type": "Feature", "properties": { "population": 839296 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 31.63 ] } },
{ "type": "Feature", "properties": { "population": 833571 }, "geometry": { "type": "Point", "coordinates": [ 101.53, 3.15 ] } },
{ "type": "Feature", "properties": { "population": 829718 }, "geometry": { "type": "Point", "coordinates": [ -86.16, 39.77 ] } },
{ "type": "Feature", "properties": { "population": 821784 }, "geometry": { "type": "Point", "coordinates": [ -81.66, 30.33 ] } },
{ "type": "Feature", "properties": { "population": 818329 }, "geometry": { "type": "Point", "coordinates": [ -43.31, -22.79 ] } },
{ "type": "Feature", "properties": { "population": 816824 }, "geometry": { "type": "Point", "coordinates": [ 8.89, 9.93 ] } },
{ "type": "Feature", "properties": { "population": 814208 }, "geometry": { "type": "Point", "coordinates": [ -0.38, 39.47 ] } },
{ "type": "Feature", "properties": { "population": 814192 }, "geometry": { "type": "Point", "coordinates": [ 4.54, 8.5 ] } },
{ "type": "Feature", "properties": { "population": 813264 }, "geometry": { "type": "Point", "coordinates": [ -77.12, -12.06 ] } },
{ "type": "Feature", "properties": { "population": 812799 }, "geometry": { "type": "Point", "coordinates": [ -68.15, -16.5 ] } },
{ "type": "Feature", "properties": { "population": 812129 }, "geometry": { "type": "Point", "coordinates": [ -75.7, 45.41 ] } },
{ "type": "Feature", "properties": { "population": 809490 }, "geometry": { "type": "Point", "coordinates": [ -69.32, 10.07 ] } },
{ "type": "Feature", "properties": { "population": 809232 }, "geometry": { "type": "Point", "coordinates": [ -106.09, 28.64 ] } },
{ "type": "Feature", "properties": { "population": 805235 }, "geometry": { "type": "Point", "coordinates": [ -122.42, 37.77 ] } },
{ "type": "Feature", "properties": { "population": 803788 }, "geometry": { "type": "Point", "coordinates": [ 108.32, 22.82 ] } },
{ "type": "Feature", "properties": { "population": 802639 }, "geometry": { "type": "Point", "coordinates": [ -13.23, 8.48 ] } },
{ "type": "Feature", "properties": { "population": 802489 }, "geometry": { "type": "Point", "coordinates": [ 103.76, 1.47 ] } },
{ "type": "Feature", "properties": { "population": 801000 }, "geometry": { "type": "Point", "coordinates": [ 35.22, 31.77 ] } },
{ "type": "Feature", "properties": { "population": 800348 }, "geometry": { "type": "Point", "coordinates": [ 105.26, -5.43 ] } },
{ "type": "Feature", "properties": { "population": 800000 }, "geometry": { "type": "Point", "coordinates": [ 106.79, -6.59 ] } },
{ "type": "Feature", "properties": { "population": 800000 }, "geometry": { "type": "Point", "coordinates": [ 15.98, 45.81 ] } },
{ "type": "Feature", "properties": { "population": 799668 }, "geometry": { "type": "Point", "coordinates": [ 39.66, -4.05 ] } },
{ "type": "Feature", "properties": { "population": 798634 }, "geometry": { "type": "Point", "coordinates": [ 123.89, 10.32 ] } },
{ "type": "Feature", "properties": { "population": 797000 }, "geometry": { "type": "Point", "coordinates": [ 58.59, 23.61 ] } },
{ "type": "Feature", "properties": { "population": 796217 }, "geometry": { "type": "Point", "coordinates": [ 35.19, 47.82 ] } },
{ "type": "Feature", "properties": { "population": 794811 }, "geometry": { "type": "Point", "coordinates": [ 5.38, 43.3 ] } },
{ "type": "Feature", "properties": { "population": 792665 }, "geometry": { "type": "Point", "coordinates": [ 36.09, 32.07 ] } },
{ "type": "Feature", "properties": { "population": 792189 }, "geometry": { "type": "Point", "coordinates": [ 32.86, 39.92 ] } },
{ "type": "Feature", "properties": { "population": 790390 }, "geometry": { "type": "Point", "coordinates": [ -97.74, 30.27 ] } },
{ "type": "Feature", "properties": { "population": 787033 }, "geometry": { "type": "Point", "coordinates": [ -83.0, 39.96 ] } },
{ "type": "Feature", "properties": { "population": 786499 }, "geometry": { "type": "Point", "coordinates": [ 3.48, 36.77 ] } },
{ "type": "Feature", "properties": { "population": 785178 }, "geometry": { "type": "Point", "coordinates": [ 75.58, 31.33 ] } },
{ "type": "Feature", "properties": { "population": 784153 }, "geometry": { "type": "Point", "coordinates": [ 76.95, 8.49 ] } },
{ "type": "Feature", "properties": { "population": 782339 }, "geometry": { "type": "Point", "coordinates": [ 135.47, 34.58 ] } },
{ "type": "Feature", "properties": { "population": 781129 }, "geometry": { "type": "Point", "coordinates": [ 114.33, 36.1 ] } },
{ "type": "Feature", "properties": { "population": 781023 }, "geometry": { "type": "Point", "coordinates": [ -65.22, -26.82 ] } },
{ "type": "Feature", "properties": { "population": 778396 }, "geometry": { "type": "Point", "coordinates": [ 78.16, 11.65 ] } },
{ "type": "Feature", "properties": { "population": 775484 }, "geometry": { "type": "Point", "coordinates": [ 78.7, 10.82 ] } },
{ "type": "Feature", "properties": { "population": 775404 }, "geometry": { "type": "Point", "coordinates": [ 36.72, 34.73 ] } },
{ "type": "Feature", "properties": { "population": 774477 }, "geometry": { "type": "Point", "coordinates": [ 111.65, 40.81 ] } },
{ "type": "Feature", "properties": { "population": 774235 }, "geometry": { "type": "Point", "coordinates": [ 2.11, 13.51 ] } },
{ "type": "Feature", "properties": { "population": 771235 }, "geometry": { "type": "Point", "coordinates": [ 120.21, 22.99 ] } },
{ "type": "Feature", "properties": { "population": 770000 }, "geometry": { "type": "Point", "coordinates": [ 120.87, 30.02 ] } },
{ "type": "Feature", "properties": { "population": 768755 }, "geometry": { "type": "Point", "coordinates": [ 19.47, 51.75 ] } },
{ "type": "Feature", "properties": { "population": 768602 }, "geometry": { "type": "Point", "coordinates": [ 50.1, 26.43 ] } },
{ "type": "Feature", "properties": { "population": 767531 }, "geometry": { "type": "Point", "coordinates": [ 101.76, 36.63 ] } },
{ "type": "Feature", "properties": { "population": 766706 }, "geometry": { "type": "Point", "coordinates": [ 47.06, 34.38 ] } },
{ "type": "Feature", "properties": { "population": 763088 }, "geometry": { "type": "Point", "coordinates": [ 75.84, 25.18 ] } },
{ "type": "Feature", "properties": { "population": 763043 }, "geometry": { "type": "Point", "coordinates": [ -35.21, -5.79 ] } },
{ "type": "Feature", "properties": { "population": 762243 }, "geometry": { "type": "Point", "coordinates": [ 85.83, 20.27 ] } },
{ "type": "Feature", "properties": { "population": 759718 }, "geometry": { "type": "Point", "coordinates": [ 119.59, 39.93 ] } },
{ "type": "Feature", "properties": { "population": 759602 }, "geometry": { "type": "Point", "coordinates": [ 112.62, 26.89 ] } },
{ "type": "Feature", "properties": { "population": 758188 }, "geometry": { "type": "Point", "coordinates": [ 30.7, 36.91 ] } },
{ "type": "Feature", "properties": { "population": 755050 }, "geometry": { "type": "Point", "coordinates": [ 19.94, 50.06 ] } },
{ "type": "Feature", "properties": { "population": 753207 }, "geometry": { "type": "Point", "coordinates": [ 78.07, 27.88 ] } },
{ "type": "Feature", "properties": { "population": 752493 }, "geometry": { "type": "Point", "coordinates": [ 108.22, 16.07 ] } },
{ "type": "Feature", "properties": { "population": 750845 }, "geometry": { "type": "Point", "coordinates": [ 30.39, -29.62 ] } },
{ "type": "Feature", "properties": { "population": 749700 }, "geometry": { "type": "Point", "coordinates": [ 1.21, 6.14 ] } },
{ "type": "Feature", "properties": { "population": 747450 }, "geometry": { "type": "Point", "coordinates": [ -79.03, -8.12 ] } },
{ "type": "Feature", "properties": { "population": 746716 }, "geometry": { "type": "Point", "coordinates": [ 112.63, -7.98 ] } },
{ "type": "Feature", "properties": { "population": 746535 }, "geometry": { "type": "Point", "coordinates": [ -62.64, 8.35 ] } },
{ "type": "Feature", "properties": { "population": 745435 }, "geometry": { "type": "Point", "coordinates": [ 79.42, 28.35 ] } },
{ "type": "Feature", "properties": { "population": 745261 }, "geometry": { "type": "Point", "coordinates": [ 30.06, -1.95 ] } },
{ "type": "Feature", "properties": { "population": 744512 }, "geometry": { "type": "Point", "coordinates": [ -42.8, -5.09 ] } },
{ "type": "Feature", "properties": { "population": 743601 }, "geometry": { "type": "Point", "coordinates": [ 113.87, 35.31 ] } },
{ "type": "Feature", "properties": { "population": 743372 }, "geometry": { "type": "Point", "coordinates": [ -46.56, -23.69 ] } },
{ "type": "Feature", "properties": { "population": 743307 }, "geometry": { "type": "Point", "coordinates": [ 130.3, 47.35 ] } },
{ "type": "Feature", "properties": { "population": 742572 }, "geometry": { "type": "Point", "coordinates": [ 24.11, 56.95 ] } },
{ "type": "Feature", "properties": { "population": 741636 }, "geometry": { "type": "Point", "coordinates": [ 4.89, 52.37 ] } },
{ "type": "Feature", "properties": { "population": 741206 }, "geometry": { "type": "Point", "coordinates": [ -97.32, 32.73 ] } },
{ "type": "Feature", "properties": { "population": 736072 }, "geometry": { "type": "Point", "coordinates": [ 3.93, 7.85 ] } },
{ "type": "Feature", "properties": { "population": 733675 }, "geometry": { "type": "Point", "coordinates": [ 67.01, 30.2 ] } },
{ "type": "Feature", "properties": { "population": 731424 }, "geometry": { "type": "Point", "coordinates": [ -80.84, 35.23 ] } },
{ "type": "Feature", "properties": { "population": 729151 }, "geometry": { "type": "Point", "coordinates": [ -54.65, -20.44 ] } },
{ "type": "Feature", "properties": { "population": 727700 }, "geometry": { "type": "Point", "coordinates": [ 58.38, 37.95 ] } },
{ "type": "Feature", "properties": { "population": 727034 }, "geometry": { "type": "Point", "coordinates": [ -99.2, 19.36 ] } },
{ "type": "Feature", "properties": { "population": 725000 }, "geometry": { "type": "Point", "coordinates": [ 73.47, 34.37 ] } },
{ "type": "Feature", "properties": { "population": 724921 }, "geometry": { "type": "Point", "coordinates": [ -100.26, 25.68 ] } },
{ "type": "Feature", "properties": { "population": 724270 }, "geometry": { "type": "Point", "coordinates": [ 28.86, 41.04 ] } },
{ "type": "Feature", "properties": { "population": 723170 }, "geometry": { "type": "Point", "coordinates": [ 45.43, 35.56 ] } },
{ "type": "Feature", "properties": { "population": 721398 }, "geometry": { "type": "Point", "coordinates": [ -72.51, 7.89 ] } },
{ "type": "Feature", "properties": { "population": 721139 }, "geometry": { "type": "Point", "coordinates": [ 78.78, 28.84 ] } },
{ "type": "Feature", "properties": { "population": 721081 }, "geometry": { "type": "Point", "coordinates": [ 15.04, 12.11 ] } },
{ "type": "Feature", "properties": { "population": 720119 }, "geometry": { "type": "Point", "coordinates": [ 116.69, 39.51 ] } },
{ "type": "Feature", "properties": { "population": 720000 }, "geometry": { "type": "Point", "coordinates": [ 114.03, 32.98 ] } },
{ "type": "Feature", "properties": { "population": 719332 }, "geometry": { "type": "Point", "coordinates": [ 121.44, 37.48 ] } },
{ "type": "Feature", "properties": { "population": 717803 }, "geometry": { "type": "Point", "coordinates": [ 24.02, 49.84 ] } },
{ "type": "Feature", "properties": { "population": 717175 }, "geometry": { "type": "Point", "coordinates": [ -89.62, 20.98 ] } },
{ "type": "Feature", "properties": { "population": 715767 }, "geometry": { "type": "Point", "coordinates": [ -99.2, 19.54 ] } },
{ "type": "Feature", "properties": { "population": 713777 }, "geometry": { "type": "Point", "coordinates": [ -83.05, 42.33 ] } },
{ "type": "Feature", "properties": { "population": 712391 }, "geometry": { "type": "Point", "coordinates": [ -113.47, 53.55 ] } },
{ "type": "Feature", "properties": { "population": 711424 }, "geometry": { "type": "Point", "coordinates": [ 127.15, 35.82 ] } },
{ "type": "Feature", "properties": { "population": 709358 }, "geometry": { "type": "Point", "coordinates": [ 113.15, 27.83 ] } },
{ "type": "Feature", "properties": { "population": 708296 }, "geometry": { "type": "Point", "coordinates": [ 101.58, 3.04 ] } },
{ "type": "Feature", "properties": { "population": 707035 }, "geometry": { "type": "Point", "coordinates": [ 73.06, 19.3 ] } },
{ "type": "Feature", "properties": { "population": 703956 }, "geometry": { "type": "Point", "coordinates": [ 101.45, 0.53 ] } },
{ "type": "Feature", "properties": { "population": 703206 }, "geometry": { "type": "Point", "coordinates": [ -5.97, 37.38 ] } },
{ "type": "Feature", "properties": { "population": 702879 }, "geometry": { "type": "Point", "coordinates": [ 49.35, 53.53 ] } },
{ "type": "Feature", "properties": { "population": 702621 }, "geometry": { "type": "Point", "coordinates": [ -35.0, -8.18 ] } },
{ "type": "Feature", "properties": { "population": 701561 }, "geometry": { "type": "Point", "coordinates": [ 138.38, 34.98 ] } },
{ "type": "Feature", "properties": { "population": 701269 }, "geometry": { "type": "Point", "coordinates": [ -70.0, 18.5 ] } },
{ "type": "Feature", "properties": { "population": 700133 }, "geometry": { "type": "Point", "coordinates": [ 88.6, 24.37 ] } },
{ "type": "Feature", "properties": { "population": 700000 }, "geometry": { "type": "Point", "coordinates": [ 116.89, -1.24 ] } },
{ "type": "Feature", "properties": { "population": 699514 }, "geometry": { "type": "Point", "coordinates": [ 111.74, 35.21 ] } },
{ "type": "Feature", "properties": { "population": 699385 }, "geometry": { "type": "Point", "coordinates": [ 28.58, -20.15 ] } },
{ "type": "Feature", "properties": { "population": 698966 }, "geometry": { "type": "Point", "coordinates": [ 15.98, 45.81 ] } },
{ "type": "Feature", "properties": { "population": 698310 }, "geometry": { "type": "Point", "coordinates": [ -9.6, 30.42 ] } },
{ "type": "Feature", "properties": { "population": 696731 }, "geometry": { "type": "Point", "coordinates": [ 18.36, 43.85 ] } },
{ "type": "Feature", "properties": { "population": 694167 }, "geometry": { "type": "Point", "coordinates": [ -57.95, -34.92 ] } },
{ "type": "Feature", "properties": { "population": 693210 }, "geometry": { "type": "Point", "coordinates": [ 10.17, 36.82 ] } },
{ "type": "Feature", "properties": { "population": 692602 }, "geometry": { "type": "Point", "coordinates": [ 114.88, 40.81 ] } },
{ "type": "Feature", "properties": { "population": 690584 }, "geometry": { "type": "Point", "coordinates": [ 2.42, 6.37 ] } },
{ "type": "Feature", "properties": { "population": 689961 }, "geometry": { "type": "Point", "coordinates": [ 104.78, 29.34 ] } },
{ "type": "Feature", "properties": { "population": 689050 }, "geometry": { "type": "Point", "coordinates": [ 121.66, 42.02 ] } },
{ "type": "Feature", "properties": { "population": 688862 }, "geometry": { "type": "Point", "coordinates": [ 7.5, 6.44 ] } },
{ "type": "Feature", "properties": { "population": 688356 }, "geometry": { "type": "Point", "coordinates": [ -5.8, 35.77 ] } },
{ "type": "Feature", "properties": { "population": 688090 }, "geometry": { "type": "Point", "coordinates": [ 115.05, 30.25 ] } },
{ "type": "Feature", "properties": { "population": 687890 }, "geometry": { "type": "Point", "coordinates": [ 123.17, 41.27 ] } },
{ "type": "Feature", "properties": { "population": 680423 }, "geometry": { "type": "Point", "coordinates": [ 130.69, 32.81 ] } },
{ "type": "Feature", "properties": { "population": 679995 }, "geometry": { "type": "Point", "coordinates": [ 81.63, 21.23 ] } },
{ "type": "Feature", "properties": { "population": 679588 }, "geometry": { "type": "Point", "coordinates": [ 125.17, 6.11 ] } },
{ "type": "Feature", "properties": { "population": 679400 }, "geometry": { "type": "Point", "coordinates": [ 68.78, 38.54 ] } },
{ "type": "Feature", "properties": { "population": 677856 }, "geometry": { "type": "Point", "coordinates": [ -46.79, -23.53 ] } },
{ "type": "Feature", "properties": { "population": 677704 }, "geometry": { "type": "Point", "coordinates": [ -100.98, 22.15 ] } },
{ "type": "Feature", "properties": { "population": 675422 }, "geometry": { "type": "Point", "coordinates": [ 32.46, -25.96 ] } },
{ "type": "Feature", "properties": { "population": 675000 }, "geometry": { "type": "Point", "coordinates": [ -107.39, 24.79 ] } },
{ "type": "Feature", "properties": { "population": 674317 }, "geometry": { "type": "Point", "coordinates": [ -0.88, 41.66 ] } },
{ "type": "Feature", "properties": { "population": 674246 }, "geometry": { "type": "Point", "coordinates": [ 83.37, 26.75 ] } },
{ "type": "Feature", "properties": { "population": 674189 }, "geometry": { "type": "Point", "coordinates": [ 112.9, 27.85 ] } },
{ "type": "Feature", "properties": { "population": 673318 }, "geometry": { "type": "Point", "coordinates": [ 101.08, 4.58 ] } },
{ "type": "Feature", "properties": { "population": 668549 }, "geometry": { "type": "Point", "coordinates": [ -79.66, 43.58 ] } },
{ "type": "Feature", "properties": { "population": 666322 }, "geometry": { "type": "Point", "coordinates": [ 115.01, 35.71 ] } },
{ "type": "Feature", "properties": { "population": 666251 }, "geometry": { "type": "Point", "coordinates": [ 120.87, 32.03 ] } },
{ "type": "Feature", "properties": { "population": 665915 }, "geometry": { "type": "Point", "coordinates": [ 129.6, 44.58 ] } },
{ "type": "Feature", "properties": { "population": 664046 }, "geometry": { "type": "Point", "coordinates": [ 23.72, 37.98 ] } },
{ "type": "Feature", "properties": { "population": 662373 }, "geometry": { "type": "Point", "coordinates": [ -46.54, -23.66 ] } },
{ "type": "Feature", "properties": { "population": 661400 }, "geometry": { "type": "Point", "coordinates": [ -15.98, 18.09 ] } },
{ "type": "Feature", "properties": { "population": 659084 }, "geometry": { "type": "Point", "coordinates": [ 11.86, -4.78 ] } },
{ "type": "Feature", "properties": { "population": 658179 }, "geometry": { "type": "Point", "coordinates": [ -102.28, 21.88 ] } },
{ "type": "Feature", "properties": { "population": 652380 }, "geometry": { "type": "Point", "coordinates": [ 33.38, 47.91 ] } },
{ "type": "Feature", "properties": { "population": 652136 }, "geometry": { "type": "Point", "coordinates": [ -99.89, 16.86 ] } },
{ "type": "Feature", "properties": { "population": 650883 }, "geometry": { "type": "Point", "coordinates": [ -34.86, -7.12 ] } },
{ "type": "Feature", "properties": { "population": 650728 }, "geometry": { "type": "Point", "coordinates": [ 126.82, 37.32 ] } },
{ "type": "Feature", "properties": { "population": 650629 }, "geometry": { "type": "Point", "coordinates": [ 20.07, 32.11 ] } },
{ "type": "Feature", "properties": { "population": 650000 }, "geometry": { "type": "Point", "coordinates": [ 8.68, 50.12 ] } },
{ "type": "Feature", "properties": { "population": 649851 }, "geometry": { "type": "Point", "coordinates": [ 38.98, 45.04 ] } },
{ "type": "Feature", "properties": { "population": 649352 }, "geometry": { "type": "Point", "coordinates": [ 110.29, 25.28 ] } },
{ "type": "Feature", "properties": { "population": 649121 }, "geometry": { "type": "Point", "coordinates": [ -106.49, 31.76 ] } },
{ "type": "Feature", "properties": { "population": 648260 }, "geometry": { "type": "Point", "coordinates": [ 13.34, 38.13 ] } },
{ "type": "Feature", "properties": { "population": 648034 }, "geometry": { "type": "Point", "coordinates": [ 79.85, 6.93 ] } },
{ "type": "Feature", "properties": { "population": 646889 }, "geometry": { "type": "Point", "coordinates": [ -90.05, 35.15 ] } },
{ "type": "Feature", "properties": { "population": 646750 }, "geometry": { "type": "Point", "coordinates": [ 33.79, -13.97 ] } },
{ "type": "Feature", "properties": { "population": 645984 }, "geometry": { "type": "Point", "coordinates": [ -0.64, 35.69 ] } },
{ "type": "Feature", "properties": { "population": 644763 }, "geometry": { "type": "Point", "coordinates": [ 40.22, 37.91 ] } },
{ "type": "Feature", "properties": { "population": 644473 }, "geometry": { "type": "Point", "coordinates": [ 121.08, 14.52 ] } },
{ "type": "Feature", "properties": { "population": 641608 }, "geometry": { "type": "Point", "coordinates": [ -90.06, 35.09 ] } },
{ "type": "Feature", "properties": { "population": 640680 }, "geometry": { "type": "Point", "coordinates": [ 48.39, 54.33 ] } },
{ "type": "Feature", "properties": { "population": 640000 }, "geometry": { "type": "Point", "coordinates": [ 73.92, 33.52 ] } },
{ "type": "Feature", "properties": { "population": 639652 }, "geometry": { "type": "Point", "coordinates": [ 133.94, 34.66 ] } },
{ "type": "Feature", "properties": { "population": 637790 }, "geometry": { "type": "Point", "coordinates": [ 110.34, 21.28 ] } },
{ "type": "Feature", "properties": { "population": 637411 }, "geometry": { "type": "Point", "coordinates": [ 48.08, 29.08 ] } },
{ "type": "Feature", "properties": { "population": 636660 }, "geometry": { "type": "Point", "coordinates": [ 110.36, -7.78 ] } },
{ "type": "Feature", "properties": { "population": 636000 }, "geometry": { "type": "Point", "coordinates": [ -79.42, 43.77 ] } },
{ "type": "Feature", "properties": { "population": 635994 }, "geometry": { "type": "Point", "coordinates": [ 28.86, 47.01 ] } },
{ "type": "Feature", "properties": { "population": 634893 }, "geometry": { "type": "Point", "coordinates": [ 17.03, 51.1 ] } },
{ "type": "Feature", "properties": { "population": 634596 }, "geometry": { "type": "Point", "coordinates": [ 127.49, 36.64 ] } },
{ "type": "Feature", "properties": { "population": 634367 }, "geometry": { "type": "Point", "coordinates": [ 126.93, 37.39 ] } },
{ "type": "Feature", "properties": { "population": 634332 }, "geometry": { "type": "Point", "coordinates": [ 8.12, 35.4 ] } },
{ "type": "Feature", "properties": { "population": 632552 }, "geometry": { "type": "Point", "coordinates": [ 119.46, 32.21 ] } },
{ "type": "Feature", "properties": { "population": 632063 }, "geometry": { "type": "Point", "coordinates": [ -97.15, 49.88 ] } },
{ "type": "Feature", "properties": { "population": 631973 }, "geometry": { "type": "Point", "coordinates": [ 124.39, 40.13 ] } },
{ "type": "Feature", "properties": { "population": 631038 }, "geometry": { "type": "Point", "coordinates": [ 53.2, 56.85 ] } },
{ "type": "Feature", "properties": { "population": 630008 }, "geometry": { "type": "Point", "coordinates": [ -35.01, -8.11 ] } },
{ "type": "Feature", "properties": { "population": 628749 }, "geometry": { "type": "Point", "coordinates": [ 113.58, 24.8 ] } },
{ "type": "Feature", "properties": { "population": 628441 }, "geometry": { "type": "Point", "coordinates": [ 120.16, 33.36 ] } },
{ "type": "Feature", "properties": { "population": 628063 }, "geometry": { "type": "Point", "coordinates": [ -99.16, 19.35 ] } },
{ "type": "Feature", "properties": { "population": 627123 }, "geometry": { "type": "Point", "coordinates": [ -44.05, -19.93 ] } },
{ "type": "Feature", "properties": { "population": 626495 }, "geometry": { "type": "Point", "coordinates": [ -100.39, 20.59 ] } },
{ "type": "Feature", "properties": { "population": 625138 }, "geometry": { "type": "Point", "coordinates": [ 81.43, 21.22 ] } },
{ "type": "Feature", "properties": { "population": 625040 }, "geometry": { "type": "Point", "coordinates": [ 122.05, 41.19 ] } },
{ "type": "Feature", "properties": { "population": 623891 }, "geometry": { "type": "Point", "coordinates": [ 43.15, 11.59 ] } },
{ "type": "Feature", "properties": { "population": 621250 }, "geometry": { "type": "Point", "coordinates": [ -101.01, 25.42 ] } },
{ "type": "Feature", "properties": { "population": 621100 }, "geometry": { "type": "Point", "coordinates": [ 47.06, 34.31 ] } },
{ "type": "Feature", "properties": { "population": 620961 }, "geometry": { "type": "Point", "coordinates": [ -76.61, 39.29 ] } },
{ "type": "Feature", "properties": { "population": 619746 }, "geometry": { "type": "Point", "coordinates": [ -47.81, -21.18 ] } },
{ "type": "Feature", "properties": { "population": 617871 }, "geometry": { "type": "Point", "coordinates": [ 42.95, 14.8 ] } },
{ "type": "Feature", "properties": { "population": 617594 }, "geometry": { "type": "Point", "coordinates": [ -71.06, 42.36 ] } },
{ "type": "Feature", "properties": { "population": 617301 }, "geometry": { "type": "Point", "coordinates": [ 121.06, 14.59 ] } },
{ "type": "Feature", "properties": { "population": 616338 }, "geometry": { "type": "Point", "coordinates": [ 86.19, 22.8 ] } },
{ "type": "Feature", "properties": { "population": 615835 }, "geometry": { "type": "Point", "coordinates": [ 110.34, 20.05 ] } },
{ "type": "Feature", "properties": { "population": 615222 }, "geometry": { "type": "Point", "coordinates": [ 44.02, 13.58 ] } },
{ "type": "Feature", "properties": { "population": 613764 }, "geometry": { "type": "Point", "coordinates": [ -45.89, -23.18 ] } },
{ "type": "Feature", "properties": { "population": 612356 }, "geometry": { "type": "Point", "coordinates": [ 119.91, 32.49 ] } },
{ "type": "Feature", "properties": { "population": 611739 }, "geometry": { "type": "Point", "coordinates": [ 114.49, 37.06 ] } },
{ "type": "Feature", "properties": { "population": 610268 }, "geometry": { "type": "Point", "coordinates": [ -4.26, 55.87 ] } },
{ "type": "Feature", "properties": { "population": 609617 }, "geometry": { "type": "Point", "coordinates": [ 72.86, 19.23 ] } },
{ "type": "Feature", "properties": { "population": 608660 }, "geometry": { "type": "Point", "coordinates": [ -122.33, 47.61 ] } },
{ "type": "Feature", "properties": { "population": 607545 }, "geometry": { "type": "Point", "coordinates": [ -99.17, 19.3 ] } },
{ "type": "Feature", "properties": { "population": 606730 }, "geometry": { "type": "Point", "coordinates": [ 39.87, 57.63 ] } },
{ "type": "Feature", "properties": { "population": 605344 }, "geometry": { "type": "Point", "coordinates": [ 28.32, -26.19 ] } },
{ "type": "Feature", "properties": { "population": 605098 }, "geometry": { "type": "Point", "coordinates": [ 137.73, 34.7 ] } },
{ "type": "Feature", "properties": { "population": 604696 }, "geometry": { "type": "Point", "coordinates": [ 76.26, 9.94 ] } },
{ "type": "Feature", "properties": { "population": 604269 }, "geometry": { "type": "Point", "coordinates": [ 121.14, 41.11 ] } },
{ "type": "Feature", "properties": { "population": 603837 }, "geometry": { "type": "Point", "coordinates": [ 77.75, 20.93 ] } },
{ "type": "Feature", "properties": { "population": 603492 }, "geometry": { "type": "Point", "coordinates": [ 54.37, 24.47 ] } },
{ "type": "Feature", "properties": { "population": 602695 }, "geometry": { "type": "Point", "coordinates": [ 106.68, 20.86 ] } },
{ "type": "Feature", "properties": { "population": 601723 }, "geometry": { "type": "Point", "coordinates": [ -77.04, 38.9 ] } },
{ "type": "Feature", "properties": { "population": 601600 }, "geometry": { "type": "Point", "coordinates": [ 73.04, 33.72 ] } },
{ "type": "Feature", "properties": { "population": 601433 }, "geometry": { "type": "Point", "coordinates": [ 44.39, 35.47 ] } },
{ "type": "Feature", "properties": { "population": 601214 }, "geometry": { "type": "Point", "coordinates": [ 74.56, 16.85 ] } },
{ "type": "Feature", "properties": { "population": 600158 }, "geometry": { "type": "Point", "coordinates": [ -104.98, 39.74 ] } },
{ "type": "Feature", "properties": { "population": 600000 }, "geometry": { "type": "Point", "coordinates": [ 131.15, 46.64 ] } },
{ "type": "Feature", "properties": { "population": 600000 }, "geometry": { "type": "Point", "coordinates": [ 114.01, -7.71 ] } },
{ "type": "Feature", "properties": { "population": 600000 }, "geometry": { "type": "Point", "coordinates": [ -79.26, 43.77 ] } },
{ "type": "Feature", "properties": { "population": 599579 }, "geometry": { "type": "Point", "coordinates": [ 83.76, 53.36 ] } },
{ "type": "Feature", "properties": { "population": 598199 }, "geometry": { "type": "Point", "coordinates": [ 4.48, 51.92 ] } },
{ "type": "Feature", "properties": { "population": 597130 }, "geometry": { "type": "Point", "coordinates": [ 114.65, 37.88 ] } },
{ "type": "Feature", "properties": { "population": 597099 }, "geometry": { "type": "Point", "coordinates": [ -115.45, 32.63 ] } },
{ "type": "Feature", "properties": { "population": 595811 }, "geometry": { "type": "Point", "coordinates": [ -110.98, 29.1 ] } },
{ "type": "Feature", "properties": { "population": 594833 }, "geometry": { "type": "Point", "coordinates": [ -87.91, 43.04 ] } },
{ "type": "Feature", "properties": { "population": 594590 }, "geometry": { "type": "Point", "coordinates": [ 49.58, 37.28 ] } },
{ "type": "Feature", "properties": { "population": 593100 }, "geometry": { "type": "Point", "coordinates": [ 3.35, 7.16 ] } },
{ "type": "Feature", "properties": { "population": 593085 }, "geometry": { "type": "Point", "coordinates": [ 7.01, 51.46 ] } },
{ "type": "Feature", "properties": { "population": 592840 }, "geometry": { "type": "Point", "coordinates": [ 35.49, 38.73 ] } },
{ "type": "Feature", "properties": { "population": 592797 }, "geometry": { "type": "Point", "coordinates": [ -101.18, 19.7 ] } },
{ "type": "Feature", "properties": { "population": 591473 }, "geometry": { "type": "Point", "coordinates": [ 153.43, -28.0 ] } },
{ "type": "Feature", "properties": { "population": 591159 }, "geometry": { "type": "Point", "coordinates": [ 122.23, 40.66 ] } },
{ "type": "Feature", "properties": { "population": 590400 }, "geometry": { "type": "Point", "coordinates": [ 7.5, 9.06 ] } },
{ "type": "Feature", "properties": { "population": 589831 }, "geometry": { "type": "Point", "coordinates": [ 117.66, 24.51 ] } },
{ "type": "Feature", "properties": { "population": 589793 }, "geometry": { "type": "Point", "coordinates": [ 9.18, 48.78 ] } },
{ "type": "Feature", "properties": { "population": 588462 }, "geometry": { "type": "Point", "coordinates": [ 7.47, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 587022 }, "geometry": { "type": "Point", "coordinates": [ 131.87, 43.11 ] } },
{ "type": "Feature", "properties": { "population": 586695 }, "geometry": { "type": "Point", "coordinates": [ 104.3, 52.3 ] } },
{ "type": "Feature", "properties": { "population": 584877 }, "geometry": { "type": "Point", "coordinates": [ 35.01, -15.78 ] } },
{ "type": "Feature", "properties": { "population": 583958 }, "geometry": { "type": "Point", "coordinates": [ -76.78, 18.01 ] } },
{ "type": "Feature", "properties": { "population": 583776 }, "geometry": { "type": "Point", "coordinates": [ -122.68, 45.52 ] } },
{ "type": "Feature", "properties": { "population": 583756 }, "geometry": { "type": "Point", "coordinates": [ -115.14, 36.17 ] } },
{ "type": "Feature", "properties": { "population": 582666 }, "geometry": { "type": "Point", "coordinates": [ 29.02, 41.02 ] } },
{ "type": "Feature", "properties": { "population": 580223 }, "geometry": { "type": "Point", "coordinates": [ 8.92, 44.43 ] } },
{ "type": "Feature", "properties": { "population": 580000 }, "geometry": { "type": "Point", "coordinates": [ 10.75, 59.91 ] } },
{ "type": "Feature", "properties": { "population": 580000 }, "geometry": { "type": "Point", "coordinates": [ 85.88, 20.46 ] } },
{ "type": "Feature", "properties": { "population": 579999 }, "geometry": { "type": "Point", "coordinates": [ -97.52, 35.47 ] } },
{ "type": "Feature", "properties": { "population": 579399 }, "geometry": { "type": "Point", "coordinates": [ 139.32, 35.66 ] } },
{ "type": "Feature", "properties": { "population": 579000 }, "geometry": { "type": "Point", "coordinates": [ 135.08, 48.48 ] } },
{ "type": "Feature", "properties": { "population": 578303 }, "geometry": { "type": "Point", "coordinates": [ 135.13, 48.44 ] } },
{ "type": "Feature", "properties": { "population": 578156 }, "geometry": { "type": "Point", "coordinates": [ 9.45, 0.39 ] } },
{ "type": "Feature", "properties": { "population": 577514 }, "geometry": { "type": "Point", "coordinates": [ 57.08, 30.28 ] } },
{ "type": "Feature", "properties": { "population": 577375 }, "geometry": { "type": "Point", "coordinates": [ -79.84, -6.77 ] } },
{ "type": "Feature", "properties": { "population": 577307 }, "geometry": { "type": "Point", "coordinates": [ 45.08, 37.55 ] } },
{ "type": "Feature", "properties": { "population": 576799 }, "geometry": { "type": "Point", "coordinates": [ 28.86, 41.0 ] } },
{ "type": "Feature", "properties": { "population": 576648 }, "geometry": { "type": "Point", "coordinates": [ 117.36, 32.94 ] } },
{ "type": "Feature", "properties": { "population": 576015 }, "geometry": { "type": "Point", "coordinates": [ 73.31, 28.02 ] } },
{ "type": "Feature", "properties": { "population": 573265 }, "geometry": { "type": "Point", "coordinates": [ 29.12, 41.02 ] } },
{ "type": "Feature", "properties": { "population": 573057 }, "geometry": { "type": "Point", "coordinates": [ 6.78, 51.22 ] } },
{ "type": "Feature", "properties": { "population": 572837 }, "geometry": { "type": "Point", "coordinates": [ 114.59, -3.32 ] } },
{ "type": "Feature", "properties": { "population": 572772 }, "geometry": { "type": "Point", "coordinates": [ 86.04, 44.3 ] } },
{ "type": "Feature", "properties": { "population": 571820 }, "geometry": { "type": "Point", "coordinates": [ -73.12, 7.13 ] } },
{ "type": "Feature", "properties": { "population": 571281 }, "geometry": { "type": "Point", "coordinates": [ -71.05, 42.33 ] } },
{ "type": "Feature", "properties": { "population": 570407 }, "geometry": { "type": "Point", "coordinates": [ 110.33, 1.55 ] } },
{ "type": "Feature", "properties": { "population": 570352 }, "geometry": { "type": "Point", "coordinates": [ 16.93, 52.41 ] } },
{ "type": "Feature", "properties": { "population": 568313 }, "geometry": { "type": "Point", "coordinates": [ -96.14, 19.18 ] } },
{ "type": "Feature", "properties": { "population": 568305 }, "geometry": { "type": "Point", "coordinates": [ -4.42, 36.72 ] } },
{ "type": "Feature", "properties": { "population": 567481 }, "geometry": { "type": "Point", "coordinates": [ -5.03, 7.69 ] } },
{ "type": "Feature", "properties": { "population": 563930 }, "geometry": { "type": "Point", "coordinates": [ 38.93, 15.34 ] } },
{ "type": "Feature", "properties": { "population": 563861 }, "geometry": { "type": "Point", "coordinates": [ 5.24, 13.06 ] } },
{ "type": "Feature", "properties": { "population": 563536 }, "geometry": { "type": "Point", "coordinates": [ -48.28, -18.92 ] } },
{ "type": "Feature", "properties": { "population": 561066 }, "geometry": { "type": "Point", "coordinates": [ 6.79, 6.15 ] } },
{ "type": "Feature", "properties": { "population": 560743 }, "geometry": { "type": "Point", "coordinates": [ 139.98, 35.69 ] } },
{ "type": "Feature", "properties": { "population": 559056 }, "geometry": { "type": "Point", "coordinates": [ 127.54, 39.92 ] } },
{ "type": "Feature", "properties": { "population": 558862 }, "geometry": { "type": "Point", "coordinates": [ -47.46, -23.5 ] } },
{ "type": "Feature", "properties": { "population": 558457 }, "geometry": { "type": "Point", "coordinates": [ 24.94, 60.17 ] } },
{ "type": "Feature", "properties": { "population": 557802 }, "geometry": { "type": "Point", "coordinates": [ 79.58, 18.0 ] } },
{ "type": "Feature", "properties": { "population": 555865 }, "geometry": { "type": "Point", "coordinates": [ -75.82, 20.02 ] } },
{ "type": "Feature", "properties": { "population": 555609 }, "geometry": { "type": "Point", "coordinates": [ 124.38, 43.16 ] } },
{ "type": "Feature", "properties": { "population": 555352 }, "geometry": { "type": "Point", "coordinates": [ 130.56, 31.56 ] } },
{ "type": "Feature", "properties": { "population": 555308 }, "geometry": { "type": "Point", "coordinates": [ 110.83, -7.56 ] } },
{ "type": "Feature", "properties": { "population": 555230 }, "geometry": { "type": "Point", "coordinates": [ 119.02, 33.59 ] } },
{ "type": "Feature", "properties": { "population": 554978 }, "geometry": { "type": "Point", "coordinates": [ 72.15, 21.77 ] } },
{ "type": "Feature", "properties": { "population": 553935 }, "geometry": { "type": "Point", "coordinates": [ -57.56, -38.0 ] } },
{ "type": "Feature", "properties": { "population": 552607 }, "geometry": { "type": "Point", "coordinates": [ 71.68, 29.4 ] } },
{ "type": "Feature", "properties": { "population": 551980 }, "geometry": { "type": "Point", "coordinates": [ 60.86, 29.5 ] } },
{ "type": "Feature", "properties": { "population": 550602 }, "geometry": { "type": "Point", "coordinates": [ 45.04, 12.78 ] } },
{ "type": "Feature", "properties": { "population": 550564 }, "geometry": { "type": "Point", "coordinates": [ 77.31, 19.16 ] } },
{ "type": "Feature", "properties": { "population": 550204 }, "geometry": { "type": "Point", "coordinates": [ 55.1, 51.77 ] } },
{ "type": "Feature", "properties": { "population": 550000 }, "geometry": { "type": "Point", "coordinates": [ 21.17, 42.67 ] } },
{ "type": "Feature", "properties": { "population": 550000 }, "geometry": { "type": "Point", "coordinates": [ 128.68, 35.23 ] } },
{ "type": "Feature", "properties": { "population": 549549 }, "geometry": { "type": "Point", "coordinates": [ 130.32, 46.8 ] } },
{ "type": "Feature", "properties": { "population": 549543 }, "geometry": { "type": "Point", "coordinates": [ 121.12, 14.63 ] } },
{ "type": "Feature", "properties": { "population": 546854 }, "geometry": { "type": "Point", "coordinates": [ 105.06, 29.58 ] } },
{ "type": "Feature", "properties": { "population": 546501 }, "geometry": { "type": "Point", "coordinates": [ 8.81, 53.08 ] } },
{ "type": "Feature", "properties": { "population": 545852 }, "geometry": { "type": "Point", "coordinates": [ -106.65, 35.08 ] } },
{ "type": "Feature", "properties": { "population": 545705 }, "geometry": { "type": "Point", "coordinates": [ -5.55, 33.89 ] } },
{ "type": "Feature", "properties": { "population": 543733 }, "geometry": { "type": "Point", "coordinates": [ 55.41, 25.34 ] } },
{ "type": "Feature", "properties": { "population": 543342 }, "geometry": { "type": "Point", "coordinates": [ 121.47, 25.01 ] } },
{ "type": "Feature", "properties": { "population": 542603 }, "geometry": { "type": "Point", "coordinates": [ 72.67, 32.08 ] } },
{ "type": "Feature", "properties": { "population": 542393 }, "geometry": { "type": "Point", "coordinates": [ 18.55, 4.36 ] } },
{ "type": "Feature", "properties": { "population": 542366 }, "geometry": { "type": "Point", "coordinates": [ 25.28, 54.69 ] } },
{ "type": "Feature", "properties": { "population": 542043 }, "geometry": { "type": "Point", "coordinates": [ -86.85, 21.17 ] } },
{ "type": "Feature", "properties": { "population": 539715 }, "geometry": { "type": "Point", "coordinates": [ 119.44, 32.4 ] } },
{ "type": "Feature", "properties": { "population": 539616 }, "geometry": { "type": "Point", "coordinates": [ 87.11, 53.76 ] } },
{ "type": "Feature", "properties": { "population": 539158 }, "geometry": { "type": "Point", "coordinates": [ 25.19, 0.52 ] } },
{ "type": "Feature", "properties": { "population": 538378 }, "geometry": { "type": "Point", "coordinates": [ 32.28, 31.26 ] } },
{ "type": "Feature", "properties": { "population": 537842 }, "geometry": { "type": "Point", "coordinates": [ 34.62, 36.8 ] } },
{ "type": "Feature", "properties": { "population": 536023 }, "geometry": { "type": "Point", "coordinates": [ 5.75, 5.52 ] } },
{ "type": "Feature", "properties": { "population": 536000 }, "geometry": { "type": "Point", "coordinates": [ 120.03, 28.88 ] } },
{ "type": "Feature", "properties": { "population": 535619 }, "geometry": { "type": "Point", "coordinates": [ 3.49, 6.6 ] } },
{ "type": "Feature", "properties": { "population": 535298 }, "geometry": { "type": "Point", "coordinates": [ 117.65, 39.02 ] } },
{ "type": "Feature", "properties": { "population": 532419 }, "geometry": { "type": "Point", "coordinates": [ 113.08, 22.58 ] } },
{ "type": "Feature", "properties": { "population": 530852 }, "geometry": { "type": "Point", "coordinates": [ -86.78, 36.17 ] } },
{ "type": "Feature", "properties": { "population": 530848 }, "geometry": { "type": "Point", "coordinates": [ 40.42, 21.27 ] } },
{ "type": "Feature", "properties": { "population": 530604 }, "geometry": { "type": "Point", "coordinates": [ 34.84, -19.84 ] } },
{ "type": "Feature", "properties": { "population": 530577 }, "geometry": { "type": "Point", "coordinates": [ 80.46, 16.3 ] } },
{ "type": "Feature", "properties": { "population": 529176 }, "geometry": { "type": "Point", "coordinates": [ -15.88, 14.85 ] } },
{ "type": "Feature", "properties": { "population": 528595 }, "geometry": { "type": "Point", "coordinates": [ -71.21, 46.81 ] } },
{ "type": "Feature", "properties": { "population": 528256 }, "geometry": { "type": "Point", "coordinates": [ 48.51, 34.8 ] } },
{ "type": "Feature", "properties": { "population": 527681 }, "geometry": { "type": "Point", "coordinates": [ 116.87, 38.32 ] } },
{ "type": "Feature", "properties": { "population": 525990 }, "geometry": { "type": "Point", "coordinates": [ -89.19, 13.69 ] } },
{ "type": "Feature", "properties": { "population": 525389 }, "geometry": { "type": "Point", "coordinates": [ -98.95, 19.42 ] } },
{ "type": "Feature", "properties": { "population": 524066 }, "geometry": { "type": "Point", "coordinates": [ -103.42, 25.54 ] } },
{ "type": "Feature", "properties": { "population": 522081 }, "geometry": { "type": "Point", "coordinates": [ 78.03, 30.32 ] } },
{ "type": "Feature", "properties": { "population": 521934 }, "geometry": { "type": "Point", "coordinates": [ -56.1, -15.6 ] } },
{ "type": "Feature", "properties": { "population": 521348 }, "geometry": { "type": "Point", "coordinates": [ -99.15, 19.45 ] } },
{ "type": "Feature", "properties": { "population": 521034 }, "geometry": { "type": "Point", "coordinates": [ -99.26, 19.59 ] } },
{ "type": "Feature", "properties": { "population": 520698 }, "geometry": { "type": "Point", "coordinates": [ 101.61, 3.11 ] } },
{ "type": "Feature", "properties": { "population": 520400 }, "geometry": { "type": "Point", "coordinates": [ 113.55, 22.2 ] } },
{ "type": "Feature", "properties": { "population": 520301 }, "geometry": { "type": "Point", "coordinates": [ 72.85, 19.3 ] } },
{ "type": "Feature", "properties": { "population": 520235 }, "geometry": { "type": "Point", "coordinates": [ 28.88, 41.04 ] } },
{ "type": "Feature", "properties": { "population": 520173 }, "geometry": { "type": "Point", "coordinates": [ 39.69, 54.63 ] } },
{ "type": "Feature", "properties": { "population": 520116 }, "geometry": { "type": "Point", "coordinates": [ -110.93, 32.22 ] } },
{ "type": "Feature", "properties": { "population": 519949 }, "geometry": { "type": "Point", "coordinates": [ -79.85, 43.25 ] } },
{ "type": "Feature", "properties": { "population": 519119 }, "geometry": { "type": "Point", "coordinates": [ 65.53, 57.15 ] } },
{ "type": "Feature", "properties": { "population": 518872 }, "geometry": { "type": "Point", "coordinates": [ 87.32, 23.5 ] } },
{ "type": "Feature", "properties": { "population": 518788 }, "geometry": { "type": "Point", "coordinates": [ -58.25, -34.72 ] } },
{ "type": "Feature", "properties": { "population": 517911 }, "geometry": { "type": "Point", "coordinates": [ 74.64, 26.45 ] } },
{ "type": "Feature", "properties": { "population": 517802 }, "geometry": { "type": "Point", "coordinates": [ -9.13, 38.72 ] } },
{ "type": "Feature", "properties": { "population": 517780 }, "geometry": { "type": "Point", "coordinates": [ 111.68, 29.05 ] } },
{ "type": "Feature", "properties": { "population": 517540 }, "geometry": { "type": "Point", "coordinates": [ 113.23, 35.24 ] } },
{ "type": "Feature", "properties": { "population": 516584 }, "geometry": { "type": "Point", "coordinates": [ 73.15, 19.22 ] } },
{ "type": "Feature", "properties": { "population": 516142 }, "geometry": { "type": "Point", "coordinates": [ 74.23, 16.7 ] } },
{ "type": "Feature", "properties": { "population": 515655 }, "geometry": { "type": "Point", "coordinates": [ 39.57, 52.6 ] } },
{ "type": "Feature", "properties": { "population": 515574 }, "geometry": { "type": "Point", "coordinates": [ 88.43, 26.71 ] } },
{ "type": "Feature", "properties": { "population": 515140 }, "geometry": { "type": "Point", "coordinates": [ 9.73, 52.37 ] } },
{ "type": "Feature", "properties": { "population": 514869 }, "geometry": { "type": "Point", "coordinates": [ 30.52, 39.78 ] } },
{ "type": "Feature", "properties": { "population": 514102 }, "geometry": { "type": "Point", "coordinates": [ 48.57, 34.79 ] } },
{ "type": "Feature", "properties": { "population": 512686 }, "geometry": { "type": "Point", "coordinates": [ -65.41, -24.79 ] } },
{ "type": "Feature", "properties": { "population": 512602 }, "geometry": { "type": "Point", "coordinates": [ 45.0, 53.2 ] } },
{ "type": "Feature", "properties": { "population": 511655 }, "geometry": { "type": "Point", "coordinates": [ 28.23, -26.0 ] } },
{ "type": "Feature", "properties": { "population": 510879 }, "geometry": { "type": "Point", "coordinates": [ 72.96, 20.77 ] } },
{ "type": "Feature", "properties": { "population": 510840 }, "geometry": { "type": "Point", "coordinates": [ 32.0, 46.97 ] } },
{ "type": "Feature", "properties": { "population": 510770 }, "geometry": { "type": "Point", "coordinates": [ -49.24, -16.82 ] } },
{ "type": "Feature", "properties": { "population": 510417 }, "geometry": { "type": "Point", "coordinates": [ -70.58, -33.61 ] } },
{ "type": "Feature", "properties": { "population": 510383 }, "geometry": { "type": "Point", "coordinates": [ 121.03, 14.55 ] } },
{ "type": "Feature", "properties": { "population": 509870 }, "geometry": { "type": "Point", "coordinates": [ 52.41, 55.73 ] } },
{ "type": "Feature", "properties": { "population": 507524 }, "geometry": { "type": "Point", "coordinates": [ 118.37, 31.34 ] } },
{ "type": "Feature", "properties": { "population": 505881 }, "geometry": { "type": "Point", "coordinates": [ -99.65, 19.29 ] } },
{ "type": "Feature", "properties": { "population": 505272 }, "geometry": { "type": "Point", "coordinates": [ 139.02, 37.9 ] } },
{ "type": "Feature", "properties": { "population": 505241 }, "geometry": { "type": "Point", "coordinates": [ 77.19, 28.65 ] } },
{ "type": "Feature", "properties": { "population": 504971 }, "geometry": { "type": "Point", "coordinates": [ 12.37, 51.34 ] } },
{ "type": "Feature", "properties": { "population": 504641 }, "geometry": { "type": "Point", "coordinates": [ 30.39, 60.0 ] } },
{ "type": "Feature", "properties": { "population": 504358 }, "geometry": { "type": "Point", "coordinates": [ 6.77, 51.43 ] } },
{ "type": "Feature", "properties": { "population": 504271 }, "geometry": { "type": "Point", "coordinates": [ 86.98, 23.68 ] } },
{ "type": "Feature", "properties": { "population": 504084 }, "geometry": { "type": "Point", "coordinates": [ 11.97, 57.71 ] } },
{ "type": "Feature", "properties": { "population": 503647 }, "geometry": { "type": "Point", "coordinates": [ 49.69, 34.09 ] } },
{ "type": "Feature", "properties": { "population": 502533 }, "geometry": { "type": "Point", "coordinates": [ 48.04, 46.35 ] } },
{ "type": "Feature", "properties": { "population": 501199 }, "geometry": { "type": "Point", "coordinates": [ 113.57, 22.28 ] } },
{ "type": "Feature", "properties": { "population": 500000 }, "geometry": { "type": "Point", "coordinates": [ 129.37, 36.03 ] } },
{ "type": "Feature", "properties": { "population": 499237 }, "geometry": { "type": "Point", "coordinates": [ 11.08, 49.45 ] } },
{ "type": "Feature", "properties": { "population": 498780 }, "geometry": { "type": "Point", "coordinates": [ 112.24, 30.31 ] } },
{ "type": "Feature", "properties": { "population": 498654 }, "geometry": { "type": "Point", "coordinates": [ -98.3, 26.08 ] } },
{ "type": "Feature", "properties": { "population": 497959 }, "geometry": { "type": "Point", "coordinates": [ 47.5, 42.98 ] } },
{ "type": "Feature", "properties": { "population": 494665 }, "geometry": { "type": "Point", "coordinates": [ -119.77, 36.75 ] } },
{ "type": "Feature", "properties": { "population": 493698 }, "geometry": { "type": "Point", "coordinates": [ 107.54, -6.87 ] } },
{ "type": "Feature", "properties": { "population": 493646 }, "geometry": { "type": "Point", "coordinates": [ -103.29, 20.64 ] } },
{ "type": "Feature", "properties": { "population": 493092 }, "geometry": { "type": "Point", "coordinates": [ 102.63, 37.93 ] } },
{ "type": "Feature", "properties": { "population": 492056 }, "geometry": { "type": "Point", "coordinates": [ 70.07, 22.47 ] } },
{ "type": "Feature", "properties": { "population": 490175 }, "geometry": { "type": "Point", "coordinates": [ -37.07, -10.91 ] } },
{ "type": "Feature", "properties": { "population": 489725 }, "geometry": { "type": "Point", "coordinates": [ 37.22, 19.62 ] } },
{ "type": "Feature", "properties": { "population": 489505 }, "geometry": { "type": "Point", "coordinates": [ -60.7, -31.63 ] } },
{ "type": "Feature", "properties": { "population": 489466 }, "geometry": { "type": "Point", "coordinates": [ -88.03, 15.5 ] } },
{ "type": "Feature", "properties": { "population": 488125 }, "geometry": { "type": "Point", "coordinates": [ 32.53, 29.97 ] } },
{ "type": "Feature", "properties": { "population": 486854 }, "geometry": { "type": "Point", "coordinates": [ 13.74, 51.05 ] } },
{ "type": "Feature", "properties": { "population": 485519 }, "geometry": { "type": "Point", "coordinates": [ 84.97, 56.5 ] } },
{ "type": "Feature", "properties": { "population": 485167 }, "geometry": { "type": "Point", "coordinates": [ 15.39, -4.38 ] } },
{ "type": "Feature", "properties": { "population": 484873 }, "geometry": { "type": "Point", "coordinates": [ 77.55, 29.97 ] } },
{ "type": "Feature", "properties": { "population": 483615 }, "geometry": { "type": "Point", "coordinates": [ 76.84, 17.34 ] } },
{ "type": "Feature", "properties": { "population": 483129 }, "geometry": { "type": "Point", "coordinates": [ 88.4, 22.87 ] } },
{ "type": "Feature", "properties": { "population": 482576 }, "geometry": { "type": "Point", "coordinates": [ 44.35, 32.03 ] } },
{ "type": "Feature", "properties": { "population": 481911 }, "geometry": { "type": "Point", "coordinates": [ -38.97, -12.27 ] } },
{ "type": "Feature", "properties": { "population": 481654 }, "geometry": { "type": "Point", "coordinates": [ 101.53, 3.09 ] } },
{ "type": "Feature", "properties": { "population": 481626 }, "geometry": { "type": "Point", "coordinates": [ 37.54, 47.1 ] } },
{ "type": "Feature", "properties": { "population": 481493 }, "geometry": { "type": "Point", "coordinates": [ 134.7, 34.82 ] } },
{ "type": "Feature", "properties": { "population": 481128 }, "geometry": { "type": "Point", "coordinates": [ -93.11, 16.76 ] } },
{ "type": "Feature", "properties": { "population": 480951 }, "geometry": { "type": "Point", "coordinates": [ 30.98, 52.43 ] } },
{ "type": "Feature", "properties": { "population": 479141 }, "geometry": { "type": "Point", "coordinates": [ 127.05, 37.74 ] } },
{ "type": "Feature", "properties": { "population": 478676 }, "geometry": { "type": "Point", "coordinates": [ 27.91, -33.02 ] } },
{ "type": "Feature", "properties": { "population": 477905 }, "geometry": { "type": "Point", "coordinates": [ 54.37, 31.9 ] } },
{ "type": "Feature", "properties": { "population": 477876 }, "geometry": { "type": "Point", "coordinates": [ 44.06, 9.56 ] } },
{ "type": "Feature", "properties": { "population": 477396 }, "geometry": { "type": "Point", "coordinates": [ 74.53, 32.49 ] } },
{ "type": "Feature", "properties": { "population": 477090 }, "geometry": { "type": "Point", "coordinates": [ 86.08, 55.33 ] } },
{ "type": "Feature", "properties": { "population": 476725 }, "geometry": { "type": "Point", "coordinates": [ 111.28, 30.71 ] } },
{ "type": "Feature", "properties": { "population": 476297 }, "geometry": { "type": "Point", "coordinates": [ 126.82, 37.21 ] } },
{ "type": "Feature", "properties": { "population": 475179 }, "geometry": { "type": "Point", "coordinates": [ -99.22, 19.64 ] } },
{ "type": "Feature", "properties": { "population": 475101 }, "geometry": { "type": "Point", "coordinates": [ 106.27, 38.47 ] } },
{ "type": "Feature", "properties": { "population": 474889 }, "geometry": { "type": "Point", "coordinates": [ 21.43, 42.0 ] } },
{ "type": "Feature", "properties": { "population": 474681 }, "geometry": { "type": "Point", "coordinates": [ 27.93, -26.67 ] } },
{ "type": "Feature", "properties": { "population": 474292 }, "geometry": { "type": "Point", "coordinates": [ 4.3, 52.08 ] } },
{ "type": "Feature", "properties": { "population": 473080 }, "geometry": { "type": "Point", "coordinates": [ -90.61, 14.63 ] } },
{ "type": "Feature", "properties": { "population": 472317 }, "geometry": { "type": "Point", "coordinates": [ 4.85, 45.75 ] } },
{ "type": "Feature", "properties": { "population": 471832 }, "geometry": { "type": "Point", "coordinates": [ -51.16, -23.31 ] } },
{ "type": "Feature", "properties": { "population": 470804 }, "geometry": { "type": "Point", "coordinates": [ 121.44, 28.68 ] } },
{ "type": "Feature", "properties": { "population": 470277 }, "geometry": { "type": "Point", "coordinates": [ 139.9, 35.78 ] } },
{ "type": "Feature", "properties": { "population": 470193 }, "geometry": { "type": "Point", "coordinates": [ -43.35, -21.76 ] } },
{ "type": "Feature", "properties": { "population": 468945 }, "geometry": { "type": "Point", "coordinates": [ -2.98, 53.41 ] } },
{ "type": "Feature", "properties": { "population": 468925 }, "geometry": { "type": "Point", "coordinates": [ 135.33, 34.72 ] } },
{ "type": "Feature", "properties": { "population": 468825 }, "geometry": { "type": "Point", "coordinates": [ 37.62, 54.2 ] } },
{ "type": "Feature", "properties": { "population": 468730 }, "geometry": { "type": "Point", "coordinates": [ -74.14, 40.56 ] } },
{ "type": "Feature", "properties": { "population": 468565 }, "geometry": { "type": "Point", "coordinates": [ 139.71, 35.81 ] } },
{ "type": "Feature", "properties": { "population": 466488 }, "geometry": { "type": "Point", "coordinates": [ -121.49, 38.58 ] } },
{ "type": "Feature", "properties": { "population": 466292 }, "geometry": { "type": "Point", "coordinates": [ 106.91, 27.69 ] } },
{ "type": "Feature", "properties": { "population": 466101 }, "geometry": { "type": "Point", "coordinates": [ 120.75, 30.75 ] } },
{ "type": "Feature", "properties": { "population": 466096 }, "geometry": { "type": "Point", "coordinates": [ -43.4, -22.76 ] } },
{ "type": "Feature", "properties": { "population": 465567 }, "geometry": { "type": "Point", "coordinates": [ 74.87, 32.74 ] } },
{ "type": "Feature", "properties": { "population": 465249 }, "geometry": { "type": "Point", "coordinates": [ 125.14, 42.9 ] } },
{ "type": "Feature", "properties": { "population": 463546 }, "geometry": { "type": "Point", "coordinates": [ 22.42, -5.9 ] } },
{ "type": "Feature", "properties": { "population": 463064 }, "geometry": { "type": "Point", "coordinates": [ 26.21, -29.12 ] } },
{ "type": "Feature", "properties": { "population": 462956 }, "geometry": { "type": "Point", "coordinates": [ 112.14, 32.04 ] } },
{ "type": "Feature", "properties": { "population": 462257 }, "geometry": { "type": "Point", "coordinates": [ -118.19, 33.77 ] } },
{ "type": "Feature", "properties": { "population": 461865 }, "geometry": { "type": "Point", "coordinates": [ 18.65, 54.35 ] } },
{ "type": "Feature", "properties": { "population": 461796 }, "geometry": { "type": "Point", "coordinates": [ 8.32, 4.95 ] } },
{ "type": "Feature", "properties": { "population": 461513 }, "geometry": { "type": "Point", "coordinates": [ 101.71, 26.55 ] } },
{ "type": "Feature", "properties": { "population": 461304 }, "geometry": { "type": "Point", "coordinates": [ -48.85, -26.3 ] } },
{ "type": "Feature", "properties": { "population": 460602 }, "geometry": { "type": "Point", "coordinates": [ 36.76, 35.13 ] } },
{ "type": "Feature", "properties": { "population": 459805 }, "geometry": { "type": "Point", "coordinates": [ 4.4, 51.22 ] } },
{ "type": "Feature", "properties": { "population": 459787 }, "geometry": { "type": "Point", "coordinates": [ -94.58, 39.1 ] } },
{ "type": "Feature", "properties": { "population": 458937 }, "geometry": { "type": "Point", "coordinates": [ 136.63, 36.59 ] } },
{ "type": "Feature", "properties": { "population": 458000 }, "geometry": { "type": "Point", "coordinates": [ 27.14, 38.37 ] } },
{ "type": "Feature", "properties": { "population": 457623 }, "geometry": { "type": "Point", "coordinates": [ 122.07, 6.91 ] } },
{ "type": "Feature", "properties": { "population": 457383 }, "geometry": { "type": "Point", "coordinates": [ 49.66, 58.6 ] } },
{ "type": "Feature", "properties": { "population": 457346 }, "geometry": { "type": "Point", "coordinates": [ 75.78, 23.18 ] } },
{ "type": "Feature", "properties": { "population": 457326 }, "geometry": { "type": "Point", "coordinates": [ 116.07, 5.97 ] } },
{ "type": "Feature", "properties": { "population": 457140 }, "geometry": { "type": "Point", "coordinates": [ -104.66, 24.02 ] } },
{ "type": "Feature", "properties": { "population": 456456 }, "geometry": { "type": "Point", "coordinates": [ -43.1, -22.88 ] } },
{ "type": "Feature", "properties": { "population": 456356 }, "geometry": { "type": "Point", "coordinates": [ 115.7, 37.73 ] } },
{ "type": "Feature", "properties": { "population": 455450 }, "geometry": { "type": "Point", "coordinates": [ 36.57, 28.4 ] } },
{ "type": "Feature", "properties": { "population": 455173 }, "geometry": { "type": "Point", "coordinates": [ 109.32, -0.03 ] } },
{ "type": "Feature", "properties": { "population": 455123 }, "geometry": { "type": "Point", "coordinates": [ -1.55, 53.8 ] } },
{ "type": "Feature", "properties": { "population": 455000 }, "geometry": { "type": "Point", "coordinates": [ 125.41, 38.74 ] } },
{ "type": "Feature", "properties": { "population": 454898 }, "geometry": { "type": "Point", "coordinates": [ 122.95, 10.67 ] } },
{ "type": "Feature", "properties": { "population": 454849 }, "geometry": { "type": "Point", "coordinates": [ -43.37, -22.8 ] } },
{ "type": "Feature", "properties": { "population": 454150 }, "geometry": { "type": "Point", "coordinates": [ 122.98, 10.63 ] } },
{ "type": "Feature", "properties": { "population": 452261 }, "geometry": { "type": "Point", "coordinates": [ 79.45, 18.8 ] } },
{ "type": "Feature", "properties": { "population": 452000 }, "geometry": { "type": "Point", "coordinates": [ 39.32, 48.57 ] } },
{ "type": "Feature", "properties": { "population": 451893 }, "geometry": { "type": "Point", "coordinates": [ 124.85, 1.48 ] } },
{ "type": "Feature", "properties": { "population": 451800 }, "geometry": { "type": "Point", "coordinates": [ 73.17, 49.83 ] } },
{ "type": "Feature", "properties": { "population": 450327 }, "geometry": { "type": "Point", "coordinates": [ 116.58, 35.41 ] } },
{ "type": "Feature", "properties": { "population": 450097 }, "geometry": { "type": "Point", "coordinates": [ 6.61, 36.37 ] } },
{ "type": "Feature", "properties": { "population": 450000 }, "geometry": { "type": "Point", "coordinates": [ 104.25, 23.36 ] } },
{ "type": "Feature", "properties": { "population": 449865 }, "geometry": { "type": "Point", "coordinates": [ 139.88, 36.57 ] } },
{ "type": "Feature", "properties": { "population": 449815 }, "geometry": { "type": "Point", "coordinates": [ -97.5, 25.88 ] } },
{ "type": "Feature", "properties": { "population": 449549 }, "geometry": { "type": "Point", "coordinates": [ 38.79, 37.17 ] } },
{ "type": "Feature", "properties": { "population": 449325 }, "geometry": { "type": "Point", "coordinates": [ 117.94, 40.97 ] } },
{ "type": "Feature", "properties": { "population": 449258 }, "geometry": { "type": "Point", "coordinates": [ 113.82, 34.02 ] } },
{ "type": "Feature", "properties": { "population": 448907 }, "geometry": { "type": "Point", "coordinates": [ 131.61, 33.24 ] } },
{ "type": "Feature", "properties": { "population": 447459 }, "geometry": { "type": "Point", "coordinates": [ -99.1, 19.44 ] } },
{ "type": "Feature", "properties": { "population": 447048 }, "geometry": { "type": "Point", "coordinates": [ -68.54, -31.54 ] } },
{ "type": "Feature", "properties": { "population": 447047 }, "geometry": { "type": "Point", "coordinates": [ -1.47, 53.38 ] } },
{ "type": "Feature", "properties": { "population": 446781 }, "geometry": { "type": "Point", "coordinates": [ 47.25, 56.13 ] } },
{ "type": "Feature", "properties": { "population": 445168 }, "geometry": { "type": "Point", "coordinates": [ 28.26, -26.21 ] } },
{ "type": "Feature", "properties": { "population": 445103 }, "geometry": { "type": "Point", "coordinates": [ 124.65, 8.48 ] } },
{ "type": "Feature", "properties": { "population": 443322 }, "geometry": { "type": "Point", "coordinates": [ 132.77, 33.84 ] } },
{ "type": "Feature", "properties": { "population": 443273 }, "geometry": { "type": "Point", "coordinates": [ -100.3, 25.74 ] } },
{ "type": "Feature", "properties": { "population": 442173 }, "geometry": { "type": "Point", "coordinates": [ 135.42, 34.72 ] } },
{ "type": "Feature", "properties": { "population": 442156 }, "geometry": { "type": "Point", "coordinates": [ -72.4, 18.54 ] } },
{ "type": "Feature", "properties": { "population": 441956 }, "geometry": { "type": "Point", "coordinates": [ 88.37, 22.83 ] } },
{ "type": "Feature", "properties": { "population": 441876 }, "geometry": { "type": "Point", "coordinates": [ 120.94, 14.33 ] } },
{ "type": "Feature", "properties": { "population": 441805 }, "geometry": { "type": "Point", "coordinates": [ 38.32, 38.35 ] } },
{ "type": "Feature", "properties": { "population": 440894 }, "geometry": { "type": "Point", "coordinates": [ 88.22, 22.51 ] } },
{ "type": "Feature", "properties": { "population": 440118 }, "geometry": { "type": "Point", "coordinates": [ -75.7, 4.81 ] } },
{ "type": "Feature", "properties": { "population": 439922 }, "geometry": { "type": "Point", "coordinates": [ 75.78, 11.25 ] } },
{ "type": "Feature", "properties": { "population": 439041 }, "geometry": { "type": "Point", "coordinates": [ -111.82, 33.42 ] } },
{ "type": "Feature", "properties": { "population": 438861 }, "geometry": { "type": "Point", "coordinates": [ 97.63, 16.49 ] } },
{ "type": "Feature", "properties": { "population": 437994 }, "geometry": { "type": "Point", "coordinates": [ -75.98, 36.85 ] } },
{ "type": "Feature", "properties": { "population": 437620 }, "geometry": { "type": "Point", "coordinates": [ -73.25, -3.75 ] } },
{ "type": "Feature", "properties": { "population": 437581 }, "geometry": { "type": "Point", "coordinates": [ 133.77, 34.58 ] } },
{ "type": "Feature", "properties": { "population": 436935 }, "geometry": { "type": "Point", "coordinates": [ 28.87, 41.11 ] } },
{ "type": "Feature", "properties": { "population": 436899 }, "geometry": { "type": "Point", "coordinates": [ 13.4, 9.3 ] } },
{ "type": "Feature", "properties": { "population": 436870 }, "geometry": { "type": "Point", "coordinates": [ -1.13, 37.99 ] } },
{ "type": "Feature", "properties": { "population": 436801 }, "geometry": { "type": "Point", "coordinates": [ 32.9, -2.52 ] } },
{ "type": "Feature", "properties": { "population": 436606 }, "geometry": { "type": "Point", "coordinates": [ 7.93, 5.05 ] } },
{ "type": "Feature", "properties": { "population": 436444 }, "geometry": { "type": "Point", "coordinates": [ 126.6, 48.27 ] } },
{ "type": "Feature", "properties": { "population": 435844 }, "geometry": { "type": "Point", "coordinates": [ 77.68, 8.73 ] } },
{ "type": "Feature", "properties": { "population": 435791 }, "geometry": { "type": "Point", "coordinates": [ -3.2, 55.95 ] } },
{ "type": "Feature", "properties": { "population": 435547 }, "geometry": { "type": "Point", "coordinates": [ 15.03, 12.08 ] } },
{ "type": "Feature", "properties": { "population": 435362 }, "geometry": { "type": "Point", "coordinates": [ 74.53, 20.55 ] } },
{ "type": "Feature", "properties": { "population": 434954 }, "geometry": { "type": "Point", "coordinates": [ 20.51, 54.71 ] } },
{ "type": "Feature", "properties": { "population": 434450 }, "geometry": { "type": "Point", "coordinates": [ 44.02, 32.62 ] } },
{ "type": "Feature", "properties": { "population": 433956 }, "geometry": { "type": "Point", "coordinates": [ -48.37, -1.37 ] } },
{ "type": "Feature", "properties": { "population": 433866 }, "geometry": { "type": "Point", "coordinates": [ 116.83, -1.27 ] } },
{ "type": "Feature", "properties": { "population": 433806 }, "geometry": { "type": "Point", "coordinates": [ -79.77, 43.68 ] } },
{ "type": "Feature", "properties": { "population": 433055 }, "geometry": { "type": "Point", "coordinates": [ 1.44, 43.6 ] } },
{ "type": "Feature", "properties": { "population": 432456 }, "geometry": { "type": "Point", "coordinates": [ 71.67, 41.0 ] } },
{ "type": "Feature", "properties": { "population": 432149 }, "geometry": { "type": "Point", "coordinates": [ 7.6, 12.99 ] } },
{ "type": "Feature", "properties": { "population": 431944 }, "geometry": { "type": "Point", "coordinates": [ 26.74, -27.98 ] } },
{ "type": "Feature", "properties": { "population": 431781 }, "geometry": { "type": "Point", "coordinates": [ -74.2, 11.24 ] } },
{ "type": "Feature", "properties": { "population": 431052 }, "geometry": { "type": "Point", "coordinates": [ 31.17, 30.97 ] } },
{ "type": "Feature", "properties": { "population": 430713 }, "geometry": { "type": "Point", "coordinates": [ -2.6, 51.46 ] } },
{ "type": "Feature", "properties": { "population": 429298 }, "geometry": { "type": "Point", "coordinates": [ 75.57, 21.01 ] } },
{ "type": "Feature", "properties": { "population": 428992 }, "geometry": { "type": "Point", "coordinates": [ 139.67, 35.28 ] } },
{ "type": "Feature", "properties": { "population": 428857 }, "geometry": { "type": "Point", "coordinates": [ 77.0, 20.71 ] } },
{ "type": "Feature", "properties": { "population": 428720 }, "geometry": { "type": "Point", "coordinates": [ 74.5, 15.85 ] } },
{ "type": "Feature", "properties": { "population": 428304 }, "geometry": { "type": "Point", "coordinates": [ 35.23, 31.78 ] } },
{ "type": "Feature", "properties": { "population": 427890 }, "geometry": { "type": "Point", "coordinates": [ 121.37, 28.58 ] } },
{ "type": "Feature", "properties": { "population": 427236 }, "geometry": { "type": "Point", "coordinates": [ 34.37, 53.25 ] } },
{ "type": "Feature", "properties": { "population": 427040 }, "geometry": { "type": "Point", "coordinates": [ 29.16, 40.94 ] } },
{ "type": "Feature", "properties": { "population": 425298 }, "geometry": { "type": "Point", "coordinates": [ -99.19, 19.49 ] } },
{ "type": "Feature", "properties": { "population": 425148 }, "geometry": { "type": "Point", "coordinates": [ -96.92, 19.53 ] } },
{ "type": "Feature", "properties": { "population": 424795 }, "geometry": { "type": "Point", "coordinates": [ -64.7, 10.13 ] } },
{ "type": "Feature", "properties": { "population": 424787 }, "geometry": { "type": "Point", "coordinates": [ 116.62, 23.65 ] } },
{ "type": "Feature", "properties": { "population": 424340 }, "geometry": { "type": "Point", "coordinates": [ 5.22, 7.62 ] } },
{ "type": "Feature", "properties": { "population": 423737 }, "geometry": { "type": "Point", "coordinates": [ 17.11, 48.15 ] } },
{ "type": "Feature", "properties": { "population": 423692 }, "geometry": { "type": "Point", "coordinates": [ 85.0, 24.8 ] } },
{ "type": "Feature", "properties": { "population": 422784 }, "geometry": { "type": "Point", "coordinates": [ 73.69, 24.57 ] } },
{ "type": "Feature", "properties": { "population": 422414 }, "geometry": { "type": "Point", "coordinates": [ 26.74, -10.98 ] } },
{ "type": "Feature", "properties": { "population": 422407 }, "geometry": { "type": "Point", "coordinates": [ 32.64, 25.7 ] } },
{ "type": "Feature", "properties": { "population": 421685 }, "geometry": { "type": "Point", "coordinates": [ -75.23, 4.44 ] } },
{ "type": "Feature", "properties": { "population": 421283 }, "geometry": { "type": "Point", "coordinates": [ 120.58, 30.0 ] } },
{ "type": "Feature", "properties": { "population": 420839 }, "geometry": { "type": "Point", "coordinates": [ 40.97, 57.0 ] } },
{ "type": "Feature", "properties": { "population": 420691 }, "geometry": { "type": "Point", "coordinates": [ 41.28, 39.91 ] } },
{ "type": "Feature", "properties": { "population": 420594 }, "geometry": { "type": "Point", "coordinates": [ 5.19, 7.25 ] } },
{ "type": "Feature", "properties": { "population": 420585 }, "geometry": { "type": "Point", "coordinates": [ 31.18, 27.18 ] } },
{ "type": "Feature", "properties": { "population": 420323 }, "geometry": { "type": "Point", "coordinates": [ 103.62, -1.6 ] } },
{ "type": "Feature", "properties": { "population": 420195 }, "geometry": { "type": "Point", "coordinates": [ 31.38, 31.04 ] } },
{ "type": "Feature", "properties": { "population": 420003 }, "geometry": { "type": "Point", "coordinates": [ -84.39, 33.75 ] } },
{ "type": "Feature", "properties": { "population": 419146 }, "geometry": { "type": "Point", "coordinates": [ 82.7, 22.35 ] } },
{ "type": "Feature", "properties": { "population": 418533 }, "geometry": { "type": "Point", "coordinates": [ 85.96, 23.79 ] } },
{ "type": "Feature", "properties": { "population": 418140 }, "geometry": { "type": "Point", "coordinates": [ -66.11, 18.47 ] } },
{ "type": "Feature", "properties": { "population": 418000 }, "geometry": { "type": "Point", "coordinates": [ 25.47, -10.71 ] } },
{ "type": "Feature", "properties": { "population": 417910 }, "geometry": { "type": "Point", "coordinates": [ 174.77, -36.87 ] } },
{ "type": "Feature", "properties": { "population": 417767 }, "geometry": { "type": "Point", "coordinates": [ 68.86, 27.71 ] } },
{ "type": "Feature", "properties": { "population": 417387 }, "geometry": { "type": "Point", "coordinates": [ 74.86, 12.92 ] } },
{ "type": "Feature", "properties": { "population": 417356 }, "geometry": { "type": "Point", "coordinates": [ 114.04, 33.57 ] } },
{ "type": "Feature", "properties": { "population": 416427 }, "geometry": { "type": "Point", "coordinates": [ -104.82, 38.83 ] } },
{ "type": "Feature", "properties": { "population": 414032 }, "geometry": { "type": "Point", "coordinates": [ 69.6, 42.3 ] } },
{ "type": "Feature", "properties": { "population": 413394 }, "geometry": { "type": "Point", "coordinates": [ 113.56, 37.86 ] } },
{ "type": "Feature", "properties": { "population": 413351 }, "geometry": { "type": "Point", "coordinates": [ 59.05, 53.42 ] } },
{ "type": "Feature", "properties": { "population": 412927 }, "geometry": { "type": "Point", "coordinates": [ 78.58, 25.45 ] } },
{ "type": "Feature", "properties": { "population": 412724 }, "geometry": { "type": "Point", "coordinates": [ -48.55, -27.6 ] } },
{ "type": "Feature", "properties": { "population": 411422 }, "geometry": { "type": "Point", "coordinates": [ 10.1, 53.57 ] } },
{ "type": "Feature", "properties": { "population": 411403 }, "geometry": { "type": "Point", "coordinates": [ -46.33, -23.96 ] } },
{ "type": "Feature", "properties": { "population": 410972 }, "geometry": { "type": "Point", "coordinates": [ -63.18, 9.75 ] } },
{ "type": "Feature", "properties": { "population": 410753 }, "geometry": { "type": "Point", "coordinates": [ 48.29, 38.25 ] } },
{ "type": "Feature", "properties": { "population": 410204 }, "geometry": { "type": "Point", "coordinates": [ 129.87, 32.74 ] } },
{ "type": "Feature", "properties": { "population": 410005 }, "geometry": { "type": "Point", "coordinates": [ 120.46, 41.57 ] } },
{ "type": "Feature", "properties": { "population": 410000 }, "geometry": { "type": "Point", "coordinates": [ 34.47, 31.5 ] } },
{ "type": "Feature", "properties": { "population": 409431 }, "geometry": { "type": "Point", "coordinates": [ 36.19, 51.74 ] } },
{ "type": "Feature", "properties": { "population": 408958 }, "geometry": { "type": "Point", "coordinates": [ -95.94, 41.26 ] } },
{ "type": "Feature", "properties": { "population": 408733 }, "geometry": { "type": "Point", "coordinates": [ 55.76, 24.19 ] } },
{ "type": "Feature", "properties": { "population": 408364 }, "geometry": { "type": "Point", "coordinates": [ 126.52, 33.51 ] } },
{ "type": "Feature", "properties": { "population": 408168 }, "geometry": { "type": "Point", "coordinates": [ -79.52, 8.99 ] } },
{ "type": "Feature", "properties": { "population": 408055 }, "geometry": { "type": "Point", "coordinates": [ 110.78, 32.57 ] } },
{ "type": "Feature", "properties": { "population": 407811 }, "geometry": { "type": "Point", "coordinates": [ 14.55, 53.43 ] } },
{ "type": "Feature", "properties": { "population": 407208 }, "geometry": { "type": "Point", "coordinates": [ 106.82, 10.94 ] } },
{ "type": "Feature", "properties": { "population": 406830 }, "geometry": { "type": "Point", "coordinates": [ -90.59, 14.53 ] } },
{ "type": "Feature", "properties": { "population": 406802 }, "geometry": { "type": "Point", "coordinates": [ -44.09, -19.77 ] } },
{ "type": "Feature", "properties": { "population": 406331 }, "geometry": { "type": "Point", "coordinates": [ 135.65, 34.81 ] } },
{ "type": "Feature", "properties": { "population": 405923 }, "geometry": { "type": "Point", "coordinates": [ 115.22, -8.65 ] } },
{ "type": "Feature", "properties": { "population": 405253 }, "geometry": { "type": "Point", "coordinates": [ -1.91, 34.68 ] } },
{ "type": "Feature", "properties": { "population": 404901 }, "geometry": { "type": "Point", "coordinates": [ 31.0, 30.79 ] } },
{ "type": "Feature", "properties": { "population": 404838 }, "geometry": { "type": "Point", "coordinates": [ 29.93, -27.76 ] } },
{ "type": "Feature", "properties": { "population": 404458 }, "geometry": { "type": "Point", "coordinates": [ -99.11, 19.26 ] } },
{ "type": "Feature", "properties": { "population": 404158 }, "geometry": { "type": "Point", "coordinates": [ 79.99, 14.45 ] } },
{ "type": "Feature", "properties": { "population": 404109 }, "geometry": { "type": "Point", "coordinates": [ 120.97, 24.8 ] } },
{ "type": "Feature", "properties": { "population": 403892 }, "geometry": { "type": "Point", "coordinates": [ -78.64, 35.77 ] } },
{ "type": "Feature", "properties": { "population": 403759 }, "geometry": { "type": "Point", "coordinates": [ 130.96, 45.3 ] } },
{ "type": "Feature", "properties": { "population": 403658 }, "geometry": { "type": "Point", "coordinates": [ 39.2, -6.16 ] } },
{ "type": "Feature", "properties": { "population": 402014 }, "geometry": { "type": "Point", "coordinates": [ 121.3, 24.99 ] } },
{ "type": "Feature", "properties": { "population": 401509 }, "geometry": { "type": "Point", "coordinates": [ -103.23, 20.62 ] } },
{ "type": "Feature", "properties": { "population": 401477 }, "geometry": { "type": "Point", "coordinates": [ 36.4, 15.45 ] } },
{ "type": "Feature", "properties": { "population": 401270 }, "geometry": { "type": "Point", "coordinates": [ 2.65, 39.57 ] } },
{ "type": "Feature", "properties": { "population": 400914 }, "geometry": { "type": "Point", "coordinates": [ 28.21, -12.8 ] } },
{ "type": "Feature", "properties": { "population": 400249 }, "geometry": { "type": "Point", "coordinates": [ 46.26, 31.06 ] } },
{ "type": "Feature", "properties": { "population": 400212 }, "geometry": { "type": "Point", "coordinates": [ 35.9, 56.86 ] } },
{ "type": "Feature", "properties": { "population": 400000 }, "geometry": { "type": "Point", "coordinates": [ 35.22, 31.78 ] } },
{ "type": "Feature", "properties": { "population": 399969 }, "geometry": { "type": "Point", "coordinates": [ 139.45, 35.54 ] } },
{ "type": "Feature", "properties": { "population": 399735 }, "geometry": { "type": "Point", "coordinates": [ 111.96, 21.86 ] } },
{ "type": "Feature", "properties": { "population": 399457 }, "geometry": { "type": "Point", "coordinates": [ -80.19, 25.77 ] } },
{ "type": "Feature", "properties": { "population": 398346 }, "geometry": { "type": "Point", "coordinates": [ 27.0, 49.42 ] } },
{ "type": "Feature", "properties": { "population": 397714 }, "geometry": { "type": "Point", "coordinates": [ 136.76, 35.42 ] } },
{ "type": "Feature", "properties": { "population": 397521 }, "geometry": { "type": "Point", "coordinates": [ 77.35, 11.12 ] } },
{ "type": "Feature", "properties": { "population": 397515 }, "geometry": { "type": "Point", "coordinates": [ 121.74, 25.13 ] } },
{ "type": "Feature", "properties": { "population": 396815 }, "geometry": { "type": "Point", "coordinates": [ -81.7, 41.5 ] } },
{ "type": "Feature", "properties": { "population": 395644 }, "geometry": { "type": "Point", "coordinates": [ -3.94, 35.25 ] } },
{ "type": "Feature", "properties": { "population": 395515 }, "geometry": { "type": "Point", "coordinates": [ -2.24, 53.48 ] } },
{ "type": "Feature", "properties": { "population": 394976 }, "geometry": { "type": "Point", "coordinates": [ -122.83, 49.11 ] } },
{ "type": "Feature", "properties": { "population": 394930 }, "geometry": { "type": "Point", "coordinates": [ -40.29, -20.33 ] } },
{ "type": "Feature", "properties": { "population": 394732 }, "geometry": { "type": "Point", "coordinates": [ 119.1, 36.71 ] } },
{ "type": "Feature", "properties": { "population": 394624 }, "geometry": { "type": "Point", "coordinates": [ 139.47, 35.34 ] } },
{ "type": "Feature", "properties": { "population": 394518 }, "geometry": { "type": "Point", "coordinates": [ 28.64, -12.96 ] } },
{ "type": "Feature", "properties": { "population": 394163 }, "geometry": { "type": "Point", "coordinates": [ 76.58, 8.88 ] } },
{ "type": "Feature", "properties": { "population": 394153 }, "geometry": { "type": "Point", "coordinates": [ -40.31, -20.13 ] } },
{ "type": "Feature", "properties": { "population": 394050 }, "geometry": { "type": "Point", "coordinates": [ 36.33, 41.29 ] } },
{ "type": "Feature", "properties": { "population": 394024 }, "geometry": { "type": "Point", "coordinates": [ 24.75, 59.44 ] } },
{ "type": "Feature", "properties": { "population": 393835 }, "geometry": { "type": "Point", "coordinates": [ 10.15, 5.96 ] } },
{ "type": "Feature", "properties": { "population": 393311 }, "geometry": { "type": "Point", "coordinates": [ 30.22, 13.18 ] } },
{ "type": "Feature", "properties": { "population": 392939 }, "geometry": { "type": "Point", "coordinates": [ -75.56, 6.34 ] } },
{ "type": "Feature", "properties": { "population": 392444 }, "geometry": { "type": "Point", "coordinates": [ 119.16, 34.6 ] } },
{ "type": "Feature", "properties": { "population": 392288 }, "geometry": { "type": "Point", "coordinates": [ 118.12, 5.84 ] } },
{ "type": "Feature", "properties": { "population": 391906 }, "geometry": { "type": "Point", "coordinates": [ -95.99, 36.15 ] } },
{ "type": "Feature", "properties": { "population": 391336 }, "geometry": { "type": "Point", "coordinates": [ 43.97, 26.33 ] } },
{ "type": "Feature", "properties": { "population": 391190 }, "geometry": { "type": "Point", "coordinates": [ 65.71, 31.61 ] } },
{ "type": "Feature", "properties": { "population": 390724 }, "geometry": { "type": "Point", "coordinates": [ -122.27, 37.8 ] } },
{ "type": "Feature", "properties": { "population": 390633 }, "geometry": { "type": "Point", "coordinates": [ -46.62, -23.69 ] } },
{ "type": "Feature", "properties": { "population": 389411 }, "geometry": { "type": "Point", "coordinates": [ 91.19, 23.46 ] } },
{ "type": "Feature", "properties": { "population": 388920 }, "geometry": { "type": "Point", "coordinates": [ 100.6, 13.6 ] } },
{ "type": "Feature", "properties": { "population": 388526 }, "geometry": { "type": "Point", "coordinates": [ 39.27, -15.12 ] } },
{ "type": "Feature", "properties": { "population": 388028 }, "geometry": { "type": "Point", "coordinates": [ -15.6, 11.86 ] } },
{ "type": "Feature", "properties": { "population": 387681 }, "geometry": { "type": "Point", "coordinates": [ 122.56, 10.7 ] } },
{ "type": "Feature", "properties": { "population": 387553 }, "geometry": { "type": "Point", "coordinates": [ 42.73, 18.3 ] } },
{ "type": "Feature", "properties": { "population": 387417 }, "geometry": { "type": "Point", "coordinates": [ -41.33, -21.75 ] } },
{ "type": "Feature", "properties": { "population": 387158 }, "geometry": { "type": "Point", "coordinates": [ -58.98, -27.46 ] } },
{ "type": "Feature", "properties": { "population": 386120 }, "geometry": { "type": "Point", "coordinates": [ 15.09, 32.38 ] } },
{ "type": "Feature", "properties": { "population": 386069 }, "geometry": { "type": "Point", "coordinates": [ -46.46, -23.67 ] } },
{ "type": "Feature", "properties": { "population": 385755 }, "geometry": { "type": "Point", "coordinates": [ 2.36, 6.45 ] } },
{ "type": "Feature", "properties": { "population": 385729 }, "geometry": { "type": "Point", "coordinates": [ 7.22, 51.48 ] } },
{ "type": "Feature", "properties": { "population": 384459 }, "geometry": { "type": "Point", "coordinates": [ 135.47, 34.78 ] } },
{ "type": "Feature", "properties": { "population": 384326 }, "geometry": { "type": "Point", "coordinates": [ -99.1, 19.4 ] } },
{ "type": "Feature", "properties": { "population": 384000 }, "geometry": { "type": "Point", "coordinates": [ -44.2, -19.97 ] } },
{ "type": "Feature", "properties": { "population": 383298 }, "geometry": { "type": "Point", "coordinates": [ 133.37, 34.48 ] } },
{ "type": "Feature", "properties": { "population": 383100 }, "geometry": { "type": "Point", "coordinates": [ 14.91, -9.3 ] } },
{ "type": "Feature", "properties": { "population": 382920 }, "geometry": { "type": "Point", "coordinates": [ -72.3, 18.54 ] } },
{ "type": "Feature", "properties": { "population": 382578 }, "geometry": { "type": "Point", "coordinates": [ -93.26, 44.98 ] } },
{ "type": "Feature", "properties": { "population": 382368 }, "geometry": { "type": "Point", "coordinates": [ -97.34, 37.69 ] } },
{ "type": "Feature", "properties": { "population": 382236 }, "geometry": { "type": "Point", "coordinates": [ -77.28, 1.21 ] } },
{ "type": "Feature", "properties": { "population": 381990 }, "geometry": { "type": "Point", "coordinates": [ 41.13, 37.89 ] } },
{ "type": "Feature", "properties": { "population": 381900 }, "geometry": { "type": "Point", "coordinates": [ 174.78, -41.29 ] } },
{ "type": "Feature", "properties": { "population": 381847 }, "geometry": { "type": "Point", "coordinates": [ -15.41, 28.1 ] } },
{ "type": "Feature", "properties": { "population": 381270 }, "geometry": { "type": "Point", "coordinates": [ -51.18, -29.17 ] } },
{ "type": "Feature", "properties": { "population": 381116 }, "geometry": { "type": "Point", "coordinates": [ 59.97, 57.92 ] } },
{ "type": "Feature", "properties": { "population": 380000 }, "geometry": { "type": "Point", "coordinates": [ 7.18, 51.5 ] } },
{ "type": "Feature", "properties": { "population": 379555 }, "geometry": { "type": "Point", "coordinates": [ 116.31, 37.45 ] } },
{ "type": "Feature", "properties": { "population": 379200 }, "geometry": { "type": "Point", "coordinates": [ 33.52, 44.59 ] } },
{ "type": "Feature", "properties": { "population": 378821 }, "geometry": { "type": "Point", "coordinates": [ 27.78, -26.09 ] } },
{ "type": "Feature", "properties": { "population": 378705 }, "geometry": { "type": "Point", "coordinates": [ 88.37, 22.69 ] } },
{ "type": "Feature", "properties": { "population": 378374 }, "geometry": { "type": "Point", "coordinates": [ 137.38, 34.77 ] } },
{ "type": "Feature", "properties": { "population": 377061 }, "geometry": { "type": "Point", "coordinates": [ 114.63, 33.63 ] } },
{ "type": "Feature", "properties": { "population": 376845 }, "geometry": { "type": "Point", "coordinates": [ -73.69, 45.57 ] } },
{ "type": "Feature", "properties": { "population": 376657 }, "geometry": { "type": "Point", "coordinates": [ -75.2, -12.07 ] } },
{ "type": "Feature", "properties": { "population": 376610 }, "geometry": { "type": "Point", "coordinates": [ 37.93, 48.05 ] } },
{ "type": "Feature", "properties": { "population": 376558 }, "geometry": { "type": "Point", "coordinates": [ 119.01, 25.44 ] } },
{ "type": "Feature", "properties": { "population": 376045 }, "geometry": { "type": "Point", "coordinates": [ 36.93, 37.58 ] } },
{ "type": "Feature", "properties": { "population": 375339 }, "geometry": { "type": "Point", "coordinates": [ 135.15, 34.22 ] } },
{ "type": "Feature", "properties": { "population": 374801 }, "geometry": { "type": "Point", "coordinates": [ 19.82, 41.33 ] } },
{ "type": "Feature", "properties": { "population": 374699 }, "geometry": { "type": "Point", "coordinates": [ -49.38, -20.82 ] } },
{ "type": "Feature", "properties": { "population": 374643 }, "geometry": { "type": "Point", "coordinates": [ 23.9, 54.9 ] } },
{ "type": "Feature", "properties": { "population": 373422 }, "geometry": { "type": "Point", "coordinates": [ 115.04, 40.61 ] } },
{ "type": "Feature", "properties": { "population": 372917 }, "geometry": { "type": "Point", "coordinates": [ 101.94, 2.73 ] } },
{ "type": "Feature", "properties": { "population": 372123 }, "geometry": { "type": "Point", "coordinates": [ 113.85, 27.62 ] } },
{ "type": "Feature", "properties": { "population": 371713 }, "geometry": { "type": "Point", "coordinates": [ 43.38, 38.49 ] } },
{ "type": "Feature", "properties": { "population": 371657 }, "geometry": { "type": "Point", "coordinates": [ -157.86, 21.31 ] } },
{ "type": "Feature", "properties": { "population": 370180 }, "geometry": { "type": "Point", "coordinates": [ 48.3, 30.34 ] } },
{ "type": "Feature", "properties": { "population": 370000 }, "geometry": { "type": "Point", "coordinates": [ -64.62, 10.22 ] } },
{ "type": "Feature", "properties": { "population": 370000 }, "geometry": { "type": "Point", "coordinates": [ 109.6, 27.94 ] } },
{ "type": "Feature", "properties": { "population": 369559 }, "geometry": { "type": "Point", "coordinates": [ 16.61, 49.2 ] } },
{ "type": "Feature", "properties": { "population": 369200 }, "geometry": { "type": "Point", "coordinates": [ 30.34, 53.92 ] } },
{ "type": "Feature", "properties": { "population": 367752 }, "geometry": { "type": "Point", "coordinates": [ 149.13, -35.28 ] } },
{ "type": "Feature", "properties": { "population": 367353 }, "geometry": { "type": "Point", "coordinates": [ 135.8, 34.69 ] } },
{ "type": "Feature", "properties": { "population": 367140 }, "geometry": { "type": "Point", "coordinates": [ 74.74, 19.09 ] } },
{ "type": "Feature", "properties": { "population": 366980 }, "geometry": { "type": "Point", "coordinates": [ 74.78, 20.9 ] } },
{ "type": "Feature", "properties": { "population": 366754 }, "geometry": { "type": "Point", "coordinates": [ -34.86, -8.01 ] } },
{ "type": "Feature", "properties": { "population": 366570 }, "geometry": { "type": "Point", "coordinates": [ -6.58, 34.26 ] } },
{ "type": "Feature", "properties": { "population": 366452 }, "geometry": { "type": "Point", "coordinates": [ 18.01, 53.12 ] } },
{ "type": "Feature", "properties": { "population": 366229 }, "geometry": { "type": "Point", "coordinates": [ 103.33, 3.81 ] } },
{ "type": "Feature", "properties": { "population": 366133 }, "geometry": { "type": "Point", "coordinates": [ 11.34, 44.49 ] } },
{ "type": "Feature", "properties": { "population": 365777 }, "geometry": { "type": "Point", "coordinates": [ -98.94, 19.27 ] } },
{ "type": "Feature", "properties": { "population": 365438 }, "geometry": { "type": "Point", "coordinates": [ -97.11, 32.74 ] } },
{ "type": "Feature", "properties": { "population": 365114 }, "geometry": { "type": "Point", "coordinates": [ 127.15, 36.81 ] } },
{ "type": "Feature", "properties": { "population": 364684 }, "geometry": { "type": "Point", "coordinates": [ -66.8, 10.47 ] } },
{ "type": "Feature", "properties": { "population": 364033 }, "geometry": { "type": "Point", "coordinates": [ 68.21, 27.56 ] } },
{ "type": "Feature", "properties": { "population": 363945 }, "geometry": { "type": "Point", "coordinates": [ 35.38, 14.03 ] } },
{ "type": "Feature", "properties": { "population": 363926 }, "geometry": { "type": "Point", "coordinates": [ 172.63, -43.53 ] } },
{ "type": "Feature", "properties": { "population": 363064 }, "geometry": { "type": "Point", "coordinates": [ 41.97, 45.04 ] } },
{ "type": "Feature", "properties": { "population": 362401 }, "geometry": { "type": "Point", "coordinates": [ -92.93, 17.99 ] } },
{ "type": "Feature", "properties": { "population": 362383 }, "geometry": { "type": "Point", "coordinates": [ 137.15, 35.08 ] } },
{ "type": "Feature", "properties": { "population": 362000 }, "geometry": { "type": "Point", "coordinates": [ 174.88, -36.99 ] } },
{ "type": "Feature", "properties": { "population": 361969 }, "geometry": { "type": "Point", "coordinates": [ 112.46, 23.05 ] } },
{ "type": "Feature", "properties": { "population": 361615 }, "geometry": { "type": "Point", "coordinates": [ 29.12, 40.98 ] } },
{ "type": "Feature", "properties": { "population": 361548 }, "geometry": { "type": "Point", "coordinates": [ 86.97, 25.24 ] } },
{ "type": "Feature", "properties": { "population": 361303 }, "geometry": { "type": "Point", "coordinates": [ 73.98, 31.71 ] } },
{ "type": "Feature", "properties": { "population": 361112 }, "geometry": { "type": "Point", "coordinates": [ -46.84, -23.52 ] } },
{ "type": "Feature", "properties": { "population": 360797 }, "geometry": { "type": "Point", "coordinates": [ 7.17, 51.27 ] } },
{ "type": "Feature", "properties": { "population": 360579 }, "geometry": { "type": "Point", "coordinates": [ -0.84, 9.4 ] } },
{ "type": "Feature", "properties": { "population": 360278 }, "geometry": { "type": "Point", "coordinates": [ 107.61, 51.83 ] } },
{ "type": "Feature", "properties": { "population": 360176 }, "geometry": { "type": "Point", "coordinates": [ 138.18, 36.65 ] } },
{ "type": "Feature", "properties": { "population": 360106 }, "geometry": { "type": "Point", "coordinates": [ -4.3, 11.18 ] } },
{ "type": "Feature", "properties": { "population": 360044 }, "geometry": { "type": "Point", "coordinates": [ 22.57, 51.25 ] } },
{ "type": "Feature", "properties": { "population": 359111 }, "geometry": { "type": "Point", "coordinates": [ -63.57, 44.65 ] } },
{ "type": "Feature", "properties": { "population": 358661 }, "geometry": { "type": "Point", "coordinates": [ 117.05, 30.51 ] } },
{ "type": "Feature", "properties": { "population": 358153 }, "geometry": { "type": "Point", "coordinates": [ 71.37, 42.9 ] } },
{ "type": "Feature", "properties": { "population": 358108 }, "geometry": { "type": "Point", "coordinates": [ 34.11, 44.96 ] } },
{ "type": "Feature", "properties": { "population": 357828 }, "geometry": { "type": "Point", "coordinates": [ 121.05, 14.81 ] } },
{ "type": "Feature", "properties": { "population": 357814 }, "geometry": { "type": "Point", "coordinates": [ -75.52, 5.07 ] } },
{ "type": "Feature", "properties": { "population": 357545 }, "geometry": { "type": "Point", "coordinates": [ 126.87, 37.48 ] } },
{ "type": "Feature", "properties": { "population": 357471 }, "geometry": { "type": "Point", "coordinates": [ 48.48, 36.67 ] } },
{ "type": "Feature", "properties": { "population": 357309 }, "geometry": { "type": "Point", "coordinates": [ 140.88, 37.05 ] } },
{ "type": "Feature", "properties": { "population": 356974 }, "geometry": { "type": "Point", "coordinates": [ 120.93, 14.46 ] } },
{ "type": "Feature", "properties": { "population": 356612 }, "geometry": { "type": "Point", "coordinates": [ 142.36, 43.77 ] } },
{ "type": "Feature", "properties": { "population": 356242 }, "geometry": { "type": "Point", "coordinates": [ 128.88, 35.23 ] } },
{ "type": "Feature", "properties": { "population": 356051 }, "geometry": { "type": "Point", "coordinates": [ 40.54, 64.54 ] } },
{ "type": "Feature", "properties": { "population": 355596 }, "geometry": { "type": "Point", "coordinates": [ 128.18, -3.7 ] } },
{ "type": "Feature", "properties": { "population": 355160 }, "geometry": { "type": "Point", "coordinates": [ 117.15, -0.49 ] } },
{ "type": "Feature", "properties": { "population": 355017 }, "geometry": { "type": "Point", "coordinates": [ -99.16, 19.4 ] } },
{ "type": "Feature", "properties": { "population": 354860 }, "geometry": { "type": "Point", "coordinates": [ -2.93, 43.26 ] } },
{ "type": "Feature", "properties": { "population": 354717 }, "geometry": { "type": "Point", "coordinates": [ -106.41, 23.23 ] } },
{ "type": "Feature", "properties": { "population": 354692 }, "geometry": { "type": "Point", "coordinates": [ -64.26, -27.8 ] } },
{ "type": "Feature", "properties": { "population": 354468 }, "geometry": { "type": "Point", "coordinates": [ 135.62, 34.85 ] } },
{ "type": "Feature", "properties": { "population": 354290 }, "geometry": { "type": "Point", "coordinates": [ 22.93, 40.64 ] } },
{ "type": "Feature", "properties": { "population": 353534 }, "geometry": { "type": "Point", "coordinates": [ -99.2, 19.43 ] } },
{ "type": "Feature", "properties": { "population": 353442 }, "geometry": { "type": "Point", "coordinates": [ -70.21, 8.62 ] } },
{ "type": "Feature", "properties": { "population": 352855 }, "geometry": { "type": "Point", "coordinates": [ -75.28, 2.93 ] } },
{ "type": "Feature", "properties": { "population": 352361 }, "geometry": { "type": "Point", "coordinates": [ 137.17, 34.95 ] } },
{ "type": "Feature", "properties": { "population": 352173 }, "geometry": { "type": "Point", "coordinates": [ 56.28, 27.19 ] } },
{ "type": "Feature", "properties": { "population": 352115 }, "geometry": { "type": "Point", "coordinates": [ 28.48, 49.23 ] } },
{ "type": "Feature", "properties": { "population": 352064 }, "geometry": { "type": "Point", "coordinates": [ -100.16, 25.76 ] } },
{ "type": "Feature", "properties": { "population": 351936 }, "geometry": { "type": "Point", "coordinates": [ 105.93, 26.25 ] } },
{ "type": "Feature", "properties": { "population": 351630 }, "geometry": { "type": "Point", "coordinates": [ 135.52, 34.76 ] } },
{ "type": "Feature", "properties": { "population": 351001 }, "geometry": { "type": "Point", "coordinates": [ -98.88, 19.32 ] } },
{ "type": "Feature", "properties": { "population": 351000 }, "geometry": { "type": "Point", "coordinates": [ 135.17, 34.23 ] } },
{ "type": "Feature", "properties": { "population": 350468 }, "geometry": { "type": "Point", "coordinates": [ 121.6, 23.98 ] } },
{ "type": "Feature", "properties": { "population": 350467 }, "geometry": { "type": "Point", "coordinates": [ 123.95, 10.31 ] } },
{ "type": "Feature", "properties": { "population": 350000 }, "geometry": { "type": "Point", "coordinates": [ 76.39, 22.24 ] } },
{ "type": "Feature", "properties": { "population": 350000 }, "geometry": { "type": "Point", "coordinates": [ 28.01, -25.93 ] } },
{ "type": "Feature", "properties": { "population": 349706 }, "geometry": { "type": "Point", "coordinates": [ 77.7, 29.47 ] } },
{ "type": "Feature", "properties": { "population": 349550 }, "geometry": { "type": "Point", "coordinates": [ -99.52, 27.48 ] } },
{ "type": "Feature", "properties": { "population": 349296 }, "geometry": { "type": "Point", "coordinates": [ 11.25, 43.78 ] } },
{ "type": "Feature", "properties": { "population": 349176 }, "geometry": { "type": "Point", "coordinates": [ 47.0, 35.31 ] } },
{ "type": "Feature", "properties": { "population": 348967 }, "geometry": { "type": "Point", "coordinates": [ 76.57, 18.4 ] } },
{ "type": "Feature", "properties": { "population": 348936 }, "geometry": { "type": "Point", "coordinates": [ -35.88, -7.23 ] } },
{ "type": "Feature", "properties": { "population": 347948 }, "geometry": { "type": "Point", "coordinates": [ -79.57, 43.65 ] } },
{ "type": "Feature", "properties": { "population": 347562 }, "geometry": { "type": "Point", "coordinates": [ -77.92, 21.38 ] } },
{ "type": "Feature", "properties": { "population": 347483 }, "geometry": { "type": "Point", "coordinates": [ -119.02, 35.37 ] } },
{ "type": "Feature", "properties": { "population": 346765 }, "geometry": { "type": "Point", "coordinates": [ -81.23, 42.98 ] } },
{ "type": "Feature", "properties": { "population": 346654 }, "geometry": { "type": "Point", "coordinates": [ 118.96, 42.27 ] } },
{ "type": "Feature", "properties": { "population": 346082 }, "geometry": { "type": "Point", "coordinates": [ 127.62, 39.83 ] } },
{ "type": "Feature", "properties": { "population": 345604 }, "geometry": { "type": "Point", "coordinates": [ 71.45, 51.18 ] } },
{ "type": "Feature", "properties": { "population": 345289 }, "geometry": { "type": "Point", "coordinates": [ 36.58, 50.61 ] } },
{ "type": "Feature", "properties": { "population": 345068 }, "geometry": { "type": "Point", "coordinates": [ 32.66, 13.16 ] } },
{ "type": "Feature", "properties": { "population": 345033 }, "geometry": { "type": "Point", "coordinates": [ 130.85, 45.76 ] } },
{ "type": "Feature", "properties": { "population": 344939 }, "geometry": { "type": "Point", "coordinates": [ 51.52, 25.28 ] } },
{ "type": "Feature", "properties": { "population": 344700 }, "geometry": { "type": "Point", "coordinates": [ -67.47, 10.23 ] } },
{ "type": "Feature", "properties": { "population": 344106 }, "geometry": { "type": "Point", "coordinates": [ -99.0, 19.28 ] } },
{ "type": "Feature", "properties": { "population": 343829 }, "geometry": { "type": "Point", "coordinates": [ -90.08, 29.95 ] } },
{ "type": "Feature", "properties": { "population": 343769 }, "geometry": { "type": "Point", "coordinates": [ -99.23, 18.93 ] } },
{ "type": "Feature", "properties": { "population": 343129 }, "geometry": { "type": "Point", "coordinates": [ 65.33, 55.45 ] } },
{ "type": "Feature", "properties": { "population": 343122 }, "geometry": { "type": "Point", "coordinates": [ 89.25, 25.75 ] } },
{ "type": "Feature", "properties": { "population": 342900 }, "geometry": { "type": "Point", "coordinates": [ 74.08, 32.98 ] } },
{ "type": "Feature", "properties": { "population": 342700 }, "geometry": { "type": "Point", "coordinates": [ 30.2, 55.19 ] } },
{ "type": "Feature", "properties": { "population": 342556 }, "geometry": { "type": "Point", "coordinates": [ -74.76, 10.92 ] } },
{ "type": "Feature", "properties": { "population": 342306 }, "geometry": { "type": "Point", "coordinates": [ 113.39, 22.52 ] } },
{ "type": "Feature", "properties": { "population": 342209 }, "geometry": { "type": "Point", "coordinates": [ -47.65, -22.73 ] } },
{ "type": "Feature", "properties": { "population": 341730 }, "geometry": { "type": "Point", "coordinates": [ 8.55, 47.37 ] } },
{ "type": "Feature", "properties": { "population": 341709 }, "geometry": { "type": "Point", "coordinates": [ 78.41, 17.48 ] } },
{ "type": "Feature", "properties": { "population": 341210 }, "geometry": { "type": "Point", "coordinates": [ 72.33, 31.27 ] } },
{ "type": "Feature", "properties": { "population": 341136 }, "geometry": { "type": "Point", "coordinates": [ 36.68, -3.37 ] } },
{ "type": "Feature", "properties": { "population": 341049 }, "geometry": { "type": "Point", "coordinates": [ 80.16, 13.1 ] } },
{ "type": "Feature", "properties": { "population": 340560 }, "geometry": { "type": "Point", "coordinates": [ 140.38, 37.4 ] } },
{ "type": "Feature", "properties": { "population": 340494 }, "geometry": { "type": "Point", "coordinates": [ 24.75, 42.15 ] } },
{ "type": "Feature", "properties": { "population": 340360 }, "geometry": { "type": "Point", "coordinates": [ 31.08, -18.01 ] } },
{ "type": "Feature", "properties": { "population": 340221 }, "geometry": { "type": "Point", "coordinates": [ 139.97, 35.85 ] } },
{ "type": "Feature", "properties": { "population": 340181 }, "geometry": { "type": "Point", "coordinates": [ 35.79, 35.53 ] } },
{ "type": "Feature", "properties": { "population": 340020 }, "geometry": { "type": "Point", "coordinates": [ 80.28, 41.18 ] } },
{ "type": "Feature", "properties": { "population": 339554 }, "geometry": { "type": "Point", "coordinates": [ -101.36, 20.68 ] } },
{ "type": "Feature", "properties": { "population": 339435 }, "geometry": { "type": "Point", "coordinates": [ 139.47, 35.8 ] } },
{ "type": "Feature", "properties": { "population": 339239 }, "geometry": { "type": "Point", "coordinates": [ -1.13, 52.64 ] } },
{ "type": "Feature", "properties": { "population": 339067 }, "geometry": { "type": "Point", "coordinates": [ -58.83, -27.48 ] } },
{ "type": "Feature", "properties": { "population": 338978 }, "geometry": { "type": "Point", "coordinates": [ 36.28, 54.53 ] } },
{ "type": "Feature", "properties": { "population": 338936 }, "geometry": { "type": "Point", "coordinates": [ -51.07, 0.04 ] } },
{ "type": "Feature", "properties": { "population": 338759 }, "geometry": { "type": "Point", "coordinates": [ -78.66, 35.79 ] } },
{ "type": "Feature", "properties": { "population": 338620 }, "geometry": { "type": "Point", "coordinates": [ 7.27, 43.7 ] } },
{ "type": "Feature", "properties": { "population": 338155 }, "geometry": { "type": "Point", "coordinates": [ 126.55, 37.97 ] } },
{ "type": "Feature", "properties": { "population": 338000 }, "geometry": { "type": "Point", "coordinates": [ -63.54, 8.13 ] } },
{ "type": "Feature", "properties": { "population": 337931 }, "geometry": { "type": "Point", "coordinates": [ 139.49, 35.91 ] } },
{ "type": "Feature", "properties": { "population": 337579 }, "geometry": { "type": "Point", "coordinates": [ 90.4, 23.89 ] } },
{ "type": "Feature", "properties": { "population": 337091 }, "geometry": { "type": "Point", "coordinates": [ 30.48, 59.97 ] } },
{ "type": "Feature", "properties": { "population": 336681 }, "geometry": { "type": "Point", "coordinates": [ 76.92, 15.15 ] } },
{ "type": "Feature", "properties": { "population": 336679 }, "geometry": { "type": "Point", "coordinates": [ -46.35, -23.49 ] } },
{ "type": "Feature", "properties": { "population": 336265 }, "geometry": { "type": "Point", "coordinates": [ -117.91, 33.84 ] } },
{ "type": "Feature", "properties": { "population": 335709 }, "geometry": { "type": "Point", "coordinates": [ -82.46, 27.95 ] } },
{ "type": "Feature", "properties": { "population": 335570 }, "geometry": { "type": "Point", "coordinates": [ 133.53, 33.56 ] } },
{ "type": "Feature", "properties": { "population": 335024 }, "geometry": { "type": "Point", "coordinates": [ -49.06, -22.31 ] } },
{ "type": "Feature", "properties": { "population": 335007 }, "geometry": { "type": "Point", "coordinates": [ -84.08, 9.93 ] } },
{ "type": "Feature", "properties": { "population": 334757 }, "geometry": { "type": "Point", "coordinates": [ -0.48, 38.35 ] } },
{ "type": "Feature", "properties": { "population": 334223 }, "geometry": { "type": "Point", "coordinates": [ 134.04, 34.34 ] } },
{ "type": "Feature", "properties": { "population": 333907 }, "geometry": { "type": "Point", "coordinates": [ 123.84, 42.29 ] } },
{ "type": "Feature", "properties": { "population": 333635 }, "geometry": { "type": "Point", "coordinates": [ 50.0, 36.27 ] } },
{ "type": "Feature", "properties": { "population": 333200 }, "geometry": { "type": "Point", "coordinates": [ 85.39, 26.12 ] } },
{ "type": "Feature", "properties": { "population": 332965 }, "geometry": { "type": "Point", "coordinates": [ 88.37, 22.67 ] } },
{ "type": "Feature", "properties": { "population": 332714 }, "geometry": { "type": "Point", "coordinates": [ 33.52, 14.4 ] } },
{ "type": "Feature", "properties": { "population": 332650 }, "geometry": { "type": "Point", "coordinates": [ 112.83, 35.5 ] } },
{ "type": "Feature", "properties": { "population": 332379 }, "geometry": { "type": "Point", "coordinates": [ -43.86, -16.73 ] } },
{ "type": "Feature", "properties": { "population": 331906 }, "geometry": { "type": "Point", "coordinates": [ 8.53, 52.03 ] } },
{ "type": "Feature", "properties": { "population": 331700 }, "geometry": { "type": "Point", "coordinates": [ 29.36, -3.38 ] } },
{ "type": "Feature", "properties": { "population": 331320 }, "geometry": { "type": "Point", "coordinates": [ 123.92, 10.32 ] } },
{ "type": "Feature", "properties": { "population": 330606 }, "geometry": { "type": "Point", "coordinates": [ 48.18, 30.44 ] } },
{ "type": "Feature", "properties": { "population": 330511 }, "geometry": { "type": "Point", "coordinates": [ 77.68, 27.5 ] } },
{ "type": "Feature", "properties": { "population": 329825 }, "geometry": { "type": "Point", "coordinates": [ 48.36, 33.49 ] } },
{ "type": "Feature", "properties": { "population": 329708 }, "geometry": { "type": "Point", "coordinates": [ -89.14, 13.71 ] } },
{ "type": "Feature", "properties": { "population": 329224 }, "geometry": { "type": "Point", "coordinates": [ 76.4, 30.33 ] } },
{ "type": "Feature", "properties": { "population": 329207 }, "geometry": { "type": "Point", "coordinates": [ 127.44, 39.15 ] } },
{ "type": "Feature", "properties": { "population": 329002 }, "geometry": { "type": "Point", "coordinates": [ 77.0, 52.27 ] } },
{ "type": "Feature", "properties": { "population": 328428 }, "geometry": { "type": "Point", "coordinates": [ -4.77, 37.89 ] } },
{ "type": "Feature", "properties": { "population": 328351 }, "geometry": { "type": "Point", "coordinates": [ 79.3, 19.95 ] } },
{ "type": "Feature", "properties": { "population": 328291 }, "geometry": { "type": "Point", "coordinates": [ -51.18, -29.92 ] } },
{ "type": "Feature", "properties": { "population": 327608 }, "geometry": { "type": "Point", "coordinates": [ 39.73, 43.6 ] } },
{ "type": "Feature", "properties": { "population": 327000 }, "geometry": { "type": "Point", "coordinates": [ 129.78, 41.8 ] } },
{ "type": "Feature", "properties": { "population": 326957 }, "geometry": { "type": "Point", "coordinates": [ 129.51, 42.91 ] } },
{ "type": "Feature", "properties": { "population": 326431 }, "geometry": { "type": "Point", "coordinates": [ 74.64, 25.35 ] } },
{ "type": "Feature", "properties": { "population": 326261 }, "geometry": { "type": "Point", "coordinates": [ -5.37, 35.58 ] } },
{ "type": "Feature", "properties": { "population": 325837 }, "geometry": { "type": "Point", "coordinates": [ 140.1, 39.72 ] } },
{ "type": "Feature", "properties": { "population": 325746 }, "geometry": { "type": "Point", "coordinates": [ -46.19, -23.52 ] } },
{ "type": "Feature", "properties": { "population": 325532 }, "geometry": { "type": "Point", "coordinates": [ 137.21, 36.7 ] } },
{ "type": "Feature", "properties": { "population": 325466 }, "geometry": { "type": "Point", "coordinates": [ -80.63, -5.19 ] } },
{ "type": "Feature", "properties": { "population": 325110 }, "geometry": { "type": "Point", "coordinates": [ 76.22, 10.52 ] } },
{ "type": "Feature", "properties": { "population": 325078 }, "geometry": { "type": "Point", "coordinates": [ -104.83, 39.73 ] } },
{ "type": "Feature", "properties": { "population": 324726 }, "geometry": { "type": "Point", "coordinates": [ 84.79, 19.31 ] } },
{ "type": "Feature", "properties": { "population": 324528 }, "geometry": { "type": "Point", "coordinates": [ -117.87, 33.75 ] } },
{ "type": "Feature", "properties": { "population": 324457 }, "geometry": { "type": "Point", "coordinates": [ -46.39, -23.96 ] } },
{ "type": "Feature", "properties": { "population": 324200 }, "geometry": { "type": "Point", "coordinates": [ 36.08, 52.97 ] } },
{ "type": "Feature", "properties": { "population": 323945 }, "geometry": { "type": "Point", "coordinates": [ 113.36, 31.71 ] } },
{ "type": "Feature", "properties": { "population": 323739 }, "geometry": { "type": "Point", "coordinates": [ -55.9, -27.37 ] } },
{ "type": "Feature", "properties": { "population": 323302 }, "geometry": { "type": "Point", "coordinates": [ 47.14, 31.84 ] } },
{ "type": "Feature", "properties": { "population": 323293 }, "geometry": { "type": "Point", "coordinates": [ 44.78, 48.79 ] } },
{ "type": "Feature", "properties": { "population": 321717 }, "geometry": { "type": "Point", "coordinates": [ -73.63, 4.14 ] } },
{ "type": "Feature", "properties": { "population": 321589 }, "geometry": { "type": "Point", "coordinates": [ -46.88, -23.19 ] } },
{ "type": "Feature", "properties": { "population": 321501 }, "geometry": { "type": "Point", "coordinates": [ -79.47, 9.05 ] } },
{ "type": "Feature", "properties": { "population": 320991 }, "geometry": { "type": "Point", "coordinates": [ 32.04, 54.78 ] } },
{ "type": "Feature", "properties": { "population": 320782 }, "geometry": { "type": "Point", "coordinates": [ -54.61, -25.51 ] } },
{ "type": "Feature", "properties": { "population": 320674 }, "geometry": { "type": "Point", "coordinates": [ -52.34, -31.77 ] } },
{ "type": "Feature", "properties": { "population": 320477 }, "geometry": { "type": "Point", "coordinates": [ 32.62, 46.66 ] } },
{ "type": "Feature", "properties": { "population": 320434 }, "geometry": { "type": "Point", "coordinates": [ 79.91, 27.88 ] } },
{ "type": "Feature", "properties": { "population": 320069 }, "geometry": { "type": "Point", "coordinates": [ 140.12, 39.72 ] } },
{ "type": "Feature", "properties": { "population": 319941 }, "geometry": { "type": "Point", "coordinates": [ 14.32, 10.59 ] } },
{ "type": "Feature", "properties": { "population": 319934 }, "geometry": { "type": "Point", "coordinates": [ -58.62, -34.65 ] } },
{ "type": "Feature", "properties": { "population": 319587 }, "geometry": { "type": "Point", "coordinates": [ -48.95, -16.33 ] } },
{ "type": "Feature", "properties": { "population": 319581 }, "geometry": { "type": "Point", "coordinates": [ -98.73, 20.12 ] } },
{ "type": "Feature", "properties": { "population": 319550 }, "geometry": { "type": "Point", "coordinates": [ 75.57, 13.93 ] } },
{ "type": "Feature", "properties": { "population": 319366 }, "geometry": { "type": "Point", "coordinates": [ 66.96, 39.65 ] } },
{ "type": "Feature", "properties": { "population": 319294 }, "geometry": { "type": "Point", "coordinates": [ -90.2, 38.63 ] } },
{ "type": "Feature", "properties": { "population": 319263 }, "geometry": { "type": "Point", "coordinates": [ 33.09, 68.98 ] } },
{ "type": "Feature", "properties": { "population": 319143 }, "geometry": { "type": "Point", "coordinates": [ -0.1, 51.54 ] } },
{ "type": "Feature", "properties": { "population": 319102 }, "geometry": { "type": "Point", "coordinates": [ -76.26, 20.89 ] } },
{ "type": "Feature", "properties": { "population": 319067 }, "geometry": { "type": "Point", "coordinates": [ 82.61, 49.97 ] } },
{ "type": "Feature", "properties": { "population": 318801 }, "geometry": { "type": "Point", "coordinates": [ 44.93, 31.99 ] } },
{ "type": "Feature", "properties": { "population": 318769 }, "geometry": { "type": "Point", "coordinates": [ 117.97, 28.45 ] } },
{ "type": "Feature", "properties": { "population": 318674 }, "geometry": { "type": "Point", "coordinates": [ 116.12, -8.58 ] } },
{ "type": "Feature", "properties": { "population": 318419 }, "geometry": { "type": "Point", "coordinates": [ 72.34, 40.78 ] } },
{ "type": "Feature", "properties": { "population": 318012 }, "geometry": { "type": "Point", "coordinates": [ 27.6, 47.17 ] } },
{ "type": "Feature", "properties": { "population": 317864 }, "geometry": { "type": "Point", "coordinates": [ -4.72, 41.66 ] } },
{ "type": "Feature", "properties": { "population": 317847 }, "geometry": { "type": "Point", "coordinates": [ 34.54, 49.59 ] } },
{ "type": "Feature", "properties": { "population": 317797 }, "geometry": { "type": "Point", "coordinates": [ 77.22, 28.64 ] } },
{ "type": "Feature", "properties": { "population": 317437 }, "geometry": { "type": "Point", "coordinates": [ 139.78, 35.88 ] } },
{ "type": "Feature", "properties": { "population": 317370 }, "geometry": { "type": "Point", "coordinates": [ 44.67, 43.04 ] } },
{ "type": "Feature", "properties": { "population": 317365 }, "geometry": { "type": "Point", "coordinates": [ 23.83, 53.69 ] } },
{ "type": "Feature", "properties": { "population": 317316 }, "geometry": { "type": "Point", "coordinates": [ 19.03, 50.26 ] } },
{ "type": "Feature", "properties": { "population": 317245 }, "geometry": { "type": "Point", "coordinates": [ 76.59, 28.89 ] } },
{ "type": "Feature", "properties": { "population": 316970 }, "geometry": { "type": "Point", "coordinates": [ 122.82, 45.61 ] } },
{ "type": "Feature", "properties": { "population": 316966 }, "geometry": { "type": "Point", "coordinates": [ -78.58, -9.09 ] } },
{ "type": "Feature", "properties": { "population": 316748 }, "geometry": { "type": "Point", "coordinates": [ 23.6, 46.77 ] } },
{ "type": "Feature", "properties": { "population": 316612 }, "geometry": { "type": "Point", "coordinates": [ 121.17, 14.21 ] } },
{ "type": "Feature", "properties": { "population": 316149 }, "geometry": { "type": "Point", "coordinates": [ 9.84, 10.31 ] } },
{ "type": "Feature", "properties": { "population": 315738 }, "geometry": { "type": "Point", "coordinates": [ 37.9, 59.13 ] } },
{ "type": "Feature", "properties": { "population": 315328 }, "geometry": { "type": "Point", "coordinates": [ -75.68, 4.53 ] } },
{ "type": "Feature", "properties": { "population": 315162 }, "geometry": { "type": "Point", "coordinates": [ 45.82, 32.51 ] } },
{ "type": "Feature", "properties": { "population": 315053 }, "geometry": { "type": "Point", "coordinates": [ 21.23, 45.75 ] } },
{ "type": "Feature", "properties": { "population": 314900 }, "geometry": { "type": "Point", "coordinates": [ 39.88, 59.22 ] } },
{ "type": "Feature", "properties": { "population": 314684 }, "geometry": { "type": "Point", "coordinates": [ 28.99, 41.06 ] } },
{ "type": "Feature", "properties": { "population": 313945 }, "geometry": { "type": "Point", "coordinates": [ -74.22, 4.58 ] } },
{ "type": "Feature", "properties": { "population": 313405 }, "geometry": { "type": "Point", "coordinates": [ -99.1, 19.63 ] } },
{ "type": "Feature", "properties": { "population": 313300 }, "geometry": { "type": "Point", "coordinates": [ 46.36, 40.68 ] } },
{ "type": "Feature", "properties": { "population": 313247 }, "geometry": { "type": "Point", "coordinates": [ 120.85, 40.76 ] } },
{ "type": "Feature", "properties": { "population": 313238 }, "geometry": { "type": "Point", "coordinates": [ 29.09, 37.77 ] } },
{ "type": "Feature", "properties": { "population": 313196 }, "geometry": { "type": "Point", "coordinates": [ 3.34, 6.6 ] } },
{ "type": "Feature", "properties": { "population": 313125 }, "geometry": { "type": "Point", "coordinates": [ 7.1, 50.73 ] } },
{ "type": "Feature", "properties": { "population": 313088 }, "geometry": { "type": "Point", "coordinates": [ 18.28, 49.83 ] } },
{ "type": "Feature", "properties": { "population": 312770 }, "geometry": { "type": "Point", "coordinates": [ 27.92, 43.22 ] } },
{ "type": "Feature", "properties": { "population": 312656 }, "geometry": { "type": "Point", "coordinates": [ -40.34, -20.32 ] } },
{ "type": "Feature", "properties": { "population": 312588 }, "geometry": { "type": "Point", "coordinates": [ 117.78, 30.95 ] } },
{ "type": "Feature", "properties": { "population": 312323 }, "geometry": { "type": "Point", "coordinates": [ 124.4, 8.25 ] } },
{ "type": "Feature", "properties": { "population": 312140 }, "geometry": { "type": "Point", "coordinates": [ -71.97, -13.52 ] } },
{ "type": "Feature", "properties": { "population": 311724 }, "geometry": { "type": "Point", "coordinates": [ -51.94, -23.43 ] } },
{ "type": "Feature", "properties": { "population": 311203 }, "geometry": { "type": "Point", "coordinates": [ 131.42, 31.91 ] } },
{ "type": "Feature", "properties": { "population": 311063 }, "geometry": { "type": "Point", "coordinates": [ 98.86, 3.63 ] } },
{ "type": "Feature", "properties": { "population": 310750 }, "geometry": { "type": "Point", "coordinates": [ -74.55, -8.38 ] } },
{ "type": "Feature", "properties": { "population": 310565 }, "geometry": { "type": "Point", "coordinates": [ 117.21, 29.29 ] } },
{ "type": "Feature", "properties": { "population": 310424 }, "geometry": { "type": "Point", "coordinates": [ -46.26, -23.99 ] } },
{ "type": "Feature", "properties": { "population": 310100 }, "geometry": { "type": "Point", "coordinates": [ 125.76, 38.51 ] } },
{ "type": "Feature", "properties": { "population": 310024 }, "geometry": { "type": "Point", "coordinates": [ 40.4, 56.14 ] } },
{ "type": "Feature", "properties": { "population": 309832 }, "geometry": { "type": "Point", "coordinates": [ -70.4, -23.65 ] } },
{ "type": "Feature", "properties": { "population": 309714 }, "geometry": { "type": "Point", "coordinates": [ 26.71, -29.27 ] } },
{ "type": "Feature", "properties": { "population": 309712 }, "geometry": { "type": "Point", "coordinates": [ 102.27, -3.8 ] } },
{ "type": "Feature", "properties": { "population": 309709 }, "geometry": { "type": "Point", "coordinates": [ 125.54, 8.95 ] } },
{ "type": "Feature", "properties": { "population": 309003 }, "geometry": { "type": "Point", "coordinates": [ -97.87, 22.28 ] } },
{ "type": "Feature", "properties": { "population": 308500 }, "geometry": { "type": "Point", "coordinates": [ 113.5, 52.03 ] } },
{ "type": "Feature", "properties": { "population": 308313 }, "geometry": { "type": "Point", "coordinates": [ -1.51, 52.41 ] } },
{ "type": "Feature", "properties": { "population": 308308 }, "geometry": { "type": "Point", "coordinates": [ 151.78, -32.93 ] } },
{ "type": "Feature", "properties": { "population": 308237 }, "geometry": { "type": "Point", "coordinates": [ -73.25, 10.46 ] } },
{ "type": "Feature", "properties": { "population": 308206 }, "geometry": { "type": "Point", "coordinates": [ -100.31, 25.8 ] } },
{ "type": "Feature", "properties": { "population": 307987 }, "geometry": { "type": "Point", "coordinates": [ 5.73, 34.85 ] } },
{ "type": "Feature", "properties": { "population": 307960 }, "geometry": { "type": "Point", "coordinates": [ 8.48, 49.5 ] } },
{ "type": "Feature", "properties": { "population": 307684 }, "geometry": { "type": "Point", "coordinates": [ 31.28, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 307480 }, "geometry": { "type": "Point", "coordinates": [ 35.85, 32.56 ] } },
{ "type": "Feature", "properties": { "population": 307359 }, "geometry": { "type": "Point", "coordinates": [ 77.1, 13.34 ] } },
{ "type": "Feature", "properties": { "population": 307242 }, "geometry": { "type": "Point", "coordinates": [ 128.08, 35.19 ] } },
{ "type": "Feature", "properties": { "population": 306462 }, "geometry": { "type": "Point", "coordinates": [ 117.89, 4.24 ] } },
{ "type": "Feature", "properties": { "population": 306450 }, "geometry": { "type": "Point", "coordinates": [ 118.49, 37.46 ] } },
{ "type": "Feature", "properties": { "population": 306409 }, "geometry": { "type": "Point", "coordinates": [ 78.4, 27.15 ] } },
{ "type": "Feature", "properties": { "population": 306393 }, "geometry": { "type": "Point", "coordinates": [ 30.84, 29.31 ] } },
{ "type": "Feature", "properties": { "population": 306180 }, "geometry": { "type": "Point", "coordinates": [ -63.9, -8.76 ] } },
{ "type": "Feature", "properties": { "population": 305901 }, "geometry": { "type": "Point", "coordinates": [ -100.82, 20.52 ] } },
{ "type": "Feature", "properties": { "population": 305891 }, "geometry": { "type": "Point", "coordinates": [ -65.3, -24.19 ] } },
{ "type": "Feature", "properties": { "population": 305704 }, "geometry": { "type": "Point", "coordinates": [ -80.0, 40.44 ] } },
{ "type": "Feature", "properties": { "population": 305692 }, "geometry": { "type": "Point", "coordinates": [ 28.37, -26.24 ] } },
{ "type": "Feature", "properties": { "population": 305576 }, "geometry": { "type": "Point", "coordinates": [ 121.04, 14.58 ] } },
{ "type": "Feature", "properties": { "population": 305438 }, "geometry": { "type": "Point", "coordinates": [ 78.1, 18.67 ] } },
{ "type": "Feature", "properties": { "population": 305405 }, "geometry": { "type": "Point", "coordinates": [ 86.84, 23.73 ] } },
{ "type": "Feature", "properties": { "population": 305215 }, "geometry": { "type": "Point", "coordinates": [ -97.4, 27.8 ] } },
{ "type": "Feature", "properties": { "population": 305041 }, "geometry": { "type": "Point", "coordinates": [ -47.4, -20.54 ] } },
{ "type": "Feature", "properties": { "population": 304804 }, "geometry": { "type": "Point", "coordinates": [ 81.78, 17.01 ] } },
{ "type": "Feature", "properties": { "population": 304142 }, "geometry": { "type": "Point", "coordinates": [ 23.8, 44.32 ] } },
{ "type": "Feature", "properties": { "population": 303871 }, "geometry": { "type": "Point", "coordinates": [ -117.4, 33.95 ] } },
{ "type": "Feature", "properties": { "population": 303399 }, "geometry": { "type": "Point", "coordinates": [ 28.63, 44.18 ] } },
{ "type": "Feature", "properties": { "population": 303394 }, "geometry": { "type": "Point", "coordinates": [ 45.17, 54.18 ] } },
{ "type": "Feature", "properties": { "population": 303282 }, "geometry": { "type": "Point", "coordinates": [ 67.11, 36.71 ] } },
{ "type": "Feature", "properties": { "population": 302296 }, "geometry": { "type": "Point", "coordinates": [ -0.34, 53.74 ] } },
{ "type": "Feature", "properties": { "population": 302139 }, "geometry": { "type": "Point", "coordinates": [ -3.18, 51.48 ] } },
{ "type": "Feature", "properties": { "population": 301725 }, "geometry": { "type": "Point", "coordinates": [ 87.86, 23.26 ] } },
{ "type": "Feature", "properties": { "population": 301506 }, "geometry": { "type": "Point", "coordinates": [ 74.08, 32.57 ] } },
{ "type": "Feature", "properties": { "population": 300795 }, "geometry": { "type": "Point", "coordinates": [ 127.68, 26.21 ] } },
{ "type": "Feature", "properties": { "population": 300715 }, "geometry": { "type": "Point", "coordinates": [ 23.69, 52.1 ] } },
{ "type": "Feature", "properties": { "population": 300424 }, "geometry": { "type": "Point", "coordinates": [ 72.05, 34.2 ] } },
{ "type": "Feature", "properties": { "population": 300367 }, "geometry": { "type": "Point", "coordinates": [ 73.42, 61.25 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 100.34, 5.41 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 65.5, 44.85 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 67.21, 24.94 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 31.58, 4.85 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 75.38, 22.37 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ -71.14, 8.6 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 110.49, 24.78 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 65.51, 44.85 ] } },
{ "type": "Feature", "properties": { "population": 300000 }, "geometry": { "type": "Point", "coordinates": [ 32.73, 39.97 ] } },
{ "type": "Feature", "properties": { "population": 299391 }, "geometry": { "type": "Point", "coordinates": [ 120.58, 15.15 ] } },
{ "type": "Feature", "properties": { "population": 299310 }, "geometry": { "type": "Point", "coordinates": [ -1.75, 53.79 ] } },
{ "type": "Feature", "properties": { "population": 298976 }, "geometry": { "type": "Point", "coordinates": [ 120.57, 15.16 ] } },
{ "type": "Feature", "properties": { "population": 298589 }, "geometry": { "type": "Point", "coordinates": [ 136.97, 35.25 ] } },
{ "type": "Feature", "properties": { "population": 298585 }, "geometry": { "type": "Point", "coordinates": [ 113.7, -8.17 ] } },
{ "type": "Feature", "properties": { "population": 298394 }, "geometry": { "type": "Point", "coordinates": [ 140.74, 40.82 ] } },
{ "type": "Feature", "properties": { "population": 298164 }, "geometry": { "type": "Point", "coordinates": [ 135.87, 35.0 ] } },
{ "type": "Feature", "properties": { "population": 298127 }, "geometry": { "type": "Point", "coordinates": [ 88.48, 22.72 ] } },
{ "type": "Feature", "properties": { "population": 298004 }, "geometry": { "type": "Point", "coordinates": [ 39.22, 38.67 ] } },
{ "type": "Feature", "properties": { "population": 297601 }, "geometry": { "type": "Point", "coordinates": [ -119.35, 50.36 ] } },
{ "type": "Feature", "properties": { "population": 297568 }, "geometry": { "type": "Point", "coordinates": [ 32.06, 49.43 ] } },
{ "type": "Feature", "properties": { "population": 297332 }, "geometry": { "type": "Point", "coordinates": [ -8.72, 42.23 ] } },
{ "type": "Feature", "properties": { "population": 297284 }, "geometry": { "type": "Point", "coordinates": [ -97.87, 22.26 ] } },
{ "type": "Feature", "properties": { "population": 297279 }, "geometry": { "type": "Point", "coordinates": [ 134.98, 34.63 ] } },
{ "type": "Feature", "properties": { "population": 296973 }, "geometry": { "type": "Point", "coordinates": [ 88.34, 22.65 ] } },
{ "type": "Feature", "properties": { "population": 296943 }, "geometry": { "type": "Point", "coordinates": [ -84.46, 39.16 ] } },
{ "type": "Feature", "properties": { "population": 296436 }, "geometry": { "type": "Point", "coordinates": [ 75.72, 29.15 ] } },
{ "type": "Feature", "properties": { "population": 296418 }, "geometry": { "type": "Point", "coordinates": [ 79.03, 28.81 ] } },
{ "type": "Feature", "properties": { "population": 295841 }, "geometry": { "type": "Point", "coordinates": [ 136.62, 34.97 ] } },
{ "type": "Feature", "properties": { "population": 295803 }, "geometry": { "type": "Point", "coordinates": [ -84.46, 38.05 ] } },
{ "type": "Feature", "properties": { "population": 295538 }, "geometry": { "type": "Point", "coordinates": [ 127.67, 34.76 ] } },
{ "type": "Feature", "properties": { "population": 295172 }, "geometry": { "type": "Point", "coordinates": [ 141.15, 39.7 ] } },
{ "type": "Feature", "properties": { "population": 294551 }, "geometry": { "type": "Point", "coordinates": [ -71.55, -33.02 ] } },
{ "type": "Feature", "properties": { "population": 294456 }, "geometry": { "type": "Point", "coordinates": [ 34.8, 50.92 ] } },
{ "type": "Feature", "properties": { "population": 294237 }, "geometry": { "type": "Point", "coordinates": [ 140.47, 37.75 ] } },
{ "type": "Feature", "properties": { "population": 294087 }, "geometry": { "type": "Point", "coordinates": [ 28.05, 45.45 ] } },
{ "type": "Feature", "properties": { "population": 293949 }, "geometry": { "type": "Point", "coordinates": [ -49.07, -26.92 ] } },
{ "type": "Feature", "properties": { "population": 293908 }, "geometry": { "type": "Point", "coordinates": [ 77.54, 28.5 ] } },
{ "type": "Feature", "properties": { "population": 293908 }, "geometry": { "type": "Point", "coordinates": [ 77.33, 28.58 ] } },
{ "type": "Feature", "properties": { "population": 293523 }, "geometry": { "type": "Point", "coordinates": [ -54.59, -25.55 ] } },
{ "type": "Feature", "properties": { "population": 293179 }, "geometry": { "type": "Point", "coordinates": [ 49.57, 25.36 ] } },
{ "type": "Feature", "properties": { "population": 292923 }, "geometry": { "type": "Point", "coordinates": [ 82.24, 16.96 ] } },
{ "type": "Feature", "properties": { "population": 292808 }, "geometry": { "type": "Point", "coordinates": [ 76.97, 29.39 ] } },
{ "type": "Feature", "properties": { "population": 292780 }, "geometry": { "type": "Point", "coordinates": [ 80.27, 50.43 ] } },
{ "type": "Feature", "properties": { "population": 292645 }, "geometry": { "type": "Point", "coordinates": [ 8.51, 7.74 ] } },
{ "type": "Feature", "properties": { "population": 292190 }, "geometry": { "type": "Point", "coordinates": [ 150.89, -34.42 ] } },
{ "type": "Feature", "properties": { "population": 292177 }, "geometry": { "type": "Point", "coordinates": [ -50.16, -25.09 ] } },
{ "type": "Feature", "properties": { "population": 291905 }, "geometry": { "type": "Point", "coordinates": [ 6.55, 9.62 ] } },
{ "type": "Feature", "properties": { "population": 291855 }, "geometry": { "type": "Point", "coordinates": [ 23.16, 53.13 ] } },
{ "type": "Feature", "properties": { "population": 291826 }, "geometry": { "type": "Point", "coordinates": [ -149.9, 61.22 ] } },
{ "type": "Feature", "properties": { "population": 291707 }, "geometry": { "type": "Point", "coordinates": [ -121.29, 37.96 ] } },
{ "type": "Feature", "properties": { "population": 291649 }, "geometry": { "type": "Point", "coordinates": [ 33.45, -8.9 ] } },
{ "type": "Feature", "properties": { "population": 291555 }, "geometry": { "type": "Point", "coordinates": [ 100.51, 13.86 ] } },
{ "type": "Feature", "properties": { "population": 291006 }, "geometry": { "type": "Point", "coordinates": [ 128.34, 36.11 ] } },
{ "type": "Feature", "properties": { "population": 290933 }, "geometry": { "type": "Point", "coordinates": [ 41.44, 52.73 ] } },
{ "type": "Feature", "properties": { "population": 290927 }, "geometry": { "type": "Point", "coordinates": [ 15.07, 37.49 ] } },
{ "type": "Feature", "properties": { "population": 290802 }, "geometry": { "type": "Point", "coordinates": [ 49.58, 25.41 ] } },
{ "type": "Feature", "properties": { "population": 290768 }, "geometry": { "type": "Point", "coordinates": [ 10.42, 5.48 ] } },
{ "type": "Feature", "properties": { "population": 290643 }, "geometry": { "type": "Point", "coordinates": [ 74.45, 31.12 ] } },
{ "type": "Feature", "properties": { "population": 290529 }, "geometry": { "type": "Point", "coordinates": [ 5.12, 52.09 ] } },
{ "type": "Feature", "properties": { "population": 290000 }, "geometry": { "type": "Point", "coordinates": [ 110.29, 20.0 ] } },
{ "type": "Feature", "properties": { "population": 289971 }, "geometry": { "type": "Point", "coordinates": [ -34.87, -7.94 ] } },
{ "type": "Feature", "properties": { "population": 289709 }, "geometry": { "type": "Point", "coordinates": [ 44.42, 32.46 ] } },
{ "type": "Feature", "properties": { "population": 289665 }, "geometry": { "type": "Point", "coordinates": [ -47.4, -22.56 ] } },
{ "type": "Feature", "properties": { "population": 289629 }, "geometry": { "type": "Point", "coordinates": [ 76.77, 19.27 ] } },
{ "type": "Feature", "properties": { "population": 289625 }, "geometry": { "type": "Point", "coordinates": [ -123.37, 48.43 ] } },
{ "type": "Feature", "properties": { "population": 289568 }, "geometry": { "type": "Point", "coordinates": [ 109.1, 21.48 ] } },
{ "type": "Feature", "properties": { "population": 289201 }, "geometry": { "type": "Point", "coordinates": [ 114.42, 23.11 ] } },
{ "type": "Feature", "properties": { "population": 288743 }, "geometry": { "type": "Point", "coordinates": [ 28.9, 40.99 ] } },
{ "type": "Feature", "properties": { "population": 288728 }, "geometry": { "type": "Point", "coordinates": [ 114.1, 22.37 ] } },
{ "type": "Feature", "properties": { "population": 288649 }, "geometry": { "type": "Point", "coordinates": [ -82.69, 38.46 ] } },
{ "type": "Feature", "properties": { "population": 288649 }, "geometry": { "type": "Point", "coordinates": [ -82.71, 38.41 ] } },
{ "type": "Feature", "properties": { "population": 288461 }, "geometry": { "type": "Point", "coordinates": [ 5.41, 36.19 ] } },
{ "type": "Feature", "properties": { "population": 288163 }, "geometry": { "type": "Point", "coordinates": [ -9.24, 32.3 ] } },
{ "type": "Feature", "properties": { "population": 288112 }, "geometry": { "type": "Point", "coordinates": [ 124.4, 40.1 ] } },
{ "type": "Feature", "properties": { "population": 287217 }, "geometry": { "type": "Point", "coordinates": [ 107.6, 16.46 ] } },
{ "type": "Feature", "properties": { "population": 287208 }, "geometry": { "type": "Point", "coordinates": [ -83.56, 41.66 ] } },
{ "type": "Feature", "properties": { "population": 287150 }, "geometry": { "type": "Point", "coordinates": [ 85.9, 26.15 ] } },
{ "type": "Feature", "properties": { "population": 287101 }, "geometry": { "type": "Point", "coordinates": [ 10.08, 53.57 ] } },
{ "type": "Feature", "properties": { "population": 286787 }, "geometry": { "type": "Point", "coordinates": [ 30.4, 40.78 ] } },
{ "type": "Feature", "properties": { "population": 286622 }, "geometry": { "type": "Point", "coordinates": [ 29.27, 40.96 ] } },
{ "type": "Feature", "properties": { "population": 285269 }, "geometry": { "type": "Point", "coordinates": [ -51.02, -30.08 ] } },
{ "type": "Feature", "properties": { "population": 285097 }, "geometry": { "type": "Point", "coordinates": [ 31.5, 30.59 ] } },
{ "type": "Feature", "properties": { "population": 285068 }, "geometry": { "type": "Point", "coordinates": [ -93.09, 44.94 ] } },
{ "type": "Feature", "properties": { "population": 285065 }, "geometry": { "type": "Point", "coordinates": [ 103.14, 5.33 ] } },
{ "type": "Feature", "properties": { "population": 284813 }, "geometry": { "type": "Point", "coordinates": [ 32.27, 30.6 ] } },
{ "type": "Feature", "properties": { "population": 284289 }, "geometry": { "type": "Point", "coordinates": [ -70.23, 8.59 ] } },
{ "type": "Feature", "properties": { "population": 284000 }, "geometry": { "type": "Point", "coordinates": [ 42.99, 36.87 ] } },
{ "type": "Feature", "properties": { "population": 283799 }, "geometry": { "type": "Point", "coordinates": [ 8.4, 49.01 ] } },
{ "type": "Feature", "properties": { "population": 283733 }, "geometry": { "type": "Point", "coordinates": [ 147.18, -9.44 ] } },
{ "type": "Feature", "properties": { "population": 283531 }, "geometry": { "type": "Point", "coordinates": [ 140.08, 35.52 ] } },
{ "type": "Feature", "properties": { "population": 283501 }, "geometry": { "type": "Point", "coordinates": [ 126.95, 35.94 ] } },
{ "type": "Feature", "properties": { "population": 283441 }, "geometry": { "type": "Point", "coordinates": [ 109.19, 12.25 ] } },
{ "type": "Feature", "properties": { "population": 283314 }, "geometry": { "type": "Point", "coordinates": [ -46.31, -23.54 ] } },
{ "type": "Feature", "properties": { "population": 283228 }, "geometry": { "type": "Point", "coordinates": [ 76.62, 27.56 ] } },
{ "type": "Feature", "properties": { "population": 283172 }, "geometry": { "type": "Point", "coordinates": [ 121.12, 14.58 ] } },
{ "type": "Feature", "properties": { "population": 283052 }, "geometry": { "type": "Point", "coordinates": [ -72.29, 18.51 ] } },
{ "type": "Feature", "properties": { "population": 282711 }, "geometry": { "type": "Point", "coordinates": [ 139.06, 36.39 ] } },
{ "type": "Feature", "properties": { "population": 282705 }, "geometry": { "type": "Point", "coordinates": [ 82.16, 22.07 ] } },
{ "type": "Feature", "properties": { "population": 282673 }, "geometry": { "type": "Point", "coordinates": [ 153.11, -27.64 ] } },
{ "type": "Feature", "properties": { "population": 282448 }, "geometry": { "type": "Point", "coordinates": [ -71.63, -33.04 ] } },
{ "type": "Feature", "properties": { "population": 282431 }, "geometry": { "type": "Point", "coordinates": [ 119.87, -0.89 ] } },
{ "type": "Feature", "properties": { "population": 282396 }, "geometry": { "type": "Point", "coordinates": [ 123.61, -10.17 ] } },
{ "type": "Feature", "properties": { "population": 282192 }, "geometry": { "type": "Point", "coordinates": [ 28.68, 50.26 ] } },
{ "type": "Feature", "properties": { "population": 281853 }, "geometry": { "type": "Point", "coordinates": [ -75.6, 6.18 ] } },
{ "type": "Feature", "properties": { "population": 281436 }, "geometry": { "type": "Point", "coordinates": [ 29.43, 40.8 ] } },
{ "type": "Feature", "properties": { "population": 281080 }, "geometry": { "type": "Point", "coordinates": [ 90.72, 23.92 ] } },
{ "type": "Feature", "properties": { "population": 280798 }, "geometry": { "type": "Point", "coordinates": [ 6.17, 35.56 ] } },
{ "type": "Feature", "properties": { "population": 280592 }, "geometry": { "type": "Point", "coordinates": [ -104.9, 21.51 ] } },
{ "type": "Feature", "properties": { "population": 280582 }, "geometry": { "type": "Point", "coordinates": [ 118.3, 32.32 ] } },
{ "type": "Feature", "properties": { "population": 280331 }, "geometry": { "type": "Point", "coordinates": [ 136.8, 35.3 ] } },
{ "type": "Feature", "properties": { "population": 280098 }, "geometry": { "type": "Point", "coordinates": [ -70.25, -18.01 ] } },
{ "type": "Feature", "properties": { "population": 280000 }, "geometry": { "type": "Point", "coordinates": [ 9.98, 53.59 ] } },
{ "type": "Feature", "properties": { "population": 279914 }, "geometry": { "type": "Point", "coordinates": [ 72.36, 34.78 ] } },
{ "type": "Feature", "properties": { "population": 279319 }, "geometry": { "type": "Point", "coordinates": [ 4.92, 7.65 ] } },
{ "type": "Feature", "properties": { "population": 279100 }, "geometry": { "type": "Point", "coordinates": [ 47.89, 56.64 ] } },
{ "type": "Feature", "properties": { "population": 279056 }, "geometry": { "type": "Point", "coordinates": [ 38.9, 47.24 ] } },
{ "type": "Feature", "properties": { "population": 278890 }, "geometry": { "type": "Point", "coordinates": [ -66.66, 10.23 ] } },
{ "type": "Feature", "properties": { "population": 278550 }, "geometry": { "type": "Point", "coordinates": [ 38.05, 48.34 ] } },
{ "type": "Feature", "properties": { "population": 278013 }, "geometry": { "type": "Point", "coordinates": [ -83.02, 42.3 ] } },
{ "type": "Feature", "properties": { "population": 277904 }, "geometry": { "type": "Point", "coordinates": [ 4.74, 7.63 ] } },
{ "type": "Feature", "properties": { "population": 277656 }, "geometry": { "type": "Point", "coordinates": [ 40.93, 57.77 ] } },
{ "type": "Feature", "properties": { "population": 277554 }, "geometry": { "type": "Point", "coordinates": [ -5.66, 43.54 ] } },
{ "type": "Feature", "properties": { "population": 277387 }, "geometry": { "type": "Point", "coordinates": [ 16.86, 41.11 ] } },
{ "type": "Feature", "properties": { "population": 277334 }, "geometry": { "type": "Point", "coordinates": [ 51.54, 32.69 ] } },
{ "type": "Feature", "properties": { "population": 277278 }, "geometry": { "type": "Point", "coordinates": [ 10.76, 34.74 ] } },
{ "type": "Feature", "properties": { "population": 277269 }, "geometry": { "type": "Point", "coordinates": [ -1.55, 47.22 ] } },
{ "type": "Feature", "properties": { "population": 277140 }, "geometry": { "type": "Point", "coordinates": [ -74.17, 40.74 ] } },
{ "type": "Feature", "properties": { "population": 276964 }, "geometry": { "type": "Point", "coordinates": [ -79.0, -2.9 ] } },
{ "type": "Feature", "properties": { "population": 276574 }, "geometry": { "type": "Point", "coordinates": [ 5.59, 7.2 ] } },
{ "type": "Feature", "properties": { "population": 276546 }, "geometry": { "type": "Point", "coordinates": [ -62.27, -38.72 ] } },
{ "type": "Feature", "properties": { "population": 276414 }, "geometry": { "type": "Point", "coordinates": [ 106.93, -6.92 ] } },
{ "type": "Feature", "properties": { "population": 276088 }, "geometry": { "type": "Point", "coordinates": [ 25.61, 45.65 ] } },
{ "type": "Feature", "properties": { "population": 275908 }, "geometry": { "type": "Point", "coordinates": [ 137.01, 50.55 ] } },
{ "type": "Feature", "properties": { "population": 275730 }, "geometry": { "type": "Point", "coordinates": [ 140.74, 41.78 ] } },
{ "type": "Feature", "properties": { "population": 275630 }, "geometry": { "type": "Point", "coordinates": [ 3.18, 36.73 ] } },
{ "type": "Feature", "properties": { "population": 275239 }, "geometry": { "type": "Point", "coordinates": [ 13.8, 10.74 ] } },
{ "type": "Feature", "properties": { "population": 275019 }, "geometry": { "type": "Point", "coordinates": [ -38.65, -3.74 ] } },
{ "type": "Feature", "properties": { "population": 274845 }, "geometry": { "type": "Point", "coordinates": [ 7.75, 48.58 ] } },
{ "type": "Feature", "properties": { "population": 274770 }, "geometry": { "type": "Point", "coordinates": [ -5.93, 54.58 ] } },
{ "type": "Feature", "properties": { "population": 274717 }, "geometry": { "type": "Point", "coordinates": [ 75.99, 39.47 ] } },
{ "type": "Feature", "properties": { "population": 274539 }, "geometry": { "type": "Point", "coordinates": [ 43.31, 33.42 ] } },
{ "type": "Feature", "properties": { "population": 274383 }, "geometry": { "type": "Point", "coordinates": [ 74.46, 16.69 ] } },
{ "type": "Feature", "properties": { "population": 273992 }, "geometry": { "type": "Point", "coordinates": [ 135.57, 34.82 ] } },
{ "type": "Feature", "properties": { "population": 273213 }, "geometry": { "type": "Point", "coordinates": [ 135.6, 34.62 ] } },
{ "type": "Feature", "properties": { "population": 272806 }, "geometry": { "type": "Point", "coordinates": [ 62.2, 34.35 ] } },
{ "type": "Feature", "properties": { "population": 272801 }, "geometry": { "type": "Point", "coordinates": [ -75.21, 20.14 ] } },
{ "type": "Feature", "properties": { "population": 272800 }, "geometry": { "type": "Point", "coordinates": [ 43.62, 43.5 ] } },
{ "type": "Feature", "properties": { "population": 272714 }, "geometry": { "type": "Point", "coordinates": [ 120.59, 16.42 ] } },
{ "type": "Feature", "properties": { "population": 272691 }, "geometry": { "type": "Point", "coordinates": [ -43.18, -22.5 ] } },
{ "type": "Feature", "properties": { "population": 272465 }, "geometry": { "type": "Point", "coordinates": [ 51.42, 25.29 ] } },
{ "type": "Feature", "properties": { "population": 272432 }, "geometry": { "type": "Point", "coordinates": [ 8.25, 50.08 ] } },
{ "type": "Feature", "properties": { "population": 272420 }, "geometry": { "type": "Point", "coordinates": [ -75.88, 8.75 ] } },
{ "type": "Feature", "properties": { "population": 272359 }, "geometry": { "type": "Point", "coordinates": [ 51.44, 33.98 ] } },
{ "type": "Feature", "properties": { "population": 272220 }, "geometry": { "type": "Point", "coordinates": [ 14.51, 46.05 ] } },
{ "type": "Feature", "properties": { "population": 271634 }, "geometry": { "type": "Point", "coordinates": [ 134.83, 34.77 ] } },
{ "type": "Feature", "properties": { "population": 271143 }, "geometry": { "type": "Point", "coordinates": [ 108.22, -7.33 ] } },
{ "type": "Feature", "properties": { "population": 271064 }, "geometry": { "type": "Point", "coordinates": [ 75.72, 16.82 ] } },
{ "type": "Feature", "properties": { "population": 270669 }, "geometry": { "type": "Point", "coordinates": [ 118.34, 35.06 ] } },
{ "type": "Feature", "properties": { "population": 270216 }, "geometry": { "type": "Point", "coordinates": [ 121.05, 14.36 ] } },
{ "type": "Feature", "properties": { "population": 270184 }, "geometry": { "type": "Point", "coordinates": [ 7.63, 51.96 ] } },
{ "type": "Feature", "properties": { "population": 270028 }, "geometry": { "type": "Point", "coordinates": [ 7.12, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 269923 }, "geometry": { "type": "Point", "coordinates": [ -99.15, 23.74 ] } },
{ "type": "Feature", "properties": { "population": 269666 }, "geometry": { "type": "Point", "coordinates": [ -79.79, 36.07 ] } },
{ "type": "Feature", "properties": { "population": 268402 }, "geometry": { "type": "Point", "coordinates": [ 126.39, 34.79 ] } },
{ "type": "Feature", "properties": { "population": 268237 }, "geometry": { "type": "Point", "coordinates": [ 36.05, 32.02 ] } },
{ "type": "Feature", "properties": { "population": 268132 }, "geometry": { "type": "Point", "coordinates": [ 17.08, -22.56 ] } },
{ "type": "Feature", "properties": { "population": 267462 }, "geometry": { "type": "Point", "coordinates": [ 20.8, -6.42 ] } },
{ "type": "Feature", "properties": { "population": 267370 }, "geometry": { "type": "Point", "coordinates": [ 30.13, 31.13 ] } },
{ "type": "Feature", "properties": { "population": 267345 }, "geometry": { "type": "Point", "coordinates": [ 134.56, 34.07 ] } },
{ "type": "Feature", "properties": { "population": 267300 }, "geometry": { "type": "Point", "coordinates": [ 34.99, 32.82 ] } },
{ "type": "Feature", "properties": { "population": 267231 }, "geometry": { "type": "Point", "coordinates": [ 55.95, 53.62 ] } },
{ "type": "Feature", "properties": { "population": 267005 }, "geometry": { "type": "Point", "coordinates": [ 41.69, 27.52 ] } },
{ "type": "Feature", "properties": { "population": 265886 }, "geometry": { "type": "Point", "coordinates": [ 113.55, 30.94 ] } },
{ "type": "Feature", "properties": { "population": 265846 }, "geometry": { "type": "Point", "coordinates": [ 111.32, 23.48 ] } },
{ "type": "Feature", "properties": { "population": 265344 }, "geometry": { "type": "Point", "coordinates": [ 123.63, 47.2 ] } },
{ "type": "Feature", "properties": { "population": 265331 }, "geometry": { "type": "Point", "coordinates": [ 92.72, 23.73 ] } },
{ "type": "Feature", "properties": { "population": 265208 }, "geometry": { "type": "Point", "coordinates": [ 6.08, 50.78 ] } },
{ "type": "Feature", "properties": { "population": 265150 }, "geometry": { "type": "Point", "coordinates": [ 49.67, 40.59 ] } },
{ "type": "Feature", "properties": { "population": 265032 }, "geometry": { "type": "Point", "coordinates": [ 124.22, 8.17 ] } },
{ "type": "Feature", "properties": { "population": 265025 }, "geometry": { "type": "Point", "coordinates": [ 34.35, 61.78 ] } },
{ "type": "Feature", "properties": { "population": 264734 }, "geometry": { "type": "Point", "coordinates": [ 26.13, 11.46 ] } },
{ "type": "Feature", "properties": { "population": 264662 }, "geometry": { "type": "Point", "coordinates": [ 7.49, 5.53 ] } },
{ "type": "Feature", "properties": { "population": 264136 }, "geometry": { "type": "Point", "coordinates": [ 104.75, 31.46 ] } },
{ "type": "Feature", "properties": { "population": 264022 }, "geometry": { "type": "Point", "coordinates": [ 37.02, 39.75 ] } },
{ "type": "Feature", "properties": { "population": 262566 }, "geometry": { "type": "Point", "coordinates": [ -96.72, 17.07 ] } },
{ "type": "Feature", "properties": { "population": 262491 }, "geometry": { "type": "Point", "coordinates": [ 29.23, -25.87 ] } },
{ "type": "Feature", "properties": { "population": 262485 }, "geometry": { "type": "Point", "coordinates": [ 2.16, 41.39 ] } },
{ "type": "Feature", "properties": { "population": 262457 }, "geometry": { "type": "Point", "coordinates": [ 57.21, 50.28 ] } },
{ "type": "Feature", "properties": { "population": 262295 }, "geometry": { "type": "Point", "coordinates": [ -60.52, -31.73 ] } },
{ "type": "Feature", "properties": { "population": 262034 }, "geometry": { "type": "Point", "coordinates": [ 75.89, 19.84 ] } },
{ "type": "Feature", "properties": { "population": 261987 }, "geometry": { "type": "Point", "coordinates": [ 78.56, 17.35 ] } },
{ "type": "Feature", "properties": { "population": 261742 }, "geometry": { "type": "Point", "coordinates": [ 6.44, 51.19 ] } },
{ "type": "Feature", "properties": { "population": 261573 }, "geometry": { "type": "Point", "coordinates": [ -79.27, 43.87 ] } },
{ "type": "Feature", "properties": { "population": 261548 }, "geometry": { "type": "Point", "coordinates": [ 13.0, 55.61 ] } },
{ "type": "Feature", "properties": { "population": 261310 }, "geometry": { "type": "Point", "coordinates": [ -78.88, 42.89 ] } },
{ "type": "Feature", "properties": { "population": 261218 }, "geometry": { "type": "Point", "coordinates": [ 76.06, 22.97 ] } },
{ "type": "Feature", "properties": { "population": 261187 }, "geometry": { "type": "Point", "coordinates": [ -75.4, 9.3 ] } },
{ "type": "Feature", "properties": { "population": 261110 }, "geometry": { "type": "Point", "coordinates": [ 122.27, 43.61 ] } },
{ "type": "Feature", "properties": { "population": 260843 }, "geometry": { "type": "Point", "coordinates": [ -47.93, -19.75 ] } },
{ "type": "Feature", "properties": { "population": 260419 }, "geometry": { "type": "Point", "coordinates": [ -2.19, 53.0 ] } },
{ "type": "Feature", "properties": { "population": 260072 }, "geometry": { "type": "Point", "coordinates": [ 88.38, 22.64 ] } },
{ "type": "Feature", "properties": { "population": 260000 }, "geometry": { "type": "Point", "coordinates": [ 81.27, 40.54 ] } },
{ "type": "Feature", "properties": { "population": 259903 }, "geometry": { "type": "Point", "coordinates": [ 36.07, -0.28 ] } },
{ "type": "Feature", "properties": { "population": 259841 }, "geometry": { "type": "Point", "coordinates": [ -96.7, 33.02 ] } },
{ "type": "Feature", "properties": { "population": 259598 }, "geometry": { "type": "Point", "coordinates": [ 105.79, 10.04 ] } },
{ "type": "Feature", "properties": { "population": 259196 }, "geometry": { "type": "Point", "coordinates": [ 10.9, 48.37 ] } },
{ "type": "Feature", "properties": { "population": 259052 }, "geometry": { "type": "Point", "coordinates": [ 139.34, 35.32 ] } },
{ "type": "Feature", "properties": { "population": 258944 }, "geometry": { "type": "Point", "coordinates": [ 83.22, 17.7 ] } },
{ "type": "Feature", "properties": { "population": 258807 }, "geometry": { "type": "Point", "coordinates": [ 116.0, 29.7 ] } },
{ "type": "Feature", "properties": { "population": 258757 }, "geometry": { "type": "Point", "coordinates": [ 113.11, 41.03 ] } },
{ "type": "Feature", "properties": { "population": 258653 }, "geometry": { "type": "Point", "coordinates": [ -76.61, 2.44 ] } },
{ "type": "Feature", "properties": { "population": 258573 }, "geometry": { "type": "Point", "coordinates": [ 44.13, 17.49 ] } },
{ "type": "Feature", "properties": { "population": 258379 }, "geometry": { "type": "Point", "coordinates": [ -96.67, 40.8 ] } },
{ "type": "Feature", "properties": { "population": 258162 }, "geometry": { "type": "Point", "coordinates": [ -109.94, 27.49 ] } },
{ "type": "Feature", "properties": { "population": 258132 }, "geometry": { "type": "Point", "coordinates": [ 49.12, 14.54 ] } },
{ "type": "Feature", "properties": { "population": 257945 }, "geometry": { "type": "Point", "coordinates": [ 109.68, -6.89 ] } },
{ "type": "Feature", "properties": { "population": 257783 }, "geometry": { "type": "Point", "coordinates": [ -64.18, 10.45 ] } },
{ "type": "Feature", "properties": { "population": 257778 }, "geometry": { "type": "Point", "coordinates": [ 80.82, 24.58 ] } },
{ "type": "Feature", "properties": { "population": 257729 }, "geometry": { "type": "Point", "coordinates": [ -114.98, 36.04 ] } },
{ "type": "Feature", "properties": { "population": 257642 }, "geometry": { "type": "Point", "coordinates": [ -67.81, -9.97 ] } },
{ "type": "Feature", "properties": { "population": 257448 }, "geometry": { "type": "Point", "coordinates": [ 79.02, 26.78 ] } },
{ "type": "Feature", "properties": { "population": 257172 }, "geometry": { "type": "Point", "coordinates": [ -53.46, -24.96 ] } },
{ "type": "Feature", "properties": { "population": 257038 }, "geometry": { "type": "Point", "coordinates": [ 2.1, 41.36 ] } },
{ "type": "Feature", "properties": { "population": 257005 }, "geometry": { "type": "Point", "coordinates": [ 4.84, 7.09 ] } },
{ "type": "Feature", "properties": { "population": 256936 }, "geometry": { "type": "Point", "coordinates": [ 33.48, -19.12 ] } },
{ "type": "Feature", "properties": { "population": 256760 }, "geometry": { "type": "Point", "coordinates": [ 24.65, 60.21 ] } },
{ "type": "Feature", "properties": { "population": 256644 }, "geometry": { "type": "Point", "coordinates": [ -3.75, 40.39 ] } },
{ "type": "Feature", "properties": { "population": 256600 }, "geometry": { "type": "Point", "coordinates": [ 101.61, 56.13 ] } },
{ "type": "Feature", "properties": { "population": 256565 }, "geometry": { "type": "Point", "coordinates": [ -116.6, 31.87 ] } },
{ "type": "Feature", "properties": { "population": 256537 }, "geometry": { "type": "Point", "coordinates": [ 43.46, 56.24 ] } },
{ "type": "Feature", "properties": { "population": 256482 }, "geometry": { "type": "Point", "coordinates": [ 34.88, 36.92 ] } },
{ "type": "Feature", "properties": { "population": 255396 }, "geometry": { "type": "Point", "coordinates": [ 53.06, 36.56 ] } },
{ "type": "Feature", "properties": { "population": 255283 }, "geometry": { "type": "Point", "coordinates": [ 81.28, 21.18 ] } },
{ "type": "Feature", "properties": { "population": 255106 }, "geometry": { "type": "Point", "coordinates": [ 26.23, 50.62 ] } },
{ "type": "Feature", "properties": { "population": 255015 }, "geometry": { "type": "Point", "coordinates": [ -100.94, 22.18 ] } },
{ "type": "Feature", "properties": { "population": 254900 }, "geometry": { "type": "Point", "coordinates": [ 89.18, 42.95 ] } },
{ "type": "Feature", "properties": { "population": 254806 }, "geometry": { "type": "Point", "coordinates": [ 7.71, 5.18 ] } },
{ "type": "Feature", "properties": { "population": 254602 }, "geometry": { "type": "Point", "coordinates": [ 115.47, 35.24 ] } },
{ "type": "Feature", "properties": { "population": 254538 }, "geometry": { "type": "Point", "coordinates": [ 140.36, 38.24 ] } },
{ "type": "Feature", "properties": { "population": 254472 }, "geometry": { "type": "Point", "coordinates": [ -100.46, 25.67 ] } },
{ "type": "Feature", "properties": { "population": 254298 }, "geometry": { "type": "Point", "coordinates": [ 108.56, -6.71 ] } },
{ "type": "Feature", "properties": { "population": 253841 }, "geometry": { "type": "Point", "coordinates": [ -51.13, -29.68 ] } },
{ "type": "Feature", "properties": { "population": 253788 }, "geometry": { "type": "Point", "coordinates": [ 91.97, 21.45 ] } },
{ "type": "Feature", "properties": { "population": 253730 }, "geometry": { "type": "Point", "coordinates": [ 18.53, 54.52 ] } },
{ "type": "Feature", "properties": { "population": 253691 }, "geometry": { "type": "Point", "coordinates": [ -85.13, 41.13 ] } },
{ "type": "Feature", "properties": { "population": 253678 }, "geometry": { "type": "Point", "coordinates": [ -3.72, 40.39 ] } },
{ "type": "Feature", "properties": { "population": 253221 }, "geometry": { "type": "Point", "coordinates": [ 88.42, 22.89 ] } },
{ "type": "Feature", "properties": { "population": 253137 }, "geometry": { "type": "Point", "coordinates": [ -40.84, -14.87 ] } },
{ "type": "Feature", "properties": { "population": 253112 }, "geometry": { "type": "Point", "coordinates": [ 111.67, 32.39 ] } },
{ "type": "Feature", "properties": { "population": 252968 }, "geometry": { "type": "Point", "coordinates": [ 32.04, -28.78 ] } },
{ "type": "Feature", "properties": { "population": 252968 }, "geometry": { "type": "Point", "coordinates": [ -73.12, -36.72 ] } },
{ "type": "Feature", "properties": { "population": 252791 }, "geometry": { "type": "Point", "coordinates": [ -2.12, 52.59 ] } },
{ "type": "Feature", "properties": { "population": 252609 }, "geometry": { "type": "Point", "coordinates": [ 25.35, 13.63 ] } },
{ "type": "Feature", "properties": { "population": 252320 }, "geometry": { "type": "Point", "coordinates": [ -16.97, 14.78 ] } },
{ "type": "Feature", "properties": { "population": 252279 }, "geometry": { "type": "Point", "coordinates": [ 41.87, 9.59 ] } },
{ "type": "Feature", "properties": { "population": 252267 }, "geometry": { "type": "Point", "coordinates": [ -73.09, 7.06 ] } },
{ "type": "Feature", "properties": { "population": 252245 }, "geometry": { "type": "Point", "coordinates": [ 127.0, 46.64 ] } },
{ "type": "Feature", "properties": { "population": 251994 }, "geometry": { "type": "Point", "coordinates": [ -46.88, -23.51 ] } },
{ "type": "Feature", "properties": { "population": 251958 }, "geometry": { "type": "Point", "coordinates": [ 48.75, 33.9 ] } },
{ "type": "Feature", "properties": { "population": 251907 }, "geometry": { "type": "Point", "coordinates": [ 9.98, 53.57 ] } },
{ "type": "Feature", "properties": { "population": 251900 }, "geometry": { "type": "Point", "coordinates": [ 104.83, 26.59 ] } },
{ "type": "Feature", "properties": { "population": 251834 }, "geometry": { "type": "Point", "coordinates": [ 51.58, 35.43 ] } },
{ "type": "Feature", "properties": { "population": 251648 }, "geometry": { "type": "Point", "coordinates": [ -77.01, -12.14 ] } },
{ "type": "Feature", "properties": { "population": 251641 }, "geometry": { "type": "Point", "coordinates": [ -45.56, -23.03 ] } },
{ "type": "Feature", "properties": { "population": 251532 }, "geometry": { "type": "Point", "coordinates": [ 112.53, 32.99 ] } },
{ "type": "Feature", "properties": { "population": 251248 }, "geometry": { "type": "Point", "coordinates": [ 120.69, 15.03 ] } },
{ "type": "Feature", "properties": { "population": 251168 }, "geometry": { "type": "Point", "coordinates": [ -98.98, 19.36 ] } },
{ "type": "Feature", "properties": { "population": 250902 }, "geometry": { "type": "Point", "coordinates": [ 37.66, -6.82 ] } },
{ "type": "Feature", "properties": { "population": 250878 }, "geometry": { "type": "Point", "coordinates": [ -41.95, -18.85 ] } },
{ "type": "Feature", "properties": { "population": 250821 }, "geometry": { "type": "Point", "coordinates": [ 79.42, 13.64 ] } },
{ "type": "Feature", "properties": { "population": 250757 }, "geometry": { "type": "Point", "coordinates": [ 95.32, 5.56 ] } },
{ "type": "Feature", "properties": { "population": 250591 }, "geometry": { "type": "Point", "coordinates": [ 122.01, 39.62 ] } },
{ "type": "Feature", "properties": { "population": 250521 }, "geometry": { "type": "Point", "coordinates": [ 77.01, 29.0 ] } },
{ "type": "Feature", "properties": { "population": 250512 }, "geometry": { "type": "Point", "coordinates": [ -79.97, 22.4 ] } },
{ "type": "Feature", "properties": { "population": 250443 }, "geometry": { "type": "Point", "coordinates": [ 4.18, 7.64 ] } },
{ "type": "Feature", "properties": { "population": 250353 }, "geometry": { "type": "Point", "coordinates": [ 125.5, 8.94 ] } },
{ "type": "Feature", "properties": { "population": 250258 }, "geometry": { "type": "Point", "coordinates": [ 11.17, 10.29 ] } },
{ "type": "Feature", "properties": { "population": 250192 }, "geometry": { "type": "Point", "coordinates": [ 9.93, 53.55 ] } },
{ "type": "Feature", "properties": { "population": 250044 }, "geometry": { "type": "Point", "coordinates": [ 80.11, 13.11 ] } },
{ "type": "Feature", "properties": { "population": 250027 }, "geometry": { "type": "Point", "coordinates": [ -46.4, -24.01 ] } },
{ "type": "Feature", "properties": { "population": 250000 }, "geometry": { "type": "Point", "coordinates": [ 21.9, 43.32 ] } },
{ "type": "Feature", "properties": { "population": 250000 }, "geometry": { "type": "Point", "coordinates": [ -99.16, 19.39 ] } },
{ "type": "Feature", "properties": { "population": 250000 }, "geometry": { "type": "Point", "coordinates": [ -72.83, 19.94 ] } },
{ "type": "Feature", "properties": { "population": 250000 }, "geometry": { "type": "Point", "coordinates": [ 34.78, 32.08 ] } },
{ "type": "Feature", "properties": { "population": 249858 }, "geometry": { "type": "Point", "coordinates": [ -70.7, -33.59 ] } },
{ "type": "Feature", "properties": { "population": 249752 }, "geometry": { "type": "Point", "coordinates": [ -56.13, -15.65 ] } },
{ "type": "Feature", "properties": { "population": 249633 }, "geometry": { "type": "Point", "coordinates": [ -8.61, 41.15 ] } },
{ "type": "Feature", "properties": { "population": 249580 }, "geometry": { "type": "Point", "coordinates": [ -44.1, -22.52 ] } },
{ "type": "Feature", "properties": { "population": 249454 }, "geometry": { "type": "Point", "coordinates": [ 32.26, 48.51 ] } },
{ "type": "Feature", "properties": { "population": 249219 }, "geometry": { "type": "Point", "coordinates": [ -53.81, -29.68 ] } },
{ "type": "Feature", "properties": { "population": 248707 }, "geometry": { "type": "Point", "coordinates": [ 136.22, 36.06 ] } },
{ "type": "Feature", "properties": { "population": 248575 }, "geometry": { "type": "Point", "coordinates": [ 34.6, 48.51 ] } },
{ "type": "Feature", "properties": { "population": 248252 }, "geometry": { "type": "Point", "coordinates": [ 3.88, 43.61 ] } },
{ "type": "Feature", "properties": { "population": 248148 }, "geometry": { "type": "Point", "coordinates": [ 12.47, 9.28 ] } },
{ "type": "Feature", "properties": { "population": 248125 }, "geometry": { "type": "Point", "coordinates": [ 19.12, 50.8 ] } },
{ "type": "Feature", "properties": { "population": 248059 }, "geometry": { "type": "Point", "coordinates": [ 80.3, 13.16 ] } },
{ "type": "Feature", "properties": { "population": 247989 }, "geometry": { "type": "Point", "coordinates": [ -78.85, 43.9 ] } },
{ "type": "Feature", "properties": { "population": 247986 }, "geometry": { "type": "Point", "coordinates": [ -76.3, 3.54 ] } },
{ "type": "Feature", "properties": { "population": 247644 }, "geometry": { "type": "Point", "coordinates": [ 64.43, 39.77 ] } },
{ "type": "Feature", "properties": { "population": 247597 }, "geometry": { "type": "Point", "coordinates": [ -74.08, 40.73 ] } },
{ "type": "Feature", "properties": { "population": 247333 }, "geometry": { "type": "Point", "coordinates": [ 78.74, 23.84 ] } },
{ "type": "Feature", "properties": { "population": 247297 }, "geometry": { "type": "Point", "coordinates": [ -4.14, 50.37 ] } },
{ "type": "Feature", "properties": { "population": 247231 }, "geometry": { "type": "Point", "coordinates": [ 102.79, 17.42 ] } },
{ "type": "Feature", "properties": { "population": 247220 }, "geometry": { "type": "Point", "coordinates": [ 12.93, 50.84 ] } },
{ "type": "Feature", "properties": { "population": 246844 }, "geometry": { "type": "Point", "coordinates": [ -75.73, -14.07 ] } },
{ "type": "Feature", "properties": { "population": 246836 }, "geometry": { "type": "Point", "coordinates": [ 58.57, 51.2 ] } },
{ "type": "Feature", "properties": { "population": 246754 }, "geometry": { "type": "Point", "coordinates": [ 27.84, -26.71 ] } },
{ "type": "Feature", "properties": { "population": 246654 }, "geometry": { "type": "Point", "coordinates": [ -1.15, 52.95 ] } },
{ "type": "Feature", "properties": { "population": 246583 }, "geometry": { "type": "Point", "coordinates": [ -72.22, 7.77 ] } },
{ "type": "Feature", "properties": { "population": 246538 }, "geometry": { "type": "Point", "coordinates": [ 140.45, 36.34 ] } },
{ "type": "Feature", "properties": { "population": 246387 }, "geometry": { "type": "Point", "coordinates": [ 119.46, 35.43 ] } },
{ "type": "Feature", "properties": { "population": 246201 }, "geometry": { "type": "Point", "coordinates": [ -1.4, 50.9 ] } },
{ "type": "Feature", "properties": { "population": 246056 }, "geometry": { "type": "Point", "coordinates": [ -8.4, 43.37 ] } },
{ "type": "Feature", "properties": { "population": 246050 }, "geometry": { "type": "Point", "coordinates": [ 83.56, 25.94 ] } },
{ "type": "Feature", "properties": { "population": 245786 }, "geometry": { "type": "Point", "coordinates": [ 130.95, 33.95 ] } },
{ "type": "Feature", "properties": { "population": 245675 }, "geometry": { "type": "Point", "coordinates": [ -70.13, -15.5 ] } },
{ "type": "Feature", "properties": { "population": 245383 }, "geometry": { "type": "Point", "coordinates": [ -99.31, 19.64 ] } },
{ "type": "Feature", "properties": { "population": 245000 }, "geometry": { "type": "Point", "coordinates": [ 114.98, 27.12 ] } },
{ "type": "Feature", "properties": { "population": 244937 }, "geometry": { "type": "Point", "coordinates": [ 54.44, 36.84 ] } },
{ "type": "Feature", "properties": { "population": 244937 }, "geometry": { "type": "Point", "coordinates": [ 76.55, 60.93 ] } },
{ "type": "Feature", "properties": { "population": 244769 }, "geometry": { "type": "Point", "coordinates": [ -82.68, 27.77 ] } },
{ "type": "Feature", "properties": { "population": 244715 }, "geometry": { "type": "Point", "coordinates": [ 10.53, 52.27 ] } },
{ "type": "Feature", "properties": { "population": 244662 }, "geometry": { "type": "Point", "coordinates": [ 114.19, 35.9 ] } },
{ "type": "Feature", "properties": { "population": 244376 }, "geometry": { "type": "Point", "coordinates": [ 96.48, 17.34 ] } },
{ "type": "Feature", "properties": { "population": 244230 }, "geometry": { "type": "Point", "coordinates": [ 85.52, 25.2 ] } },
{ "type": "Feature", "properties": { "population": 244216 }, "geometry": { "type": "Point", "coordinates": [ -66.88, 10.43 ] } },
{ "type": "Feature", "properties": { "population": 244151 }, "geometry": { "type": "Point", "coordinates": [ -3.66, 40.39 ] } },
{ "type": "Feature", "properties": { "population": 244083 }, "geometry": { "type": "Point", "coordinates": [ 39.73, 41.01 ] } },
{ "type": "Feature", "properties": { "population": 244070 }, "geometry": { "type": "Point", "coordinates": [ -0.97, 51.46 ] } },
{ "type": "Feature", "properties": { "population": 243987 }, "geometry": { "type": "Point", "coordinates": [ 89.21, 23.17 ] } },
{ "type": "Feature", "properties": { "population": 243971 }, "geometry": { "type": "Point", "coordinates": [ 27.43, 38.61 ] } },
{ "type": "Feature", "properties": { "population": 243916 }, "geometry": { "type": "Point", "coordinates": [ -117.08, 32.64 ] } },
{ "type": "Feature", "properties": { "population": 243639 }, "geometry": { "type": "Point", "coordinates": [ -85.76, 38.25 ] } },
{ "type": "Feature", "properties": { "population": 243503 }, "geometry": { "type": "Point", "coordinates": [ -43.85, -19.77 ] } },
{ "type": "Feature", "properties": { "population": 243406 }, "geometry": { "type": "Point", "coordinates": [ 126.71, 35.98 ] } },
{ "type": "Feature", "properties": { "population": 243387 }, "geometry": { "type": "Point", "coordinates": [ 127.95, 37.35 ] } },
{ "type": "Feature", "properties": { "population": 243158 }, "geometry": { "type": "Point", "coordinates": [ 103.89, 52.54 ] } },
{ "type": "Feature", "properties": { "population": 243000 }, "geometry": { "type": "Point", "coordinates": [ 37.72, 55.65 ] } },
{ "type": "Feature", "properties": { "population": 242920 }, "geometry": { "type": "Point", "coordinates": [ 77.78, 28.73 ] } },
{ "type": "Feature", "properties": { "population": 242803 }, "geometry": { "type": "Point", "coordinates": [ -76.29, 36.85 ] } },
{ "type": "Feature", "properties": { "population": 242800 }, "geometry": { "type": "Point", "coordinates": [ 74.94, 30.21 ] } },
{ "type": "Feature", "properties": { "population": 242565 }, "geometry": { "type": "Point", "coordinates": [ 40.14, 35.34 ] } },
{ "type": "Feature", "properties": { "population": 242344 }, "geometry": { "type": "Point", "coordinates": [ 45.01, 10.44 ] } },
{ "type": "Feature", "properties": { "population": 242272 }, "geometry": { "type": "Point", "coordinates": [ -99.01, 19.68 ] } },
{ "type": "Feature", "properties": { "population": 242124 }, "geometry": { "type": "Point", "coordinates": [ -75.7, 45.48 ] } },
{ "type": "Feature", "properties": { "population": 242111 }, "geometry": { "type": "Point", "coordinates": [ 104.62, 28.77 ] } },
{ "type": "Feature", "properties": { "population": 242092 }, "geometry": { "type": "Point", "coordinates": [ -68.06, -38.95 ] } },
{ "type": "Feature", "properties": { "population": 241856 }, "geometry": { "type": "Point", "coordinates": [ 37.77, 44.72 ] } },
{ "type": "Feature", "properties": { "population": 241429 }, "geometry": { "type": "Point", "coordinates": [ -97.39, 18.46 ] } },
{ "type": "Feature", "properties": { "population": 241261 }, "geometry": { "type": "Point", "coordinates": [ 32.9, 24.09 ] } },
{ "type": "Feature", "properties": { "population": 241152 }, "geometry": { "type": "Point", "coordinates": [ 79.58, 27.39 ] } },
{ "type": "Feature", "properties": { "population": 241000 }, "geometry": { "type": "Point", "coordinates": [ 29.23, 41.0 ] } },
{ "type": "Feature", "properties": { "population": 240857 }, "geometry": { "type": "Point", "coordinates": [ 139.02, 36.33 ] } },
{ "type": "Feature", "properties": { "population": 240442 }, "geometry": { "type": "Point", "coordinates": [ 77.6, 14.68 ] } },
{ "type": "Feature", "properties": { "population": 240387 }, "geometry": { "type": "Point", "coordinates": [ -77.03, 3.88 ] } },
{ "type": "Feature", "properties": { "population": 240300 }, "geometry": { "type": "Point", "coordinates": [ 48.85, 38.75 ] } },
{ "type": "Feature", "properties": { "population": 240014 }, "geometry": { "type": "Point", "coordinates": [ 138.68, 35.17 ] } },
{ "type": "Feature", "properties": { "population": 240000 }, "geometry": { "type": "Point", "coordinates": [ 11.92, 51.48 ] } },
{ "type": "Feature", "properties": { "population": 239406 }, "geometry": { "type": "Point", "coordinates": [ 113.44, 30.37 ] } },
{ "type": "Feature", "properties": { "population": 239046 }, "geometry": { "type": "Point", "coordinates": [ 141.5, 40.5 ] } },
{ "type": "Feature", "properties": { "population": 238866 }, "geometry": { "type": "Point", "coordinates": [ -79.5, 43.84 ] } },
{ "type": "Feature", "properties": { "population": 238778 }, "geometry": { "type": "Point", "coordinates": [ -50.99, -29.94 ] } },
{ "type": "Feature", "properties": { "population": 238549 }, "geometry": { "type": "Point", "coordinates": [ 135.63, 34.77 ] } },
{ "type": "Feature", "properties": { "population": 238422 }, "geometry": { "type": "Point", "coordinates": [ 89.88, 24.06 ] } },
{ "type": "Feature", "properties": { "population": 238300 }, "geometry": { "type": "Point", "coordinates": [ -81.38, 28.54 ] } },
{ "type": "Feature", "properties": { "population": 238197 }, "geometry": { "type": "Point", "coordinates": [ 130.52, 33.32 ] } },
{ "type": "Feature", "properties": { "population": 238151 }, "geometry": { "type": "Point", "coordinates": [ 27.89, 39.65 ] } },
{ "type": "Feature", "properties": { "population": 238129 }, "geometry": { "type": "Point", "coordinates": [ -72.6, -38.74 ] } },
{ "type": "Feature", "properties": { "population": 237984 }, "geometry": { "type": "Point", "coordinates": [ 6.59, 51.34 ] } },
{ "type": "Feature", "properties": { "population": 237816 }, "geometry": { "type": "Point", "coordinates": [ 58.19, 23.67 ] } },
{ "type": "Feature", "properties": { "population": 237783 }, "geometry": { "type": "Point", "coordinates": [ 88.45, 22.23 ] } },
{ "type": "Feature", "properties": { "population": 237551 }, "geometry": { "type": "Point", "coordinates": [ 10.21, 56.16 ] } },
{ "type": "Feature", "properties": { "population": 237444 }, "geometry": { "type": "Point", "coordinates": [ 129.72, 33.16 ] } },
{ "type": "Feature", "properties": { "population": 237370 }, "geometry": { "type": "Point", "coordinates": [ 121.06, 13.76 ] } },
{ "type": "Feature", "properties": { "population": 237308 }, "geometry": { "type": "Point", "coordinates": [ -102.06, 19.41 ] } },
{ "type": "Feature", "properties": { "population": 237274 }, "geometry": { "type": "Point", "coordinates": [ 49.66, 27.01 ] } },
{ "type": "Feature", "properties": { "population": 237089 }, "geometry": { "type": "Point", "coordinates": [ 94.73, 16.78 ] } },
{ "type": "Feature", "properties": { "population": 237084 }, "geometry": { "type": "Point", "coordinates": [ 109.14, -6.87 ] } },
{ "type": "Feature", "properties": { "population": 237040 }, "geometry": { "type": "Point", "coordinates": [ 1.67, 9.71 ] } },
{ "type": "Feature", "properties": { "population": 237000 }, "geometry": { "type": "Point", "coordinates": [ 91.87, 24.9 ] } },
{ "type": "Feature", "properties": { "population": 236843 }, "geometry": { "type": "Point", "coordinates": [ 75.04, 23.33 ] } },
{ "type": "Feature", "properties": { "population": 236563 }, "geometry": { "type": "Point", "coordinates": [ 21.26, 48.71 ] } },
{ "type": "Feature", "properties": { "population": 236250 }, "geometry": { "type": "Point", "coordinates": [ 25.94, 48.29 ] } },
{ "type": "Feature", "properties": { "population": 236123 }, "geometry": { "type": "Point", "coordinates": [ -111.84, 33.31 ] } },
{ "type": "Feature", "properties": { "population": 236093 }, "geometry": { "type": "Point", "coordinates": [ 70.63, 30.06 ] } },
{ "type": "Feature", "properties": { "population": 236091 }, "geometry": { "type": "Point", "coordinates": [ -99.51, 27.51 ] } },
{ "type": "Feature", "properties": { "population": 235929 }, "geometry": { "type": "Point", "coordinates": [ 112.73, 37.68 ] } },
{ "type": "Feature", "properties": { "population": 235695 }, "geometry": { "type": "Point", "coordinates": [ 73.1, 30.67 ] } },
{ "type": "Feature", "properties": { "population": 235676 }, "geometry": { "type": "Point", "coordinates": [ 25.61, 49.56 ] } },
{ "type": "Feature", "properties": { "population": 235661 }, "geometry": { "type": "Point", "coordinates": [ -2.67, 42.85 ] } },
{ "type": "Feature", "properties": { "population": 235600 }, "geometry": { "type": "Point", "coordinates": [ 129.73, 62.03 ] } },
{ "type": "Feature", "properties": { "population": 235371 }, "geometry": { "type": "Point", "coordinates": [ -35.98, -8.28 ] } },
{ "type": "Feature", "properties": { "population": 235362 }, "geometry": { "type": "Point", "coordinates": [ 32.73, 26.16 ] } },
{ "type": "Feature", "properties": { "population": 235150 }, "geometry": { "type": "Point", "coordinates": [ -60.67, 2.82 ] } },
{ "type": "Feature", "properties": { "population": 235143 }, "geometry": { "type": "Point", "coordinates": [ 112.02, -7.82 ] } },
{ "type": "Feature", "properties": { "population": 235029 }, "geometry": { "type": "Point", "coordinates": [ -1.48, 52.92 ] } },
{ "type": "Feature", "properties": { "population": 235017 }, "geometry": { "type": "Point", "coordinates": [ -58.16, 6.8 ] } },
{ "type": "Feature", "properties": { "population": 235000 }, "geometry": { "type": "Point", "coordinates": [ 79.47, 18.75 ] } },
{ "type": "Feature", "properties": { "population": 234852 }, "geometry": { "type": "Point", "coordinates": [ 42.55, -0.36 ] } },
{ "type": "Feature", "properties": { "population": 234837 }, "geometry": { "type": "Point", "coordinates": [ 44.18, 13.97 ] } },
{ "type": "Feature", "properties": { "population": 234817 }, "geometry": { "type": "Point", "coordinates": [ 63.58, 39.07 ] } },
{ "type": "Feature", "properties": { "population": 234325 }, "geometry": { "type": "Point", "coordinates": [ -3.61, 37.19 ] } },
{ "type": "Feature", "properties": { "population": 234297 }, "geometry": { "type": "Point", "coordinates": [ 51.82, 55.64 ] } },
{ "type": "Feature", "properties": { "population": 234168 }, "geometry": { "type": "Point", "coordinates": [ 2.6, 6.5 ] } },
{ "type": "Feature", "properties": { "population": 234107 }, "geometry": { "type": "Point", "coordinates": [ 12.0, 51.5 ] } },
{ "type": "Feature", "properties": { "population": 233700 }, "geometry": { "type": "Point", "coordinates": [ -80.51, 43.43 ] } },
{ "type": "Feature", "properties": { "population": 233386 }, "geometry": { "type": "Point", "coordinates": [ 28.19, -25.86 ] } },
{ "type": "Feature", "properties": { "population": 233254 }, "geometry": { "type": "Point", "coordinates": [ 125.81, 7.45 ] } },
{ "type": "Feature", "properties": { "population": 233209 }, "geometry": { "type": "Point", "coordinates": [ -89.4, 43.07 ] } },
{ "type": "Feature", "properties": { "population": 233144 }, "geometry": { "type": "Point", "coordinates": [ 10.02, 53.55 ] } },
{ "type": "Feature", "properties": { "population": 232919 }, "geometry": { "type": "Point", "coordinates": [ -1.76, 4.88 ] } },
{ "type": "Feature", "properties": { "population": 232758 }, "geometry": { "type": "Point", "coordinates": [ 10.13, 54.32 ] } },
{ "type": "Feature", "properties": { "population": 232566 }, "geometry": { "type": "Point", "coordinates": [ 111.52, 36.09 ] } },
{ "type": "Feature", "properties": { "population": 231844 }, "geometry": { "type": "Point", "coordinates": [ -0.58, 44.84 ] } },
{ "type": "Feature", "properties": { "population": 231838 }, "geometry": { "type": "Point", "coordinates": [ 73.87, 29.92 ] } },
{ "type": "Feature", "properties": { "population": 231657 }, "geometry": { "type": "Point", "coordinates": [ 139.4, 35.33 ] } },
{ "type": "Feature", "properties": { "population": 231493 }, "geometry": { "type": "Point", "coordinates": [ 3.72, 51.05 ] } },
{ "type": "Feature", "properties": { "population": 231460 }, "geometry": { "type": "Point", "coordinates": [ 121.13, 14.56 ] } },
{ "type": "Feature", "properties": { "population": 231445 }, "geometry": { "type": "Point", "coordinates": [ 139.8, 35.82 ] } },
{ "type": "Feature", "properties": { "population": 231357 }, "geometry": { "type": "Point", "coordinates": [ 13.58, 7.33 ] } },
{ "type": "Feature", "properties": { "population": 230796 }, "geometry": { "type": "Point", "coordinates": [ 127.49, 34.95 ] } },
{ "type": "Feature", "properties": { "population": 230717 }, "geometry": { "type": "Point", "coordinates": [ -94.44, 18.13 ] } },
{ "type": "Feature", "properties": { "population": 230139 }, "geometry": { "type": "Point", "coordinates": [ 50.81, 61.68 ] } },
{ "type": "Feature", "properties": { "population": 230112 }, "geometry": { "type": "Point", "coordinates": [ -0.7, 38.26 ] } },
{ "type": "Feature", "properties": { "population": 230100 }, "geometry": { "type": "Point", "coordinates": [ 44.77, 1.72 ] } },
{ "type": "Feature", "properties": { "population": 230006 }, "geometry": { "type": "Point", "coordinates": [ 59.61, 42.45 ] } },
{ "type": "Feature", "properties": { "population": 230000 }, "geometry": { "type": "Point", "coordinates": [ 31.3, 29.84 ] } },
{ "type": "Feature", "properties": { "population": 229826 }, "geometry": { "type": "Point", "coordinates": [ 11.63, 52.13 ] } },
{ "type": "Feature", "properties": { "population": 229617 }, "geometry": { "type": "Point", "coordinates": [ -80.24, 36.1 ] } },
{ "type": "Feature", "properties": { "population": 229573 }, "geometry": { "type": "Point", "coordinates": [ -101.86, 33.58 ] } },
{ "type": "Feature", "properties": { "population": 229504 }, "geometry": { "type": "Point", "coordinates": [ 68.41, 26.25 ] } },
{ "type": "Feature", "properties": { "population": 229493 }, "geometry": { "type": "Point", "coordinates": [ -91.15, 30.45 ] } },
{ "type": "Feature", "properties": { "population": 229398 }, "geometry": { "type": "Point", "coordinates": [ 35.85, 34.44 ] } },
{ "type": "Feature", "properties": { "population": 229384 }, "geometry": { "type": "Point", "coordinates": [ 77.49, 27.22 ] } },
{ "type": "Feature", "properties": { "population": 229330 }, "geometry": { "type": "Point", "coordinates": [ -73.52, 45.53 ] } },
{ "type": "Feature", "properties": { "population": 229199 }, "geometry": { "type": "Point", "coordinates": [ 139.36, 35.44 ] } },
{ "type": "Feature", "properties": { "population": 229127 }, "geometry": { "type": "Point", "coordinates": [ -72.22, 18.58 ] } },
{ "type": "Feature", "properties": { "population": 228927 }, "geometry": { "type": "Point", "coordinates": [ -99.21, 19.33 ] } },
{ "type": "Feature", "properties": { "population": 228912 }, "geometry": { "type": "Point", "coordinates": [ 25.4, -33.76 ] } },
{ "type": "Feature", "properties": { "population": 228851 }, "geometry": { "type": "Point", "coordinates": [ 26.02, 44.95 ] } },
{ "type": "Feature", "properties": { "population": 228843 }, "geometry": { "type": "Point", "coordinates": [ 100.49, 5.65 ] } },
{ "type": "Feature", "properties": { "population": 228763 }, "geometry": { "type": "Point", "coordinates": [ 98.49, 3.6 ] } },
{ "type": "Feature", "properties": { "population": 228758 }, "geometry": { "type": "Point", "coordinates": [ 121.62, 13.93 ] } },
{ "type": "Feature", "properties": { "population": 228746 }, "geometry": { "type": "Point", "coordinates": [ -42.54, -19.47 ] } },
{ "type": "Feature", "properties": { "population": 228745 }, "geometry": { "type": "Point", "coordinates": [ 79.13, 18.44 ] } },
{ "type": "Feature", "properties": { "population": 228577 }, "geometry": { "type": "Point", "coordinates": [ -103.5, 25.57 ] } },
{ "type": "Feature", "properties": { "population": 228356 }, "geometry": { "type": "Point", "coordinates": [ 105.08, 10.01 ] } },
{ "type": "Feature", "properties": { "population": 228330 }, "geometry": { "type": "Point", "coordinates": [ -78.9, 35.99 ] } },
{ "type": "Feature", "properties": { "population": 228328 }, "geometry": { "type": "Point", "coordinates": [ 3.06, 50.63 ] } },
{ "type": "Feature", "properties": { "population": 228212 }, "geometry": { "type": "Point", "coordinates": [ 114.01, 4.41 ] } },
{ "type": "Feature", "properties": { "population": 228171 }, "geometry": { "type": "Point", "coordinates": [ -3.65, 40.45 ] } },
{ "type": "Feature", "properties": { "population": 228000 }, "geometry": { "type": "Point", "coordinates": [ 0.15, 51.44 ] } },
{ "type": "Feature", "properties": { "population": 227977 }, "geometry": { "type": "Point", "coordinates": [ -47.27, -22.82 ] } },
{ "type": "Feature", "properties": { "population": 227943 }, "geometry": { "type": "Point", "coordinates": [ 30.47, 31.03 ] } },
{ "type": "Feature", "properties": { "population": 227940 }, "geometry": { "type": "Point", "coordinates": [ -77.34, 25.06 ] } },
{ "type": "Feature", "properties": { "population": 227876 }, "geometry": { "type": "Point", "coordinates": [ -57.51, -25.34 ] } },
{ "type": "Feature", "properties": { "population": 227499 }, "geometry": { "type": "Point", "coordinates": [ -70.14, -20.22 ] } },
{ "type": "Feature", "properties": { "population": 227494 }, "geometry": { "type": "Point", "coordinates": [ 33.42, 49.07 ] } },
{ "type": "Feature", "properties": { "population": 227411 }, "geometry": { "type": "Point", "coordinates": [ 79.83, 11.93 ] } },
{ "type": "Feature", "properties": { "population": 227295 }, "geometry": { "type": "Point", "coordinates": [ 19.1, 50.29 ] } },
{ "type": "Feature", "properties": { "population": 227293 }, "geometry": { "type": "Point", "coordinates": [ -82.36, 23.09 ] } },
{ "type": "Feature", "properties": { "population": 227150 }, "geometry": { "type": "Point", "coordinates": [ 30.75, 28.11 ] } },
{ "type": "Feature", "properties": { "population": 226977 }, "geometry": { "type": "Point", "coordinates": [ 37.84, 51.3 ] } },
{ "type": "Feature", "properties": { "population": 226930 }, "geometry": { "type": "Point", "coordinates": [ 115.98, 36.46 ] } },
{ "type": "Feature", "properties": { "population": 226876 }, "geometry": { "type": "Point", "coordinates": [ -96.64, 32.91 ] } },
{ "type": "Feature", "properties": { "population": 226857 }, "geometry": { "type": "Point", "coordinates": [ 6.66, 12.17 ] } },
{ "type": "Feature", "properties": { "population": 226851 }, "geometry": { "type": "Point", "coordinates": [ 11.63, 52.15 ] } },
{ "type": "Feature", "properties": { "population": 226794 }, "geometry": { "type": "Point", "coordinates": [ 21.15, 51.4 ] } },
{ "type": "Feature", "properties": { "population": 226721 }, "geometry": { "type": "Point", "coordinates": [ -112.19, 33.54 ] } },
{ "type": "Feature", "properties": { "population": 226317 }, "geometry": { "type": "Point", "coordinates": [ 88.34, 22.75 ] } },
{ "type": "Feature", "properties": { "population": 226298 }, "geometry": { "type": "Point", "coordinates": [ 124.86, 46.64 ] } },
{ "type": "Feature", "properties": { "population": 226183 }, "geometry": { "type": "Point", "coordinates": [ 57.68, 36.21 ] } },
{ "type": "Feature", "properties": { "population": 226172 }, "geometry": { "type": "Point", "coordinates": [ 55.44, 25.41 ] } },
{ "type": "Feature", "properties": { "population": 226145 }, "geometry": { "type": "Point", "coordinates": [ 15.74, -12.78 ] } },
{ "type": "Feature", "properties": { "population": 226100 }, "geometry": { "type": "Point", "coordinates": [ 45.69, 43.31 ] } },
{ "type": "Feature", "properties": { "population": 226034 }, "geometry": { "type": "Point", "coordinates": [ 144.36, -38.15 ] } },
{ "type": "Feature", "properties": { "population": 225962 }, "geometry": { "type": "Point", "coordinates": [ 77.35, 16.2 ] } },
{ "type": "Feature", "properties": { "population": 225956 }, "geometry": { "type": "Point", "coordinates": [ 117.0, 23.68 ] } },
{ "type": "Feature", "properties": { "population": 225816 }, "geometry": { "type": "Point", "coordinates": [ 78.46, 17.5 ] } },
{ "type": "Feature", "properties": { "population": 225705 }, "geometry": { "type": "Point", "coordinates": [ 13.26, 10.27 ] } },
{ "type": "Feature", "properties": { "population": 225389 }, "geometry": { "type": "Point", "coordinates": [ 28.84, -2.49 ] } },
{ "type": "Feature", "properties": { "population": 225366 }, "geometry": { "type": "Point", "coordinates": [ -84.48, 37.99 ] } },
{ "type": "Feature", "properties": { "population": 225230 }, "geometry": { "type": "Point", "coordinates": [ -39.32, -7.21 ] } },
{ "type": "Feature", "properties": { "population": 225221 }, "geometry": { "type": "Point", "coordinates": [ -119.81, 39.53 ] } },
{ "type": "Feature", "properties": { "population": 225126 }, "geometry": { "type": "Point", "coordinates": [ 90.41, 24.76 ] } },
{ "type": "Feature", "properties": { "population": 225049 }, "geometry": { "type": "Point", "coordinates": [ 76.98, 29.69 ] } },
{ "type": "Feature", "properties": { "population": 225000 }, "geometry": { "type": "Point", "coordinates": [ 27.87, -26.16 ] } },
{ "type": "Feature", "properties": { "population": 224876 }, "geometry": { "type": "Point", "coordinates": [ 39.1, -5.07 ] } },
{ "type": "Feature", "properties": { "population": 224871 }, "geometry": { "type": "Point", "coordinates": [ 113.1, 30.65 ] } },
{ "type": "Feature", "properties": { "population": 224838 }, "geometry": { "type": "Point", "coordinates": [ -65.26, -19.03 ] } },
{ "type": "Feature", "properties": { "population": 224795 }, "geometry": { "type": "Point", "coordinates": [ 40.69, -14.56 ] } },
{ "type": "Feature", "properties": { "population": 224669 }, "geometry": { "type": "Point", "coordinates": [ -80.28, 25.86 ] } },
{ "type": "Feature", "properties": { "population": 224656 }, "geometry": { "type": "Point", "coordinates": [ 34.65, 31.79 ] } },
{ "type": "Feature", "properties": { "population": 224015 }, "geometry": { "type": "Point", "coordinates": [ 139.45, 35.48 ] } },
{ "type": "Feature", "properties": { "population": 224005 }, "geometry": { "type": "Point", "coordinates": [ -5.84, 43.36 ] } },
{ "type": "Feature", "properties": { "population": 223757 }, "geometry": { "type": "Point", "coordinates": [ -55.17, 5.87 ] } },
{ "type": "Feature", "properties": { "population": 223744 }, "geometry": { "type": "Point", "coordinates": [ 38.28, 37.76 ] } },
{ "type": "Feature", "properties": { "population": 223676 }, "geometry": { "type": "Point", "coordinates": [ 84.67, 25.56 ] } },
{ "type": "Feature", "properties": { "population": 223648 }, "geometry": { "type": "Point", "coordinates": [ 73.45, 30.81 ] } },
{ "type": "Feature", "properties": { "population": 223622 }, "geometry": { "type": "Point", "coordinates": [ 90.5, 23.61 ] } },
{ "type": "Feature", "properties": { "population": 223603 }, "geometry": { "type": "Point", "coordinates": [ 109.09, 35.08 ] } },
{ "type": "Feature", "properties": { "population": 223523 }, "geometry": { "type": "Point", "coordinates": [ 93.94, 24.81 ] } },
{ "type": "Feature", "properties": { "population": 223450 }, "geometry": { "type": "Point", "coordinates": [ 51.37, 32.63 ] } },
{ "type": "Feature", "properties": { "population": 223167 }, "geometry": { "type": "Point", "coordinates": [ -115.15, 36.1 ] } },
{ "type": "Feature", "properties": { "population": 222898 }, "geometry": { "type": "Point", "coordinates": [ 65.79, 38.86 ] } },
{ "type": "Feature", "properties": { "population": 222764 }, "geometry": { "type": "Point", "coordinates": [ 88.8, 22.17 ] } },
{ "type": "Feature", "properties": { "population": 222673 }, "geometry": { "type": "Point", "coordinates": [ 118.74, 9.74 ] } },
{ "type": "Feature", "properties": { "population": 222459 }, "geometry": { "type": "Point", "coordinates": [ 117.75, 35.9 ] } },
{ "type": "Feature", "properties": { "population": 222417 }, "geometry": { "type": "Point", "coordinates": [ -16.25, 28.47 ] } },
{ "type": "Feature", "properties": { "population": 222396 }, "geometry": { "type": "Point", "coordinates": [ 125.71, 38.04 ] } },
{ "type": "Feature", "properties": { "population": 222326 }, "geometry": { "type": "Point", "coordinates": [ 15.45, 47.07 ] } },
{ "type": "Feature", "properties": { "population": 222209 }, "geometry": { "type": "Point", "coordinates": [ -76.27, 36.82 ] } },
{ "type": "Feature", "properties": { "population": 222160 }, "geometry": { "type": "Point", "coordinates": [ 4.19, 7.37 ] } },
{ "type": "Feature", "properties": { "population": 221733 }, "geometry": { "type": "Point", "coordinates": [ -46.85, -23.65 ] } },
{ "type": "Feature", "properties": { "population": 221383 }, "geometry": { "type": "Point", "coordinates": [ -58.18, -26.18 ] } },
{ "type": "Feature", "properties": { "population": 221312 }, "geometry": { "type": "Point", "coordinates": [ 40.21, 47.71 ] } },
{ "type": "Feature", "properties": { "population": 221296 }, "geometry": { "type": "Point", "coordinates": [ 127.54, 50.28 ] } },
{ "type": "Feature", "properties": { "population": 221178 }, "geometry": { "type": "Point", "coordinates": [ 120.28, 14.83 ] } },
{ "type": "Feature", "properties": { "population": 221106 }, "geometry": { "type": "Point", "coordinates": [ 17.19, 44.78 ] } },
{ "type": "Feature", "properties": { "population": 221029 }, "geometry": { "type": "Point", "coordinates": [ 2.2, 41.42 ] } },
{ "type": "Feature", "properties": { "population": 220929 }, "geometry": { "type": "Point", "coordinates": [ 58.8, 36.21 ] } },
{ "type": "Feature", "properties": { "population": 220661 }, "geometry": { "type": "Point", "coordinates": [ 115.55, 29.85 ] } },
{ "type": "Feature", "properties": { "population": 220517 }, "geometry": { "type": "Point", "coordinates": [ 29.22, 53.14 ] } },
{ "type": "Feature", "properties": { "population": 220492 }, "geometry": { "type": "Point", "coordinates": [ 34.79, 31.97 ] } },
{ "type": "Feature", "properties": { "population": 220250 }, "geometry": { "type": "Point", "coordinates": [ 120.97, 15.49 ] } },
{ "type": "Feature", "properties": { "population": 220085 }, "geometry": { "type": "Point", "coordinates": [ -3.73, 40.5 ] } },
{ "type": "Feature", "properties": { "population": 220029 }, "geometry": { "type": "Point", "coordinates": [ 82.57, 25.15 ] } },
{ "type": "Feature", "properties": { "population": 219948 }, "geometry": { "type": "Point", "coordinates": [ 15.55, 38.19 ] } },
{ "type": "Feature", "properties": { "population": 219789 }, "geometry": { "type": "Point", "coordinates": [ 135.36, 34.8 ] } },
{ "type": "Feature", "properties": { "population": 219665 }, "geometry": { "type": "Point", "coordinates": [ 87.33, 22.34 ] } },
{ "type": "Feature", "properties": { "population": 219636 }, "geometry": { "type": "Point", "coordinates": [ 86.44, 23.8 ] } },
{ "type": "Feature", "properties": { "population": 219571 }, "geometry": { "type": "Point", "coordinates": [ 79.14, 10.79 ] } },
{ "type": "Feature", "properties": { "population": 219547 }, "geometry": { "type": "Point", "coordinates": [ 2.25, 41.45 ] } },
{ "type": "Feature", "properties": { "population": 219401 }, "geometry": { "type": "Point", "coordinates": [ 139.61, 35.97 ] } },
{ "type": "Feature", "properties": { "population": 219204 }, "geometry": { "type": "Point", "coordinates": [ 121.19, 14.46 ] } },
{ "type": "Feature", "properties": { "population": 219176 }, "geometry": { "type": "Point", "coordinates": [ 6.88, 51.47 ] } },
{ "type": "Feature", "properties": { "population": 219164 }, "geometry": { "type": "Point", "coordinates": [ 100.98, 13.36 ] } },
{ "type": "Feature", "properties": { "population": 219103 }, "geometry": { "type": "Point", "coordinates": [ 10.98, 45.43 ] } },
{ "type": "Feature", "properties": { "population": 219000 }, "geometry": { "type": "Point", "coordinates": [ 86.72, 53.91 ] } },
{ "type": "Feature", "properties": { "population": 218446 }, "geometry": { "type": "Point", "coordinates": [ 35.27, 0.52 ] } },
{ "type": "Feature", "properties": { "population": 218427 }, "geometry": { "type": "Point", "coordinates": [ 106.82, 39.68 ] } },
{ "type": "Feature", "properties": { "population": 218111 }, "geometry": { "type": "Point", "coordinates": [ 13.68, 4.58 ] } },
{ "type": "Feature", "properties": { "population": 218106 }, "geometry": { "type": "Point", "coordinates": [ -47.49, -5.53 ] } },
{ "type": "Feature", "properties": { "population": 217899 }, "geometry": { "type": "Point", "coordinates": [ -69.3, 18.46 ] } },
{ "type": "Feature", "properties": { "population": 217780 }, "geometry": { "type": "Point", "coordinates": [ 73.17, 19.2 ] } },
{ "type": "Feature", "properties": { "population": 217647 }, "geometry": { "type": "Point", "coordinates": [ 100.73, 4.85 ] } },
{ "type": "Feature", "properties": { "population": 217385 }, "geometry": { "type": "Point", "coordinates": [ -111.9, 33.51 ] } },
{ "type": "Feature", "properties": { "population": 217368 }, "geometry": { "type": "Point", "coordinates": [ 100.36, 6.12 ] } },
{ "type": "Feature", "properties": { "population": 217222 }, "geometry": { "type": "Point", "coordinates": [ 109.23, -7.42 ] } },
{ "type": "Feature", "properties": { "population": 217000 }, "geometry": { "type": "Point", "coordinates": [ -49.22, -25.29 ] } },
{ "type": "Feature", "properties": { "population": 216961 }, "geometry": { "type": "Point", "coordinates": [ -115.12, 36.2 ] } },
{ "type": "Feature", "properties": { "population": 216866 }, "geometry": { "type": "Point", "coordinates": [ -73.81, 40.69 ] } },
{ "type": "Feature", "properties": { "population": 216724 }, "geometry": { "type": "Point", "coordinates": [ 38.84, 58.04 ] } },
{ "type": "Feature", "properties": { "population": 216656 }, "geometry": { "type": "Point", "coordinates": [ 147.33, -42.88 ] } },
{ "type": "Feature", "properties": { "population": 216650 }, "geometry": { "type": "Point", "coordinates": [ 121.11, 14.31 ] } },
{ "type": "Feature", "properties": { "population": 216479 }, "geometry": { "type": "Point", "coordinates": [ 34.76, -0.1 ] } },
{ "type": "Feature", "properties": { "population": 216290 }, "geometry": { "type": "Point", "coordinates": [ -96.95, 32.81 ] } },
{ "type": "Feature", "properties": { "population": 216099 }, "geometry": { "type": "Point", "coordinates": [ 120.94, 14.43 ] } },
{ "type": "Feature", "properties": { "population": 216000 }, "geometry": { "type": "Point", "coordinates": [ 37.81, 55.7 ] } },
{ "type": "Feature", "properties": { "population": 215966 }, "geometry": { "type": "Point", "coordinates": [ 7.85, 48.0 ] } },
{ "type": "Feature", "properties": { "population": 215941 }, "geometry": { "type": "Point", "coordinates": [ 79.86, 6.83 ] } },
{ "type": "Feature", "properties": { "population": 215803 }, "geometry": { "type": "Point", "coordinates": [ 107.44, -6.56 ] } },
{ "type": "Feature", "properties": { "population": 215727 }, "geometry": { "type": "Point", "coordinates": [ 37.18, 55.98 ] } },
{ "type": "Feature", "properties": { "population": 215657 }, "geometry": { "type": "Point", "coordinates": [ 69.02, 25.53 ] } },
{ "type": "Feature", "properties": { "population": 215652 }, "geometry": { "type": "Point", "coordinates": [ -6.45, 6.88 ] } },
{ "type": "Feature", "properties": { "population": 215546 }, "geometry": { "type": "Point", "coordinates": [ 39.48, 13.5 ] } },
{ "type": "Feature", "properties": { "population": 215430 }, "geometry": { "type": "Point", "coordinates": [ 85.21, 52.54 ] } },
{ "type": "Feature", "properties": { "population": 215413 }, "geometry": { "type": "Point", "coordinates": [ -73.05, -36.83 ] } },
{ "type": "Feature", "properties": { "population": 215400 }, "geometry": { "type": "Point", "coordinates": [ 19.84, 45.25 ] } },
{ "type": "Feature", "properties": { "population": 215386 }, "geometry": { "type": "Point", "coordinates": [ 121.72, 39.1 ] } },
{ "type": "Feature", "properties": { "population": 215259 }, "geometry": { "type": "Point", "coordinates": [ -71.13, 8.42 ] } },
{ "type": "Feature", "properties": { "population": 215062 }, "geometry": { "type": "Point", "coordinates": [ 31.27, 58.52 ] } },
{ "type": "Feature", "properties": { "population": 215038 }, "geometry": { "type": "Point", "coordinates": [ 7.03, 5.48 ] } },
{ "type": "Feature", "properties": { "population": 214625 }, "geometry": { "type": "Point", "coordinates": [ 30.36, 59.93 ] } },
{ "type": "Feature", "properties": { "population": 214601 }, "geometry": { "type": "Point", "coordinates": [ -108.99, 25.8 ] } },
{ "type": "Feature", "properties": { "population": 214558 }, "geometry": { "type": "Point", "coordinates": [ 3.65, 6.85 ] } },
{ "type": "Feature", "properties": { "population": 214523 }, "geometry": { "type": "Point", "coordinates": [ -46.79, -23.63 ] } },
{ "type": "Feature", "properties": { "population": 214089 }, "geometry": { "type": "Point", "coordinates": [ -121.99, 37.55 ] } },
{ "type": "Feature", "properties": { "population": 213995 }, "geometry": { "type": "Point", "coordinates": [ 39.27, 8.55 ] } },
{ "type": "Feature", "properties": { "population": 213858 }, "geometry": { "type": "Point", "coordinates": [ 77.43, 8.18 ] } },
{ "type": "Feature", "properties": { "population": 213661 }, "geometry": { "type": "Point", "coordinates": [ 25.34, 50.76 ] } },
{ "type": "Feature", "properties": { "population": 213585 }, "geometry": { "type": "Point", "coordinates": [ 5.32, 60.39 ] } },
{ "type": "Feature", "properties": { "population": 213569 }, "geometry": { "type": "Point", "coordinates": [ 27.98, 45.27 ] } },
{ "type": "Feature", "properties": { "population": 213388 }, "geometry": { "type": "Point", "coordinates": [ 50.61, 35.95 ] } },
{ "type": "Feature", "properties": { "population": 213365 }, "geometry": { "type": "Point", "coordinates": [ 105.82, 32.44 ] } },
{ "type": "Feature", "properties": { "population": 213331 }, "geometry": { "type": "Point", "coordinates": [ 46.21, 36.52 ] } },
{ "type": "Feature", "properties": { "population": 213110 }, "geometry": { "type": "Point", "coordinates": [ -45.97, -23.31 ] } },
{ "type": "Feature", "properties": { "population": 212977 }, "geometry": { "type": "Point", "coordinates": [ 139.55, 35.66 ] } },
{ "type": "Feature", "properties": { "population": 212816 }, "geometry": { "type": "Point", "coordinates": [ 117.1, -0.58 ] } },
{ "type": "Feature", "properties": { "population": 212695 }, "geometry": { "type": "Point", "coordinates": [ -70.74, -34.17 ] } },
{ "type": "Feature", "properties": { "population": 212670 }, "geometry": { "type": "Point", "coordinates": [ 21.03, 52.19 ] } },
{ "type": "Feature", "properties": { "population": 212375 }, "geometry": { "type": "Point", "coordinates": [ -117.82, 33.67 ] } },
{ "type": "Feature", "properties": { "population": 212329 }, "geometry": { "type": "Point", "coordinates": [ 100.47, 5.36 ] } },
{ "type": "Feature", "properties": { "population": 212287 }, "geometry": { "type": "Point", "coordinates": [ 121.16, 13.94 ] } },
{ "type": "Feature", "properties": { "population": 212237 }, "geometry": { "type": "Point", "coordinates": [ -86.8, 33.52 ] } },
{ "type": "Feature", "properties": { "population": 212218 }, "geometry": { "type": "Point", "coordinates": [ -49.95, -22.21 ] } },
{ "type": "Feature", "properties": { "population": 212207 }, "geometry": { "type": "Point", "coordinates": [ 10.69, 53.87 ] } },
{ "type": "Feature", "properties": { "population": 211996 }, "geometry": { "type": "Point", "coordinates": [ -0.99, 37.61 ] } },
{ "type": "Feature", "properties": { "population": 211330 }, "geometry": { "type": "Point", "coordinates": [ 28.68, 41.03 ] } },
{ "type": "Feature", "properties": { "population": 211138 }, "geometry": { "type": "Point", "coordinates": [ 33.51, 39.85 ] } },
{ "type": "Feature", "properties": { "population": 211066 }, "geometry": { "type": "Point", "coordinates": [ 119.7, 49.2 ] } },
{ "type": "Feature", "properties": { "population": 210941 }, "geometry": { "type": "Point", "coordinates": [ 2.02, 41.57 ] } },
{ "type": "Feature", "properties": { "population": 210886 }, "geometry": { "type": "Point", "coordinates": [ 42.51, 18.22 ] } },
{ "type": "Feature", "properties": { "population": 210697 }, "geometry": { "type": "Point", "coordinates": [ 13.63, 32.44 ] } },
{ "type": "Feature", "properties": { "population": 210667 }, "geometry": { "type": "Point", "coordinates": [ 137.97, 36.23 ] } },
{ "type": "Feature", "properties": { "population": 210565 }, "geometry": { "type": "Point", "coordinates": [ -77.62, 43.15 ] } },
{ "type": "Feature", "properties": { "population": 210411 }, "geometry": { "type": "Point", "coordinates": [ 113.25, 22.84 ] } },
{ "type": "Feature", "properties": { "population": 210338 }, "geometry": { "type": "Point", "coordinates": [ 109.22, 13.78 ] } },
{ "type": "Feature", "properties": { "population": 210103 }, "geometry": { "type": "Point", "coordinates": [ 73.32, 25.77 ] } },
{ "type": "Feature", "properties": { "population": 210053 }, "geometry": { "type": "Point", "coordinates": [ -82.37, 23.04 ] } },
{ "type": "Feature", "properties": { "population": 210053 }, "geometry": { "type": "Point", "coordinates": [ -82.3, 23.01 ] } },
{ "type": "Feature", "properties": { "population": 210000 }, "geometry": { "type": "Point", "coordinates": [ 63.62, 53.21 ] } },
{ "type": "Feature", "properties": { "population": 210000 }, "geometry": { "type": "Point", "coordinates": [ 36.16, 36.21 ] } },
{ "type": "Feature", "properties": { "population": 210000 }, "geometry": { "type": "Point", "coordinates": [ 89.37, 24.85 ] } },
{ "type": "Feature", "properties": { "population": 209924 }, "geometry": { "type": "Point", "coordinates": [ -117.29, 34.11 ] } },
{ "type": "Feature", "properties": { "population": 209746 }, "geometry": { "type": "Point", "coordinates": [ 127.73, 37.87 ] } },
{ "type": "Feature", "properties": { "population": 209683 }, "geometry": { "type": "Point", "coordinates": [ 107.08, 10.35 ] } },
{ "type": "Feature", "properties": { "population": 209620 }, "geometry": { "type": "Point", "coordinates": [ 5.48, 51.44 ] } },
{ "type": "Feature", "properties": { "population": 209614 }, "geometry": { "type": "Point", "coordinates": [ 99.07, 2.96 ] } },
{ "type": "Feature", "properties": { "population": 209530 }, "geometry": { "type": "Point", "coordinates": [ 126.59, 40.97 ] } },
{ "type": "Feature", "properties": { "population": 209502 }, "geometry": { "type": "Point", "coordinates": [ -51.39, -22.13 ] } },
{ "type": "Feature", "properties": { "population": 209444 }, "geometry": { "type": "Point", "coordinates": [ 117.62, 26.25 ] } },
{ "type": "Feature", "properties": { "population": 209419 }, "geometry": { "type": "Point", "coordinates": [ 31.69, 26.56 ] } },
{ "type": "Feature", "properties": { "population": 209375 }, "geometry": { "type": "Point", "coordinates": [ -1.67, 48.11 ] } },
{ "type": "Feature", "properties": { "population": 209229 }, "geometry": { "type": "Point", "coordinates": [ -51.15, -29.76 ] } },
{ "type": "Feature", "properties": { "population": 209175 }, "geometry": { "type": "Point", "coordinates": [ 3.92, 6.82 ] } },
{ "type": "Feature", "properties": { "population": 208931 }, "geometry": { "type": "Point", "coordinates": [ 77.28, 30.13 ] } },
{ "type": "Feature", "properties": { "population": 208916 }, "geometry": { "type": "Point", "coordinates": [ -117.43, 47.66 ] } },
{ "type": "Feature", "properties": { "population": 208781 }, "geometry": { "type": "Point", "coordinates": [ 102.1, 14.97 ] } },
{ "type": "Feature", "properties": { "population": 208717 }, "geometry": { "type": "Point", "coordinates": [ 18.6, 53.01 ] } },
{ "type": "Feature", "properties": { "population": 208684 }, "geometry": { "type": "Point", "coordinates": [ -67.15, -17.98 ] } },
{ "type": "Feature", "properties": { "population": 208598 }, "geometry": { "type": "Point", "coordinates": [ 20.63, 50.87 ] } },
{ "type": "Feature", "properties": { "population": 208461 }, "geometry": { "type": "Point", "coordinates": [ 81.3, 24.53 ] } },
{ "type": "Feature", "properties": { "population": 208453 }, "geometry": { "type": "Point", "coordinates": [ -111.79, 33.35 ] } },
{ "type": "Feature", "properties": { "population": 208437 }, "geometry": { "type": "Point", "coordinates": [ -68.97, 18.43 ] } },
{ "type": "Feature", "properties": { "population": 208411 }, "geometry": { "type": "Point", "coordinates": [ 25.91, -24.65 ] } },
{ "type": "Feature", "properties": { "population": 208369 }, "geometry": { "type": "Point", "coordinates": [ 117.79, 39.25 ] } },
{ "type": "Feature", "properties": { "population": 208100 }, "geometry": { "type": "Point", "coordinates": [ 174.66, -36.92 ] } },
{ "type": "Feature", "properties": { "population": 207932 }, "geometry": { "type": "Point", "coordinates": [ 13.54, -12.36 ] } },
{ "type": "Feature", "properties": { "population": 207865 }, "geometry": { "type": "Point", "coordinates": [ 174.75, -36.8 ] } },
{ "type": "Feature", "properties": { "population": 207858 }, "geometry": { "type": "Point", "coordinates": [ 106.7, -6.24 ] } },
{ "type": "Feature", "properties": { "population": 207645 }, "geometry": { "type": "Point", "coordinates": [ 55.68, 29.45 ] } },
{ "type": "Feature", "properties": { "population": 207627 }, "geometry": { "type": "Point", "coordinates": [ -77.1, 38.88 ] } },
{ "type": "Feature", "properties": { "population": 207577 }, "geometry": { "type": "Point", "coordinates": [ 121.33, 14.07 ] } },
{ "type": "Feature", "properties": { "population": 207532 }, "geometry": { "type": "Point", "coordinates": [ -6.14, 36.69 ] } },
{ "type": "Feature", "properties": { "population": 207212 }, "geometry": { "type": "Point", "coordinates": [ 106.7, -6.55 ] } },
{ "type": "Feature", "properties": { "population": 206915 }, "geometry": { "type": "Point", "coordinates": [ 139.74, 35.98 ] } },
{ "type": "Feature", "properties": { "population": 206746 }, "geometry": { "type": "Point", "coordinates": [ 107.92, -6.85 ] } },
{ "type": "Feature", "properties": { "population": 206614 }, "geometry": { "type": "Point", "coordinates": [ 21.93, 47.07 ] } },
{ "type": "Feature", "properties": { "population": 206570 }, "geometry": { "type": "Point", "coordinates": [ 7.77, 36.9 ] } },
{ "type": "Feature", "properties": { "population": 206493 }, "geometry": { "type": "Point", "coordinates": [ 2.11, 41.54 ] } },
{ "type": "Feature", "properties": { "population": 206478 }, "geometry": { "type": "Point", "coordinates": [ -3.86, 40.32 ] } },
{ "type": "Feature", "properties": { "population": 206373 }, "geometry": { "type": "Point", "coordinates": [ 49.4, -18.15 ] } },
{ "type": "Feature", "properties": { "population": 206234 }, "geometry": { "type": "Point", "coordinates": [ 88.64, 25.63 ] } },
{ "type": "Feature", "properties": { "population": 206081 }, "geometry": { "type": "Point", "coordinates": [ -99.17, 19.61 ] } },
{ "type": "Feature", "properties": { "population": 205764 }, "geometry": { "type": "Point", "coordinates": [ -86.3, 32.37 ] } },
{ "type": "Feature", "properties": { "population": 205660 }, "geometry": { "type": "Point", "coordinates": [ -39.28, -14.79 ] } },
{ "type": "Feature", "properties": { "population": 205561 }, "geometry": { "type": "Point", "coordinates": [ 135.37, 34.47 ] } },
{ "type": "Feature", "properties": { "population": 205212 }, "geometry": { "type": "Point", "coordinates": [ -90.53, 19.84 ] } },
{ "type": "Feature", "properties": { "population": 205130 }, "geometry": { "type": "Point", "coordinates": [ 116.98, 33.64 ] } },
{ "type": "Feature", "properties": { "population": 205035 }, "geometry": { "type": "Point", "coordinates": [ -47.89, -22.02 ] } },
{ "type": "Feature", "properties": { "population": 204574 }, "geometry": { "type": "Point", "coordinates": [ -3.36, 40.48 ] } },
{ "type": "Feature", "properties": { "population": 204368 }, "geometry": { "type": "Point", "coordinates": [ 106.1, 30.78 ] } },
{ "type": "Feature", "properties": { "population": 204318 }, "geometry": { "type": "Point", "coordinates": [ 138.87, 35.1 ] } },
{ "type": "Feature", "properties": { "population": 204214 }, "geometry": { "type": "Point", "coordinates": [ -77.46, 37.55 ] } },
{ "type": "Feature", "properties": { "population": 204200 }, "geometry": { "type": "Point", "coordinates": [ 24.71, 48.92 ] } },
{ "type": "Feature", "properties": { "population": 204182 }, "geometry": { "type": "Point", "coordinates": [ 78.54, 17.5 ] } },
{ "type": "Feature", "properties": { "population": 204137 }, "geometry": { "type": "Point", "coordinates": [ 138.24, 37.15 ] } },
{ "type": "Feature", "properties": { "population": 204124 }, "geometry": { "type": "Point", "coordinates": [ 21.63, 47.53 ] } },
{ "type": "Feature", "properties": { "population": 204071 }, "geometry": { "type": "Point", "coordinates": [ 77.53, 17.91 ] } },
{ "type": "Feature", "properties": { "population": 203725 }, "geometry": { "type": "Point", "coordinates": [ 11.89, 45.41 ] } },
{ "type": "Feature", "properties": { "population": 203684 }, "geometry": { "type": "Point", "coordinates": [ -76.95, 20.96 ] } },
{ "type": "Feature", "properties": { "population": 203533 }, "geometry": { "type": "Point", "coordinates": [ -47.22, -22.86 ] } },
{ "type": "Feature", "properties": { "population": 203499 }, "geometry": { "type": "Point", "coordinates": [ -66.16, 18.4 ] } },
{ "type": "Feature", "properties": { "population": 203488 }, "geometry": { "type": "Point", "coordinates": [ 125.0, 46.58 ] } },
{ "type": "Feature", "properties": { "population": 203433 }, "geometry": { "type": "Point", "coordinates": [ -93.61, 41.6 ] } },
{ "type": "Feature", "properties": { "population": 203264 }, "geometry": { "type": "Point", "coordinates": [ 91.28, 23.84 ] } },
{ "type": "Feature", "properties": { "population": 203254 }, "geometry": { "type": "Point", "coordinates": [ 11.03, 50.98 ] } },
{ "type": "Feature", "properties": { "population": 203201 }, "geometry": { "type": "Point", "coordinates": [ -118.26, 34.16 ] } },
{ "type": "Feature", "properties": { "population": 203163 }, "geometry": { "type": "Point", "coordinates": [ 86.47, 25.38 ] } },
{ "type": "Feature", "properties": { "population": 203149 }, "geometry": { "type": "Point", "coordinates": [ 10.13, 3.8 ] } },
{ "type": "Feature", "properties": { "population": 203058 }, "geometry": { "type": "Point", "coordinates": [ 30.25, 59.94 ] } },
{ "type": "Feature", "properties": { "population": 203035 }, "geometry": { "type": "Point", "coordinates": [ 139.16, 35.26 ] } },
{ "type": "Feature", "properties": { "population": 202932 }, "geometry": { "type": "Point", "coordinates": [ -0.33, 5.7 ] } },
{ "type": "Feature", "properties": { "population": 202837 }, "geometry": { "type": "Point", "coordinates": [ 36.25, 37.07 ] } },
{ "type": "Feature", "properties": { "population": 202799 }, "geometry": { "type": "Point", "coordinates": [ -122.95, 49.27 ] } },
{ "type": "Feature", "properties": { "population": 202796 }, "geometry": { "type": "Point", "coordinates": [ 52.68, 36.55 ] } },
{ "type": "Feature", "properties": { "population": 202695 }, "geometry": { "type": "Point", "coordinates": [ 76.23, 21.31 ] } },
{ "type": "Feature", "properties": { "population": 202687 }, "geometry": { "type": "Point", "coordinates": [ 23.79, 61.5 ] } },
{ "type": "Feature", "properties": { "population": 202608 }, "geometry": { "type": "Point", "coordinates": [ 112.33, 28.59 ] } },
{ "type": "Feature", "properties": { "population": 202578 }, "geometry": { "type": "Point", "coordinates": [ 27.8, 41.16 ] } },
{ "type": "Feature", "properties": { "population": 202571 }, "geometry": { "type": "Point", "coordinates": [ 9.98, 53.46 ] } },
{ "type": "Feature", "properties": { "population": 202402 }, "geometry": { "type": "Point", "coordinates": [ 103.21, 35.6 ] } },
{ "type": "Feature", "properties": { "population": 202242 }, "geometry": { "type": "Point", "coordinates": [ 90.37, 22.7 ] } },
{ "type": "Feature", "properties": { "population": 202190 }, "geometry": { "type": "Point", "coordinates": [ 106.96, -6.39 ] } },
{ "type": "Feature", "properties": { "population": 202067 }, "geometry": { "type": "Point", "coordinates": [ 72.86, 22.69 ] } },
{ "type": "Feature", "properties": { "population": 202005 }, "geometry": { "type": "Point", "coordinates": [ -37.34, -5.19 ] } },
{ "type": "Feature", "properties": { "population": 201990 }, "geometry": { "type": "Point", "coordinates": [ 28.35, 57.81 ] } },
{ "type": "Feature", "properties": { "population": 201950 }, "geometry": { "type": "Point", "coordinates": [ 110.99, 35.02 ] } },
{ "type": "Feature", "properties": { "population": 201943 }, "geometry": { "type": "Point", "coordinates": [ 14.26, 32.65 ] } },
{ "type": "Feature", "properties": { "population": 201781 }, "geometry": { "type": "Point", "coordinates": [ 72.98, 31.72 ] } },
{ "type": "Feature", "properties": { "population": 201748 }, "geometry": { "type": "Point", "coordinates": [ -46.93, -23.55 ] } },
{ "type": "Feature", "properties": { "population": 201597 }, "geometry": { "type": "Point", "coordinates": [ 84.73, 25.78 ] } },
{ "type": "Feature", "properties": { "population": 201463 }, "geometry": { "type": "Point", "coordinates": [ 107.3, -6.16 ] } },
{ "type": "Feature", "properties": { "population": 201334 }, "geometry": { "type": "Point", "coordinates": [ -44.25, -19.47 ] } },
{ "type": "Feature", "properties": { "population": 201178 }, "geometry": { "type": "Point", "coordinates": [ -70.63, -33.58 ] } },
{ "type": "Feature", "properties": { "population": 201165 }, "geometry": { "type": "Point", "coordinates": [ -121.0, 37.64 ] } },
{ "type": "Feature", "properties": { "population": 200952 }, "geometry": { "type": "Point", "coordinates": [ 98.98, 18.79 ] } },
{ "type": "Feature", "properties": { "population": 200920 }, "geometry": { "type": "Point", "coordinates": [ 69.14, 54.87 ] } },
{ "type": "Feature", "properties": { "population": 200818 }, "geometry": { "type": "Point", "coordinates": [ -71.44, 10.39 ] } },
{ "type": "Feature", "properties": { "population": 200797 }, "geometry": { "type": "Point", "coordinates": [ 77.98, 10.37 ] } },
{ "type": "Feature", "properties": { "population": 200564 }, "geometry": { "type": "Point", "coordinates": [ -78.88, 35.05 ] } },
{ "type": "Feature", "properties": { "population": 200452 }, "geometry": { "type": "Point", "coordinates": [ 33.36, 35.18 ] } },
{ "type": "Feature", "properties": { "population": 200421 }, "geometry": { "type": "Point", "coordinates": [ -79.18, -0.25 ] } },
{ "type": "Feature", "properties": { "population": 200331 }, "geometry": { "type": "Point", "coordinates": [ 70.45, 34.43 ] } },
{ "type": "Feature", "properties": { "population": 200276 }, "geometry": { "type": "Point", "coordinates": [ 8.08, 5.81 ] } },
{ "type": "Feature", "properties": { "population": 200161 }, "geometry": { "type": "Point", "coordinates": [ 38.06, 24.09 ] } },
{ "type": "Feature", "properties": { "population": 200132 }, "geometry": { "type": "Point", "coordinates": [ 4.44, 50.41 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ -49.16, -28.21 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 77.92, 45.0 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 12.73, 32.76 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 72.81, 40.52 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 73.49, 31.57 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 37.55, 55.94 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 83.97, 28.27 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 37.07, -1.03 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ -123.08, 49.09 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 51.37, 51.23 ] } },
{ "type": "Feature", "properties": { "population": 200000 }, "geometry": { "type": "Point", "coordinates": [ 34.89, 32.09 ] } },
{ "type": "Feature", "properties": { "population": 199932 }, "geometry": { "type": "Point", "coordinates": [ 75.14, 27.61 ] } },
{ "type": "Feature", "properties": { "population": 199613 }, "geometry": { "type": "Point", "coordinates": [ 5.09, 51.56 ] } },
{ "type": "Feature", "properties": { "population": 199572 }, "geometry": { "type": "Point", "coordinates": [ 47.8, 52.03 ] } },
{ "type": "Feature", "properties": { "population": 199548 }, "geometry": { "type": "Point", "coordinates": [ 41.12, 44.99 ] } },
{ "type": "Feature", "properties": { "population": 199531 }, "geometry": { "type": "Point", "coordinates": [ 74.22, 31.97 ] } },
{ "type": "Feature", "properties": { "population": 199422 }, "geometry": { "type": "Point", "coordinates": [ 88.89, 25.78 ] } },
{ "type": "Feature", "properties": { "population": 199382 }, "geometry": { "type": "Point", "coordinates": [ 52.35, 36.47 ] } },
{ "type": "Feature", "properties": { "population": 199311 }, "geometry": { "type": "Point", "coordinates": [ -93.75, 32.53 ] } },
{ "type": "Feature", "properties": { "population": 199163 }, "geometry": { "type": "Point", "coordinates": [ 30.11, 49.81 ] } },
{ "type": "Feature", "properties": { "population": 199110 }, "geometry": { "type": "Point", "coordinates": [ -81.52, 41.08 ] } },
{ "type": "Feature", "properties": { "population": 199059 }, "geometry": { "type": "Point", "coordinates": [ -2.08, 52.5 ] } },
{ "type": "Feature", "properties": { "population": 198972 }, "geometry": { "type": "Point", "coordinates": [ 7.47, 51.36 ] } },
{ "type": "Feature", "properties": { "population": 198958 }, "geometry": { "type": "Point", "coordinates": [ -106.63, 52.12 ] } },
{ "type": "Feature", "properties": { "population": 198835 }, "geometry": { "type": "Point", "coordinates": [ 18.68, 50.3 ] } },
{ "type": "Feature", "properties": { "population": 198776 }, "geometry": { "type": "Point", "coordinates": [ 87.3, 44.01 ] } },
{ "type": "Feature", "properties": { "population": 198748 }, "geometry": { "type": "Point", "coordinates": [ 120.81, 14.84 ] } },
{ "type": "Feature", "properties": { "population": 198612 }, "geometry": { "type": "Point", "coordinates": [ 77.86, 28.4 ] } },
{ "type": "Feature", "properties": { "population": 198553 }, "geometry": { "type": "Point", "coordinates": [ -57.45, -25.36 ] } },
{ "type": "Feature", "properties": { "population": 198491 }, "geometry": { "type": "Point", "coordinates": [ -1.64, 42.82 ] } },
{ "type": "Feature", "properties": { "population": 198453 }, "geometry": { "type": "Point", "coordinates": [ 87.47, 25.78 ] } },
{ "type": "Feature", "properties": { "population": 198423 }, "geometry": { "type": "Point", "coordinates": [ 103.3, 23.7 ] } },
{ "type": "Feature", "properties": { "population": 198397 }, "geometry": { "type": "Point", "coordinates": [ -122.44, 47.25 ] } },
{ "type": "Feature", "properties": { "population": 198293 }, "geometry": { "type": "Point", "coordinates": [ 12.14, 54.09 ] } },
{ "type": "Feature", "properties": { "population": 198239 }, "geometry": { "type": "Point", "coordinates": [ 111.82, 2.3 ] } },
{ "type": "Feature", "properties": { "population": 198123 }, "geometry": { "type": "Point", "coordinates": [ -79.96, -3.26 ] } },
{ "type": "Feature", "properties": { "population": 197961 }, "geometry": { "type": "Point", "coordinates": [ -92.26, 14.91 ] } },
{ "type": "Feature", "properties": { "population": 197899 }, "geometry": { "type": "Point", "coordinates": [ -88.32, 41.76 ] } },
{ "type": "Feature", "properties": { "population": 197899 }, "geometry": { "type": "Point", "coordinates": [ -119.18, 34.2 ] } },
{ "type": "Feature", "properties": { "population": 197846 }, "geometry": { "type": "Point", "coordinates": [ 76.39, 15.27 ] } },
{ "type": "Feature", "properties": { "population": 197836 }, "geometry": { "type": "Point", "coordinates": [ -3.79, 40.28 ] } },
{ "type": "Feature", "properties": { "population": 197772 }, "geometry": { "type": "Point", "coordinates": [ 116.09, 39.94 ] } },
{ "type": "Feature", "properties": { "population": 197479 }, "geometry": { "type": "Point", "coordinates": [ -71.66, -35.43 ] } },
{ "type": "Feature", "properties": { "population": 197340 }, "geometry": { "type": "Point", "coordinates": [ 77.03, 28.46 ] } },
{ "type": "Feature", "properties": { "population": 197322 }, "geometry": { "type": "Point", "coordinates": [ -0.88, 52.25 ] } },
{ "type": "Feature", "properties": { "population": 197000 }, "geometry": { "type": "Point", "coordinates": [ 108.44, 11.95 ] } },
{ "type": "Feature", "properties": { "population": 196982 }, "geometry": { "type": "Point", "coordinates": [ 59.22, 32.87 ] } },
{ "type": "Feature", "properties": { "population": 196751 }, "geometry": { "type": "Point", "coordinates": [ -6.64, 4.75 ] } },
{ "type": "Feature", "properties": { "population": 196731 }, "geometry": { "type": "Point", "coordinates": [ 102.6, 17.97 ] } },
{ "type": "Feature", "properties": { "population": 196624 }, "geometry": { "type": "Point", "coordinates": [ 132.57, 34.23 ] } },
{ "type": "Feature", "properties": { "population": 196571 }, "geometry": { "type": "Point", "coordinates": [ 29.92, 40.77 ] } },
{ "type": "Feature", "properties": { "population": 196565 }, "geometry": { "type": "Point", "coordinates": [ 4.03, 49.25 ] } },
{ "type": "Feature", "properties": { "population": 196331 }, "geometry": { "type": "Point", "coordinates": [ -13.19, 27.14 ] } },
{ "type": "Feature", "properties": { "population": 196272 }, "geometry": { "type": "Point", "coordinates": [ -48.33, -10.17 ] } },
{ "type": "Feature", "properties": { "population": 196230 }, "geometry": { "type": "Point", "coordinates": [ 127.44, 37.28 ] } },
{ "type": "Feature", "properties": { "population": 196219 }, "geometry": { "type": "Point", "coordinates": [ 146.81, -19.27 ] } },
{ "type": "Feature", "properties": { "population": 196109 }, "geometry": { "type": "Point", "coordinates": [ 78.57, 28.58 ] } },
{ "type": "Feature", "properties": { "population": 196069 }, "geometry": { "type": "Point", "coordinates": [ -117.44, 34.09 ] } },
{ "type": "Feature", "properties": { "population": 196022 }, "geometry": { "type": "Point", "coordinates": [ -47.33, -22.74 ] } },
{ "type": "Feature", "properties": { "population": 196011 }, "geometry": { "type": "Point", "coordinates": [ 46.11, 51.48 ] } },
{ "type": "Feature", "properties": { "population": 195985 }, "geometry": { "type": "Point", "coordinates": [ 72.68, 23.22 ] } },
{ "type": "Feature", "properties": { "population": 195976 }, "geometry": { "type": "Point", "coordinates": [ -73.9, 40.93 ] } },
{ "type": "Feature", "properties": { "population": 195966 }, "geometry": { "type": "Point", "coordinates": [ 27.47, 42.51 ] } },
{ "type": "Feature", "properties": { "population": 195856 }, "geometry": { "type": "Point", "coordinates": [ 80.39, 23.84 ] } },
{ "type": "Feature", "properties": { "population": 195764 }, "geometry": { "type": "Point", "coordinates": [ -101.42, 26.91 ] } },
{ "type": "Feature", "properties": { "population": 195318 }, "geometry": { "type": "Point", "coordinates": [ 138.85, 37.45 ] } },
{ "type": "Feature", "properties": { "population": 195236 }, "geometry": { "type": "Point", "coordinates": [ 127.14, 37.6 ] } },
{ "type": "Feature", "properties": { "population": 195227 }, "geometry": { "type": "Point", "coordinates": [ -69.67, 11.4 ] } },
{ "type": "Feature", "properties": { "population": 195164 }, "geometry": { "type": "Point", "coordinates": [ 139.54, 35.73 ] } },
{ "type": "Feature", "properties": { "population": 195129 }, "geometry": { "type": "Point", "coordinates": [ 113.05, 22.46 ] } },
{ "type": "Feature", "properties": { "population": 195111 }, "geometry": { "type": "Point", "coordinates": [ -88.04, 30.69 ] } },
{ "type": "Feature", "properties": { "population": 195006 }, "geometry": { "type": "Point", "coordinates": [ 122.52, -3.98 ] } },
{ "type": "Feature", "properties": { "population": 194650 }, "geometry": { "type": "Point", "coordinates": [ -40.5, -9.4 ] } },
{ "type": "Feature", "properties": { "population": 194530 }, "geometry": { "type": "Point", "coordinates": [ -5.28, 6.82 ] } },
{ "type": "Feature", "properties": { "population": 194501 }, "geometry": { "type": "Point", "coordinates": [ 9.5, 51.32 ] } },
{ "type": "Feature", "properties": { "population": 194363 }, "geometry": { "type": "Point", "coordinates": [ 77.07, 28.68 ] } },
{ "type": "Feature", "properties": { "population": 194292 }, "geometry": { "type": "Point", "coordinates": [ 39.83, 64.56 ] } },
{ "type": "Feature", "properties": { "population": 194150 }, "geometry": { "type": "Point", "coordinates": [ -1.09, 50.8 ] } },
{ "type": "Feature", "properties": { "population": 194006 }, "geometry": { "type": "Point", "coordinates": [ -100.94, 22.19 ] } },
{ "type": "Feature", "properties": { "population": 193987 }, "geometry": { "type": "Point", "coordinates": [ 6.91, 6.02 ] } },
{ "type": "Feature", "properties": { "population": 193898 }, "geometry": { "type": "Point", "coordinates": [ 106.73, -6.42 ] } },
{ "type": "Feature", "properties": { "population": 193832 }, "geometry": { "type": "Point", "coordinates": [ -44.88, -20.14 ] } },
{ "type": "Feature", "properties": { "population": 193750 }, "geometry": { "type": "Point", "coordinates": [ 28.8, 41.09 ] } },
{ "type": "Feature", "properties": { "population": 193669 }, "geometry": { "type": "Point", "coordinates": [ -0.42, 51.88 ] } },
{ "type": "Feature", "properties": { "population": 193652 }, "geometry": { "type": "Point", "coordinates": [ 114.83, 30.4 ] } },
{ "type": "Feature", "properties": { "population": 193529 }, "geometry": { "type": "Point", "coordinates": [ -38.63, -3.88 ] } },
{ "type": "Feature", "properties": { "population": 193524 }, "geometry": { "type": "Point", "coordinates": [ 135.4, 34.78 ] } },
{ "type": "Feature", "properties": { "population": 193524 }, "geometry": { "type": "Point", "coordinates": [ -92.29, 34.75 ] } },
{ "type": "Feature", "properties": { "population": 193499 }, "geometry": { "type": "Point", "coordinates": [ 106.18, 20.43 ] } },
{ "type": "Feature", "properties": { "population": 193365 }, "geometry": { "type": "Point", "coordinates": [ -117.23, 33.94 ] } },
{ "type": "Feature", "properties": { "population": 192925 }, "geometry": { "type": "Point", "coordinates": [ 135.8, 34.89 ] } },
{ "type": "Feature", "properties": { "population": 192827 }, "geometry": { "type": "Point", "coordinates": [ 81.14, 16.19 ] } },
{ "type": "Feature", "properties": { "population": 192736 }, "geometry": { "type": "Point", "coordinates": [ -97.84, 22.27 ] } },
{ "type": "Feature", "properties": { "population": 192680 }, "geometry": { "type": "Point", "coordinates": [ 128.18, 41.4 ] } },
{ "type": "Feature", "properties": { "population": 192632 }, "geometry": { "type": "Point", "coordinates": [ -76.64, 20.38 ] } },
{ "type": "Feature", "properties": { "population": 192555 }, "geometry": { "type": "Point", "coordinates": [ 87.57, 25.54 ] } },
{ "type": "Feature", "properties": { "population": 192493 }, "geometry": { "type": "Point", "coordinates": [ 104.45, 0.92 ] } },
{ "type": "Feature", "properties": { "population": 192464 }, "geometry": { "type": "Point", "coordinates": [ 88.95, 24.8 ] } },
{ "type": "Feature", "properties": { "population": 192382 }, "geometry": { "type": "Point", "coordinates": [ -1.61, 54.97 ] } },
{ "type": "Feature", "properties": { "population": 192307 }, "geometry": { "type": "Point", "coordinates": [ 21.12, 55.72 ] } },
{ "type": "Feature", "properties": { "population": 192177 }, "geometry": { "type": "Point", "coordinates": [ 18.79, 50.32 ] } },
{ "type": "Feature", "properties": { "population": 192041 }, "geometry": { "type": "Point", "coordinates": [ 57.33, 37.47 ] } },
{ "type": "Feature", "properties": { "population": 191903 }, "geometry": { "type": "Point", "coordinates": [ -66.54, 10.48 ] } },
{ "type": "Feature", "properties": { "population": 191891 }, "geometry": { "type": "Point", "coordinates": [ 113.67, 22.82 ] } },
{ "type": "Feature", "properties": { "population": 191769 }, "geometry": { "type": "Point", "coordinates": [ -0.63, 35.19 ] } },
{ "type": "Feature", "properties": { "population": 191719 }, "geometry": { "type": "Point", "coordinates": [ -118.26, 34.14 ] } },
{ "type": "Feature", "properties": { "population": 191696 }, "geometry": { "type": "Point", "coordinates": [ 100.48, 7.01 ] } },
{ "type": "Feature", "properties": { "population": 191651 }, "geometry": { "type": "Point", "coordinates": [ 122.75, 40.85 ] } },
{ "type": "Feature", "properties": { "population": 191477 }, "geometry": { "type": "Point", "coordinates": [ 136.58, 34.88 ] } },
{ "type": "Feature", "properties": { "population": 191424 }, "geometry": { "type": "Point", "coordinates": [ 8.99, 13.81 ] } },
{ "type": "Feature", "properties": { "population": 191406 }, "geometry": { "type": "Point", "coordinates": [ 106.56, -6.27 ] } },
{ "type": "Feature", "properties": { "population": 191403 }, "geometry": { "type": "Point", "coordinates": [ -73.85, 7.07 ] } },
{ "type": "Feature", "properties": { "population": 191366 }, "geometry": { "type": "Point", "coordinates": [ 59.65, 55.17 ] } },
{ "type": "Feature", "properties": { "population": 191200 }, "geometry": { "type": "Point", "coordinates": [ 124.61, 11.01 ] } },
{ "type": "Feature", "properties": { "population": 190855 }, "geometry": { "type": "Point", "coordinates": [ 76.14, 28.8 ] } },
{ "type": "Feature", "properties": { "population": 190695 }, "geometry": { "type": "Point", "coordinates": [ -101.83, 35.22 ] } },
{ "type": "Feature", "properties": { "population": 190687 }, "geometry": { "type": "Point", "coordinates": [ -2.72, 53.77 ] } },
{ "type": "Feature", "properties": { "population": 190537 }, "geometry": { "type": "Point", "coordinates": [ 116.97, 35.4 ] } },
{ "type": "Feature", "properties": { "population": 190384 }, "geometry": { "type": "Point", "coordinates": [ -8.47, 51.9 ] } },
{ "type": "Feature", "properties": { "population": 190159 }, "geometry": { "type": "Point", "coordinates": [ 43.79, 33.35 ] } },
{ "type": "Feature", "properties": { "population": 190063 }, "geometry": { "type": "Point", "coordinates": [ 5.42, 7.46 ] } },
{ "type": "Feature", "properties": { "population": 190058 }, "geometry": { "type": "Point", "coordinates": [ 25.04, 60.29 ] } },
{ "type": "Feature", "properties": { "population": 190000 }, "geometry": { "type": "Point", "coordinates": [ 138.57, 35.66 ] } },
{ "type": "Feature", "properties": { "population": 189992 }, "geometry": { "type": "Point", "coordinates": [ -118.0, 33.66 ] } },
{ "type": "Feature", "properties": { "population": 189885 }, "geometry": { "type": "Point", "coordinates": [ -84.99, 32.46 ] } },
{ "type": "Feature", "properties": { "population": 189876 }, "geometry": { "type": "Point", "coordinates": [ 70.13, 28.31 ] } },
{ "type": "Feature", "properties": { "population": 189624 }, "geometry": { "type": "Point", "coordinates": [ 31.1, 29.07 ] } },
{ "type": "Feature", "properties": { "population": 189372 }, "geometry": { "type": "Point", "coordinates": [ -115.07, 36.21 ] } },
{ "type": "Feature", "properties": { "population": 189338 }, "geometry": { "type": "Point", "coordinates": [ 48.47, 53.16 ] } },
{ "type": "Feature", "properties": { "population": 189186 }, "geometry": { "type": "Point", "coordinates": [ 18.93, 50.35 ] } },
{ "type": "Feature", "properties": { "population": 189177 }, "geometry": { "type": "Point", "coordinates": [ 23.45, -7.01 ] } },
{ "type": "Feature", "properties": { "population": 189090 }, "geometry": { "type": "Point", "coordinates": [ 125.01, 11.25 ] } },
{ "type": "Feature", "properties": { "population": 189085 }, "geometry": { "type": "Point", "coordinates": [ 135.43, 34.48 ] } },
{ "type": "Feature", "properties": { "population": 189047 }, "geometry": { "type": "Point", "coordinates": [ -54.71, -2.44 ] } },
{ "type": "Feature", "properties": { "population": 188980 }, "geometry": { "type": "Point", "coordinates": [ 108.37, 30.82 ] } },
{ "type": "Feature", "properties": { "population": 188979 }, "geometry": { "type": "Point", "coordinates": [ 28.45, -14.45 ] } },
{ "type": "Feature", "properties": { "population": 188964 }, "geometry": { "type": "Point", "coordinates": [ 36.89, -17.88 ] } },
{ "type": "Feature", "properties": { "population": 188812 }, "geometry": { "type": "Point", "coordinates": [ -65.79, -28.47 ] } },
{ "type": "Feature", "properties": { "population": 188810 }, "geometry": { "type": "Point", "coordinates": [ -2.46, 36.84 ] } },
{ "type": "Feature", "properties": { "population": 188758 }, "geometry": { "type": "Point", "coordinates": [ -38.32, -12.7 ] } },
{ "type": "Feature", "properties": { "population": 188724 }, "geometry": { "type": "Point", "coordinates": [ 119.89, -8.5 ] } },
{ "type": "Feature", "properties": { "population": 188663 }, "geometry": { "type": "Point", "coordinates": [ 106.85, -6.48 ] } },
{ "type": "Feature", "properties": { "population": 188602 }, "geometry": { "type": "Point", "coordinates": [ 115.64, 22.95 ] } },
{ "type": "Feature", "properties": { "population": 188593 }, "geometry": { "type": "Point", "coordinates": [ -82.4, 23.01 ] } },
{ "type": "Feature", "properties": { "population": 188533 }, "geometry": { "type": "Point", "coordinates": [ 104.17, 36.55 ] } },
{ "type": "Feature", "properties": { "population": 188050 }, "geometry": { "type": "Point", "coordinates": [ 120.57, 15.22 ] } },
{ "type": "Feature", "properties": { "population": 188040 }, "geometry": { "type": "Point", "coordinates": [ -85.67, 42.96 ] } },
{ "type": "Feature", "properties": { "population": 188000 }, "geometry": { "type": "Point", "coordinates": [ -47.41, -22.75 ] } },
{ "type": "Feature", "properties": { "population": 187942 }, "geometry": { "type": "Point", "coordinates": [ 88.4, 21.9 ] } },
{ "type": "Feature", "properties": { "population": 187865 }, "geometry": { "type": "Point", "coordinates": [ 18.97, -33.7 ] } },
{ "type": "Feature", "properties": { "population": 187845 }, "geometry": { "type": "Point", "coordinates": [ 21.09, 52.24 ] } },
{ "type": "Feature", "properties": { "population": 187838 }, "geometry": { "type": "Point", "coordinates": [ -52.1, -32.03 ] } },
{ "type": "Feature", "properties": { "population": 187708 }, "geometry": { "type": "Point", "coordinates": [ -7.38, 33.69 ] } },
{ "type": "Feature", "properties": { "population": 187600 }, "geometry": { "type": "Point", "coordinates": [ -0.2, 51.35 ] } },
{ "type": "Feature", "properties": { "population": 187477 }, "geometry": { "type": "Point", "coordinates": [ 70.94, 40.53 ] } },
{ "type": "Feature", "properties": { "population": 187282 }, "geometry": { "type": "Point", "coordinates": [ 158.65, 53.04 ] } },
{ "type": "Feature", "properties": { "population": 187235 }, "geometry": { "type": "Point", "coordinates": [ -119.24, 34.19 ] } },
{ "type": "Feature", "properties": { "population": 187134 }, "geometry": { "type": "Point", "coordinates": [ -105.23, 20.62 ] } },
{ "type": "Feature", "properties": { "population": 187056 }, "geometry": { "type": "Point", "coordinates": [ 13.79, 45.64 ] } },
{ "type": "Feature", "properties": { "population": 187019 }, "geometry": { "type": "Point", "coordinates": [ -41.11, -20.85 ] } },
{ "type": "Feature", "properties": { "population": 186991 }, "geometry": { "type": "Point", "coordinates": [ 18.82, -5.04 ] } },
{ "type": "Feature", "properties": { "population": 186990 }, "geometry": { "type": "Point", "coordinates": [ -83.7, 22.42 ] } },
{ "type": "Feature", "properties": { "population": 186852 }, "geometry": { "type": "Point", "coordinates": [ 123.44, 7.83 ] } },
{ "type": "Feature", "properties": { "population": 186781 }, "geometry": { "type": "Point", "coordinates": [ 89.24, 24.01 ] } },
{ "type": "Feature", "properties": { "population": 186644 }, "geometry": { "type": "Point", "coordinates": [ -80.45, 22.15 ] } },
{ "type": "Feature", "properties": { "population": 186600 }, "geometry": { "type": "Point", "coordinates": [ 34.79, 31.25 ] } },
{ "type": "Feature", "properties": { "population": 186440 }, "geometry": { "type": "Point", "coordinates": [ -111.89, 40.76 ] } },
{ "type": "Feature", "properties": { "population": 186433 }, "geometry": { "type": "Point", "coordinates": [ 81.24, 26.22 ] } },
{ "type": "Feature", "properties": { "population": 186394 }, "geometry": { "type": "Point", "coordinates": [ 28.4, -26.25 ] } },
{ "type": "Feature", "properties": { "population": 186345 }, "geometry": { "type": "Point", "coordinates": [ 31.01, 30.55 ] } },
{ "type": "Feature", "properties": { "population": 186307 }, "geometry": { "type": "Point", "coordinates": [ 140.65, 36.6 ] } },
{ "type": "Feature", "properties": { "population": 186253 }, "geometry": { "type": "Point", "coordinates": [ 47.03, -19.87 ] } },
{ "type": "Feature", "properties": { "population": 186123 }, "geometry": { "type": "Point", "coordinates": [ 12.73, 32.75 ] } },
{ "type": "Feature", "properties": { "population": 186099 }, "geometry": { "type": "Point", "coordinates": [ 111.52, -7.63 ] } },
{ "type": "Feature", "properties": { "population": 186079 }, "geometry": { "type": "Point", "coordinates": [ 78.16, 29.95 ] } },
{ "type": "Feature", "properties": { "population": 186066 }, "geometry": { "type": "Point", "coordinates": [ -3.76, 40.33 ] } },
{ "type": "Feature", "properties": { "population": 186051 }, "geometry": { "type": "Point", "coordinates": [ 34.36, 11.79 ] } },
{ "type": "Feature", "properties": { "population": 185999 }, "geometry": { "type": "Point", "coordinates": [ -70.3, -18.47 ] } },
{ "type": "Feature", "properties": { "population": 185972 }, "geometry": { "type": "Point", "coordinates": [ 0.11, 49.49 ] } },
{ "type": "Feature", "properties": { "population": 185882 }, "geometry": { "type": "Point", "coordinates": [ -110.94, 31.31 ] } },
{ "type": "Feature", "properties": { "population": 185580 }, "geometry": { "type": "Point", "coordinates": [ 82.68, 24.2 ] } },
{ "type": "Feature", "properties": { "population": 185541 }, "geometry": { "type": "Point", "coordinates": [ -79.44, 43.87 ] } },
{ "type": "Feature", "properties": { "population": 185400 }, "geometry": { "type": "Point", "coordinates": [ -6.14, 53.29 ] } },
{ "type": "Feature", "properties": { "population": 185357 }, "geometry": { "type": "Point", "coordinates": [ -1.97, 43.31 ] } },
{ "type": "Feature", "properties": { "population": 185327 }, "geometry": { "type": "Point", "coordinates": [ 7.82, 51.68 ] } },
{ "type": "Feature", "properties": { "population": 185270 }, "geometry": { "type": "Point", "coordinates": [ 42.74, 0.07 ] } },
{ "type": "Feature", "properties": { "population": 185031 }, "geometry": { "type": "Point", "coordinates": [ 79.88, 6.77 ] } },
{ "type": "Feature", "properties": { "population": 185008 }, "geometry": { "type": "Point", "coordinates": [ 29.98, 39.42 ] } },
{ "type": "Feature", "properties": { "population": 184997 }, "geometry": { "type": "Point", "coordinates": [ 8.28, 49.98 ] } },
{ "type": "Feature", "properties": { "population": 184839 }, "geometry": { "type": "Point", "coordinates": [ 120.96, 14.74 ] } },
{ "type": "Feature", "properties": { "population": 184826 }, "geometry": { "type": "Point", "coordinates": [ 10.21, 45.54 ] } },
{ "type": "Feature", "properties": { "population": 184509 }, "geometry": { "type": "Point", "coordinates": [ 112.75, 32.13 ] } },
{ "type": "Feature", "properties": { "population": 184506 }, "geometry": { "type": "Point", "coordinates": [ -0.76, 52.04 ] } },
{ "type": "Feature", "properties": { "population": 184447 }, "geometry": { "type": "Point", "coordinates": [ 70.46, 21.52 ] } },
{ "type": "Feature", "properties": { "population": 184205 }, "geometry": { "type": "Point", "coordinates": [ 32.67, -18.97 ] } },
{ "type": "Feature", "properties": { "population": 184185 }, "geometry": { "type": "Point", "coordinates": [ 18.26, 0.05 ] } },
{ "type": "Feature", "properties": { "population": 184149 }, "geometry": { "type": "Point", "coordinates": [ 109.37, -6.9 ] } },
{ "type": "Feature", "properties": { "population": 184143 }, "geometry": { "type": "Point", "coordinates": [ 118.59, 24.91 ] } },
{ "type": "Feature", "properties": { "population": 183982 }, "geometry": { "type": "Point", "coordinates": [ -66.34, -33.3 ] } },
{ "type": "Feature", "properties": { "population": 183981 }, "geometry": { "type": "Point", "coordinates": [ 6.15, 46.2 ] } },
{ "type": "Feature", "properties": { "population": 183930 }, "geometry": { "type": "Point", "coordinates": [ 120.6, 15.48 ] } },
{ "type": "Feature", "properties": { "population": 183915 }, "geometry": { "type": "Point", "coordinates": [ 72.65, 30.17 ] } },
{ "type": "Feature", "properties": { "population": 183880 }, "geometry": { "type": "Point", "coordinates": [ 126.42, 41.94 ] } },
{ "type": "Feature", "properties": { "population": 183808 }, "geometry": { "type": "Point", "coordinates": [ 74.47, 27.7 ] } },
{ "type": "Feature", "properties": { "population": 183790 }, "geometry": { "type": "Point", "coordinates": [ -2.1, 57.14 ] } },
{ "type": "Feature", "properties": { "population": 183665 }, "geometry": { "type": "Point", "coordinates": [ 117.55, 34.86 ] } },
{ "type": "Feature", "properties": { "population": 183612 }, "geometry": { "type": "Point", "coordinates": [ 144.37, 42.98 ] } },
{ "type": "Feature", "properties": { "population": 183430 }, "geometry": { "type": "Point", "coordinates": [ 2.08, 49.04 ] } },
{ "type": "Feature", "properties": { "population": 183418 }, "geometry": { "type": "Point", "coordinates": [ 34.95, 40.55 ] } },
{ "type": "Feature", "properties": { "population": 183387 }, "geometry": { "type": "Point", "coordinates": [ 81.11, 16.71 ] } },
{ "type": "Feature", "properties": { "population": 183310 }, "geometry": { "type": "Point", "coordinates": [ 85.31, 27.68 ] } },
{ "type": "Feature", "properties": { "population": 183166 }, "geometry": { "type": "Point", "coordinates": [ -80.71, -0.96 ] } },
{ "type": "Feature", "properties": { "population": 183130 }, "geometry": { "type": "Point", "coordinates": [ 107.62, -6.81 ] } },
{ "type": "Feature", "properties": { "population": 183001 }, "geometry": { "type": "Point", "coordinates": [ 75.78, 21.05 ] } },
{ "type": "Feature", "properties": { "population": 182926 }, "geometry": { "type": "Point", "coordinates": [ 100.5, 13.91 ] } },
{ "type": "Feature", "properties": { "population": 182901 }, "geometry": { "type": "Point", "coordinates": [ 139.56, 35.68 ] } },
{ "type": "Feature", "properties": { "population": 182841 }, "geometry": { "type": "Point", "coordinates": [ 76.35, 21.82 ] } },
{ "type": "Feature", "properties": { "population": 182700 }, "geometry": { "type": "Point", "coordinates": [ -3.8, 43.46 ] } },
{ "type": "Feature", "properties": { "population": 182597 }, "geometry": { "type": "Point", "coordinates": [ 5.57, 50.63 ] } },
{ "type": "Feature", "properties": { "population": 182558 }, "geometry": { "type": "Point", "coordinates": [ -66.89, 10.16 ] } },
{ "type": "Feature", "properties": { "population": 182549 }, "geometry": { "type": "Point", "coordinates": [ 140.23, 35.72 ] } },
{ "type": "Feature", "properties": { "population": 182500 }, "geometry": { "type": "Point", "coordinates": [ 61.93, 56.42 ] } },
{ "type": "Feature", "properties": { "population": 182498 }, "geometry": { "type": "Point", "coordinates": [ -42.86, -22.74 ] } },
{ "type": "Feature", "properties": { "population": 182447 }, "geometry": { "type": "Point", "coordinates": [ 2.83, 36.47 ] } },
{ "type": "Feature", "properties": { "population": 182324 }, "geometry": { "type": "Point", "coordinates": [ 87.28, 26.48 ] } },
{ "type": "Feature", "properties": { "population": 182304 }, "geometry": { "type": "Point", "coordinates": [ 27.4, -26.36 ] } },
{ "type": "Feature", "properties": { "population": 182218 }, "geometry": { "type": "Point", "coordinates": [ 81.6, 27.57 ] } },
{ "type": "Feature", "properties": { "population": 182041 }, "geometry": { "type": "Point", "coordinates": [ -79.67, 44.4 ] } },
{ "type": "Feature", "properties": { "population": 182011 }, "geometry": { "type": "Point", "coordinates": [ 95.14, 22.11 ] } },
{ "type": "Feature", "properties": { "population": 182000 }, "geometry": { "type": "Point", "coordinates": [ -123.14, 49.17 ] } },
{ "type": "Feature", "properties": { "population": 181820 }, "geometry": { "type": "Point", "coordinates": [ 11.08, 43.87 ] } },
{ "type": "Feature", "properties": { "population": 181656 }, "geometry": { "type": "Point", "coordinates": [ 113.22, -7.75 ] } },
{ "type": "Feature", "properties": { "population": 181639 }, "geometry": { "type": "Point", "coordinates": [ 75.03, 29.53 ] } },
{ "type": "Feature", "properties": { "population": 181612 }, "geometry": { "type": "Point", "coordinates": [ -66.61, 10.47 ] } },
{ "type": "Feature", "properties": { "population": 181376 }, "geometry": { "type": "Point", "coordinates": [ -84.28, 30.44 ] } },
{ "type": "Feature", "properties": { "population": 181271 }, "geometry": { "type": "Point", "coordinates": [ 125.31, 46.4 ] } },
{ "type": "Feature", "properties": { "population": 181227 }, "geometry": { "type": "Point", "coordinates": [ 6.98, 49.24 ] } },
{ "type": "Feature", "properties": { "population": 181218 }, "geometry": { "type": "Point", "coordinates": [ 115.65, 34.45 ] } },
{ "type": "Feature", "properties": { "population": 181212 }, "geometry": { "type": "Point", "coordinates": [ 35.82, 31.95 ] } },
{ "type": "Feature", "properties": { "population": 181194 }, "geometry": { "type": "Point", "coordinates": [ 6.57, 53.22 ] } },
{ "type": "Feature", "properties": { "population": 181162 }, "geometry": { "type": "Point", "coordinates": [ 14.29, 48.31 ] } },
{ "type": "Feature", "properties": { "population": 181082 }, "geometry": { "type": "Point", "coordinates": [ 17.25, 40.42 ] } },
{ "type": "Feature", "properties": { "population": 181045 }, "geometry": { "type": "Point", "coordinates": [ -71.8, 42.26 ] } },
{ "type": "Feature", "properties": { "population": 180719 }, "geometry": { "type": "Point", "coordinates": [ -76.43, 36.98 ] } },
{ "type": "Feature", "properties": { "population": 180671 }, "geometry": { "type": "Point", "coordinates": [ 102.24, 2.2 ] } },
{ "type": "Feature", "properties": { "population": 180623 }, "geometry": { "type": "Point", "coordinates": [ 88.37, 22.86 ] } },
{ "type": "Feature", "properties": { "population": 180611 }, "geometry": { "type": "Point", "coordinates": [ 128.9, 37.76 ] } },
{ "type": "Feature", "properties": { "population": 180547 }, "geometry": { "type": "Point", "coordinates": [ 88.25, 24.1 ] } },
{ "type": "Feature", "properties": { "population": 180541 }, "geometry": { "type": "Point", "coordinates": [ 35.74, -6.17 ] } },
{ "type": "Feature", "properties": { "population": 180147 }, "geometry": { "type": "Point", "coordinates": [ -47.56, -22.41 ] } },
{ "type": "Feature", "properties": { "population": 180144 }, "geometry": { "type": "Point", "coordinates": [ 89.92, 24.25 ] } },
{ "type": "Feature", "properties": { "population": 180109 }, "geometry": { "type": "Point", "coordinates": [ 13.44, -5.8 ] } },
{ "type": "Feature", "properties": { "population": 180105 }, "geometry": { "type": "Point", "coordinates": [ -86.59, 34.73 ] } },
{ "type": "Feature", "properties": { "population": 180005 }, "geometry": { "type": "Point", "coordinates": [ -0.03, 39.98 ] } },
{ "type": "Feature", "properties": { "population": 180000 }, "geometry": { "type": "Point", "coordinates": [ 51.88, 47.12 ] } },
{ "type": "Feature", "properties": { "population": 180000 }, "geometry": { "type": "Point", "coordinates": [ 37.52, 55.61 ] } },
{ "type": "Feature", "properties": { "population": 179923 }, "geometry": { "type": "Point", "coordinates": [ 127.06, 37.83 ] } },
{ "type": "Feature", "properties": { "population": 179911 }, "geometry": { "type": "Point", "coordinates": [ -47.21, -23.09 ] } },
{ "type": "Feature", "properties": { "population": 179628 }, "geometry": { "type": "Point", "coordinates": [ 71.65, 22.73 ] } },
{ "type": "Feature", "properties": { "population": 179603 }, "geometry": { "type": "Point", "coordinates": [ 51.65, 35.32 ] } },
{ "type": "Feature", "properties": { "population": 179583 }, "geometry": { "type": "Point", "coordinates": [ -75.67, 4.84 ] } },
{ "type": "Feature", "properties": { "population": 179529 }, "geometry": { "type": "Point", "coordinates": [ -52.41, -28.26 ] } },
{ "type": "Feature", "properties": { "population": 179494 }, "geometry": { "type": "Point", "coordinates": [ 114.22, 29.88 ] } },
{ "type": "Feature", "properties": { "population": 179481 }, "geometry": { "type": "Point", "coordinates": [ 123.73, 13.14 ] } },
{ "type": "Feature", "properties": { "population": 179465 }, "geometry": { "type": "Point", "coordinates": [ 86.15, 41.76 ] } },
{ "type": "Feature", "properties": { "population": 179433 }, "geometry": { "type": "Point", "coordinates": [ 124.25, 7.22 ] } },
{ "type": "Feature", "properties": { "population": 179400 }, "geometry": { "type": "Point", "coordinates": [ 37.55, 55.42 ] } },
{ "type": "Feature", "properties": { "population": 179358 }, "geometry": { "type": "Point", "coordinates": [ 83.41, 18.12 ] } },
{ "type": "Feature", "properties": { "population": 179192 }, "geometry": { "type": "Point", "coordinates": [ 4.9, 8.02 ] } },
{ "type": "Feature", "properties": { "population": 179079 }, "geometry": { "type": "Point", "coordinates": [ 112.89, 30.42 ] } },
{ "type": "Feature", "properties": { "population": 179038 }, "geometry": { "type": "Point", "coordinates": [ 113.03, 25.8 ] } },
{ "type": "Feature", "properties": { "population": 178966 }, "geometry": { "type": "Point", "coordinates": [ -3.68, 42.35 ] } },
{ "type": "Feature", "properties": { "population": 178921 }, "geometry": { "type": "Point", "coordinates": [ 26.67, -26.85 ] } },
{ "type": "Feature", "properties": { "population": 178916 }, "geometry": { "type": "Point", "coordinates": [ 100.93, 13.17 ] } },
{ "type": "Feature", "properties": { "population": 178915 }, "geometry": { "type": "Point", "coordinates": [ 1.32, 35.37 ] } },
{ "type": "Feature", "properties": { "population": 178874 }, "geometry": { "type": "Point", "coordinates": [ -83.92, 35.96 ] } },
{ "type": "Feature", "properties": { "population": 178858 }, "geometry": { "type": "Point", "coordinates": [ -9.23, 38.75 ] } },
{ "type": "Feature", "properties": { "population": 178739 }, "geometry": { "type": "Point", "coordinates": [ 139.56, 35.7 ] } },
{ "type": "Feature", "properties": { "population": 178677 }, "geometry": { "type": "Point", "coordinates": [ 3.39, 8.67 ] } },
{ "type": "Feature", "properties": { "population": 178616 }, "geometry": { "type": "Point", "coordinates": [ 1.33, 36.17 ] } },
{ "type": "Feature", "properties": { "population": 178402 }, "geometry": { "type": "Point", "coordinates": [ 137.08, 34.96 ] } },
{ "type": "Feature", "properties": { "population": 178395 }, "geometry": { "type": "Point", "coordinates": [ -115.25, 36.11 ] } },
{ "type": "Feature", "properties": { "population": 178338 }, "geometry": { "type": "Point", "coordinates": [ 42.69, 42.27 ] } },
{ "type": "Feature", "properties": { "population": 178042 }, "geometry": { "type": "Point", "coordinates": [ -71.41, 41.82 ] } },
{ "type": "Feature", "properties": { "population": 178041 }, "geometry": { "type": "Point", "coordinates": [ -82.33, 23.16 ] } },
{ "type": "Feature", "properties": { "population": 177965 }, "geometry": { "type": "Point", "coordinates": [ -1.38, 54.9 ] } },
{ "type": "Feature", "properties": { "population": 177878 }, "geometry": { "type": "Point", "coordinates": [ 112.19, 30.35 ] } },
{ "type": "Feature", "properties": { "population": 177797 }, "geometry": { "type": "Point", "coordinates": [ 78.55, 14.75 ] } },
{ "type": "Feature", "properties": { "population": 177743 }, "geometry": { "type": "Point", "coordinates": [ 92.9, 20.15 ] } },
{ "type": "Feature", "properties": { "population": 177636 }, "geometry": { "type": "Point", "coordinates": [ 1.3, 52.63 ] } },
{ "type": "Feature", "properties": { "population": 177636 }, "geometry": { "type": "Point", "coordinates": [ 2.15, 41.37 ] } },
{ "type": "Feature", "properties": { "population": 177636 }, "geometry": { "type": "Point", "coordinates": [ 39.01, 35.95 ] } },
{ "type": "Feature", "properties": { "population": 177442 }, "geometry": { "type": "Point", "coordinates": [ 95.86, 20.88 ] } },
{ "type": "Feature", "properties": { "population": 177429 }, "geometry": { "type": "Point", "coordinates": [ 9.74, 4.72 ] } },
{ "type": "Feature", "properties": { "population": 177081 }, "geometry": { "type": "Point", "coordinates": [ 79.13, 12.92 ] } },
{ "type": "Feature", "properties": { "population": 177005 }, "geometry": { "type": "Point", "coordinates": [ 88.4, 22.91 ] } },
{ "type": "Feature", "properties": { "population": 176783 }, "geometry": { "type": "Point", "coordinates": [ 76.33, 9.49 ] } },
{ "type": "Feature", "properties": { "population": 176661 }, "geometry": { "type": "Point", "coordinates": [ -89.56, 13.99 ] } },
{ "type": "Feature", "properties": { "population": 176573 }, "geometry": { "type": "Point", "coordinates": [ 48.82, 34.3 ] } },
{ "type": "Feature", "properties": { "population": 176515 }, "geometry": { "type": "Point", "coordinates": [ 19.05, 49.82 ] } },
{ "type": "Feature", "properties": { "population": 176484 }, "geometry": { "type": "Point", "coordinates": [ 142.74, 46.95 ] } },
{ "type": "Feature", "properties": { "population": 176432 }, "geometry": { "type": "Point", "coordinates": [ 5.21, 52.37 ] } },
{ "type": "Feature", "properties": { "population": 176320 }, "geometry": { "type": "Point", "coordinates": [ -118.54, 34.39 ] } },
{ "type": "Feature", "properties": { "population": 176314 }, "geometry": { "type": "Point", "coordinates": [ 16.44, 43.51 ] } },
{ "type": "Feature", "properties": { "population": 176280 }, "geometry": { "type": "Point", "coordinates": [ 4.39, 45.43 ] } },
{ "type": "Feature", "properties": { "population": 176253 }, "geometry": { "type": "Point", "coordinates": [ 78.47, 28.9 ] } },
{ "type": "Feature", "properties": { "population": 176183 }, "geometry": { "type": "Point", "coordinates": [ -104.62, 50.45 ] } },
{ "type": "Feature", "properties": { "population": 176006 }, "geometry": { "type": "Point", "coordinates": [ 119.17, 32.28 ] } },
{ "type": "Feature", "properties": { "population": 176000 }, "geometry": { "type": "Point", "coordinates": [ -16.49, 16.02 ] } },
{ "type": "Feature", "properties": { "population": 175945 }, "geometry": { "type": "Point", "coordinates": [ 22.27, 60.45 ] } },
{ "type": "Feature", "properties": { "population": 175761 }, "geometry": { "type": "Point", "coordinates": [ 113.47, 29.82 ] } },
{ "type": "Feature", "properties": { "population": 175683 }, "geometry": { "type": "Point", "coordinates": [ -69.95, 18.46 ] } },
{ "type": "Feature", "properties": { "population": 175589 }, "geometry": { "type": "Point", "coordinates": [ 140.1, 36.2 ] } },
{ "type": "Feature", "properties": { "population": 175533 }, "geometry": { "type": "Point", "coordinates": [ 50.36, 35.02 ] } },
{ "type": "Feature", "properties": { "population": 175396 }, "geometry": { "type": "Point", "coordinates": [ -97.0, 32.75 ] } },
{ "type": "Feature", "properties": { "population": 175370 }, "geometry": { "type": "Point", "coordinates": [ 44.95, 38.55 ] } },
{ "type": "Feature", "properties": { "population": 175345 }, "geometry": { "type": "Point", "coordinates": [ 34.02, -11.47 ] } },
{ "type": "Feature", "properties": { "population": 175341 }, "geometry": { "type": "Point", "coordinates": [ 39.32, 37.76 ] } },
{ "type": "Feature", "properties": { "population": 175115 }, "geometry": { "type": "Point", "coordinates": [ 125.83, 44.15 ] } },
{ "type": "Feature", "properties": { "population": 175023 }, "geometry": { "type": "Point", "coordinates": [ -97.5, 25.9 ] } },
{ "type": "Feature", "properties": { "population": 174972 }, "geometry": { "type": "Point", "coordinates": [ 140.47, 40.59 ] } },
{ "type": "Feature", "properties": { "population": 174931 }, "geometry": { "type": "Point", "coordinates": [ 123.18, 13.62 ] } },
{ "type": "Feature", "properties": { "population": 174828 }, "geometry": { "type": "Point", "coordinates": [ -46.92, -23.6 ] } },
{ "type": "Feature", "properties": { "population": 174806 }, "geometry": { "type": "Point", "coordinates": [ 141.6, 42.64 ] } },
{ "type": "Feature", "properties": { "population": 174582 }, "geometry": { "type": "Point", "coordinates": [ 22.46, -33.96 ] } },
{ "type": "Feature", "properties": { "population": 174557 }, "geometry": { "type": "Point", "coordinates": [ 106.74, -6.34 ] } },
{ "type": "Feature", "properties": { "population": 174526 }, "geometry": { "type": "Point", "coordinates": [ -97.46, 20.53 ] } },
{ "type": "Feature", "properties": { "population": 174354 }, "geometry": { "type": "Point", "coordinates": [ -11.74, 7.96 ] } },
{ "type": "Feature", "properties": { "population": 174306 }, "geometry": { "type": "Point", "coordinates": [ 75.65, 32.27 ] } },
{ "type": "Feature", "properties": { "population": 174281 }, "geometry": { "type": "Point", "coordinates": [ 139.22, 35.37 ] } },
{ "type": "Feature", "properties": { "population": 174140 }, "geometry": { "type": "Point", "coordinates": [ 115.77, 33.88 ] } },
{ "type": "Feature", "properties": { "population": 174041 }, "geometry": { "type": "Point", "coordinates": [ 106.51, -6.24 ] } },
{ "type": "Feature", "properties": { "population": 174035 }, "geometry": { "type": "Point", "coordinates": [ 78.79, 26.57 ] } },
{ "type": "Feature", "properties": { "population": 174000 }, "geometry": { "type": "Point", "coordinates": [ -68.01, 10.47 ] } },
{ "type": "Feature", "properties": { "population": 173890 }, "geometry": { "type": "Point", "coordinates": [ 143.2, 42.92 ] } },
{ "type": "Feature", "properties": { "population": 173733 }, "geometry": { "type": "Point", "coordinates": [ 131.25, 33.94 ] } },
{ "type": "Feature", "properties": { "population": 173700 }, "geometry": { "type": "Point", "coordinates": [ 37.56, 48.72 ] } },
{ "type": "Feature", "properties": { "population": 173625 }, "geometry": { "type": "Point", "coordinates": [ -99.29, 19.36 ] } },
{ "type": "Feature", "properties": { "population": 173557 }, "geometry": { "type": "Point", "coordinates": [ -99.1, 19.67 ] } },
{ "type": "Feature", "properties": { "population": 173514 }, "geometry": { "type": "Point", "coordinates": [ -90.18, 32.3 ] } },
{ "type": "Feature", "properties": { "population": 173503 }, "geometry": { "type": "Point", "coordinates": [ 77.17, 31.1 ] } },
{ "type": "Feature", "properties": { "population": 173372 }, "geometry": { "type": "Point", "coordinates": [ -94.67, 38.98 ] } },
{ "type": "Feature", "properties": { "population": 173298 }, "geometry": { "type": "Point", "coordinates": [ 98.6, 12.44 ] } },
{ "type": "Feature", "properties": { "population": 173198 }, "geometry": { "type": "Point", "coordinates": [ -73.88, 40.67 ] } },
{ "type": "Feature", "properties": { "population": 173183 }, "geometry": { "type": "Point", "coordinates": [ 34.31, 31.34 ] } },
{ "type": "Feature", "properties": { "population": 173046 }, "geometry": { "type": "Point", "coordinates": [ 9.77, 1.86 ] } },
{ "type": "Feature", "properties": { "population": 173009 }, "geometry": { "type": "Point", "coordinates": [ 28.13, -25.99 ] } },
{ "type": "Feature", "properties": { "population": 172982 }, "geometry": { "type": "Point", "coordinates": [ -99.6, 19.26 ] } },
{ "type": "Feature", "properties": { "population": 172872 }, "geometry": { "type": "Point", "coordinates": [ 80.05, 15.51 ] } },
{ "type": "Feature", "properties": { "population": 172775 }, "geometry": { "type": "Point", "coordinates": [ 113.82, 23.3 ] } },
{ "type": "Feature", "properties": { "population": 172645 }, "geometry": { "type": "Point", "coordinates": [ 110.49, -7.33 ] } },
{ "type": "Feature", "properties": { "population": 172637 }, "geometry": { "type": "Point", "coordinates": [ 20.78, 48.1 ] } },
{ "type": "Feature", "properties": { "population": 172334 }, "geometry": { "type": "Point", "coordinates": [ 30.55, 37.76 ] } },
{ "type": "Feature", "properties": { "population": 172321 }, "geometry": { "type": "Point", "coordinates": [ 109.51, 34.5 ] } },
{ "type": "Feature", "properties": { "population": 172305 }, "geometry": { "type": "Point", "coordinates": [ -16.25, 14.18 ] } },
{ "type": "Feature", "properties": { "population": 172141 }, "geometry": { "type": "Point", "coordinates": [ -1.98, 52.59 ] } },
{ "type": "Feature", "properties": { "population": 172108 }, "geometry": { "type": "Point", "coordinates": [ 7.23, 51.54 ] } },
{ "type": "Feature", "properties": { "population": 172000 }, "geometry": { "type": "Point", "coordinates": [ 37.75, 55.68 ] } },
{ "type": "Feature", "properties": { "population": 171803 }, "geometry": { "type": "Point", "coordinates": [ 20.49, 53.78 ] } },
{ "type": "Feature", "properties": { "population": 171790 }, "geometry": { "type": "Point", "coordinates": [ -46.75, -23.28 ] } },
{ "type": "Feature", "properties": { "population": 171777 }, "geometry": { "type": "Point", "coordinates": [ 139.4, 35.67 ] } },
{ "type": "Feature", "properties": { "population": 171676 }, "geometry": { "type": "Point", "coordinates": [ 34.86, 32.33 ] } },
{ "type": "Feature", "properties": { "population": 171674 }, "geometry": { "type": "Point", "coordinates": [ 118.17, 26.64 ] } },
{ "type": "Feature", "properties": { "population": 171656 }, "geometry": { "type": "Point", "coordinates": [ 6.01, 9.08 ] } },
{ "type": "Feature", "properties": { "population": 171485 }, "geometry": { "type": "Point", "coordinates": [ -110.31, 24.14 ] } },
{ "type": "Feature", "properties": { "population": 171464 }, "geometry": { "type": "Point", "coordinates": [ 20.74, 42.21 ] } },
{ "type": "Feature", "properties": { "population": 171454 }, "geometry": { "type": "Point", "coordinates": [ 123.58, 41.81 ] } },
{ "type": "Feature", "properties": { "population": 171396 }, "geometry": { "type": "Point", "coordinates": [ 26.9, 46.57 ] } },
{ "type": "Feature", "properties": { "population": 171333 }, "geometry": { "type": "Point", "coordinates": [ 100.53, 13.66 ] } },
{ "type": "Feature", "properties": { "population": 171000 }, "geometry": { "type": "Point", "coordinates": [ 6.88, 51.43 ] } },
{ "type": "Feature", "properties": { "population": 170889 }, "geometry": { "type": "Point", "coordinates": [ 100.56, 5.36 ] } },
{ "type": "Feature", "properties": { "population": 170883 }, "geometry": { "type": "Point", "coordinates": [ -117.94, 33.77 ] } },
{ "type": "Feature", "properties": { "population": 170883 }, "geometry": { "type": "Point", "coordinates": [ -3.94, 51.62 ] } },
{ "type": "Feature", "properties": { "population": 170841 }, "geometry": { "type": "Point", "coordinates": [ 85.82, 19.8 ] } },
{ "type": "Feature", "properties": { "population": 170695 }, "geometry": { "type": "Point", "coordinates": [ 88.11, 22.06 ] } },
{ "type": "Feature", "properties": { "population": 170600 }, "geometry": { "type": "Point", "coordinates": [ 72.96, 50.05 ] } },
{ "type": "Feature", "properties": { "population": 170588 }, "geometry": { "type": "Point", "coordinates": [ 68.44, 28.28 ] } },
{ "type": "Feature", "properties": { "population": 170503 }, "geometry": { "type": "Point", "coordinates": [ 80.14, 17.25 ] } },
{ "type": "Feature", "properties": { "population": 170404 }, "geometry": { "type": "Point", "coordinates": [ -65.96, 18.38 ] } },
{ "type": "Feature", "properties": { "population": 170391 }, "geometry": { "type": "Point", "coordinates": [ 29.14, -3.4 ] } },
{ "type": "Feature", "properties": { "population": 170326 }, "geometry": { "type": "Point", "coordinates": [ -80.45, -1.05 ] } },
{ "type": "Feature", "properties": { "population": 170252 }, "geometry": { "type": "Point", "coordinates": [ 88.12, 25.61 ] } },
{ "type": "Feature", "properties": { "population": 170077 }, "geometry": { "type": "Point", "coordinates": [ 137.02, 36.75 ] } },
{ "type": "Feature", "properties": { "population": 170039 }, "geometry": { "type": "Point", "coordinates": [ 88.15, 25.0 ] } },
{ "type": "Feature", "properties": { "population": 170024 }, "geometry": { "type": "Point", "coordinates": [ -50.43, -21.21 ] } },
{ "type": "Feature", "properties": { "population": 170023 }, "geometry": { "type": "Point", "coordinates": [ 115.82, 32.9 ] } },
{ "type": "Feature", "properties": { "population": 169920 }, "geometry": { "type": "Point", "coordinates": [ 2.17, 41.42 ] } },
{ "type": "Feature", "properties": { "population": 169828 }, "geometry": { "type": "Point", "coordinates": [ 103.32, 2.03 ] } },
{ "type": "Feature", "properties": { "population": 169716 }, "geometry": { "type": "Point", "coordinates": [ -1.86, 38.99 ] } },
{ "type": "Feature", "properties": { "population": 169594 }, "geometry": { "type": "Point", "coordinates": [ 120.71, 36.98 ] } },
{ "type": "Feature", "properties": { "population": 169572 }, "geometry": { "type": "Point", "coordinates": [ 82.68, 25.76 ] } },
{ "type": "Feature", "properties": { "population": 169140 }, "geometry": { "type": "Point", "coordinates": [ 15.66, 38.11 ] } },
{ "type": "Feature", "properties": { "population": 169102 }, "geometry": { "type": "Point", "coordinates": [ 80.01, 9.67 ] } },
{ "type": "Feature", "properties": { "population": 169065 }, "geometry": { "type": "Point", "coordinates": [ 21.32, 46.18 ] } },
{ "type": "Feature", "properties": { "population": 168899 }, "geometry": { "type": "Point", "coordinates": [ 37.39, 11.59 ] } },
{ "type": "Feature", "properties": { "population": 168772 }, "geometry": { "type": "Point", "coordinates": [ 26.01, 53.13 ] } },
{ "type": "Feature", "properties": { "population": 168701 }, "geometry": { "type": "Point", "coordinates": [ 5.93, 43.12 ] } },
{ "type": "Feature", "properties": { "population": 168568 }, "geometry": { "type": "Point", "coordinates": [ 34.48, 31.53 ] } },
{ "type": "Feature", "properties": { "population": 168468 }, "geometry": { "type": "Point", "coordinates": [ -48.18, -21.79 ] } },
{ "type": "Feature", "properties": { "population": 168346 }, "geometry": { "type": "Point", "coordinates": [ 4.76, 36.07 ] } },
{ "type": "Feature", "properties": { "population": 168279 }, "geometry": { "type": "Point", "coordinates": [ -0.55, 47.47 ] } },
{ "type": "Feature", "properties": { "population": 168034 }, "geometry": { "type": "Point", "coordinates": [ 21.73, 38.24 ] } },
{ "type": "Feature", "properties": { "population": 167967 }, "geometry": { "type": "Point", "coordinates": [ -3.82, 40.35 ] } },
{ "type": "Feature", "properties": { "population": 167955 }, "geometry": { "type": "Point", "coordinates": [ 1.26, 36.2 ] } },
{ "type": "Feature", "properties": { "population": 167900 }, "geometry": { "type": "Point", "coordinates": [ 89.95, 24.92 ] } },
{ "type": "Feature", "properties": { "population": 167900 }, "geometry": { "type": "Point", "coordinates": [ -46.37, -23.54 ] } },
{ "type": "Feature", "properties": { "population": 167842 }, "geometry": { "type": "Point", "coordinates": [ 69.58, 41.47 ] } },
{ "type": "Feature", "properties": { "population": 167815 }, "geometry": { "type": "Point", "coordinates": [ -122.71, 38.44 ] } },
{ "type": "Feature", "properties": { "population": 167784 }, "geometry": { "type": "Point", "coordinates": [ -79.86, -2.18 ] } },
{ "type": "Feature", "properties": { "population": 167750 }, "geometry": { "type": "Point", "coordinates": [ 112.2, 31.03 ] } },
{ "type": "Feature", "properties": { "population": 167748 }, "geometry": { "type": "Point", "coordinates": [ 56.82, 59.41 ] } },
{ "type": "Feature", "properties": { "population": 167738 }, "geometry": { "type": "Point", "coordinates": [ 7.07, 6.21 ] } },
{ "type": "Feature", "properties": { "population": 167731 }, "geometry": { "type": "Point", "coordinates": [ 42.15, 47.51 ] } },
{ "type": "Feature", "properties": { "population": 167674 }, "geometry": { "type": "Point", "coordinates": [ -85.31, 35.05 ] } },
{ "type": "Feature", "properties": { "population": 167673 }, "geometry": { "type": "Point", "coordinates": [ 4.78, 51.59 ] } },
{ "type": "Feature", "properties": { "population": 167673 }, "geometry": { "type": "Point", "coordinates": [ -6.91, 32.88 ] } },
{ "type": "Feature", "properties": { "population": 167669 }, "geometry": { "type": "Point", "coordinates": [ 24.87, 44.85 ] } },
{ "type": "Feature", "properties": { "population": 167664 }, "geometry": { "type": "Point", "coordinates": [ -118.33, 34.1 ] } },
{ "type": "Feature", "properties": { "population": 167632 }, "geometry": { "type": "Point", "coordinates": [ 5.07, 7.82 ] } },
{ "type": "Feature", "properties": { "population": 167500 }, "geometry": { "type": "Point", "coordinates": [ 60.11, 55.05 ] } },
{ "type": "Feature", "properties": { "population": 167359 }, "geometry": { "type": "Point", "coordinates": [ -5.63, 9.46 ] } },
{ "type": "Feature", "properties": { "population": 167289 }, "geometry": { "type": "Point", "coordinates": [ 91.43, 53.72 ] } },
{ "type": "Feature", "properties": { "population": 167227 }, "geometry": { "type": "Point", "coordinates": [ 47.09, -21.45 ] } },
{ "type": "Feature", "properties": { "population": 167164 }, "geometry": { "type": "Point", "coordinates": [ -3.73, 40.31 ] } },
{ "type": "Feature", "properties": { "population": 167105 }, "geometry": { "type": "Point", "coordinates": [ 108.47, -6.71 ] } },
{ "type": "Feature", "properties": { "population": 167086 }, "geometry": { "type": "Point", "coordinates": [ -117.38, 33.2 ] } },
{ "type": "Feature", "properties": { "population": 167029 }, "geometry": { "type": "Point", "coordinates": [ 31.18, 30.46 ] } },
{ "type": "Feature", "properties": { "population": 166974 }, "geometry": { "type": "Point", "coordinates": [ 40.09, 47.42 ] } },
{ "type": "Feature", "properties": { "population": 166562 }, "geometry": { "type": "Point", "coordinates": [ -36.66, -9.75 ] } },
{ "type": "Feature", "properties": { "population": 166507 }, "geometry": { "type": "Point", "coordinates": [ 107.4, 29.71 ] } },
{ "type": "Feature", "properties": { "population": 166500 }, "geometry": { "type": "Point", "coordinates": [ 59.97, 41.84 ] } },
{ "type": "Feature", "properties": { "population": 166480 }, "geometry": { "type": "Point", "coordinates": [ 80.81, 25.93 ] } },
{ "type": "Feature", "properties": { "population": 166462 }, "geometry": { "type": "Point", "coordinates": [ 8.05, 52.27 ] } },
{ "type": "Feature", "properties": { "population": 166399 }, "geometry": { "type": "Point", "coordinates": [ -6.35, 32.34 ] } },
{ "type": "Feature", "properties": { "population": 166388 }, "geometry": { "type": "Point", "coordinates": [ 70.13, 23.08 ] } },
{ "type": "Feature", "properties": { "population": 166102 }, "geometry": { "type": "Point", "coordinates": [ 32.87, 24.98 ] } },
{ "type": "Feature", "properties": { "population": 166072 }, "geometry": { "type": "Point", "coordinates": [ -66.78, 10.12 ] } },
{ "type": "Feature", "properties": { "population": 166069 }, "geometry": { "type": "Point", "coordinates": [ 110.85, 21.94 ] } },
{ "type": "Feature", "properties": { "population": 166016 }, "geometry": { "type": "Point", "coordinates": [ 139.55, 35.31 ] } },
{ "type": "Feature", "properties": { "population": 165846 }, "geometry": { "type": "Point", "coordinates": [ 122.08, 46.08 ] } },
{ "type": "Feature", "properties": { "population": 165799 }, "geometry": { "type": "Point", "coordinates": [ 50.21, 26.28 ] } },
{ "type": "Feature", "properties": { "population": 165787 }, "geometry": { "type": "Point", "coordinates": [ 34.78, 32.01 ] } },
{ "type": "Feature", "properties": { "population": 165699 }, "geometry": { "type": "Point", "coordinates": [ 115.35, 22.78 ] } },
{ "type": "Feature", "properties": { "population": 165697 }, "geometry": { "type": "Point", "coordinates": [ -79.68, 43.45 ] } },
{ "type": "Feature", "properties": { "population": 165521 }, "geometry": { "type": "Point", "coordinates": [ -80.14, 26.12 ] } },
{ "type": "Feature", "properties": { "population": 165501 }, "geometry": { "type": "Point", "coordinates": [ -76.2, 4.08 ] } },
{ "type": "Feature", "properties": { "population": 165377 }, "geometry": { "type": "Point", "coordinates": [ 50.84, 28.97 ] } },
{ "type": "Feature", "properties": { "population": 165337 }, "geometry": { "type": "Point", "coordinates": [ 78.49, 15.49 ] } },
{ "type": "Feature", "properties": { "population": 165269 }, "geometry": { "type": "Point", "coordinates": [ -117.59, 34.11 ] } },
{ "type": "Feature", "properties": { "population": 165250 }, "geometry": { "type": "Point", "coordinates": [ -99.51, 17.55 ] } },
{ "type": "Feature", "properties": { "population": 165236 }, "geometry": { "type": "Point", "coordinates": [ 130.3, 33.25 ] } },
{ "type": "Feature", "properties": { "population": 165216 }, "geometry": { "type": "Point", "coordinates": [ -79.65, 0.96 ] } },
{ "type": "Feature", "properties": { "population": 165192 }, "geometry": { "type": "Point", "coordinates": [ 71.19, 30.08 ] } },
{ "type": "Feature", "properties": { "population": 165026 }, "geometry": { "type": "Point", "coordinates": [ 120.0, 36.28 ] } },
{ "type": "Feature", "properties": { "population": 164981 }, "geometry": { "type": "Point", "coordinates": [ 2.18, 41.44 ] } },
{ "type": "Feature", "properties": { "population": 164952 }, "geometry": { "type": "Point", "coordinates": [ 107.59, -7.05 ] } },
{ "type": "Feature", "properties": { "population": 164883 }, "geometry": { "type": "Point", "coordinates": [ 20.15, 46.25 ] } },
{ "type": "Feature", "properties": { "population": 164844 }, "geometry": { "type": "Point", "coordinates": [ 130.9, 45.21 ] } },
{ "type": "Feature", "properties": { "population": 164810 }, "geometry": { "type": "Point", "coordinates": [ 77.29, 28.75 ] } },
{ "type": "Feature", "properties": { "population": 164767 }, "geometry": { "type": "Point", "coordinates": [ 106.15, -6.11 ] } },
{ "type": "Feature", "properties": { "population": 164676 }, "geometry": { "type": "Point", "coordinates": [ -50.33, -27.82 ] } },
{ "type": "Feature", "properties": { "population": 164603 }, "geometry": { "type": "Point", "coordinates": [ -80.35, 27.29 ] } },
{ "type": "Feature", "properties": { "population": 164488 }, "geometry": { "type": "Point", "coordinates": [ 7.57, 47.56 ] } },
{ "type": "Feature", "properties": { "population": 164435 }, "geometry": { "type": "Point", "coordinates": [ 80.68, 27.56 ] } },
{ "type": "Feature", "properties": { "population": 164423 }, "geometry": { "type": "Point", "coordinates": [ 17.9, 44.2 ] } },
{ "type": "Feature", "properties": { "population": 164415 }, "geometry": { "type": "Point", "coordinates": [ -79.84, 43.39 ] } },
{ "type": "Feature", "properties": { "population": 164359 }, "geometry": { "type": "Point", "coordinates": [ 7.08, 51.17 ] } },
{ "type": "Feature", "properties": { "population": 164322 }, "geometry": { "type": "Point", "coordinates": [ 71.78, 40.38 ] } },
{ "type": "Feature", "properties": { "population": 164268 }, "geometry": { "type": "Point", "coordinates": [ 29.63, -4.88 ] } },
{ "type": "Feature", "properties": { "population": 164246 }, "geometry": { "type": "Point", "coordinates": [ 74.26, 31.8 ] } },
{ "type": "Feature", "properties": { "population": 164215 }, "geometry": { "type": "Point", "coordinates": [ 77.66, 25.42 ] } },
{ "type": "Feature", "properties": { "population": 164212 }, "geometry": { "type": "Point", "coordinates": [ 48.03, 29.33 ] } },
{ "type": "Feature", "properties": { "population": 164180 }, "geometry": { "type": "Point", "coordinates": [ 13.38, 49.75 ] } },
{ "type": "Feature", "properties": { "population": 164161 }, "geometry": { "type": "Point", "coordinates": [ 4.33, 7.85 ] } },
{ "type": "Feature", "properties": { "population": 164131 }, "geometry": { "type": "Point", "coordinates": [ 44.77, 43.23 ] } },
{ "type": "Feature", "properties": { "population": 164123 }, "geometry": { "type": "Point", "coordinates": [ 10.64, 35.83 ] } },
{ "type": "Feature", "properties": { "population": 164103 }, "geometry": { "type": "Point", "coordinates": [ 5.08, 36.76 ] } },
{ "type": "Feature", "properties": { "population": 164080 }, "geometry": { "type": "Point", "coordinates": [ 73.73, 32.93 ] } },
{ "type": "Feature", "properties": { "population": 164052 }, "geometry": { "type": "Point", "coordinates": [ -44.17, -22.54 ] } },
{ "type": "Feature", "properties": { "population": 163996 }, "geometry": { "type": "Point", "coordinates": [ -98.9, 19.26 ] } },
{ "type": "Feature", "properties": { "population": 163993 }, "geometry": { "type": "Point", "coordinates": [ -37.13, -10.86 ] } },
{ "type": "Feature", "properties": { "population": 163924 }, "geometry": { "type": "Point", "coordinates": [ -117.65, 34.06 ] } },
{ "type": "Feature", "properties": { "population": 163903 }, "geometry": { "type": "Point", "coordinates": [ 75.71, 13.85 ] } },
{ "type": "Feature", "properties": { "population": 163759 }, "geometry": { "type": "Point", "coordinates": [ 105.69, 18.67 ] } },
{ "type": "Feature", "properties": { "population": 163753 }, "geometry": { "type": "Point", "coordinates": [ 2.63, 9.34 ] } },
{ "type": "Feature", "properties": { "population": 163729 }, "geometry": { "type": "Point", "coordinates": [ 43.99, 26.08 ] } },
{ "type": "Feature", "properties": { "population": 163688 }, "geometry": { "type": "Point", "coordinates": [ 23.64, 37.95 ] } },
{ "type": "Feature", "properties": { "population": 163631 }, "geometry": { "type": "Point", "coordinates": [ 77.28, 15.63 ] } },
{ "type": "Feature", "properties": { "population": 163600 }, "geometry": { "type": "Point", "coordinates": [ -1.88, 50.72 ] } },
{ "type": "Feature", "properties": { "population": 163554 }, "geometry": { "type": "Point", "coordinates": [ 35.38, 33.56 ] } },
{ "type": "Feature", "properties": { "population": 163487 }, "geometry": { "type": "Point", "coordinates": [ 7.1, 13.5 ] } },
{ "type": "Feature", "properties": { "population": 163461 }, "geometry": { "type": "Point", "coordinates": [ 136.51, 34.73 ] } },
{ "type": "Feature", "properties": { "population": 163377 }, "geometry": { "type": "Point", "coordinates": [ 0.71, 51.54 ] } },
{ "type": "Feature", "properties": { "population": 163326 }, "geometry": { "type": "Point", "coordinates": [ 70.37, 20.91 ] } },
{ "type": "Feature", "properties": { "population": 163326 }, "geometry": { "type": "Point", "coordinates": [ 116.66, 39.9 ] } },
{ "type": "Feature", "properties": { "population": 163196 }, "geometry": { "type": "Point", "coordinates": [ 8.45, 49.48 ] } },
{ "type": "Feature", "properties": { "population": 163140 }, "geometry": { "type": "Point", "coordinates": [ 28.59, 41.02 ] } },
{ "type": "Feature", "properties": { "population": 163140 }, "geometry": { "type": "Point", "coordinates": [ 54.09, 17.02 ] } },
{ "type": "Feature", "properties": { "population": 163022 }, "geometry": { "type": "Point", "coordinates": [ 27.84, 37.85 ] } },
{ "type": "Feature", "properties": { "population": 163007 }, "geometry": { "type": "Point", "coordinates": [ -75.59, 6.18 ] } },
{ "type": "Feature", "properties": { "population": 162981 }, "geometry": { "type": "Point", "coordinates": [ 22.45, 13.45 ] } },
{ "type": "Feature", "properties": { "population": 162964 }, "geometry": { "type": "Point", "coordinates": [ 116.68, 23.45 ] } },
{ "type": "Feature", "properties": { "population": 162887 }, "geometry": { "type": "Point", "coordinates": [ 83.97, 21.45 ] } },
{ "type": "Feature", "properties": { "population": 162738 }, "geometry": { "type": "Point", "coordinates": [ 6.98, 51.03 ] } },
{ "type": "Feature", "properties": { "population": 162702 }, "geometry": { "type": "Point", "coordinates": [ 6.91, 36.88 ] } },
{ "type": "Feature", "properties": { "population": 162620 }, "geometry": { "type": "Point", "coordinates": [ -66.85, -29.41 ] } },
{ "type": "Feature", "properties": { "population": 162569 }, "geometry": { "type": "Point", "coordinates": [ 75.63, 15.43 ] } },
{ "type": "Feature", "properties": { "population": 162434 }, "geometry": { "type": "Point", "coordinates": [ 45.72, 36.76 ] } },
{ "type": "Feature", "properties": { "population": 162427 }, "geometry": { "type": "Point", "coordinates": [ -99.18, 18.88 ] } },
{ "type": "Feature", "properties": { "population": 162202 }, "geometry": { "type": "Point", "coordinates": [ -54.81, -22.22 ] } },
{ "type": "Feature", "properties": { "population": 162135 }, "geometry": { "type": "Point", "coordinates": [ 7.18, 9.18 ] } },
{ "type": "Feature", "properties": { "population": 161954 }, "geometry": { "type": "Point", "coordinates": [ -49.37, -28.68 ] } },
{ "type": "Feature", "properties": { "population": 161902 }, "geometry": { "type": "Point", "coordinates": [ 68.86, 36.73 ] } },
{ "type": "Feature", "properties": { "population": 161880 }, "geometry": { "type": "Point", "coordinates": [ -88.18, 13.48 ] } },
{ "type": "Feature", "properties": { "population": 161791 }, "geometry": { "type": "Point", "coordinates": [ -122.66, 45.64 ] } },
{ "type": "Feature", "properties": { "population": 161719 }, "geometry": { "type": "Point", "coordinates": [ -111.91, 33.41 ] } },
{ "type": "Feature", "properties": { "population": 161686 }, "geometry": { "type": "Point", "coordinates": [ 5.68, 5.89 ] } },
{ "type": "Feature", "properties": { "population": 161671 }, "geometry": { "type": "Point", "coordinates": [ 80.49, 26.55 ] } },
{ "type": "Feature", "properties": { "population": 161661 }, "geometry": { "type": "Point", "coordinates": [ -3.64, 40.47 ] } },
{ "type": "Feature", "properties": { "population": 161555 }, "geometry": { "type": "Point", "coordinates": [ 79.13, 28.04 ] } },
{ "type": "Feature", "properties": { "population": 161317 }, "geometry": { "type": "Point", "coordinates": [ -71.34, -29.95 ] } },
{ "type": "Feature", "properties": { "population": 161260 }, "geometry": { "type": "Point", "coordinates": [ 76.31, 29.32 ] } },
{ "type": "Feature", "properties": { "population": 161126 }, "geometry": { "type": "Point", "coordinates": [ 88.45, 22.69 ] } },
{ "type": "Feature", "properties": { "population": 161065 }, "geometry": { "type": "Point", "coordinates": [ 81.21, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 160843 }, "geometry": { "type": "Point", "coordinates": [ 139.41, 35.85 ] } },
{ "type": "Feature", "properties": { "population": 160789 }, "geometry": { "type": "Point", "coordinates": [ -80.69, -4.9 ] } },
{ "type": "Feature", "properties": { "population": 160765 }, "geometry": { "type": "Point", "coordinates": [ 31.66, 9.53 ] } },
{ "type": "Feature", "properties": { "population": 160652 }, "geometry": { "type": "Point", "coordinates": [ 107.77, 10.66 ] } },
{ "type": "Feature", "properties": { "population": 160652 }, "geometry": { "type": "Point", "coordinates": [ 108.1, 10.93 ] } },
{ "type": "Feature", "properties": { "population": 160542 }, "geometry": { "type": "Point", "coordinates": [ 37.73, 55.91 ] } },
{ "type": "Feature", "properties": { "population": 160520 }, "geometry": { "type": "Point", "coordinates": [ 135.42, 34.82 ] } },
{ "type": "Feature", "properties": { "population": 160470 }, "geometry": { "type": "Point", "coordinates": [ 35.09, 31.53 ] } },
{ "type": "Feature", "properties": { "population": 160437 }, "geometry": { "type": "Point", "coordinates": [ 113.92, 30.93 ] } },
{ "type": "Feature", "properties": { "population": 160317 }, "geometry": { "type": "Point", "coordinates": [ -89.21, 13.74 ] } },
{ "type": "Feature", "properties": { "population": 160242 }, "geometry": { "type": "Point", "coordinates": [ 87.08, 23.7 ] } },
{ "type": "Feature", "properties": { "population": 160157 }, "geometry": { "type": "Point", "coordinates": [ -52.62, -27.1 ] } },
{ "type": "Feature", "properties": { "population": 160115 }, "geometry": { "type": "Point", "coordinates": [ 97.04, 20.79 ] } },
{ "type": "Feature", "properties": { "population": 160114 }, "geometry": { "type": "Point", "coordinates": [ 44.41, 14.54 ] } },
{ "type": "Feature", "properties": { "population": 160054 }, "geometry": { "type": "Point", "coordinates": [ -72.94, -41.47 ] } },
{ "type": "Feature", "properties": { "population": 159965 }, "geometry": { "type": "Point", "coordinates": [ 36.17, 36.59 ] } },
{ "type": "Feature", "properties": { "population": 159936 }, "geometry": { "type": "Point", "coordinates": [ 139.8, 36.3 ] } },
{ "type": "Feature", "properties": { "population": 159893 }, "geometry": { "type": "Point", "coordinates": [ 55.91, 53.38 ] } },
{ "type": "Feature", "properties": { "population": 159778 }, "geometry": { "type": "Point", "coordinates": [ -16.27, 12.58 ] } },
{ "type": "Feature", "properties": { "population": 159733 }, "geometry": { "type": "Point", "coordinates": [ 103.66, 1.54 ] } },
{ "type": "Feature", "properties": { "population": 159671 }, "geometry": { "type": "Point", "coordinates": [ 139.45, 36.33 ] } },
{ "type": "Feature", "properties": { "population": 159498 }, "geometry": { "type": "Point", "coordinates": [ -93.3, 37.22 ] } },
{ "type": "Feature", "properties": { "population": 159487 }, "geometry": { "type": "Point", "coordinates": [ 58.4, 23.56 ] } },
{ "type": "Feature", "properties": { "population": 159383 }, "geometry": { "type": "Point", "coordinates": [ 111.5, 30.3 ] } },
{ "type": "Feature", "properties": { "population": 159380 }, "geometry": { "type": "Point", "coordinates": [ 112.69, -7.84 ] } },
{ "type": "Feature", "properties": { "population": 159273 }, "geometry": { "type": "Point", "coordinates": [ -82.29, 23.07 ] } },
{ "type": "Feature", "properties": { "population": 159269 }, "geometry": { "type": "Point", "coordinates": [ -64.73, -21.54 ] } },
{ "type": "Feature", "properties": { "population": 159218 }, "geometry": { "type": "Point", "coordinates": [ 8.21, 53.14 ] } },
{ "type": "Feature", "properties": { "population": 159000 }, "geometry": { "type": "Point", "coordinates": [ 37.6, 55.88 ] } },
{ "type": "Feature", "properties": { "population": 159000 }, "geometry": { "type": "Point", "coordinates": [ 37.47, 55.78 ] } },
{ "type": "Feature", "properties": { "population": 158978 }, "geometry": { "type": "Point", "coordinates": [ 127.07, 37.15 ] } },
{ "type": "Feature", "properties": { "population": 158886 }, "geometry": { "type": "Point", "coordinates": [ 10.93, 44.65 ] } },
{ "type": "Feature", "properties": { "population": 158732 }, "geometry": { "type": "Point", "coordinates": [ 5.85, 51.84 ] } },
{ "type": "Feature", "properties": { "population": 158664 }, "geometry": { "type": "Point", "coordinates": [ 89.38, 26.85 ] } },
{ "type": "Feature", "properties": { "population": 158600 }, "geometry": { "type": "Point", "coordinates": [ 112.91, -7.65 ] } },
{ "type": "Feature", "properties": { "population": 158569 }, "geometry": { "type": "Point", "coordinates": [ 79.76, 11.75 ] } },
{ "type": "Feature", "properties": { "population": 158552 }, "geometry": { "type": "Point", "coordinates": [ 5.72, 45.17 ] } },
{ "type": "Feature", "properties": { "population": 158508 }, "geometry": { "type": "Point", "coordinates": [ 43.89, 34.2 ] } },
{ "type": "Feature", "properties": { "population": 158451 }, "geometry": { "type": "Point", "coordinates": [ 40.11, 44.61 ] } },
{ "type": "Feature", "properties": { "population": 158382 }, "geometry": { "type": "Point", "coordinates": [ 22.0, 50.04 ] } },
{ "type": "Feature", "properties": { "population": 158368 }, "geometry": { "type": "Point", "coordinates": [ -111.94, 33.41 ] } },
{ "type": "Feature", "properties": { "population": 158333 }, "geometry": { "type": "Point", "coordinates": [ 4.63, 36.06 ] } },
{ "type": "Feature", "properties": { "population": 158320 }, "geometry": { "type": "Point", "coordinates": [ 120.09, 30.87 ] } },
{ "type": "Feature", "properties": { "population": 158292 }, "geometry": { "type": "Point", "coordinates": [ -44.99, -12.15 ] } },
{ "type": "Feature", "properties": { "population": 158265 }, "geometry": { "type": "Point", "coordinates": [ 79.45, 25.99 ] } },
{ "type": "Feature", "properties": { "population": 158153 }, "geometry": { "type": "Point", "coordinates": [ 105.44, 10.39 ] } },
{ "type": "Feature", "properties": { "population": 158151 }, "geometry": { "type": "Point", "coordinates": [ -82.36, 23.14 ] } },
{ "type": "Feature", "properties": { "population": 158142 }, "geometry": { "type": "Point", "coordinates": [ 75.91, 31.53 ] } },
{ "type": "Feature", "properties": { "population": 158000 }, "geometry": { "type": "Point", "coordinates": [ 37.81, 55.82 ] } },
{ "type": "Feature", "properties": { "population": 158000 }, "geometry": { "type": "Point", "coordinates": [ 35.37, 46.85 ] } },
{ "type": "Feature", "properties": { "population": 157996 }, "geometry": { "type": "Point", "coordinates": [ -40.35, -3.69 ] } },
{ "type": "Feature", "properties": { "population": 157914 }, "geometry": { "type": "Point", "coordinates": [ 98.62, 3.58 ] } },
{ "type": "Feature", "properties": { "population": 157897 }, "geometry": { "type": "Point", "coordinates": [ 30.28, 59.91 ] } },
{ "type": "Feature", "properties": { "population": 157857 }, "geometry": { "type": "Point", "coordinates": [ -80.99, 46.49 ] } },
{ "type": "Feature", "properties": { "population": 157737 }, "geometry": { "type": "Point", "coordinates": [ 31.38, 31.05 ] } },
{ "type": "Feature", "properties": { "population": 157367 }, "geometry": { "type": "Point", "coordinates": [ -3.62, 40.44 ] } },
{ "type": "Feature", "properties": { "population": 157258 }, "geometry": { "type": "Point", "coordinates": [ -61.5, 10.65 ] } },
{ "type": "Feature", "properties": { "population": 157174 }, "geometry": { "type": "Point", "coordinates": [ 98.96, 3.57 ] } },
{ "type": "Feature", "properties": { "population": 157145 }, "geometry": { "type": "Point", "coordinates": [ 80.15, 12.97 ] } },
{ "type": "Feature", "properties": { "population": 157068 }, "geometry": { "type": "Point", "coordinates": [ 131.95, 43.8 ] } },
{ "type": "Feature", "properties": { "population": 157044 }, "geometry": { "type": "Point", "coordinates": [ 120.75, 41.1 ] } },
{ "type": "Feature", "properties": { "population": 157000 }, "geometry": { "type": "Point", "coordinates": [ 29.63, 46.84 ] } },
{ "type": "Feature", "properties": { "population": 156959 }, "geometry": { "type": "Point", "coordinates": [ 37.33, -3.35 ] } },
{ "type": "Feature", "properties": { "population": 156916 }, "geometry": { "type": "Point", "coordinates": [ 123.64, 10.38 ] } },
{ "type": "Feature", "properties": { "population": 156901 }, "geometry": { "type": "Point", "coordinates": [ 68.64, 27.96 ] } },
{ "type": "Feature", "properties": { "population": 156831 }, "geometry": { "type": "Point", "coordinates": [ 27.65, -26.32 ] } },
{ "type": "Feature", "properties": { "population": 156811 }, "geometry": { "type": "Point", "coordinates": [ 140.53, 36.4 ] } },
{ "type": "Feature", "properties": { "population": 156811 }, "geometry": { "type": "Point", "coordinates": [ 133.05, 35.47 ] } },
{ "type": "Feature", "properties": { "population": 156745 }, "geometry": { "type": "Point", "coordinates": [ 7.95, 36.29 ] } },
{ "type": "Feature", "properties": { "population": 156694 }, "geometry": { "type": "Point", "coordinates": [ 4.56, 7.77 ] } },
{ "type": "Feature", "properties": { "population": 156691 }, "geometry": { "type": "Point", "coordinates": [ 103.53, 10.61 ] } },
{ "type": "Feature", "properties": { "population": 156649 }, "geometry": { "type": "Point", "coordinates": [ 18.23, 46.08 ] } },
{ "type": "Feature", "properties": { "population": 156633 }, "geometry": { "type": "Point", "coordinates": [ -118.14, 34.7 ] } },
{ "type": "Feature", "properties": { "population": 156238 }, "geometry": { "type": "Point", "coordinates": [ 25.97, 43.86 ] } },
{ "type": "Feature", "properties": { "population": 156236 }, "geometry": { "type": "Point", "coordinates": [ 102.93, 1.85 ] } },
{ "type": "Feature", "properties": { "population": 156185 }, "geometry": { "type": "Point", "coordinates": [ -123.09, 44.05 ] } },
{ "type": "Feature", "properties": { "population": 156139 }, "geometry": { "type": "Point", "coordinates": [ 99.49, 18.29 ] } },
{ "type": "Feature", "properties": { "population": 156000 }, "geometry": { "type": "Point", "coordinates": [ 139.9, 35.86 ] } },
{ "type": "Feature", "properties": { "population": 155968 }, "geometry": { "type": "Point", "coordinates": [ 140.53, 36.38 ] } },
{ "type": "Feature", "properties": { "population": 155963 }, "geometry": { "type": "Point", "coordinates": [ 8.78, 3.75 ] } },
{ "type": "Feature", "properties": { "population": 155813 }, "geometry": { "type": "Point", "coordinates": [ 139.39, 36.13 ] } },
{ "type": "Feature", "properties": { "population": 155782 }, "geometry": { "type": "Point", "coordinates": [ -0.02, 5.67 ] } },
{ "type": "Feature", "properties": { "population": 155762 }, "geometry": { "type": "Point", "coordinates": [ 128.88, 47.72 ] } },
{ "type": "Feature", "properties": { "population": 155716 }, "geometry": { "type": "Point", "coordinates": [ -48.66, -26.91 ] } },
{ "type": "Feature", "properties": { "population": 155691 }, "geometry": { "type": "Point", "coordinates": [ 126.56, 33.25 ] } },
{ "type": "Feature", "properties": { "population": 155687 }, "geometry": { "type": "Point", "coordinates": [ 74.33, 29.58 ] } },
{ "type": "Feature", "properties": { "population": 155619 }, "geometry": { "type": "Point", "coordinates": [ -5.66, 40.97 ] } },
{ "type": "Feature", "properties": { "population": 155591 }, "geometry": { "type": "Point", "coordinates": [ 20.4, 44.84 ] } },
{ "type": "Feature", "properties": { "population": 155510 }, "geometry": { "type": "Point", "coordinates": [ 3.85, 9.08 ] } },
{ "type": "Feature", "properties": { "population": 155499 }, "geometry": { "type": "Point", "coordinates": [ -39.04, -14.79 ] } },
{ "type": "Feature", "properties": { "population": 155432 }, "geometry": { "type": "Point", "coordinates": [ -1.78, 51.56 ] } },
{ "type": "Feature", "properties": { "population": 155391 }, "geometry": { "type": "Point", "coordinates": [ 120.98, 14.84 ] } },
{ "type": "Feature", "properties": { "population": 155237 }, "geometry": { "type": "Point", "coordinates": [ 129.21, 35.84 ] } },
{ "type": "Feature", "properties": { "population": 155226 }, "geometry": { "type": "Point", "coordinates": [ 57.5, -20.16 ] } },
{ "type": "Feature", "properties": { "population": 155029 }, "geometry": { "type": "Point", "coordinates": [ 79.7, 12.84 ] } },
{ "type": "Feature", "properties": { "population": 155000 }, "geometry": { "type": "Point", "coordinates": [ -3.72, 40.47 ] } },
{ "type": "Feature", "properties": { "population": 155000 }, "geometry": { "type": "Point", "coordinates": [ 120.9, 29.99 ] } },
{ "type": "Feature", "properties": { "population": 154999 }, "geometry": { "type": "Point", "coordinates": [ 120.78, 41.79 ] } },
{ "type": "Feature", "properties": { "population": 154771 }, "geometry": { "type": "Point", "coordinates": [ 114.0, 31.62 ] } },
{ "type": "Feature", "properties": { "population": 154750 }, "geometry": { "type": "Point", "coordinates": [ -80.22, 26.0 ] } },
{ "type": "Feature", "properties": { "population": 154706 }, "geometry": { "type": "Point", "coordinates": [ 29.46, -25.78 ] } },
{ "type": "Feature", "properties": { "population": 154657 }, "geometry": { "type": "Point", "coordinates": [ 46.32, -15.72 ] } },
{ "type": "Feature", "properties": { "population": 154650 }, "geometry": { "type": "Point", "coordinates": [ 37.89, 55.68 ] } },
{ "type": "Feature", "properties": { "population": 154637 }, "geometry": { "type": "Point", "coordinates": [ -123.04, 44.94 ] } },
{ "type": "Feature", "properties": { "population": 154621 }, "geometry": { "type": "Point", "coordinates": [ 29.29, 0.14 ] } },
{ "type": "Feature", "properties": { "population": 154566 }, "geometry": { "type": "Point", "coordinates": [ -1.26, 51.75 ] } },
{ "type": "Feature", "properties": { "population": 154521 }, "geometry": { "type": "Point", "coordinates": [ -71.25, -29.9 ] } },
{ "type": "Feature", "properties": { "population": 154477 }, "geometry": { "type": "Point", "coordinates": [ 103.76, 29.56 ] } },
{ "type": "Feature", "properties": { "population": 154425 }, "geometry": { "type": "Point", "coordinates": [ 23.95, -6.75 ] } },
{ "type": "Feature", "properties": { "population": 154406 }, "geometry": { "type": "Point", "coordinates": [ 125.98, 46.07 ] } },
{ "type": "Feature", "properties": { "population": 154400 }, "geometry": { "type": "Point", "coordinates": [ 34.83, 32.08 ] } },
{ "type": "Feature", "properties": { "population": 154369 }, "geometry": { "type": "Point", "coordinates": [ -78.62, -1.25 ] } },
{ "type": "Feature", "properties": { "population": 154305 }, "geometry": { "type": "Point", "coordinates": [ -81.95, 26.56 ] } },
{ "type": "Feature", "properties": { "population": 154265 }, "geometry": { "type": "Point", "coordinates": [ 3.26, 34.67 ] } },
{ "type": "Feature", "properties": { "population": 154234 }, "geometry": { "type": "Point", "coordinates": [ 106.53, -6.17 ] } },
{ "type": "Feature", "properties": { "population": 154224 }, "geometry": { "type": "Point", "coordinates": [ 41.32, 56.36 ] } },
{ "type": "Feature", "properties": { "population": 154163 }, "geometry": { "type": "Point", "coordinates": [ 39.76, 37.22 ] } },
{ "type": "Feature", "properties": { "population": 154098 }, "geometry": { "type": "Point", "coordinates": [ 134.23, 35.5 ] } },
{ "type": "Feature", "properties": { "population": 154065 }, "geometry": { "type": "Point", "coordinates": [ -112.24, 33.58 ] } },
{ "type": "Feature", "properties": { "population": 154040 }, "geometry": { "type": "Point", "coordinates": [ -70.1, 18.42 ] } },
{ "type": "Feature", "properties": { "population": 154024 }, "geometry": { "type": "Point", "coordinates": [ -85.25, 35.07 ] } },
{ "type": "Feature", "properties": { "population": 154003 }, "geometry": { "type": "Point", "coordinates": [ 112.73, 38.41 ] } },
{ "type": "Feature", "properties": { "population": 154000 }, "geometry": { "type": "Point", "coordinates": [ 33.04, 34.68 ] } },
{ "type": "Feature", "properties": { "population": 153914 }, "geometry": { "type": "Point", "coordinates": [ 37.47, 12.6 ] } },
{ "type": "Feature", "properties": { "population": 153888 }, "geometry": { "type": "Point", "coordinates": [ -96.7, 43.55 ] } },
{ "type": "Feature", "properties": { "population": 153775 }, "geometry": { "type": "Point", "coordinates": [ 80.21, 13.0 ] } },
{ "type": "Feature", "properties": { "population": 153773 }, "geometry": { "type": "Point", "coordinates": [ 10.33, 43.54 ] } },
{ "type": "Feature", "properties": { "population": 153757 }, "geometry": { "type": "Point", "coordinates": [ -64.35, -33.13 ] } },
{ "type": "Feature", "properties": { "population": 153714 }, "geometry": { "type": "Point", "coordinates": [ 112.89, 23.15 ] } },
{ "type": "Feature", "properties": { "population": 153689 }, "geometry": { "type": "Point", "coordinates": [ 77.31, 24.65 ] } },
{ "type": "Feature", "properties": { "population": 153656 }, "geometry": { "type": "Point", "coordinates": [ 73.69, 32.07 ] } },
{ "type": "Feature", "properties": { "population": 153655 }, "geometry": { "type": "Point", "coordinates": [ 6.9, 52.22 ] } },
{ "type": "Feature", "properties": { "population": 153635 }, "geometry": { "type": "Point", "coordinates": [ -44.32, -23.01 ] } },
{ "type": "Feature", "properties": { "population": 153613 }, "geometry": { "type": "Point", "coordinates": [ 76.93, 28.69 ] } },
{ "type": "Feature", "properties": { "population": 153596 }, "geometry": { "type": "Point", "coordinates": [ 117.83, 36.48 ] } },
{ "type": "Feature", "properties": { "population": 153547 }, "geometry": { "type": "Point", "coordinates": [ 111.78, 22.17 ] } },
{ "type": "Feature", "properties": { "population": 153528 }, "geometry": { "type": "Point", "coordinates": [ 72.98, 21.69 ] } },
{ "type": "Feature", "properties": { "population": 153361 }, "geometry": { "type": "Point", "coordinates": [ -42.53, -22.28 ] } },
{ "type": "Feature", "properties": { "population": 153349 }, "geometry": { "type": "Point", "coordinates": [ 87.32, 22.42 ] } },
{ "type": "Feature", "properties": { "population": 153076 }, "geometry": { "type": "Point", "coordinates": [ -76.13, -13.41 ] } },
{ "type": "Feature", "properties": { "population": 153075 }, "geometry": { "type": "Point", "coordinates": [ 145.77, -16.92 ] } },
{ "type": "Feature", "properties": { "population": 153060 }, "geometry": { "type": "Point", "coordinates": [ -72.59, 42.1 ] } },
{ "type": "Feature", "properties": { "population": 153047 }, "geometry": { "type": "Point", "coordinates": [ 82.13, 26.78 ] } },
{ "type": "Feature", "properties": { "population": 153015 }, "geometry": { "type": "Point", "coordinates": [ -121.37, 38.41 ] } },
{ "type": "Feature", "properties": { "population": 152940 }, "geometry": { "type": "Point", "coordinates": [ 85.05, 25.64 ] } },
{ "type": "Feature", "properties": { "population": 152937 }, "geometry": { "type": "Point", "coordinates": [ 121.13, 28.85 ] } },
{ "type": "Feature", "properties": { "population": 152934 }, "geometry": { "type": "Point", "coordinates": [ 115.0, 38.51 ] } },
{ "type": "Feature", "properties": { "population": 152912 }, "geometry": { "type": "Point", "coordinates": [ -54.64, -16.47 ] } },
{ "type": "Feature", "properties": { "population": 152890 }, "geometry": { "type": "Point", "coordinates": [ 45.29, 31.33 ] } },
{ "type": "Feature", "properties": { "population": 152871 }, "geometry": { "type": "Point", "coordinates": [ -89.09, 42.27 ] } },
{ "type": "Feature", "properties": { "population": 152862 }, "geometry": { "type": "Point", "coordinates": [ 29.41, 38.67 ] } },
{ "type": "Feature", "properties": { "population": 152750 }, "geometry": { "type": "Point", "coordinates": [ -118.12, 34.58 ] } },
{ "type": "Feature", "properties": { "population": 152642 }, "geometry": { "type": "Point", "coordinates": [ 67.84, 40.12 ] } },
{ "type": "Feature", "properties": { "population": 152641 }, "geometry": { "type": "Point", "coordinates": [ 175.28, -37.78 ] } },
{ "type": "Feature", "properties": { "population": 152634 }, "geometry": { "type": "Point", "coordinates": [ -66.61, 18.01 ] } },
{ "type": "Feature", "properties": { "population": 152595 }, "geometry": { "type": "Point", "coordinates": [ 122.11, 37.51 ] } },
{ "type": "Feature", "properties": { "population": 152550 }, "geometry": { "type": "Point", "coordinates": [ 44.64, 33.75 ] } },
{ "type": "Feature", "properties": { "population": 152457 }, "geometry": { "type": "Point", "coordinates": [ 6.69, 51.2 ] } },
{ "type": "Feature", "properties": { "population": 152453 }, "geometry": { "type": "Point", "coordinates": [ 116.77, 23.46 ] } },
{ "type": "Feature", "properties": { "population": 152425 }, "geometry": { "type": "Point", "coordinates": [ 125.64, 38.75 ] } },
{ "type": "Feature", "properties": { "population": 152393 }, "geometry": { "type": "Point", "coordinates": [ 92.8, 24.83 ] } },
{ "type": "Feature", "properties": { "population": 152374 }, "geometry": { "type": "Point", "coordinates": [ -117.57, 33.88 ] } },
{ "type": "Feature", "properties": { "population": 152218 }, "geometry": { "type": "Point", "coordinates": [ 80.34, 25.48 ] } },
{ "type": "Feature", "properties": { "population": 152201 }, "geometry": { "type": "Point", "coordinates": [ 34.03, 38.37 ] } },
{ "type": "Feature", "properties": { "population": 152200 }, "geometry": { "type": "Point", "coordinates": [ 106.67, 10.61 ] } },
{ "type": "Feature", "properties": { "population": 152195 }, "geometry": { "type": "Point", "coordinates": [ 36.47, 45.36 ] } },
{ "type": "Feature", "properties": { "population": 152194 }, "geometry": { "type": "Point", "coordinates": [ 104.38, 31.13 ] } },
{ "type": "Feature", "properties": { "population": 152169 }, "geometry": { "type": "Point", "coordinates": [ 114.4, 27.83 ] } },
{ "type": "Feature", "properties": { "population": 152107 }, "geometry": { "type": "Point", "coordinates": [ -2.45, 42.47 ] } },
{ "type": "Feature", "properties": { "population": 152104 }, "geometry": { "type": "Point", "coordinates": [ 139.37, 36.3 ] } },
{ "type": "Feature", "properties": { "population": 152074 }, "geometry": { "type": "Point", "coordinates": [ 125.1, 46.53 ] } },
{ "type": "Feature", "properties": { "population": 152004 }, "geometry": { "type": "Point", "coordinates": [ 78.0, 26.5 ] } },
{ "type": "Feature", "properties": { "population": 152000 }, "geometry": { "type": "Point", "coordinates": [ 37.41, 55.82 ] } },
{ "type": "Feature", "properties": { "population": 151915 }, "geometry": { "type": "Point", "coordinates": [ 107.81, 11.55 ] } },
{ "type": "Feature", "properties": { "population": 151894 }, "geometry": { "type": "Point", "coordinates": [ 24.15, 45.8 ] } },
{ "type": "Feature", "properties": { "population": 151752 }, "geometry": { "type": "Point", "coordinates": [ -67.88, 10.23 ] } },
{ "type": "Feature", "properties": { "population": 151683 }, "geometry": { "type": "Point", "coordinates": [ -122.25, 49.06 ] } },
{ "type": "Feature", "properties": { "population": 151667 }, "geometry": { "type": "Point", "coordinates": [ -98.3, 19.06 ] } },
{ "type": "Feature", "properties": { "population": 151617 }, "geometry": { "type": "Point", "coordinates": [ 113.03, 3.17 ] } },
{ "type": "Feature", "properties": { "population": 151605 }, "geometry": { "type": "Point", "coordinates": [ -46.85, -23.72 ] } },
{ "type": "Feature", "properties": { "population": 151592 }, "geometry": { "type": "Point", "coordinates": [ -2.97, 56.47 ] } },
{ "type": "Feature", "properties": { "population": 151427 }, "geometry": { "type": "Point", "coordinates": [ 71.45, 33.58 ] } },
{ "type": "Feature", "properties": { "population": 151331 }, "geometry": { "type": "Point", "coordinates": [ 75.79, 26.17 ] } },
{ "type": "Feature", "properties": { "population": 151287 }, "geometry": { "type": "Point", "coordinates": [ 113.03, 23.7 ] } },
{ "type": "Feature", "properties": { "population": 151237 }, "geometry": { "type": "Point", "coordinates": [ 46.27, 36.25 ] } },
{ "type": "Feature", "properties": { "population": 151226 }, "geometry": { "type": "Point", "coordinates": [ 13.41, -12.58 ] } },
{ "type": "Feature", "properties": { "population": 151025 }, "geometry": { "type": "Point", "coordinates": [ 136.92, 35.28 ] } },
{ "type": "Feature", "properties": { "population": 150999 }, "geometry": { "type": "Point", "coordinates": [ -64.25, 8.89 ] } },
{ "type": "Feature", "properties": { "population": 150932 }, "geometry": { "type": "Point", "coordinates": [ 107.52, -7.03 ] } },
{ "type": "Feature", "properties": { "population": 150895 }, "geometry": { "type": "Point", "coordinates": [ -94.55, 18.0 ] } },
{ "type": "Feature", "properties": { "population": 150850 }, "geometry": { "type": "Point", "coordinates": [ -51.47, -25.39 ] } },
{ "type": "Feature", "properties": { "population": 150793 }, "geometry": { "type": "Point", "coordinates": [ 119.75, 36.38 ] } },
{ "type": "Feature", "properties": { "population": 150755 }, "geometry": { "type": "Point", "coordinates": [ 81.03, 21.1 ] } },
{ "type": "Feature", "properties": { "population": 150684 }, "geometry": { "type": "Point", "coordinates": [ 111.99, 27.73 ] } },
{ "type": "Feature", "properties": { "population": 150661 }, "geometry": { "type": "Point", "coordinates": [ -16.32, 28.49 ] } },
{ "type": "Feature", "properties": { "population": 150570 }, "geometry": { "type": "Point", "coordinates": [ 136.62, 35.35 ] } },
{ "type": "Feature", "properties": { "population": 150556 }, "geometry": { "type": "Point", "coordinates": [ 139.47, 35.75 ] } },
{ "type": "Feature", "properties": { "population": 150525 }, "geometry": { "type": "Point", "coordinates": [ 78.3, 17.49 ] } },
{ "type": "Feature", "properties": { "population": 150448 }, "geometry": { "type": "Point", "coordinates": [ 121.27, 28.65 ] } },
{ "type": "Feature", "properties": { "population": 150444 }, "geometry": { "type": "Point", "coordinates": [ 103.2, 13.1 ] } },
{ "type": "Feature", "properties": { "population": 150441 }, "geometry": { "type": "Point", "coordinates": [ -121.66, 36.68 ] } },
{ "type": "Feature", "properties": { "population": 150396 }, "geometry": { "type": "Point", "coordinates": [ -72.1, -36.61 ] } },
{ "type": "Feature", "properties": { "population": 150357 }, "geometry": { "type": "Point", "coordinates": [ 72.81, 19.46 ] } },
{ "type": "Feature", "properties": { "population": 150343 }, "geometry": { "type": "Point", "coordinates": [ -35.26, -5.92 ] } },
{ "type": "Feature", "properties": { "population": 150269 }, "geometry": { "type": "Point", "coordinates": [ 13.04, 47.8 ] } },
{ "type": "Feature", "properties": { "population": 150250 }, "geometry": { "type": "Point", "coordinates": [ 122.83, 10.53 ] } },
{ "type": "Feature", "properties": { "population": 150206 }, "geometry": { "type": "Point", "coordinates": [ 110.92, -7.09 ] } },
{ "type": "Feature", "properties": { "population": 150178 }, "geometry": { "type": "Point", "coordinates": [ -100.52, 28.7 ] } },
{ "type": "Feature", "properties": { "population": 150174 }, "geometry": { "type": "Point", "coordinates": [ 40.59, 37.19 ] } },
{ "type": "Feature", "properties": { "population": 150110 }, "geometry": { "type": "Point", "coordinates": [ 60.63, 41.55 ] } },
{ "type": "Feature", "properties": { "population": 150103 }, "geometry": { "type": "Point", "coordinates": [ 37.96, 55.81 ] } },
{ "type": "Feature", "properties": { "population": 150092 }, "geometry": { "type": "Point", "coordinates": [ -2.0, 50.72 ] } },
{ "type": "Feature", "properties": { "population": 150012 }, "geometry": { "type": "Point", "coordinates": [ 30.79, -27.77 ] } },
{ "type": "Feature", "properties": { "population": 150000 }, "geometry": { "type": "Point", "coordinates": [ 37.85, 55.7 ] } },
{ "type": "Feature", "properties": { "population": 150000 }, "geometry": { "type": "Point", "coordinates": [ 22.15, -34.18 ] } },
{ "type": "Feature", "properties": { "population": 150000 }, "geometry": { "type": "Point", "coordinates": [ 125.57, -8.56 ] } },
{ "type": "Feature", "properties": { "population": 150000 }, "geometry": { "type": "Point", "coordinates": [ 78.53, 17.45 ] } },
{ "type": "Feature", "properties": { "population": 150000 }, "geometry": { "type": "Point", "coordinates": [ 0.14, 35.4 ] } },
{ "type": "Feature", "properties": { "population": 150000 }, "geometry": { "type": "Point", "coordinates": [ 128.12, 36.12 ] } },
{ "type": "Feature", "properties": { "population": 149983 }, "geometry": { "type": "Point", "coordinates": [ 88.43, 23.25 ] } },
{ "type": "Feature", "properties": { "population": 149782 }, "geometry": { "type": "Point", "coordinates": [ 5.02, 47.32 ] } },
{ "type": "Feature", "properties": { "population": 149718 }, "geometry": { "type": "Point", "coordinates": [ -3.7, 40.42 ] } },
{ "type": "Feature", "properties": { "population": 149526 }, "geometry": { "type": "Point", "coordinates": [ 105.31, -5.11 ] } },
{ "type": "Feature", "properties": { "population": 149323 }, "geometry": { "type": "Point", "coordinates": [ 139.24, 35.78 ] } },
{ "type": "Feature", "properties": { "population": 149257 }, "geometry": { "type": "Point", "coordinates": [ 9.12, 39.23 ] } },
{ "type": "Feature", "properties": { "population": 149058 }, "geometry": { "type": "Point", "coordinates": [ -117.75, 34.06 ] } },
{ "type": "Feature", "properties": { "population": 149043 }, "geometry": { "type": "Point", "coordinates": [ -95.21, 29.69 ] } },
{ "type": "Feature", "properties": { "population": 149017 }, "geometry": { "type": "Point", "coordinates": [ -1.78, 53.65 ] } },
{ "type": "Feature", "properties": { "population": 148878 }, "geometry": { "type": "Point", "coordinates": [ 13.42, 52.54 ] } },
{ "type": "Feature", "properties": { "population": 148844 }, "geometry": { "type": "Point", "coordinates": [ 128.24, 43.37 ] } },
{ "type": "Feature", "properties": { "population": 148806 }, "geometry": { "type": "Point", "coordinates": [ -6.94, 37.27 ] } },
{ "type": "Feature", "properties": { "population": 148797 }, "geometry": { "type": "Point", "coordinates": [ -3.7, 40.4 ] } },
{ "type": "Feature", "properties": { "population": 148564 }, "geometry": { "type": "Point", "coordinates": [ 27.88, -12.53 ] } },
{ "type": "Feature", "properties": { "population": 148540 }, "geometry": { "type": "Point", "coordinates": [ 41.04, 30.98 ] } },
{ "type": "Feature", "properties": { "population": 148485 }, "geometry": { "type": "Point", "coordinates": [ 110.15, 22.63 ] } },
{ "type": "Feature", "properties": { "population": 148456 }, "geometry": { "type": "Point", "coordinates": [ -118.61, 34.44 ] } },
{ "type": "Feature", "properties": { "population": 148381 }, "geometry": { "type": "Point", "coordinates": [ 43.85, 40.79 ] } },
{ "type": "Feature", "properties": { "population": 148375 }, "geometry": { "type": "Point", "coordinates": [ 117.48, 30.66 ] } },
{ "type": "Feature", "properties": { "population": 148350 }, "geometry": { "type": "Point", "coordinates": [ 135.57, 34.73 ] } },
{ "type": "Feature", "properties": { "population": 148334 }, "geometry": { "type": "Point", "coordinates": [ -6.97, 38.88 ] } },
{ "type": "Feature", "properties": { "population": 148247 }, "geometry": { "type": "Point", "coordinates": [ -67.63, 10.31 ] } },
{ "type": "Feature", "properties": { "population": 148243 }, "geometry": { "type": "Point", "coordinates": [ 102.86, -3.29 ] } },
{ "type": "Feature", "properties": { "population": 148236 }, "geometry": { "type": "Point", "coordinates": [ 4.35, 43.83 ] } },
{ "type": "Feature", "properties": { "population": 148174 }, "geometry": { "type": "Point", "coordinates": [ 88.36, 22.77 ] } },
{ "type": "Feature", "properties": { "population": 148139 }, "geometry": { "type": "Point", "coordinates": [ 113.91, -2.21 ] } },
{ "type": "Feature", "properties": { "population": 148113 }, "geometry": { "type": "Point", "coordinates": [ 123.34, 41.66 ] } },
{ "type": "Feature", "properties": { "population": 148072 }, "geometry": { "type": "Point", "coordinates": [ -43.36, -4.86 ] } },
{ "type": "Feature", "properties": { "population": 148066 }, "geometry": { "type": "Point", "coordinates": [ 107.07, 20.95 ] } },
{ "type": "Feature", "properties": { "population": 148047 }, "geometry": { "type": "Point", "coordinates": [ 108.63, -6.8 ] } },
{ "type": "Feature", "properties": { "population": 148000 }, "geometry": { "type": "Point", "coordinates": [ 5.77, 36.82 ] } },
{ "type": "Feature", "properties": { "population": 147993 }, "geometry": { "type": "Point", "coordinates": [ -76.33, 37.04 ] } },
{ "type": "Feature", "properties": { "population": 147977 }, "geometry": { "type": "Point", "coordinates": [ 124.88, 46.4 ] } },
{ "type": "Feature", "properties": { "population": 147959 }, "geometry": { "type": "Point", "coordinates": [ -76.24, -9.93 ] } },
{ "type": "Feature", "properties": { "population": 147707 }, "geometry": { "type": "Point", "coordinates": [ 2.75, 36.26 ] } },
{ "type": "Feature", "properties": { "population": 147707 }, "geometry": { "type": "Point", "coordinates": [ -3.68, 40.43 ] } },
{ "type": "Feature", "properties": { "population": 147690 }, "geometry": { "type": "Point", "coordinates": [ 38.78, 55.08 ] } },
{ "type": "Feature", "properties": { "population": 147680 }, "geometry": { "type": "Point", "coordinates": [ 55.99, 30.41 ] } },
{ "type": "Feature", "properties": { "population": 147676 }, "geometry": { "type": "Point", "coordinates": [ 21.05, 52.15 ] } },
{ "type": "Feature", "properties": { "population": 147662 }, "geometry": { "type": "Point", "coordinates": [ 12.24, 45.47 ] } },
{ "type": "Feature", "properties": { "population": 147649 }, "geometry": { "type": "Point", "coordinates": [ 48.08, 29.33 ] } },
{ "type": "Feature", "properties": { "population": 147590 }, "geometry": { "type": "Point", "coordinates": [ 4.64, 52.38 ] } },
{ "type": "Feature", "properties": { "population": 147579 }, "geometry": { "type": "Point", "coordinates": [ 102.83, 16.45 ] } },
{ "type": "Feature", "properties": { "population": 147549 }, "geometry": { "type": "Point", "coordinates": [ -8.51, 33.25 ] } },
{ "type": "Feature", "properties": { "population": 147532 }, "geometry": { "type": "Point", "coordinates": [ 13.4, 52.5 ] } },
{ "type": "Feature", "properties": { "population": 147473 }, "geometry": { "type": "Point", "coordinates": [ 20.92, 44.02 ] } },
{ "type": "Feature", "properties": { "population": 147443 }, "geometry": { "type": "Point", "coordinates": [ 51.17, 43.65 ] } },
{ "type": "Feature", "properties": { "population": 147433 }, "geometry": { "type": "Point", "coordinates": [ -88.08, 41.53 ] } },
{ "type": "Feature", "properties": { "population": 147281 }, "geometry": { "type": "Point", "coordinates": [ -43.41, -22.81 ] } },
{ "type": "Feature", "properties": { "population": 147270 }, "geometry": { "type": "Point", "coordinates": [ 77.73, 11.34 ] } },
{ "type": "Feature", "properties": { "population": 147139 }, "geometry": { "type": "Point", "coordinates": [ 10.4, 63.43 ] } },
{ "type": "Feature", "properties": { "population": 147074 }, "geometry": { "type": "Point", "coordinates": [ 50.58, 26.22 ] } },
{ "type": "Feature", "properties": { "population": 146975 }, "geometry": { "type": "Point", "coordinates": [ 108.04, 12.67 ] } },
{ "type": "Feature", "properties": { "population": 146974 }, "geometry": { "type": "Point", "coordinates": [ 29.19, -5.95 ] } },
{ "type": "Feature", "properties": { "population": 146920 }, "geometry": { "type": "Point", "coordinates": [ 132.87, 42.81 ] } },
{ "type": "Feature", "properties": { "population": 146863 }, "geometry": { "type": "Point", "coordinates": [ 24.56, 46.54 ] } },
{ "type": "Feature", "properties": { "population": 146858 }, "geometry": { "type": "Point", "coordinates": [ 32.3, 2.77 ] } },
{ "type": "Feature", "properties": { "population": 146821 }, "geometry": { "type": "Point", "coordinates": [ 5.45, 43.53 ] } },
{ "type": "Feature", "properties": { "population": 146787 }, "geometry": { "type": "Point", "coordinates": [ 76.8, 30.36 ] } },
{ "type": "Feature", "properties": { "population": 146771 }, "geometry": { "type": "Point", "coordinates": [ 109.16, 11.92 ] } },
{ "type": "Feature", "properties": { "population": 146733 }, "geometry": { "type": "Point", "coordinates": [ -81.58, 23.04 ] } },
{ "type": "Feature", "properties": { "population": 146598 }, "geometry": { "type": "Point", "coordinates": [ 2.02, 48.77 ] } },
{ "type": "Feature", "properties": { "population": 146588 }, "geometry": { "type": "Point", "coordinates": [ -46.56, -21.79 ] } },
{ "type": "Feature", "properties": { "population": 146299 }, "geometry": { "type": "Point", "coordinates": [ 10.33, 44.8 ] } },
{ "type": "Feature", "properties": { "population": 146199 }, "geometry": { "type": "Point", "coordinates": [ -74.17, 40.92 ] } },
{ "type": "Feature", "properties": { "population": 146189 }, "geometry": { "type": "Point", "coordinates": [ 18.86, 50.26 ] } },
{ "type": "Feature", "properties": { "population": 146178 }, "geometry": { "type": "Point", "coordinates": [ -98.95, 18.8 ] } },
{ "type": "Feature", "properties": { "population": 146136 }, "geometry": { "type": "Point", "coordinates": [ 30.54, 38.76 ] } },
{ "type": "Feature", "properties": { "population": 146073 }, "geometry": { "type": "Point", "coordinates": [ 29.82, -19.45 ] } },
{ "type": "Feature", "properties": { "population": 146015 }, "geometry": { "type": "Point", "coordinates": [ 103.78, 25.48 ] } },
{ "type": "Feature", "properties": { "population": 146000 }, "geometry": { "type": "Point", "coordinates": [ -70.69, 19.79 ] } },
{ "type": "Feature", "properties": { "population": 145987 }, "geometry": { "type": "Point", "coordinates": [ -116.2, 43.61 ] } },
{ "type": "Feature", "properties": { "population": 145986 }, "geometry": { "type": "Point", "coordinates": [ 107.03, 33.07 ] } },
{ "type": "Feature", "properties": { "population": 145934 }, "geometry": { "type": "Point", "coordinates": [ -3.7, 40.43 ] } },
{ "type": "Feature", "properties": { "population": 145931 }, "geometry": { "type": "Point", "coordinates": [ 10.39, 55.4 ] } },
{ "type": "Feature", "properties": { "population": 145926 }, "geometry": { "type": "Point", "coordinates": [ 88.49, 23.41 ] } },
{ "type": "Feature", "properties": { "population": 145911 }, "geometry": { "type": "Point", "coordinates": [ 115.2, 37.9 ] } },
{ "type": "Feature", "properties": { "population": 145860 }, "geometry": { "type": "Point", "coordinates": [ -49.12, -5.37 ] } },
{ "type": "Feature", "properties": { "population": 145801 }, "geometry": { "type": "Point", "coordinates": [ 26.67, -26.98 ] } },
{ "type": "Feature", "properties": { "population": 145786 }, "geometry": { "type": "Point", "coordinates": [ -94.63, 39.11 ] } },
{ "type": "Feature", "properties": { "population": 145764 }, "geometry": { "type": "Point", "coordinates": [ 86.59, 25.89 ] } },
{ "type": "Feature", "properties": { "population": 145639 }, "geometry": { "type": "Point", "coordinates": [ 103.88, 1.47 ] } },
{ "type": "Feature", "properties": { "population": 145620 }, "geometry": { "type": "Point", "coordinates": [ 107.46, -6.42 ] } },
{ "type": "Feature", "properties": { "population": 145515 }, "geometry": { "type": "Point", "coordinates": [ 131.47, 34.19 ] } },
{ "type": "Feature", "properties": { "population": 145468 }, "geometry": { "type": "Point", "coordinates": [ 75.2, 31.82 ] } },
{ "type": "Feature", "properties": { "population": 145440 }, "geometry": { "type": "Point", "coordinates": [ 112.78, 22.25 ] } },
{ "type": "Feature", "properties": { "population": 145438 }, "geometry": { "type": "Point", "coordinates": [ -118.34, 33.84 ] } },
{ "type": "Feature", "properties": { "population": 145292 }, "geometry": { "type": "Point", "coordinates": [ 13.07, 52.4 ] } },
{ "type": "Feature", "properties": { "population": 145292 }, "geometry": { "type": "Point", "coordinates": [ 32.83, -5.02 ] } },
{ "type": "Feature", "properties": { "population": 145210 }, "geometry": { "type": "Point", "coordinates": [ -58.02, -31.39 ] } },
{ "type": "Feature", "properties": { "population": 145170 }, "geometry": { "type": "Point", "coordinates": [ -76.15, 43.05 ] } },
{ "type": "Feature", "properties": { "population": 145018 }, "geometry": { "type": "Point", "coordinates": [ -76.96, 17.99 ] } },
{ "type": "Feature", "properties": { "population": 144899 }, "geometry": { "type": "Point", "coordinates": [ -4.48, 48.4 ] } },
{ "type": "Feature", "properties": { "population": 144865 }, "geometry": { "type": "Point", "coordinates": [ 69.62, 40.28 ] } },
{ "type": "Feature", "properties": { "population": 144786 }, "geometry": { "type": "Point", "coordinates": [ -5.67, 11.32 ] } },
{ "type": "Feature", "properties": { "population": 144753 }, "geometry": { "type": "Point", "coordinates": [ 109.5, 18.24 ] } },
{ "type": "Feature", "properties": { "population": 144669 }, "geometry": { "type": "Point", "coordinates": [ -100.95, 29.32 ] } },
{ "type": "Feature", "properties": { "population": 144665 }, "geometry": { "type": "Point", "coordinates": [ 126.98, 45.55 ] } },
{ "type": "Feature", "properties": { "population": 144538 }, "geometry": { "type": "Point", "coordinates": [ -86.88, 12.44 ] } },
{ "type": "Feature", "properties": { "population": 144515 }, "geometry": { "type": "Point", "coordinates": [ 0.2, 48.0 ] } },
{ "type": "Feature", "properties": { "population": 144413 }, "geometry": { "type": "Point", "coordinates": [ 9.45, 4.64 ] } },
{ "type": "Feature", "properties": { "population": 144387 }, "geometry": { "type": "Point", "coordinates": [ 38.45, 55.79 ] } },
{ "type": "Feature", "properties": { "population": 144363 }, "geometry": { "type": "Point", "coordinates": [ 102.19, 38.5 ] } },
{ "type": "Feature", "properties": { "population": 144229 }, "geometry": { "type": "Point", "coordinates": [ -73.2, 41.17 ] } },
{ "type": "Feature", "properties": { "population": 144212 }, "geometry": { "type": "Point", "coordinates": [ 116.11, 24.3 ] } },
{ "type": "Feature", "properties": { "population": 144202 }, "geometry": { "type": "Point", "coordinates": [ -1.08, 53.96 ] } },
{ "type": "Feature", "properties": { "population": 144195 }, "geometry": { "type": "Point", "coordinates": [ 123.06, 0.54 ] } },
{ "type": "Feature", "properties": { "population": 144186 }, "geometry": { "type": "Point", "coordinates": [ -122.08, 37.67 ] } },
{ "type": "Feature", "properties": { "population": 144124 }, "geometry": { "type": "Point", "coordinates": [ 29.23, -1.67 ] } },
{ "type": "Feature", "properties": { "population": 144013 }, "geometry": { "type": "Point", "coordinates": [ -0.11, 5.58 ] } },
{ "type": "Feature", "properties": { "population": 144000 }, "geometry": { "type": "Point", "coordinates": [ 37.68, 55.59 ] } },
{ "type": "Feature", "properties": { "population": 144000 }, "geometry": { "type": "Point", "coordinates": [ 4.05, 36.71 ] } },
{ "type": "Feature", "properties": { "population": 144000 }, "geometry": { "type": "Point", "coordinates": [ 37.73, 55.61 ] } },
{ "type": "Feature", "properties": { "population": 143996 }, "geometry": { "type": "Point", "coordinates": [ 20.99, 52.24 ] } },
{ "type": "Feature", "properties": { "population": 143986 }, "geometry": { "type": "Point", "coordinates": [ -105.08, 40.59 ] } },
{ "type": "Feature", "properties": { "population": 143970 }, "geometry": { "type": "Point", "coordinates": [ 30.94, 31.11 ] } },
{ "type": "Feature", "properties": { "population": 143911 }, "geometry": { "type": "Point", "coordinates": [ -117.09, 33.12 ] } },
{ "type": "Feature", "properties": { "population": 143792 }, "geometry": { "type": "Point", "coordinates": [ 141.0, 43.19 ] } },
{ "type": "Feature", "properties": { "population": 143767 }, "geometry": { "type": "Point", "coordinates": [ 1.16, 52.06 ] } },
{ "type": "Feature", "properties": { "population": 143760 }, "geometry": { "type": "Point", "coordinates": [ 101.44, 1.67 ] } },
{ "type": "Feature", "properties": { "population": 143758 }, "geometry": { "type": "Point", "coordinates": [ 139.89, 35.67 ] } },
{ "type": "Feature", "properties": { "population": 143704 }, "geometry": { "type": "Point", "coordinates": [ -69.2, 9.55 ] } },
{ "type": "Feature", "properties": { "population": 143692 }, "geometry": { "type": "Point", "coordinates": [ -71.07, 48.42 ] } },
{ "type": "Feature", "properties": { "population": 143627 }, "geometry": { "type": "Point", "coordinates": [ 124.28, 8.0 ] } },
{ "type": "Feature", "properties": { "population": 143601 }, "geometry": { "type": "Point", "coordinates": [ -47.95, -16.25 ] } },
{ "type": "Feature", "properties": { "population": 143431 }, "geometry": { "type": "Point", "coordinates": [ 25.64, 42.43 ] } },
{ "type": "Feature", "properties": { "population": 143382 }, "geometry": { "type": "Point", "coordinates": [ -2.22, 31.62 ] } },
{ "type": "Feature", "properties": { "population": 143345 }, "geometry": { "type": "Point", "coordinates": [ 8.69, 49.41 ] } },
{ "type": "Feature", "properties": { "population": 143137 }, "geometry": { "type": "Point", "coordinates": [ -11.19, 7.88 ] } },
{ "type": "Feature", "properties": { "population": 143105 }, "geometry": { "type": "Point", "coordinates": [ -35.03, -8.28 ] } },
{ "type": "Feature", "properties": { "population": 143101 }, "geometry": { "type": "Point", "coordinates": [ -3.05, 53.82 ] } },
{ "type": "Feature", "properties": { "population": 143086 }, "geometry": { "type": "Point", "coordinates": [ 2.3, 49.9 ] } },
{ "type": "Feature", "properties": { "population": 143084 }, "geometry": { "type": "Point", "coordinates": [ -68.93, -22.46 ] } },
{ "type": "Feature", "properties": { "population": 143029 }, "geometry": { "type": "Point", "coordinates": [ -41.79, -22.37 ] } },
{ "type": "Feature", "properties": { "population": 143015 }, "geometry": { "type": "Point", "coordinates": [ -1.25, 5.11 ] } },
{ "type": "Feature", "properties": { "population": 143000 }, "geometry": { "type": "Point", "coordinates": [ 37.8, 55.7 ] } },
{ "type": "Feature", "properties": { "population": 143000 }, "geometry": { "type": "Point", "coordinates": [ 37.75, 55.7 ] } },
{ "type": "Feature", "properties": { "population": 142980 }, "geometry": { "type": "Point", "coordinates": [ -105.08, 39.7 ] } },
{ "type": "Feature", "properties": { "population": 142967 }, "geometry": { "type": "Point", "coordinates": [ 81.52, 16.54 ] } },
{ "type": "Feature", "properties": { "population": 142865 }, "geometry": { "type": "Point", "coordinates": [ 43.06, 44.05 ] } },
{ "type": "Feature", "properties": { "population": 142707 }, "geometry": { "type": "Point", "coordinates": [ -1.23, 54.58 ] } },
{ "type": "Feature", "properties": { "population": 142618 }, "geometry": { "type": "Point", "coordinates": [ 37.43, 55.9 ] } },
{ "type": "Feature", "properties": { "population": 142598 }, "geometry": { "type": "Point", "coordinates": [ 2.19, 41.44 ] } },
{ "type": "Feature", "properties": { "population": 142510 }, "geometry": { "type": "Point", "coordinates": [ 18.54, 50.1 ] } },
{ "type": "Feature", "properties": { "population": 142506 }, "geometry": { "type": "Point", "coordinates": [ 99.8, 2.97 ] } },
{ "type": "Feature", "properties": { "population": 142504 }, "geometry": { "type": "Point", "coordinates": [ 30.84, 27.73 ] } },
{ "type": "Feature", "properties": { "population": 142489 }, "geometry": { "type": "Point", "coordinates": [ -90.16, 29.98 ] } },
{ "type": "Feature", "properties": { "population": 142486 }, "geometry": { "type": "Point", "coordinates": [ 18.67, 44.54 ] } },
{ "type": "Feature", "properties": { "population": 142426 }, "geometry": { "type": "Point", "coordinates": [ 70.66, 28.65 ] } },
{ "type": "Feature", "properties": { "population": 142361 }, "geometry": { "type": "Point", "coordinates": [ 88.27, 24.59 ] } },
{ "type": "Feature", "properties": { "population": 142206 }, "geometry": { "type": "Point", "coordinates": [ 119.64, 29.11 ] } },
{ "type": "Feature", "properties": { "population": 142161 }, "geometry": { "type": "Point", "coordinates": [ 8.75, 51.72 ] } },
{ "type": "Feature", "properties": { "population": 142089 }, "geometry": { "type": "Point", "coordinates": [ 24.76, -28.73 ] } },
{ "type": "Feature", "properties": { "population": 142027 }, "geometry": { "type": "Point", "coordinates": [ -78.76, 21.84 ] } },
{ "type": "Feature", "properties": { "population": 142000 }, "geometry": { "type": "Point", "coordinates": [ 37.6, 55.59 ] } },
{ "type": "Feature", "properties": { "population": 141993 }, "geometry": { "type": "Point", "coordinates": [ 115.36, 33.26 ] } },
{ "type": "Feature", "properties": { "population": 141900 }, "geometry": { "type": "Point", "coordinates": [ 114.03, 22.45 ] } },
{ "type": "Feature", "properties": { "population": 141890 }, "geometry": { "type": "Point", "coordinates": [ -4.01, 34.21 ] } },
{ "type": "Feature", "properties": { "population": 141853 }, "geometry": { "type": "Point", "coordinates": [ -88.15, 41.79 ] } },
{ "type": "Feature", "properties": { "population": 141741 }, "geometry": { "type": "Point", "coordinates": [ 29.07, -26.53 ] } },
{ "type": "Feature", "properties": { "population": 141713 }, "geometry": { "type": "Point", "coordinates": [ 95.39, 21.46 ] } },
{ "type": "Feature", "properties": { "population": 141674 }, "geometry": { "type": "Point", "coordinates": [ 5.91, 51.98 ] } },
{ "type": "Feature", "properties": { "population": 141648 }, "geometry": { "type": "Point", "coordinates": [ 38.02, 55.74 ] } },
{ "type": "Feature", "properties": { "population": 141621 }, "geometry": { "type": "Point", "coordinates": [ 0.68, 47.38 ] } },
{ "type": "Feature", "properties": { "population": 141527 }, "geometry": { "type": "Point", "coordinates": [ -84.19, 39.76 ] } },
{ "type": "Feature", "properties": { "population": 141455 }, "geometry": { "type": "Point", "coordinates": [ -90.55, 14.5 ] } },
{ "type": "Feature", "properties": { "population": 141404 }, "geometry": { "type": "Point", "coordinates": [ 88.78, 25.22 ] } },
{ "type": "Feature", "properties": { "population": 141374 }, "geometry": { "type": "Point", "coordinates": [ -44.06, -20.02 ] } },
{ "type": "Feature", "properties": { "population": 141368 }, "geometry": { "type": "Point", "coordinates": [ 133.33, 35.43 ] } },
{ "type": "Feature", "properties": { "population": 141331 }, "geometry": { "type": "Point", "coordinates": [ -2.43, 53.58 ] } },
{ "type": "Feature", "properties": { "population": 141308 }, "geometry": { "type": "Point", "coordinates": [ -91.83, 18.65 ] } },
{ "type": "Feature", "properties": { "population": 141280 }, "geometry": { "type": "Point", "coordinates": [ -38.33, -12.89 ] } },
{ "type": "Feature", "properties": { "population": 141251 }, "geometry": { "type": "Point", "coordinates": [ -65.75, -19.58 ] } },
{ "type": "Feature", "properties": { "population": 141189 }, "geometry": { "type": "Point", "coordinates": [ -3.7, 40.39 ] } },
{ "type": "Feature", "properties": { "population": 141176 }, "geometry": { "type": "Point", "coordinates": [ 1.26, 45.83 ] } },
{ "type": "Feature", "properties": { "population": 141172 }, "geometry": { "type": "Point", "coordinates": [ 14.41, 45.34 ] } },
{ "type": "Feature", "properties": { "population": 141013 }, "geometry": { "type": "Point", "coordinates": [ -48.53, -25.52 ] } },
{ "type": "Feature", "properties": { "population": 141000 }, "geometry": { "type": "Point", "coordinates": [ 68.42, 33.55 ] } },
{ "type": "Feature", "properties": { "population": 140940 }, "geometry": { "type": "Point", "coordinates": [ 46.42, 33.64 ] } },
{ "type": "Feature", "properties": { "population": 140909 }, "geometry": { "type": "Point", "coordinates": [ 124.82, 43.5 ] } },
{ "type": "Feature", "properties": { "population": 140850 }, "geometry": { "type": "Point", "coordinates": [ -67.5, -45.86 ] } },
{ "type": "Feature", "properties": { "population": 140849 }, "geometry": { "type": "Point", "coordinates": [ 100.27, 5.33 ] } },
{ "type": "Feature", "properties": { "population": 140800 }, "geometry": { "type": "Point", "coordinates": [ 88.2, 69.35 ] } },
{ "type": "Feature", "properties": { "population": 140768 }, "geometry": { "type": "Point", "coordinates": [ -80.15, 26.01 ] } },
{ "type": "Feature", "properties": { "population": 140644 }, "geometry": { "type": "Point", "coordinates": [ 28.48, -26.43 ] } },
{ "type": "Feature", "properties": { "population": 140617 }, "geometry": { "type": "Point", "coordinates": [ -67.04, 10.34 ] } },
{ "type": "Feature", "properties": { "population": 140604 }, "geometry": { "type": "Point", "coordinates": [ 76.4, 29.8 ] } },
{ "type": "Feature", "properties": { "population": 140437 }, "geometry": { "type": "Point", "coordinates": [ 52.32, 54.9 ] } },
{ "type": "Feature", "properties": { "population": 140385 }, "geometry": { "type": "Point", "coordinates": [ 8.65, 49.87 ] } },
{ "type": "Feature", "properties": { "population": 140385 }, "geometry": { "type": "Point", "coordinates": [ 67.28, 37.22 ] } },
{ "type": "Feature", "properties": { "population": 140323 }, "geometry": { "type": "Point", "coordinates": [ 1.25, 41.12 ] } },
{ "type": "Feature", "properties": { "population": 140223 }, "geometry": { "type": "Point", "coordinates": [ 80.78, 27.95 ] } },
{ "type": "Feature", "properties": { "population": 140141 }, "geometry": { "type": "Point", "coordinates": [ -0.25, 52.57 ] } },
{ "type": "Feature", "properties": { "population": 140121 }, "geometry": { "type": "Point", "coordinates": [ 30.64, -29.81 ] } },
{ "type": "Feature", "properties": { "population": 140085 }, "geometry": { "type": "Point", "coordinates": [ 4.81, 52.45 ] } },
{ "type": "Feature", "properties": { "population": 140081 }, "geometry": { "type": "Point", "coordinates": [ -122.04, 37.37 ] } },
{ "type": "Feature", "properties": { "population": 140063 }, "geometry": { "type": "Point", "coordinates": [ 85.36, 24.0 ] } },
{ "type": "Feature", "properties": { "population": 140045 }, "geometry": { "type": "Point", "coordinates": [ 77.81, 23.52 ] } },
{ "type": "Feature", "properties": { "population": 140033 }, "geometry": { "type": "Point", "coordinates": [ -74.22, -13.16 ] } },
{ "type": "Feature", "properties": { "population": 140000 }, "geometry": { "type": "Point", "coordinates": [ 119.75, 40.0 ] } },
{ "type": "Feature", "properties": { "population": 140000 }, "geometry": { "type": "Point", "coordinates": [ -3.68, 40.46 ] } },
{ "type": "Feature", "properties": { "population": 140000 }, "geometry": { "type": "Point", "coordinates": [ 119.63, -4.01 ] } },
{ "type": "Feature", "properties": { "population": 140000 }, "geometry": { "type": "Point", "coordinates": [ 2.14, 41.4 ] } },
{ "type": "Feature", "properties": { "population": 139981 }, "geometry": { "type": "Point", "coordinates": [ 23.69, 38.02 ] } },
{ "type": "Feature", "properties": { "population": 139966 }, "geometry": { "type": "Point", "coordinates": [ -77.05, 38.8 ] } },
{ "type": "Feature", "properties": { "population": 139914 }, "geometry": { "type": "Point", "coordinates": [ 5.39, 52.16 ] } },
{ "type": "Feature", "properties": { "population": 139824 }, "geometry": { "type": "Point", "coordinates": [ -96.6, 32.77 ] } },
{ "type": "Feature", "properties": { "population": 139798 }, "geometry": { "type": "Point", "coordinates": [ 37.83, 55.91 ] } },
{ "type": "Feature", "properties": { "population": 139784 }, "geometry": { "type": "Point", "coordinates": [ 67.78, 26.73 ] } },
{ "type": "Feature", "properties": { "population": 139726 }, "geometry": { "type": "Point", "coordinates": [ 72.69, 31.15 ] } },
{ "type": "Feature", "properties": { "population": 139497 }, "geometry": { "type": "Point", "coordinates": [ 79.53, 29.22 ] } },
{ "type": "Feature", "properties": { "population": 139485 }, "geometry": { "type": "Point", "coordinates": [ 4.35, 7.48 ] } },
{ "type": "Feature", "properties": { "population": 139458 }, "geometry": { "type": "Point", "coordinates": [ 103.86, 13.36 ] } },
{ "type": "Feature", "properties": { "population": 139341 }, "geometry": { "type": "Point", "coordinates": [ -7.55, 7.41 ] } },
{ "type": "Feature", "properties": { "population": 139341 }, "geometry": { "type": "Point", "coordinates": [ 88.13, 47.85 ] } },
{ "type": "Feature", "properties": { "population": 139297 }, "geometry": { "type": "Point", "coordinates": [ 88.66, 22.84 ] } },
{ "type": "Feature", "properties": { "population": 139264 }, "geometry": { "type": "Point", "coordinates": [ 79.39, 10.96 ] } },
{ "type": "Feature", "properties": { "population": 139254 }, "geometry": { "type": "Point", "coordinates": [ -114.77, 32.46 ] } },
{ "type": "Feature", "properties": { "population": 139189 }, "geometry": { "type": "Point", "coordinates": [ 112.72, -7.45 ] } },
{ "type": "Feature", "properties": { "population": 139163 }, "geometry": { "type": "Point", "coordinates": [ 48.06, 29.26 ] } },
{ "type": "Feature", "properties": { "population": 139159 }, "geometry": { "type": "Point", "coordinates": [ 136.98, 34.98 ] } },
{ "type": "Feature", "properties": { "population": 139100 }, "geometry": { "type": "Point", "coordinates": [ -87.95, 15.61 ] } },
{ "type": "Feature", "properties": { "population": 139052 }, "geometry": { "type": "Point", "coordinates": [ -2.16, 53.41 ] } },
{ "type": "Feature", "properties": { "population": 139049 }, "geometry": { "type": "Point", "coordinates": [ 19.04, 47.48 ] } },
{ "type": "Feature", "properties": { "population": 139047 }, "geometry": { "type": "Point", "coordinates": [ 126.75, 42.96 ] } },
{ "type": "Feature", "properties": { "population": 139004 }, "geometry": { "type": "Point", "coordinates": [ 108.5, -6.71 ] } },
{ "type": "Feature", "properties": { "population": 139001 }, "geometry": { "type": "Point", "coordinates": [ -0.14, 50.83 ] } },
{ "type": "Feature", "properties": { "population": 138979 }, "geometry": { "type": "Point", "coordinates": [ 30.59, 59.75 ] } },
{ "type": "Feature", "properties": { "population": 138872 }, "geometry": { "type": "Point", "coordinates": [ -1.71, 4.93 ] } },
{ "type": "Feature", "properties": { "population": 138872 }, "geometry": { "type": "Point", "coordinates": [ 69.61, 21.64 ] } },
{ "type": "Feature", "properties": { "population": 138704 }, "geometry": { "type": "Point", "coordinates": [ 124.82, 45.18 ] } },
{ "type": "Feature", "properties": { "population": 138681 }, "geometry": { "type": "Point", "coordinates": [ 3.09, 45.78 ] } },
{ "type": "Feature", "properties": { "population": 138622 }, "geometry": { "type": "Point", "coordinates": [ 103.84, 22.34 ] } },
{ "type": "Feature", "properties": { "population": 138614 }, "geometry": { "type": "Point", "coordinates": [ -101.19, 20.57 ] } },
{ "type": "Feature", "properties": { "population": 138587 }, "geometry": { "type": "Point", "coordinates": [ 76.4, 14.22 ] } },
{ "type": "Feature", "properties": { "population": 138481 }, "geometry": { "type": "Point", "coordinates": [ -90.15, 29.98 ] } },
{ "type": "Feature", "properties": { "population": 138463 }, "geometry": { "type": "Point", "coordinates": [ 117.87, 31.6 ] } },
{ "type": "Feature", "properties": { "population": 138357 }, "geometry": { "type": "Point", "coordinates": [ 4.31, 7.9 ] } },
{ "type": "Feature", "properties": { "population": 138279 }, "geometry": { "type": "Point", "coordinates": [ 76.83, 29.97 ] } },
{ "type": "Feature", "properties": { "population": 138243 }, "geometry": { "type": "Point", "coordinates": [ 79.07, 12.23 ] } },
{ "type": "Feature", "properties": { "population": 138241 }, "geometry": { "type": "Point", "coordinates": [ -2.45, 52.68 ] } },
{ "type": "Feature", "properties": { "population": 138009 }, "geometry": { "type": "Point", "coordinates": [ 72.96, 22.55 ] } },
{ "type": "Feature", "properties": { "population": 138008 }, "geometry": { "type": "Point", "coordinates": [ -41.78, -2.9 ] } },
{ "type": "Feature", "properties": { "population": 137976 }, "geometry": { "type": "Point", "coordinates": [ 23.58, 47.65 ] } },
{ "type": "Feature", "properties": { "population": 137966 }, "geometry": { "type": "Point", "coordinates": [ -72.54, 18.23 ] } },
{ "type": "Feature", "properties": { "population": 137856 }, "geometry": { "type": "Point", "coordinates": [ -1.66, 6.21 ] } },
{ "type": "Feature", "properties": { "population": 137586 }, "geometry": { "type": "Point", "coordinates": [ -47.3, -23.26 ] } },
{ "type": "Feature", "properties": { "population": 137542 }, "geometry": { "type": "Point", "coordinates": [ 31.59, 31.09 ] } },
{ "type": "Feature", "properties": { "population": 137479 }, "geometry": { "type": "Point", "coordinates": [ 139.56, 35.71 ] } },
{ "type": "Feature", "properties": { "population": 137444 }, "geometry": { "type": "Point", "coordinates": [ 115.83, 22.81 ] } },
{ "type": "Feature", "properties": { "population": 137436 }, "geometry": { "type": "Point", "coordinates": [ -76.35, 37.03 ] } },
{ "type": "Feature", "properties": { "population": 137406 }, "geometry": { "type": "Point", "coordinates": [ -47.93, -1.29 ] } },
{ "type": "Feature", "properties": { "population": 137364 }, "geometry": { "type": "Point", "coordinates": [ 125.19, 1.46 ] } },
{ "type": "Feature", "properties": { "population": 137287 }, "geometry": { "type": "Point", "coordinates": [ 27.44, -32.85 ] } },
{ "type": "Feature", "properties": { "population": 137223 }, "geometry": { "type": "Point", "coordinates": [ 79.84, 7.21 ] } },
{ "type": "Feature", "properties": { "population": 137195 }, "geometry": { "type": "Point", "coordinates": [ 55.45, -20.88 ] } },
{ "type": "Feature", "properties": { "population": 137154 }, "geometry": { "type": "Point", "coordinates": [ 25.14, 35.33 ] } },
{ "type": "Feature", "properties": { "population": 137122 }, "geometry": { "type": "Point", "coordinates": [ -118.14, 34.15 ] } },
{ "type": "Feature", "properties": { "population": 137112 }, "geometry": { "type": "Point", "coordinates": [ 120.93, 30.85 ] } },
{ "type": "Feature", "properties": { "population": 137072 }, "geometry": { "type": "Point", "coordinates": [ 93.51, 42.83 ] } },
{ "type": "Feature", "properties": { "population": 137041 }, "geometry": { "type": "Point", "coordinates": [ 37.28, 55.68 ] } },
{ "type": "Feature", "properties": { "population": 137032 }, "geometry": { "type": "Point", "coordinates": [ 15.55, 41.46 ] } },
{ "type": "Feature", "properties": { "population": 136954 }, "geometry": { "type": "Point", "coordinates": [ 88.43, 22.96 ] } },
{ "type": "Feature", "properties": { "population": 136886 }, "geometry": { "type": "Point", "coordinates": [ -90.64, 14.72 ] } },
{ "type": "Feature", "properties": { "population": 136811 }, "geometry": { "type": "Point", "coordinates": [ 7.31, 11.52 ] } },
{ "type": "Feature", "properties": { "population": 136783 }, "geometry": { "type": "Point", "coordinates": [ 98.19, 14.07 ] } },
{ "type": "Feature", "properties": { "population": 136764 }, "geometry": { "type": "Point", "coordinates": [ 3.76, 8.84 ] } },
{ "type": "Feature", "properties": { "population": 136670 }, "geometry": { "type": "Point", "coordinates": [ 5.97, 52.21 ] } },
{ "type": "Feature", "properties": { "population": 136570 }, "geometry": { "type": "Point", "coordinates": [ 106.77, 39.23 ] } },
{ "type": "Feature", "properties": { "population": 136553 }, "geometry": { "type": "Point", "coordinates": [ 23.57, 47.66 ] } },
{ "type": "Feature", "properties": { "population": 136483 }, "geometry": { "type": "Point", "coordinates": [ 122.81, 9.99 ] } },
{ "type": "Feature", "properties": { "population": 136473 }, "geometry": { "type": "Point", "coordinates": [ 19.26, 42.44 ] } },
{ "type": "Feature", "properties": { "population": 136453 }, "geometry": { "type": "Point", "coordinates": [ -46.55, -23.62 ] } },
{ "type": "Feature", "properties": { "population": 136443 }, "geometry": { "type": "Point", "coordinates": [ -118.45, 34.19 ] } },
{ "type": "Feature", "properties": { "population": 136416 }, "geometry": { "type": "Point", "coordinates": [ -117.85, 33.79 ] } },
{ "type": "Feature", "properties": { "population": 136286 }, "geometry": { "type": "Point", "coordinates": [ -81.1, 32.08 ] } },
{ "type": "Feature", "properties": { "population": 136135 }, "geometry": { "type": "Point", "coordinates": [ 103.15, 23.36 ] } },
{ "type": "Feature", "properties": { "population": 136135 }, "geometry": { "type": "Point", "coordinates": [ 77.99, 16.74 ] } },
{ "type": "Feature", "properties": { "population": 136056 }, "geometry": { "type": "Point", "coordinates": [ 39.63, 11.13 ] } },
{ "type": "Feature", "properties": { "population": 136000 }, "geometry": { "type": "Point", "coordinates": [ 37.79, 55.74 ] } },
{ "type": "Feature", "properties": { "population": 135919 }, "geometry": { "type": "Point", "coordinates": [ 0.62, 41.62 ] } },
{ "type": "Feature", "properties": { "population": 135860 }, "geometry": { "type": "Point", "coordinates": [ 93.72, 25.91 ] } },
{ "type": "Feature", "properties": { "population": 135786 }, "geometry": { "type": "Point", "coordinates": [ 100.5, 5.48 ] } },
{ "type": "Feature", "properties": { "population": 135773 }, "geometry": { "type": "Point", "coordinates": [ -73.13, -40.57 ] } },
{ "type": "Feature", "properties": { "population": 135760 }, "geometry": { "type": "Point", "coordinates": [ 124.12, 50.42 ] } },
{ "type": "Feature", "properties": { "population": 135741 }, "geometry": { "type": "Point", "coordinates": [ -43.56, -22.72 ] } },
{ "type": "Feature", "properties": { "population": 135724 }, "geometry": { "type": "Point", "coordinates": [ 89.12, 23.9 ] } },
{ "type": "Feature", "properties": { "population": 135698 }, "geometry": { "type": "Point", "coordinates": [ 25.92, -2.94 ] } },
{ "type": "Feature", "properties": { "population": 135679 }, "geometry": { "type": "Point", "coordinates": [ 120.9, 14.95 ] } },
{ "type": "Feature", "properties": { "population": 135618 }, "geometry": { "type": "Point", "coordinates": [ -1.99, 52.52 ] } },
{ "type": "Feature", "properties": { "population": 135477 }, "geometry": { "type": "Point", "coordinates": [ 107.3, 21.02 ] } },
{ "type": "Feature", "properties": { "population": 135404 }, "geometry": { "type": "Point", "coordinates": [ 6.86, 4.74 ] } },
{ "type": "Feature", "properties": { "population": 135308 }, "geometry": { "type": "Point", "coordinates": [ 113.36, 22.95 ] } },
{ "type": "Feature", "properties": { "population": 135308 }, "geometry": { "type": "Point", "coordinates": [ 95.22, 18.82 ] } },
{ "type": "Feature", "properties": { "population": 135281 }, "geometry": { "type": "Point", "coordinates": [ 32.74, 13.18 ] } },
{ "type": "Feature", "properties": { "population": 135234 }, "geometry": { "type": "Point", "coordinates": [ -78.78, 35.79 ] } },
{ "type": "Feature", "properties": { "population": 135218 }, "geometry": { "type": "Point", "coordinates": [ 78.28, 12.96 ] } },
{ "type": "Feature", "properties": { "population": 135204 }, "geometry": { "type": "Point", "coordinates": [ 35.19, 33.27 ] } },
{ "type": "Feature", "properties": { "population": 135167 }, "geometry": { "type": "Point", "coordinates": [ 16.08, 8.57 ] } },
{ "type": "Feature", "properties": { "population": 135161 }, "geometry": { "type": "Point", "coordinates": [ -117.93, 33.87 ] } },
{ "type": "Feature", "properties": { "population": 135000 }, "geometry": { "type": "Point", "coordinates": [ -78.5, -7.16 ] } },
{ "type": "Feature", "properties": { "population": 134947 }, "geometry": { "type": "Point", "coordinates": [ 95.46, 17.65 ] } },
{ "type": "Feature", "properties": { "population": 134902 }, "geometry": { "type": "Point", "coordinates": [ 127.21, 37.54 ] } },
{ "type": "Feature", "properties": { "population": 134895 }, "geometry": { "type": "Point", "coordinates": [ 140.72, -2.53 ] } },
{ "type": "Feature", "properties": { "population": 134854 }, "geometry": { "type": "Point", "coordinates": [ 20.94, 52.29 ] } },
{ "type": "Feature", "properties": { "population": 134847 }, "geometry": { "type": "Point", "coordinates": [ 78.94, 22.06 ] } },
{ "type": "Feature", "properties": { "population": 134845 }, "geometry": { "type": "Point", "coordinates": [ 76.9, 12.52 ] } },
{ "type": "Feature", "properties": { "population": 134827 }, "geometry": { "type": "Point", "coordinates": [ -75.91, 4.75 ] } },
{ "type": "Feature", "properties": { "population": 134815 }, "geometry": { "type": "Point", "coordinates": [ -72.2, 19.76 ] } },
{ "type": "Feature", "properties": { "population": 134759 }, "geometry": { "type": "Point", "coordinates": [ 104.17, -4.13 ] } },
{ "type": "Feature", "properties": { "population": 134699 }, "geometry": { "type": "Point", "coordinates": [ 6.86, 33.36 ] } },
{ "type": "Feature", "properties": { "population": 134671 }, "geometry": { "type": "Point", "coordinates": [ 139.39, 35.49 ] } },
{ "type": "Feature", "properties": { "population": 134623 }, "geometry": { "type": "Point", "coordinates": [ -4.89, 36.52 ] } },
{ "type": "Feature", "properties": { "population": 134520 }, "geometry": { "type": "Point", "coordinates": [ 5.3, 51.7 ] } },
{ "type": "Feature", "properties": { "population": 134432 }, "geometry": { "type": "Point", "coordinates": [ 121.2, 14.76 ] } },
{ "type": "Feature", "properties": { "population": 134412 }, "geometry": { "type": "Point", "coordinates": [ -88.3, 18.51 ] } },
{ "type": "Feature", "properties": { "population": 134403 }, "geometry": { "type": "Point", "coordinates": [ -96.93, 18.89 ] } },
{ "type": "Feature", "properties": { "population": 134394 }, "geometry": { "type": "Point", "coordinates": [ -97.41, 20.96 ] } },
{ "type": "Feature", "properties": { "population": 134358 }, "geometry": { "type": "Point", "coordinates": [ 20.23, 30.76 ] } },
{ "type": "Feature", "properties": { "population": 134345 }, "geometry": { "type": "Point", "coordinates": [ 41.94, 44.63 ] } },
{ "type": "Feature", "properties": { "population": 134327 }, "geometry": { "type": "Point", "coordinates": [ 121.12, 14.7 ] } },
{ "type": "Feature", "properties": { "population": 134306 }, "geometry": { "type": "Point", "coordinates": [ 21.02, 52.23 ] } },
{ "type": "Feature", "properties": { "population": 134305 }, "geometry": { "type": "Point", "coordinates": [ -5.57, 42.6 ] } },
{ "type": "Feature", "properties": { "population": 134246 }, "geometry": { "type": "Point", "coordinates": [ 137.1, 35.23 ] } },
{ "type": "Feature", "properties": { "population": 134240 }, "geometry": { "type": "Point", "coordinates": [ 4.67, 7.91 ] } },
{ "type": "Feature", "properties": { "population": 134190 }, "geometry": { "type": "Point", "coordinates": [ -72.63, 18.51 ] } },
{ "type": "Feature", "properties": { "population": 134188 }, "geometry": { "type": "Point", "coordinates": [ 109.13, -6.94 ] } },
{ "type": "Feature", "properties": { "population": 134102 }, "geometry": { "type": "Point", "coordinates": [ 8.11, 6.32 ] } },
{ "type": "Feature", "properties": { "population": 134072 }, "geometry": { "type": "Point", "coordinates": [ -0.6, 51.51 ] } },
{ "type": "Feature", "properties": { "population": 134056 }, "geometry": { "type": "Point", "coordinates": [ -83.03, 42.48 ] } },
{ "type": "Feature", "properties": { "population": 134040 }, "geometry": { "type": "Point", "coordinates": [ 100.21, 25.58 ] } },
{ "type": "Feature", "properties": { "population": 133966 }, "geometry": { "type": "Point", "coordinates": [ 87.07, 23.23 ] } },
{ "type": "Feature", "properties": { "population": 133959 }, "geometry": { "type": "Point", "coordinates": [ 29.51, 40.08 ] } },
{ "type": "Feature", "properties": { "population": 133953 }, "geometry": { "type": "Point", "coordinates": [ 141.55, 43.11 ] } },
{ "type": "Feature", "properties": { "population": 133877 }, "geometry": { "type": "Point", "coordinates": [ 105.85, 21.59 ] } },
{ "type": "Feature", "properties": { "population": 133784 }, "geometry": { "type": "Point", "coordinates": [ 115.09, -8.11 ] } },
{ "type": "Feature", "properties": { "population": 133731 }, "geometry": { "type": "Point", "coordinates": [ 9.95, 49.79 ] } },
{ "type": "Feature", "properties": { "population": 133654 }, "geometry": { "type": "Point", "coordinates": [ 27.7, -26.18 ] } },
{ "type": "Feature", "properties": { "population": 133606 }, "geometry": { "type": "Point", "coordinates": [ 85.21, 25.69 ] } },
{ "type": "Feature", "properties": { "population": 133600 }, "geometry": { "type": "Point", "coordinates": [ 59.94, 56.91 ] } },
{ "type": "Feature", "properties": { "population": 133583 }, "geometry": { "type": "Point", "coordinates": [ 81.97, 27.13 ] } },
{ "type": "Feature", "properties": { "population": 133490 }, "geometry": { "type": "Point", "coordinates": [ 71.72, 40.47 ] } },
{ "type": "Feature", "properties": { "population": 133459 }, "geometry": { "type": "Point", "coordinates": [ 69.67, 23.25 ] } },
{ "type": "Feature", "properties": { "population": 133419 }, "geometry": { "type": "Point", "coordinates": [ -73.25, -39.81 ] } },
{ "type": "Feature", "properties": { "population": 133298 }, "geometry": { "type": "Point", "coordinates": [ 77.49, 13.83 ] } },
{ "type": "Feature", "properties": { "population": 133296 }, "geometry": { "type": "Point", "coordinates": [ 10.63, 44.7 ] } },
{ "type": "Feature", "properties": { "population": 133271 }, "geometry": { "type": "Point", "coordinates": [ 7.08, 4.74 ] } },
{ "type": "Feature", "properties": { "population": 133238 }, "geometry": { "type": "Point", "coordinates": [ 84.88, 27.01 ] } },
{ "type": "Feature", "properties": { "population": 133148 }, "geometry": { "type": "Point", "coordinates": [ 123.85, 10.24 ] } },
{ "type": "Feature", "properties": { "population": 133097 }, "geometry": { "type": "Point", "coordinates": [ 38.48, 7.06 ] } },
{ "type": "Feature", "properties": { "population": 132977 }, "geometry": { "type": "Point", "coordinates": [ -78.12, 0.35 ] } },
{ "type": "Feature", "properties": { "population": 132929 }, "geometry": { "type": "Point", "coordinates": [ -87.36, 36.53 ] } },
{ "type": "Feature", "properties": { "population": 132891 }, "geometry": { "type": "Point", "coordinates": [ 113.88, 29.72 ] } },
{ "type": "Feature", "properties": { "population": 132873 }, "geometry": { "type": "Point", "coordinates": [ 135.6, 34.5 ] } },
{ "type": "Feature", "properties": { "population": 132859 }, "geometry": { "type": "Point", "coordinates": [ 138.27, 34.87 ] } },
{ "type": "Feature", "properties": { "population": 132858 }, "geometry": { "type": "Point", "coordinates": [ 135.23, 34.88 ] } },
{ "type": "Feature", "properties": { "population": 132842 }, "geometry": { "type": "Point", "coordinates": [ 91.88, 25.57 ] } },
{ "type": "Feature", "properties": { "population": 132819 }, "geometry": { "type": "Point", "coordinates": [ 46.11, 36.97 ] } },
{ "type": "Feature", "properties": { "population": 132771 }, "geometry": { "type": "Point", "coordinates": [ 42.72, 43.91 ] } },
{ "type": "Feature", "properties": { "population": 132734 }, "geometry": { "type": "Point", "coordinates": [ 4.69, 52.3 ] } },
{ "type": "Feature", "properties": { "population": 132728 }, "geometry": { "type": "Point", "coordinates": [ -8.82, 7.76 ] } },
{ "type": "Feature", "properties": { "population": 132728 }, "geometry": { "type": "Point", "coordinates": [ 76.66, 10.77 ] } },
{ "type": "Feature", "properties": { "population": 132654 }, "geometry": { "type": "Point", "coordinates": [ 109.02, 32.68 ] } },
{ "type": "Feature", "properties": { "population": 132416 }, "geometry": { "type": "Point", "coordinates": [ 112.17, -8.1 ] } },
{ "type": "Feature", "properties": { "population": 132351 }, "geometry": { "type": "Point", "coordinates": [ -82.38, 23.11 ] } },
{ "type": "Feature", "properties": { "population": 132341 }, "geometry": { "type": "Point", "coordinates": [ -1.31, 34.88 ] } },
{ "type": "Feature", "properties": { "population": 132241 }, "geometry": { "type": "Point", "coordinates": [ 136.87, 35.42 ] } },
{ "type": "Feature", "properties": { "population": 132230 }, "geometry": { "type": "Point", "coordinates": [ -91.52, 14.83 ] } },
{ "type": "Feature", "properties": { "population": 132226 }, "geometry": { "type": "Point", "coordinates": [ 49.62, 54.21 ] } },
{ "type": "Feature", "properties": { "population": 132224 }, "geometry": { "type": "Point", "coordinates": [ 122.72, 48.0 ] } },
{ "type": "Feature", "properties": { "population": 132218 }, "geometry": { "type": "Point", "coordinates": [ -45.46, -22.92 ] } },
{ "type": "Feature", "properties": { "population": 132094 }, "geometry": { "type": "Point", "coordinates": [ 123.48, 7.83 ] } },
{ "type": "Feature", "properties": { "population": 131989 }, "geometry": { "type": "Point", "coordinates": [ -79.24, 43.17 ] } },
{ "type": "Feature", "properties": { "population": 131974 }, "geometry": { "type": "Point", "coordinates": [ 130.45, 33.03 ] } },
{ "type": "Feature", "properties": { "population": 131913 }, "geometry": { "type": "Point", "coordinates": [ 73.61, 22.78 ] } },
{ "type": "Feature", "properties": { "population": 131889 }, "geometry": { "type": "Point", "coordinates": [ 54.98, 36.42 ] } },
{ "type": "Feature", "properties": { "population": 131880 }, "geometry": { "type": "Point", "coordinates": [ 106.4, 39.04 ] } },
{ "type": "Feature", "properties": { "population": 131818 }, "geometry": { "type": "Point", "coordinates": [ 120.66, 15.08 ] } },
{ "type": "Feature", "properties": { "population": 131784 }, "geometry": { "type": "Point", "coordinates": [ -70.2, 11.7 ] } },
{ "type": "Feature", "properties": { "population": 131771 }, "geometry": { "type": "Point", "coordinates": [ 140.02, 35.87 ] } },
{ "type": "Feature", "properties": { "population": 131749 }, "geometry": { "type": "Point", "coordinates": [ 74.87, 26.57 ] } },
{ "type": "Feature", "properties": { "population": 131727 }, "geometry": { "type": "Point", "coordinates": [ 135.57, 34.74 ] } },
{ "type": "Feature", "properties": { "population": 131696 }, "geometry": { "type": "Point", "coordinates": [ 102.64, 25.03 ] } },
{ "type": "Feature", "properties": { "population": 131449 }, "geometry": { "type": "Point", "coordinates": [ 114.86, -3.41 ] } },
{ "type": "Feature", "properties": { "population": 131445 }, "geometry": { "type": "Point", "coordinates": [ 4.88, 45.77 ] } },
{ "type": "Feature", "properties": { "population": 131416 }, "geometry": { "type": "Point", "coordinates": [ 55.17, 37.25 ] } },
{ "type": "Feature", "properties": { "population": 131261 }, "geometry": { "type": "Point", "coordinates": [ 87.13, 23.62 ] } },
{ "type": "Feature", "properties": { "population": 131258 }, "geometry": { "type": "Point", "coordinates": [ 151.95, -27.56 ] } },
{ "type": "Feature", "properties": { "population": 131238 }, "geometry": { "type": "Point", "coordinates": [ 115.83, 23.43 ] } },
{ "type": "Feature", "properties": { "population": 131232 }, "geometry": { "type": "Point", "coordinates": [ 60.68, 27.2 ] } },
{ "type": "Feature", "properties": { "population": 131117 }, "geometry": { "type": "Point", "coordinates": [ -96.62, 33.2 ] } },
{ "type": "Feature", "properties": { "population": 131016 }, "geometry": { "type": "Point", "coordinates": [ 97.75, 22.94 ] } },
{ "type": "Feature", "properties": { "population": 131008 }, "geometry": { "type": "Point", "coordinates": [ 79.8, 28.63 ] } },
{ "type": "Feature", "properties": { "population": 130994 }, "geometry": { "type": "Point", "coordinates": [ 131.07, 31.73 ] } },
{ "type": "Feature", "properties": { "population": 130982 }, "geometry": { "type": "Point", "coordinates": [ 38.28, 54.01 ] } },
{ "type": "Feature", "properties": { "population": 130954 }, "geometry": { "type": "Point", "coordinates": [ 26.83, 45.15 ] } },
{ "type": "Feature", "properties": { "population": 130937 }, "geometry": { "type": "Point", "coordinates": [ -51.15, -29.83 ] } },
{ "type": "Feature", "properties": { "population": 130855 }, "geometry": { "type": "Point", "coordinates": [ 135.55, 34.57 ] } },
{ "type": "Feature", "properties": { "population": 130777 }, "geometry": { "type": "Point", "coordinates": [ 26.1, 52.12 ] } },
{ "type": "Feature", "properties": { "population": 130777 }, "geometry": { "type": "Point", "coordinates": [ 74.32, 26.1 ] } },
{ "type": "Feature", "properties": { "population": 130749 }, "geometry": { "type": "Point", "coordinates": [ 107.5, 31.22 ] } },
{ "type": "Feature", "properties": { "population": 130745 }, "geometry": { "type": "Point", "coordinates": [ 37.52, 36.37 ] } },
{ "type": "Feature", "properties": { "population": 130710 }, "geometry": { "type": "Point", "coordinates": [ 126.28, 45.35 ] } },
{ "type": "Feature", "properties": { "population": 130692 }, "geometry": { "type": "Point", "coordinates": [ 139.2, 36.32 ] } },
{ "type": "Feature", "properties": { "population": 130646 }, "geometry": { "type": "Point", "coordinates": [ -100.38, 25.65 ] } },
{ "type": "Feature", "properties": { "population": 130603 }, "geometry": { "type": "Point", "coordinates": [ 74.2, 30.14 ] } },
{ "type": "Feature", "properties": { "population": 130601 }, "geometry": { "type": "Point", "coordinates": [ 19.24, 50.32 ] } },
{ "type": "Feature", "properties": { "population": 130587 }, "geometry": { "type": "Point", "coordinates": [ 23.32, 55.93 ] } },
{ "type": "Feature", "properties": { "population": 130549 }, "geometry": { "type": "Point", "coordinates": [ 75.17, 30.82 ] } },
{ "type": "Feature", "properties": { "population": 130500 }, "geometry": { "type": "Point", "coordinates": [ 34.4, 47.57 ] } },
{ "type": "Feature", "properties": { "population": 130455 }, "geometry": { "type": "Point", "coordinates": [ 30.31, 59.97 ] } },
{ "type": "Feature", "properties": { "population": 130387 }, "geometry": { "type": "Point", "coordinates": [ 120.23, 29.27 ] } },
{ "type": "Feature", "properties": { "population": 130348 }, "geometry": { "type": "Point", "coordinates": [ -72.24, 11.38 ] } },
{ "type": "Feature", "properties": { "population": 130337 }, "geometry": { "type": "Point", "coordinates": [ -75.61, 1.61 ] } },
{ "type": "Feature", "properties": { "population": 130326 }, "geometry": { "type": "Point", "coordinates": [ 35.25, 32.22 ] } },
{ "type": "Feature", "properties": { "population": 130298 }, "geometry": { "type": "Point", "coordinates": [ 116.07, 22.88 ] } },
{ "type": "Feature", "properties": { "population": 130289 }, "geometry": { "type": "Point", "coordinates": [ -74.81, 4.3 ] } },
{ "type": "Feature", "properties": { "population": 130263 }, "geometry": { "type": "Point", "coordinates": [ -71.44, -33.05 ] } },
{ "type": "Feature", "properties": { "population": 130218 }, "geometry": { "type": "Point", "coordinates": [ 121.21, 31.04 ] } },
{ "type": "Feature", "properties": { "population": 130218 }, "geometry": { "type": "Point", "coordinates": [ -86.78, 15.76 ] } },
{ "type": "Feature", "properties": { "population": 130130 }, "geometry": { "type": "Point", "coordinates": [ -49.07, -26.49 ] } },
{ "type": "Feature", "properties": { "population": 130122 }, "geometry": { "type": "Point", "coordinates": [ 33.57, 13.57 ] } },
{ "type": "Feature", "properties": { "population": 130113 }, "geometry": { "type": "Point", "coordinates": [ -86.09, 11.97 ] } },
{ "type": "Feature", "properties": { "population": 130094 }, "geometry": { "type": "Point", "coordinates": [ 0.56, 35.74 ] } },
{ "type": "Feature", "properties": { "population": 130035 }, "geometry": { "type": "Point", "coordinates": [ -104.32, 19.05 ] } },
{ "type": "Feature", "properties": { "population": 130000 }, "geometry": { "type": "Point", "coordinates": [ 0.09, 35.93 ] } },
{ "type": "Feature", "properties": { "population": 130000 }, "geometry": { "type": "Point", "coordinates": [ 37.5, 55.7 ] } },
{ "type": "Feature", "properties": { "population": 130000 }, "geometry": { "type": "Point", "coordinates": [ 14.43, 27.04 ] } },
{ "type": "Feature", "properties": { "population": 130000 }, "geometry": { "type": "Point", "coordinates": [ 99.71, 27.83 ] } },
{ "type": "Feature", "properties": { "population": 130000 }, "geometry": { "type": "Point", "coordinates": [ 38.49, 48.95 ] } },
{ "type": "Feature", "properties": { "population": 130000 }, "geometry": { "type": "Point", "coordinates": [ 18.97, 50.14 ] } },
{ "type": "Feature", "properties": { "population": 129938 }, "geometry": { "type": "Point", "coordinates": [ 84.18, 24.91 ] } },
{ "type": "Feature", "properties": { "population": 129922 }, "geometry": { "type": "Point", "coordinates": [ 106.71, 39.5 ] } },
{ "type": "Feature", "properties": { "population": 129911 }, "geometry": { "type": "Point", "coordinates": [ 99.62, 2.98 ] } },
{ "type": "Feature", "properties": { "population": 129903 }, "geometry": { "type": "Point", "coordinates": [ 128.74, 35.82 ] } },
{ "type": "Feature", "properties": { "population": 129877 }, "geometry": { "type": "Point", "coordinates": [ -98.23, 26.2 ] } },
{ "type": "Feature", "properties": { "population": 129839 }, "geometry": { "type": "Point", "coordinates": [ 43.65, 3.11 ] } },
{ "type": "Feature", "properties": { "population": 129779 }, "geometry": { "type": "Point", "coordinates": [ -72.93, 41.31 ] } },
{ "type": "Feature", "properties": { "population": 129733 }, "geometry": { "type": "Point", "coordinates": [ 73.48, 32.58 ] } },
{ "type": "Feature", "properties": { "population": 129725 }, "geometry": { "type": "Point", "coordinates": [ 65.38, 40.08 ] } },
{ "type": "Feature", "properties": { "population": 129702 }, "geometry": { "type": "Point", "coordinates": [ 36.55, 40.31 ] } },
{ "type": "Feature", "properties": { "population": 129699 }, "geometry": { "type": "Point", "coordinates": [ -83.03, 42.58 ] } },
{ "type": "Feature", "properties": { "population": 129655 }, "geometry": { "type": "Point", "coordinates": [ 18.42, 4.26 ] } },
{ "type": "Feature", "properties": { "population": 129570 }, "geometry": { "type": "Point", "coordinates": [ 83.78, 26.5 ] } },
{ "type": "Feature", "properties": { "population": 129521 }, "geometry": { "type": "Point", "coordinates": [ 135.62, 34.71 ] } },
{ "type": "Feature", "properties": { "population": 129480 }, "geometry": { "type": "Point", "coordinates": [ -112.0, 40.69 ] } },
{ "type": "Feature", "properties": { "population": 129447 }, "geometry": { "type": "Point", "coordinates": [ -71.9, 45.4 ] } },
{ "type": "Feature", "properties": { "population": 129402 }, "geometry": { "type": "Point", "coordinates": [ 5.33, 31.95 ] } },
{ "type": "Feature", "properties": { "population": 129362 }, "geometry": { "type": "Point", "coordinates": [ 12.33, 41.76 ] } },
{ "type": "Feature", "properties": { "population": 129319 }, "geometry": { "type": "Point", "coordinates": [ 128.72, 36.57 ] } },
{ "type": "Feature", "properties": { "population": 129316 }, "geometry": { "type": "Point", "coordinates": [ 33.59, -16.16 ] } },
{ "type": "Feature", "properties": { "population": 129280 }, "geometry": { "type": "Point", "coordinates": [ -70.33, -27.37 ] } },
{ "type": "Feature", "properties": { "population": 129273 }, "geometry": { "type": "Point", "coordinates": [ 120.2, -2.99 ] } },
{ "type": "Feature", "properties": { "population": 129272 }, "geometry": { "type": "Point", "coordinates": [ -81.03, 34.0 ] } },
{ "type": "Feature", "properties": { "population": 129260 }, "geometry": { "type": "Point", "coordinates": [ -2.93, 35.17 ] } },
{ "type": "Feature", "properties": { "population": 129211 }, "geometry": { "type": "Point", "coordinates": [ 31.56, 30.42 ] } },
{ "type": "Feature", "properties": { "population": 129182 }, "geometry": { "type": "Point", "coordinates": [ -66.86, 10.24 ] } },
{ "type": "Feature", "properties": { "population": 129153 }, "geometry": { "type": "Point", "coordinates": [ 50.86, 32.33 ] } },
{ "type": "Feature", "properties": { "population": 129151 }, "geometry": { "type": "Point", "coordinates": [ 12.12, 49.03 ] } },
{ "type": "Feature", "properties": { "population": 129127 }, "geometry": { "type": "Point", "coordinates": [ 135.47, 34.83 ] } },
{ "type": "Feature", "properties": { "population": 129116 }, "geometry": { "type": "Point", "coordinates": [ 112.86, 26.4 ] } },
{ "type": "Feature", "properties": { "population": 129113 }, "geometry": { "type": "Point", "coordinates": [ 74.75, 13.33 ] } },
{ "type": "Feature", "properties": { "population": 129062 }, "geometry": { "type": "Point", "coordinates": [ 130.84, -12.46 ] } },
{ "type": "Feature", "properties": { "population": 129053 }, "geometry": { "type": "Point", "coordinates": [ 123.29, 10.95 ] } },
{ "type": "Feature", "properties": { "population": 129000 }, "geometry": { "type": "Point", "coordinates": [ 37.77, 55.62 ] } },
{ "type": "Feature", "properties": { "population": 128996 }, "geometry": { "type": "Point", "coordinates": [ -92.64, 16.73 ] } },
{ "type": "Feature", "properties": { "population": 128979 }, "geometry": { "type": "Point", "coordinates": [ 34.75, 32.02 ] } },
{ "type": "Feature", "properties": { "population": 128918 }, "geometry": { "type": "Point", "coordinates": [ 89.07, 22.71 ] } },
{ "type": "Feature", "properties": { "population": 128875 }, "geometry": { "type": "Point", "coordinates": [ -67.54, 10.17 ] } },
{ "type": "Feature", "properties": { "population": 128865 }, "geometry": { "type": "Point", "coordinates": [ -46.95, -22.37 ] } },
{ "type": "Feature", "properties": { "population": 128855 }, "geometry": { "type": "Point", "coordinates": [ 33.8, 31.13 ] } },
{ "type": "Feature", "properties": { "population": 128840 }, "geometry": { "type": "Point", "coordinates": [ 36.63, 35.93 ] } },
{ "type": "Feature", "properties": { "population": 128776 }, "geometry": { "type": "Point", "coordinates": [ 43.04, 36.81 ] } },
{ "type": "Feature", "properties": { "population": 128758 }, "geometry": { "type": "Point", "coordinates": [ 22.42, 39.64 ] } },
{ "type": "Feature", "properties": { "population": 128721 }, "geometry": { "type": "Point", "coordinates": [ -2.24, 51.87 ] } },
{ "type": "Feature", "properties": { "population": 128626 }, "geometry": { "type": "Point", "coordinates": [ 45.42, 50.1 ] } },
{ "type": "Feature", "properties": { "population": 128618 }, "geometry": { "type": "Point", "coordinates": [ 25.47, 65.01 ] } },
{ "type": "Feature", "properties": { "population": 128531 }, "geometry": { "type": "Point", "coordinates": [ 76.1, 13.01 ] } },
{ "type": "Feature", "properties": { "population": 128488 }, "geometry": { "type": "Point", "coordinates": [ 0.12, 52.2 ] } },
{ "type": "Feature", "properties": { "population": 128468 }, "geometry": { "type": "Point", "coordinates": [ 47.48, 56.11 ] } },
{ "type": "Feature", "properties": { "population": 128426 }, "geometry": { "type": "Point", "coordinates": [ 6.02, 47.25 ] } },
{ "type": "Feature", "properties": { "population": 128351 }, "geometry": { "type": "Point", "coordinates": [ 5.69, 36.15 ] } },
{ "type": "Feature", "properties": { "population": 128346 }, "geometry": { "type": "Point", "coordinates": [ 88.38, 22.72 ] } },
{ "type": "Feature", "properties": { "population": 128332 }, "geometry": { "type": "Point", "coordinates": [ 40.21, 29.97 ] } },
{ "type": "Feature", "properties": { "population": 128306 }, "geometry": { "type": "Point", "coordinates": [ 36.83, 7.67 ] } },
{ "type": "Feature", "properties": { "population": 128297 }, "geometry": { "type": "Point", "coordinates": [ 32.99, 14.25 ] } },
{ "type": "Feature", "properties": { "population": 128275 }, "geometry": { "type": "Point", "coordinates": [ 106.64, -6.1 ] } },
{ "type": "Feature", "properties": { "population": 128265 }, "geometry": { "type": "Point", "coordinates": [ 17.64, 47.68 ] } },
{ "type": "Feature", "properties": { "population": 128250 }, "geometry": { "type": "Point", "coordinates": [ 31.89, 26.34 ] } },
{ "type": "Feature", "properties": { "population": 128188 }, "geometry": { "type": "Point", "coordinates": [ -77.12, 20.34 ] } },
{ "type": "Feature", "properties": { "population": 128175 }, "geometry": { "type": "Point", "coordinates": [ 78.13, 20.39 ] } },
{ "type": "Feature", "properties": { "population": 128172 }, "geometry": { "type": "Point", "coordinates": [ 88.42, 22.93 ] } },
{ "type": "Feature", "properties": { "population": 128158 }, "geometry": { "type": "Point", "coordinates": [ 37.41, 54.92 ] } },
{ "type": "Feature", "properties": { "population": 128123 }, "geometry": { "type": "Point", "coordinates": [ 16.59, 31.21 ] } },
{ "type": "Feature", "properties": { "population": 128095 }, "geometry": { "type": "Point", "coordinates": [ 34.81, 32.08 ] } },
{ "type": "Feature", "properties": { "population": 128058 }, "geometry": { "type": "Point", "coordinates": [ 139.6, 35.8 ] } },
{ "type": "Feature", "properties": { "population": 128046 }, "geometry": { "type": "Point", "coordinates": [ 73.11, 18.99 ] } },
{ "type": "Feature", "properties": { "population": 128000 }, "geometry": { "type": "Point", "coordinates": [ 37.68, 55.62 ] } },
{ "type": "Feature", "properties": { "population": 128000 }, "geometry": { "type": "Point", "coordinates": [ 37.83, 55.77 ] } },
{ "type": "Feature", "properties": { "population": 127921 }, "geometry": { "type": "Point", "coordinates": [ -97.73, 31.12 ] } },
{ "type": "Feature", "properties": { "population": 127897 }, "geometry": { "type": "Point", "coordinates": [ 102.57, 2.04 ] } },
{ "type": "Feature", "properties": { "population": 127867 }, "geometry": { "type": "Point", "coordinates": [ -5.36, 5.84 ] } },
{ "type": "Feature", "properties": { "population": 127812 }, "geometry": { "type": "Point", "coordinates": [ 110.41, -7.14 ] } },
{ "type": "Feature", "properties": { "population": 127758 }, "geometry": { "type": "Point", "coordinates": [ 118.76, 30.95 ] } },
{ "type": "Feature", "properties": { "population": 127751 }, "geometry": { "type": "Point", "coordinates": [ 88.37, 22.74 ] } },
{ "type": "Feature", "properties": { "population": 127742 }, "geometry": { "type": "Point", "coordinates": [ -60.23, -33.34 ] } },
{ "type": "Feature", "properties": { "population": 127734 }, "geometry": { "type": "Point", "coordinates": [ 17.64, 59.86 ] } },
{ "type": "Feature", "properties": { "population": 127680 }, "geometry": { "type": "Point", "coordinates": [ 135.97, 35.02 ] } },
{ "type": "Feature", "properties": { "population": 127676 }, "geometry": { "type": "Point", "coordinates": [ 17.93, 50.67 ] } },
{ "type": "Feature", "properties": { "population": 127597 }, "geometry": { "type": "Point", "coordinates": [ 19.45, -33.65 ] } },
{ "type": "Feature", "properties": { "population": 127558 }, "geometry": { "type": "Point", "coordinates": [ 19.41, 54.15 ] } },
{ "type": "Feature", "properties": { "population": 127497 }, "geometry": { "type": "Point", "coordinates": [ 0.15, 34.83 ] } },
{ "type": "Feature", "properties": { "population": 127481 }, "geometry": { "type": "Point", "coordinates": [ 89.71, 24.46 ] } },
{ "type": "Feature", "properties": { "population": 127475 }, "geometry": { "type": "Point", "coordinates": [ -40.09, -13.86 ] } },
{ "type": "Feature", "properties": { "population": 127474 }, "geometry": { "type": "Point", "coordinates": [ 19.71, 52.55 ] } },
{ "type": "Feature", "properties": { "population": 127473 }, "geometry": { "type": "Point", "coordinates": [ -95.68, 39.05 ] } },
{ "type": "Feature", "properties": { "population": 127431 }, "geometry": { "type": "Point", "coordinates": [ 16.28, 50.77 ] } },
{ "type": "Feature", "properties": { "population": 127384 }, "geometry": { "type": "Point", "coordinates": [ 28.0, 7.7 ] } },
{ "type": "Feature", "properties": { "population": 127366 }, "geometry": { "type": "Point", "coordinates": [ 33.64, -25.05 ] } },
{ "type": "Feature", "properties": { "population": 127322 }, "geometry": { "type": "Point", "coordinates": [ 109.96, 27.55 ] } },
{ "type": "Feature", "properties": { "population": 127300 }, "geometry": { "type": "Point", "coordinates": [ 7.84, 5.79 ] } },
{ "type": "Feature", "properties": { "population": 127236 }, "geometry": { "type": "Point", "coordinates": [ 8.52, 8.49 ] } },
{ "type": "Feature", "properties": { "population": 127235 }, "geometry": { "type": "Point", "coordinates": [ -103.73, 19.25 ] } },
{ "type": "Feature", "properties": { "population": 127225 }, "geometry": { "type": "Point", "coordinates": [ 104.72, 31.77 ] } },
{ "type": "Feature", "properties": { "population": 127202 }, "geometry": { "type": "Point", "coordinates": [ 68.72, 25.46 ] } },
{ "type": "Feature", "properties": { "population": 127201 }, "geometry": { "type": "Point", "coordinates": [ 99.33, 9.14 ] } },
{ "type": "Feature", "properties": { "population": 127153 }, "geometry": { "type": "Point", "coordinates": [ -86.1, 12.2 ] } },
{ "type": "Feature", "properties": { "population": 127076 }, "geometry": { "type": "Point", "coordinates": [ 27.62, 2.77 ] } },
{ "type": "Feature", "properties": { "population": 127069 }, "geometry": { "type": "Point", "coordinates": [ -79.44, 21.93 ] } },
{ "type": "Feature", "properties": { "population": 127010 }, "geometry": { "type": "Point", "coordinates": [ 78.82, 14.48 ] } },
{ "type": "Feature", "properties": { "population": 127008 }, "geometry": { "type": "Point", "coordinates": [ 84.5, 26.8 ] } },
{ "type": "Feature", "properties": { "population": 126957 }, "geometry": { "type": "Point", "coordinates": [ 70.14, 41.02 ] } },
{ "type": "Feature", "properties": { "population": 126938 }, "geometry": { "type": "Point", "coordinates": [ 95.08, 21.33 ] } },
{ "type": "Feature", "properties": { "population": 126931 }, "geometry": { "type": "Point", "coordinates": [ 42.04, 55.58 ] } },
{ "type": "Feature", "properties": { "population": 126924 }, "geometry": { "type": "Point", "coordinates": [ 74.35, 32.32 ] } },
{ "type": "Feature", "properties": { "population": 126910 }, "geometry": { "type": "Point", "coordinates": [ 106.25, -6.36 ] } },
{ "type": "Feature", "properties": { "population": 126882 }, "geometry": { "type": "Point", "coordinates": [ 78.05, 27.6 ] } },
{ "type": "Feature", "properties": { "population": 126831 }, "geometry": { "type": "Point", "coordinates": [ 110.61, -7.71 ] } },
{ "type": "Feature", "properties": { "population": 126829 }, "geometry": { "type": "Point", "coordinates": [ 46.59, 43.25 ] } },
{ "type": "Feature", "properties": { "population": 126805 }, "geometry": { "type": "Point", "coordinates": [ 54.27, 56.09 ] } },
{ "type": "Feature", "properties": { "population": 126802 }, "geometry": { "type": "Point", "coordinates": [ -3.7, 40.35 ] } },
{ "type": "Feature", "properties": { "population": 126787 }, "geometry": { "type": "Point", "coordinates": [ 102.26, 27.9 ] } },
{ "type": "Feature", "properties": { "population": 126766 }, "geometry": { "type": "Point", "coordinates": [ -6.29, 36.53 ] } },
{ "type": "Feature", "properties": { "population": 126706 }, "geometry": { "type": "Point", "coordinates": [ 73.39, 30.34 ] } },
{ "type": "Feature", "properties": { "population": 126701 }, "geometry": { "type": "Point", "coordinates": [ 114.47, 22.8 ] } },
{ "type": "Feature", "properties": { "population": 126700 }, "geometry": { "type": "Point", "coordinates": [ 73.39, 30.55 ] } },
{ "type": "Feature", "properties": { "population": 126683 }, "geometry": { "type": "Point", "coordinates": [ -118.84, 34.17 ] } },
{ "type": "Feature", "properties": { "population": 126617 }, "geometry": { "type": "Point", "coordinates": [ 73.25, 30.0 ] } },
{ "type": "Feature", "properties": { "population": 126606 }, "geometry": { "type": "Point", "coordinates": [ 138.28, 36.4 ] } },
{ "type": "Feature", "properties": { "population": 126551 }, "geometry": { "type": "Point", "coordinates": [ -72.93, 5.71 ] } },
{ "type": "Feature", "properties": { "population": 126496 }, "geometry": { "type": "Point", "coordinates": [ -118.17, 34.02 ] } },
{ "type": "Feature", "properties": { "population": 126475 }, "geometry": { "type": "Point", "coordinates": [ 78.42, 24.69 ] } },
{ "type": "Feature", "properties": { "population": 126470 }, "geometry": { "type": "Point", "coordinates": [ 26.56, 41.68 ] } },
{ "type": "Feature", "properties": { "population": 126465 }, "geometry": { "type": "Point", "coordinates": [ 112.23, -7.55 ] } },
{ "type": "Feature", "properties": { "population": 126456 }, "geometry": { "type": "Point", "coordinates": [ -122.85, 49.32 ] } },
{ "type": "Feature", "properties": { "population": 126449 }, "geometry": { "type": "Point", "coordinates": [ 35.65, -10.68 ] } },
{ "type": "Feature", "properties": { "population": 126441 }, "geometry": { "type": "Point", "coordinates": [ 78.13, 13.14 ] } },
{ "type": "Feature", "properties": { "population": 126396 }, "geometry": { "type": "Point", "coordinates": [ -71.18, 46.8 ] } },
{ "type": "Feature", "properties": { "population": 126387 }, "geometry": { "type": "Point", "coordinates": [ -87.13, 12.63 ] } },
{ "type": "Feature", "properties": { "population": 126386 }, "geometry": { "type": "Point", "coordinates": [ 14.4, 27.05 ] } },
{ "type": "Feature", "properties": { "population": 126377 }, "geometry": { "type": "Point", "coordinates": [ -57.61, -25.35 ] } },
{ "type": "Feature", "properties": { "population": 126366 }, "geometry": { "type": "Point", "coordinates": [ 115.02, 31.18 ] } },
{ "type": "Feature", "properties": { "population": 126326 }, "geometry": { "type": "Point", "coordinates": [ -91.64, 42.01 ] } },
{ "type": "Feature", "properties": { "population": 126305 }, "geometry": { "type": "Point", "coordinates": [ 34.26, 31.29 ] } },
{ "type": "Feature", "properties": { "population": 126243 }, "geometry": { "type": "Point", "coordinates": [ -48.05, -23.59 ] } },
{ "type": "Feature", "properties": { "population": 126234 }, "geometry": { "type": "Point", "coordinates": [ -46.52, -18.58 ] } },
{ "type": "Feature", "properties": { "population": 126181 }, "geometry": { "type": "Point", "coordinates": [ 107.76, -7.1 ] } },
{ "type": "Feature", "properties": { "population": 126058 }, "geometry": { "type": "Point", "coordinates": [ -3.68, 40.41 ] } },
{ "type": "Feature", "properties": { "population": 125933 }, "geometry": { "type": "Point", "coordinates": [ 106.11, -2.13 ] } },
{ "type": "Feature", "properties": { "population": 125919 }, "geometry": { "type": "Point", "coordinates": [ 116.29, 23.04 ] } },
{ "type": "Feature", "properties": { "population": 125872 }, "geometry": { "type": "Point", "coordinates": [ -94.82, 38.88 ] } },
{ "type": "Feature", "properties": { "population": 125817 }, "geometry": { "type": "Point", "coordinates": [ 11.04, 12.87 ] } },
{ "type": "Feature", "properties": { "population": 125800 }, "geometry": { "type": "Point", "coordinates": [ 65.37, 40.09 ] } },
{ "type": "Feature", "properties": { "population": 125799 }, "geometry": { "type": "Point", "coordinates": [ -73.75, 18.19 ] } },
{ "type": "Feature", "properties": { "population": 125797 }, "geometry": { "type": "Point", "coordinates": [ 14.79, 40.68 ] } },
{ "type": "Feature", "properties": { "population": 125707 }, "geometry": { "type": "Point", "coordinates": [ -0.4, 51.66 ] } },
{ "type": "Feature", "properties": { "population": 125667 }, "geometry": { "type": "Point", "coordinates": [ 117.11, 34.8 ] } },
{ "type": "Feature", "properties": { "population": 125633 }, "geometry": { "type": "Point", "coordinates": [ 59.22, 35.27 ] } },
{ "type": "Feature", "properties": { "population": 125598 }, "geometry": { "type": "Point", "coordinates": [ 68.66, 25.76 ] } },
{ "type": "Feature", "properties": { "population": 125557 }, "geometry": { "type": "Point", "coordinates": [ 35.75, 32.33 ] } },
{ "type": "Feature", "properties": { "population": 125535 }, "geometry": { "type": "Point", "coordinates": [ 131.26, -0.88 ] } },
{ "type": "Feature", "properties": { "population": 125502 }, "geometry": { "type": "Point", "coordinates": [ 124.85, 6.5 ] } },
{ "type": "Feature", "properties": { "population": 125483 }, "geometry": { "type": "Point", "coordinates": [ 127.8, 26.34 ] } },
{ "type": "Feature", "properties": { "population": 125430 }, "geometry": { "type": "Point", "coordinates": [ -72.35, -37.47 ] } },
{ "type": "Feature", "properties": { "population": 125427 }, "geometry": { "type": "Point", "coordinates": [ 116.61, 23.19 ] } },
{ "type": "Feature", "properties": { "population": 125347 }, "geometry": { "type": "Point", "coordinates": [ 30.42, 54.51 ] } },
{ "type": "Feature", "properties": { "population": 125132 }, "geometry": { "type": "Point", "coordinates": [ 114.51, 36.94 ] } },
{ "type": "Feature", "properties": { "population": 125109 }, "geometry": { "type": "Point", "coordinates": [ -119.49, 49.88 ] } },
{ "type": "Feature", "properties": { "population": 125096 }, "geometry": { "type": "Point", "coordinates": [ -46.54, -22.95 ] } },
{ "type": "Feature", "properties": { "population": 125092 }, "geometry": { "type": "Point", "coordinates": [ 2.07, 7.18 ] } },
{ "type": "Feature", "properties": { "population": 125065 }, "geometry": { "type": "Point", "coordinates": [ 131.5, 33.28 ] } },
{ "type": "Feature", "properties": { "population": 125000 }, "geometry": { "type": "Point", "coordinates": [ 37.49, 55.62 ] } },
{ "type": "Feature", "properties": { "population": 125000 }, "geometry": { "type": "Point", "coordinates": [ -68.93, 12.11 ] } },
{ "type": "Feature", "properties": { "population": 125000 }, "geometry": { "type": "Point", "coordinates": [ 27.93, 47.76 ] } },
{ "type": "Feature", "properties": { "population": 124988 }, "geometry": { "type": "Point", "coordinates": [ 75.07, 24.07 ] } },
{ "type": "Feature", "properties": { "population": 124969 }, "geometry": { "type": "Point", "coordinates": [ -74.21, 40.66 ] } },
{ "type": "Feature", "properties": { "population": 124946 }, "geometry": { "type": "Point", "coordinates": [ 107.47, -6.84 ] } },
{ "type": "Feature", "properties": { "population": 124924 }, "geometry": { "type": "Point", "coordinates": [ 105.57, 30.51 ] } },
{ "type": "Feature", "properties": { "population": 124916 }, "geometry": { "type": "Point", "coordinates": [ -102.28, 19.99 ] } },
{ "type": "Feature", "properties": { "population": 124897 }, "geometry": { "type": "Point", "coordinates": [ 80.19, 21.46 ] } },
{ "type": "Feature", "properties": { "population": 124846 }, "geometry": { "type": "Point", "coordinates": [ -99.35, 19.36 ] } },
{ "type": "Feature", "properties": { "population": 124826 }, "geometry": { "type": "Point", "coordinates": [ 53.39, 35.58 ] } },
{ "type": "Feature", "properties": { "population": 124805 }, "geometry": { "type": "Point", "coordinates": [ -97.15, 31.55 ] } },
{ "type": "Feature", "properties": { "population": 124800 }, "geometry": { "type": "Point", "coordinates": [ 37.62, 48.87 ] } },
{ "type": "Feature", "properties": { "population": 124775 }, "geometry": { "type": "Point", "coordinates": [ -72.69, 41.76 ] } },
{ "type": "Feature", "properties": { "population": 124763 }, "geometry": { "type": "Point", "coordinates": [ -70.25, 19.3 ] } },
{ "type": "Feature", "properties": { "population": 124736 }, "geometry": { "type": "Point", "coordinates": [ 126.53, 44.8 ] } },
{ "type": "Feature", "properties": { "population": 124694 }, "geometry": { "type": "Point", "coordinates": [ -89.28, 13.68 ] } },
{ "type": "Feature", "properties": { "population": 124602 }, "geometry": { "type": "Point", "coordinates": [ 68.76, 27.53 ] } },
{ "type": "Feature", "properties": { "population": 124521 }, "geometry": { "type": "Point", "coordinates": [ 135.79, 34.51 ] } },
{ "type": "Feature", "properties": { "population": 124478 }, "geometry": { "type": "Point", "coordinates": [ -78.65, -1.67 ] } },
{ "type": "Feature", "properties": { "population": 124444 }, "geometry": { "type": "Point", "coordinates": [ 69.4, 53.28 ] } },
{ "type": "Feature", "properties": { "population": 124442 }, "geometry": { "type": "Point", "coordinates": [ -119.29, 36.33 ] } },
{ "type": "Feature", "properties": { "population": 124430 }, "geometry": { "type": "Point", "coordinates": [ 15.23, 52.74 ] } },
{ "type": "Feature", "properties": { "population": 124427 }, "geometry": { "type": "Point", "coordinates": [ -42.84, -5.09 ] } },
{ "type": "Feature", "properties": { "population": 124354 }, "geometry": { "type": "Point", "coordinates": [ -82.32, 29.65 ] } },
{ "type": "Feature", "properties": { "population": 124324 }, "geometry": { "type": "Point", "coordinates": [ 7.99, 16.97 ] } },
{ "type": "Feature", "properties": { "population": 124316 }, "geometry": { "type": "Point", "coordinates": [ 21.05, 52.29 ] } },
{ "type": "Feature", "properties": { "population": 124268 }, "geometry": { "type": "Point", "coordinates": [ 113.35, 25.13 ] } },
{ "type": "Feature", "properties": { "population": 124237 }, "geometry": { "type": "Point", "coordinates": [ -118.78, 34.27 ] } },
{ "type": "Feature", "properties": { "population": 124224 }, "geometry": { "type": "Point", "coordinates": [ -49.21, -25.53 ] } },
{ "type": "Feature", "properties": { "population": 124191 }, "geometry": { "type": "Point", "coordinates": [ 45.77, 38.43 ] } },
{ "type": "Feature", "properties": { "population": 124168 }, "geometry": { "type": "Point", "coordinates": [ 77.55, 9.45 ] } },
{ "type": "Feature", "properties": { "population": 124149 }, "geometry": { "type": "Point", "coordinates": [ 1.9, 47.9 ] } },
{ "type": "Feature", "properties": { "population": 124108 }, "geometry": { "type": "Point", "coordinates": [ 117.66, 36.19 ] } },
{ "type": "Feature", "properties": { "population": 124064 }, "geometry": { "type": "Point", "coordinates": [ 27.24, -25.67 ] } },
{ "type": "Feature", "properties": { "population": 124000 }, "geometry": { "type": "Point", "coordinates": [ 63.12, 52.97 ] } },
{ "type": "Feature", "properties": { "population": 123979 }, "geometry": { "type": "Point", "coordinates": [ -42.98, -22.42 ] } },
{ "type": "Feature", "properties": { "population": 123914 }, "geometry": { "type": "Point", "coordinates": [ 6.17, 49.12 ] } },
{ "type": "Feature", "properties": { "population": 123843 }, "geometry": { "type": "Point", "coordinates": [ 122.95, 41.07 ] } },
{ "type": "Feature", "properties": { "population": 123797 }, "geometry": { "type": "Point", "coordinates": [ 88.27, 27.03 ] } },
{ "type": "Feature", "properties": { "population": 123791 }, "geometry": { "type": "Point", "coordinates": [ 131.42, 46.56 ] } },
{ "type": "Feature", "properties": { "population": 123787 }, "geometry": { "type": "Point", "coordinates": [ -68.71, 18.62 ] } },
{ "type": "Feature", "properties": { "population": 123749 }, "geometry": { "type": "Point", "coordinates": [ 29.47, -23.9 ] } },
{ "type": "Feature", "properties": { "population": 123727 }, "geometry": { "type": "Point", "coordinates": [ 97.37, 16.92 ] } },
{ "type": "Feature", "properties": { "population": 123723 }, "geometry": { "type": "Point", "coordinates": [ 19.05, 47.54 ] } },
{ "type": "Feature", "properties": { "population": 123669 }, "geometry": { "type": "Point", "coordinates": [ 27.1, -26.72 ] } },
{ "type": "Feature", "properties": { "population": 123637 }, "geometry": { "type": "Point", "coordinates": [ 108.35, -7.33 ] } },
{ "type": "Feature", "properties": { "population": 123626 }, "geometry": { "type": "Point", "coordinates": [ 113.22, -8.13 ] } },
{ "type": "Feature", "properties": { "population": 123590 }, "geometry": { "type": "Point", "coordinates": [ 7.43, 36.46 ] } },
{ "type": "Feature", "properties": { "population": 123531 }, "geometry": { "type": "Point", "coordinates": [ 120.73, 14.83 ] } },
{ "type": "Feature", "properties": { "population": 123484 }, "geometry": { "type": "Point", "coordinates": [ 76.72, 30.68 ] } },
{ "type": "Feature", "properties": { "population": 123480 }, "geometry": { "type": "Point", "coordinates": [ -57.09, -29.75 ] } },
{ "type": "Feature", "properties": { "population": 123382 }, "geometry": { "type": "Point", "coordinates": [ 100.76, 14.03 ] } },
{ "type": "Feature", "properties": { "population": 123294 }, "geometry": { "type": "Point", "coordinates": [ 72.44, 24.17 ] } },
{ "type": "Feature", "properties": { "population": 123263 }, "geometry": { "type": "Point", "coordinates": [ 108.32, -6.33 ] } },
{ "type": "Feature", "properties": { "population": 123250 }, "geometry": { "type": "Point", "coordinates": [ 31.15, -17.89 ] } },
{ "type": "Feature", "properties": { "population": 123246 }, "geometry": { "type": "Point", "coordinates": [ 3.19, 36.75 ] } },
{ "type": "Feature", "properties": { "population": 123184 }, "geometry": { "type": "Point", "coordinates": [ -5.95, 6.13 ] } },
{ "type": "Feature", "properties": { "population": 123173 }, "geometry": { "type": "Point", "coordinates": [ -39.06, -16.45 ] } },
{ "type": "Feature", "properties": { "population": 123144 }, "geometry": { "type": "Point", "coordinates": [ 114.27, 23.16 ] } },
{ "type": "Feature", "properties": { "population": 123064 }, "geometry": { "type": "Point", "coordinates": [ 10.78, 52.42 ] } },
{ "type": "Feature", "properties": { "population": 123059 }, "geometry": { "type": "Point", "coordinates": [ 133.31, 33.96 ] } },
{ "type": "Feature", "properties": { "population": 123018 }, "geometry": { "type": "Point", "coordinates": [ 127.33, 43.72 ] } },
{ "type": "Feature", "properties": { "population": 123000 }, "geometry": { "type": "Point", "coordinates": [ 37.65, 55.63 ] } },
{ "type": "Feature", "properties": { "population": 122943 }, "geometry": { "type": "Point", "coordinates": [ -5.92, 37.28 ] } },
{ "type": "Feature", "properties": { "population": 122785 }, "geometry": { "type": "Point", "coordinates": [ 111.04, -6.76 ] } },
{ "type": "Feature", "properties": { "population": 122719 }, "geometry": { "type": "Point", "coordinates": [ 88.42, 22.63 ] } },
{ "type": "Feature", "properties": { "population": 122688 }, "geometry": { "type": "Point", "coordinates": [ -38.42, -12.14 ] } },
{ "type": "Feature", "properties": { "population": 122676 }, "geometry": { "type": "Point", "coordinates": [ 47.7, 30.39 ] } },
{ "type": "Feature", "properties": { "population": 122643 }, "geometry": { "type": "Point", "coordinates": [ -73.54, 41.05 ] } },
{ "type": "Feature", "properties": { "population": 122635 }, "geometry": { "type": "Point", "coordinates": [ 80.13, 27.39 ] } },
{ "type": "Feature", "properties": { "population": 122563 }, "geometry": { "type": "Point", "coordinates": [ 114.8, 30.45 ] } },
{ "type": "Feature", "properties": { "population": 122533 }, "geometry": { "type": "Point", "coordinates": [ 104.85, 15.24 ] } },
{ "type": "Feature", "properties": { "population": 122533 }, "geometry": { "type": "Point", "coordinates": [ 86.36, 23.33 ] } },
{ "type": "Feature", "properties": { "population": 122524 }, "geometry": { "type": "Point", "coordinates": [ 139.92, 35.37 ] } },
{ "type": "Feature", "properties": { "population": 122502 }, "geometry": { "type": "Point", "coordinates": [ 26.87, -28.1 ] } },
{ "type": "Feature", "properties": { "population": 122497 }, "geometry": { "type": "Point", "coordinates": [ 27.78, -25.63 ] } },
{ "type": "Feature", "properties": { "population": 122452 }, "geometry": { "type": "Point", "coordinates": [ 28.64, 40.98 ] } },
{ "type": "Feature", "properties": { "population": 122438 }, "geometry": { "type": "Point", "coordinates": [ 7.2, 51.61 ] } },
{ "type": "Feature", "properties": { "population": 122423 }, "geometry": { "type": "Point", "coordinates": [ -48.67, -27.65 ] } },
{ "type": "Feature", "properties": { "population": 122411 }, "geometry": { "type": "Point", "coordinates": [ 112.4, 29.72 ] } },
{ "type": "Feature", "properties": { "population": 122402 }, "geometry": { "type": "Point", "coordinates": [ 117.82, 36.82 ] } },
{ "type": "Feature", "properties": { "population": 122396 }, "geometry": { "type": "Point", "coordinates": [ 98.29, 39.81 ] } },
{ "type": "Feature", "properties": { "population": 122378 }, "geometry": { "type": "Point", "coordinates": [ 5.69, 50.85 ] } },
{ "type": "Feature", "properties": { "population": 122366 }, "geometry": { "type": "Point", "coordinates": [ -78.8, 42.98 ] } },
{ "type": "Feature", "properties": { "population": 122363 }, "geometry": { "type": "Point", "coordinates": [ -122.2, 47.61 ] } },
{ "type": "Feature", "properties": { "population": 122310 }, "geometry": { "type": "Point", "coordinates": [ 106.36, 10.36 ] } },
{ "type": "Feature", "properties": { "population": 122287 }, "geometry": { "type": "Point", "coordinates": [ 27.51, 40.98 ] } },
{ "type": "Feature", "properties": { "population": 122219 }, "geometry": { "type": "Point", "coordinates": [ 9.92, 57.05 ] } },
{ "type": "Feature", "properties": { "population": 122211 }, "geometry": { "type": "Point", "coordinates": [ -43.77, -21.23 ] } },
{ "type": "Feature", "properties": { "population": 122199 }, "geometry": { "type": "Point", "coordinates": [ 72.87, 29.8 ] } },
{ "type": "Feature", "properties": { "population": 122194 }, "geometry": { "type": "Point", "coordinates": [ -90.53, 14.48 ] } },
{ "type": "Feature", "properties": { "population": 122155 }, "geometry": { "type": "Point", "coordinates": [ 94.91, 27.48 ] } },
{ "type": "Feature", "properties": { "population": 122149 }, "geometry": { "type": "Point", "coordinates": [ 9.93, 51.53 ] } },
{ "type": "Feature", "properties": { "population": 122067 }, "geometry": { "type": "Point", "coordinates": [ -122.03, 37.98 ] } },
{ "type": "Feature", "properties": { "population": 122041 }, "geometry": { "type": "Point", "coordinates": [ -80.23, 25.99 ] } },
{ "type": "Feature", "properties": { "population": 122034 }, "geometry": { "type": "Point", "coordinates": [ 19.44, 41.32 ] } },
{ "type": "Feature", "properties": { "population": 122009 }, "geometry": { "type": "Point", "coordinates": [ -100.4, 25.66 ] } },
{ "type": "Feature", "properties": { "population": 122000 }, "geometry": { "type": "Point", "coordinates": [ 37.55, 55.75 ] } },
{ "type": "Feature", "properties": { "population": 122000 }, "geometry": { "type": "Point", "coordinates": [ 37.82, 55.72 ] } },
{ "type": "Feature", "properties": { "population": 121989 }, "geometry": { "type": "Point", "coordinates": [ 61.49, 31.03 ] } },
{ "type": "Feature", "properties": { "population": 121965 }, "geometry": { "type": "Point", "coordinates": [ 77.33, 28.14 ] } },
{ "type": "Feature", "properties": { "population": 121949 }, "geometry": { "type": "Point", "coordinates": [ 131.67, 32.58 ] } },
{ "type": "Feature", "properties": { "population": 121826 }, "geometry": { "type": "Point", "coordinates": [ 79.27, 17.05 ] } },
{ "type": "Feature", "properties": { "population": 121806 }, "geometry": { "type": "Point", "coordinates": [ 41.63, 41.64 ] } },
{ "type": "Feature", "properties": { "population": 121722 }, "geometry": { "type": "Point", "coordinates": [ 2.44, 41.54 ] } },
{ "type": "Feature", "properties": { "population": 121662 }, "geometry": { "type": "Point", "coordinates": [ 88.34, 22.82 ] } },
{ "type": "Feature", "properties": { "population": 121631 }, "geometry": { "type": "Point", "coordinates": [ 7.45, 46.95 ] } },
{ "type": "Feature", "properties": { "population": 121610 }, "geometry": { "type": "Point", "coordinates": [ 73.56, 22.69 ] } },
{ "type": "Feature", "properties": { "population": 121610 }, "geometry": { "type": "Point", "coordinates": [ 5.73, 58.97 ] } },
{ "type": "Feature", "properties": { "population": 121572 }, "geometry": { "type": "Point", "coordinates": [ 100.63, -0.22 ] } },
{ "type": "Feature", "properties": { "population": 121515 }, "geometry": { "type": "Point", "coordinates": [ 138.62, 35.22 ] } },
{ "type": "Feature", "properties": { "population": 121484 }, "geometry": { "type": "Point", "coordinates": [ 75.77, 13.32 ] } },
{ "type": "Feature", "properties": { "population": 121470 }, "geometry": { "type": "Point", "coordinates": [ 75.32, 51.72 ] } },
{ "type": "Feature", "properties": { "population": 121470 }, "geometry": { "type": "Point", "coordinates": [ -99.28, 19.4 ] } },
{ "type": "Feature", "properties": { "population": 121430 }, "geometry": { "type": "Point", "coordinates": [ 121.03, 14.6 ] } },
{ "type": "Feature", "properties": { "population": 121411 }, "geometry": { "type": "Point", "coordinates": [ 139.86, 35.94 ] } },
{ "type": "Feature", "properties": { "population": 121394 }, "geometry": { "type": "Point", "coordinates": [ -8.42, 41.55 ] } },
{ "type": "Feature", "properties": { "population": 121367 }, "geometry": { "type": "Point", "coordinates": [ 129.27, 47.13 ] } },
{ "type": "Feature", "properties": { "population": 121348 }, "geometry": { "type": "Point", "coordinates": [ -97.1, 18.85 ] } },
{ "type": "Feature", "properties": { "population": 121278 }, "geometry": { "type": "Point", "coordinates": [ 83.4, 21.9 ] } },
{ "type": "Feature", "properties": { "population": 121230 }, "geometry": { "type": "Point", "coordinates": [ -73.54, 41.14 ] } },
{ "type": "Feature", "properties": { "population": 121207 }, "geometry": { "type": "Point", "coordinates": [ 69.6, 40.84 ] } },
{ "type": "Feature", "properties": { "population": 121119 }, "geometry": { "type": "Point", "coordinates": [ 33.8, -1.5 ] } },
{ "type": "Feature", "properties": { "population": 121096 }, "geometry": { "type": "Point", "coordinates": [ -80.27, 26.27 ] } },
{ "type": "Feature", "properties": { "population": 121084 }, "geometry": { "type": "Point", "coordinates": [ -51.09, -29.95 ] } },
{ "type": "Feature", "properties": { "population": 121057 }, "geometry": { "type": "Point", "coordinates": [ 138.32, 34.87 ] } },
{ "type": "Feature", "properties": { "population": 121052 }, "geometry": { "type": "Point", "coordinates": [ 23.98, 32.08 ] } },
{ "type": "Feature", "properties": { "population": 121000 }, "geometry": { "type": "Point", "coordinates": [ 37.57, 55.66 ] } },
{ "type": "Feature", "properties": { "population": 120965 }, "geometry": { "type": "Point", "coordinates": [ 116.03, 43.97 ] } },
{ "type": "Feature", "properties": { "population": 120964 }, "geometry": { "type": "Point", "coordinates": [ 77.37, 15.17 ] } },
{ "type": "Feature", "properties": { "population": 120836 }, "geometry": { "type": "Point", "coordinates": [ 99.97, 8.43 ] } },
{ "type": "Feature", "properties": { "population": 120733 }, "geometry": { "type": "Point", "coordinates": [ 9.22, 49.14 ] } },
{ "type": "Feature", "properties": { "population": 120658 }, "geometry": { "type": "Point", "coordinates": [ 11.42, 48.77 ] } },
{ "type": "Feature", "properties": { "population": 120623 }, "geometry": { "type": "Point", "coordinates": [ -92.02, 30.22 ] } },
{ "type": "Feature", "properties": { "population": 120537 }, "geometry": { "type": "Point", "coordinates": [ 137.4, 34.82 ] } },
{ "type": "Feature", "properties": { "population": 120514 }, "geometry": { "type": "Point", "coordinates": [ 124.07, 40.45 ] } },
{ "type": "Feature", "properties": { "population": 120500 }, "geometry": { "type": "Point", "coordinates": [ 28.24, -12.55 ] } },
{ "type": "Feature", "properties": { "population": 120451 }, "geometry": { "type": "Point", "coordinates": [ 9.99, 48.4 ] } },
{ "type": "Feature", "properties": { "population": 120447 }, "geometry": { "type": "Point", "coordinates": [ 101.58, 3.32 ] } },
{ "type": "Feature", "properties": { "population": 120399 }, "geometry": { "type": "Point", "coordinates": [ 33.22, 37.18 ] } },
{ "type": "Feature", "properties": { "population": 120372 }, "geometry": { "type": "Point", "coordinates": [ -80.31, 43.36 ] } },
{ "type": "Feature", "properties": { "population": 120339 }, "geometry": { "type": "Point", "coordinates": [ 19.07, 52.65 ] } },
{ "type": "Feature", "properties": { "population": 120167 }, "geometry": { "type": "Point", "coordinates": [ -57.52, -25.34 ] } },
{ "type": "Feature", "properties": { "population": 120148 }, "geometry": { "type": "Point", "coordinates": [ 19.11, 47.52 ] } },
{ "type": "Feature", "properties": { "population": 120137 }, "geometry": { "type": "Point", "coordinates": [ 12.39, 43.11 ] } },
{ "type": "Feature", "properties": { "population": 120115 }, "geometry": { "type": "Point", "coordinates": [ 76.72, 26.47 ] } },
{ "type": "Feature", "properties": { "population": 120087 }, "geometry": { "type": "Point", "coordinates": [ 2.16, 41.4 ] } },
{ "type": "Feature", "properties": { "population": 120083 }, "geometry": { "type": "Point", "coordinates": [ -79.93, 32.78 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 73.21, 34.15 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 35.48, 33.38 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 38.96, 55.81 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 112.82, -7.6 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 10.99, 33.81 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 27.45, 53.88 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ -109.44, 27.07 ] } },
{ "type": "Feature", "properties": { "population": 120000 }, "geometry": { "type": "Point", "coordinates": [ 37.38, 55.64 ] } },
{ "type": "Feature", "properties": { "population": 119909 }, "geometry": { "type": "Point", "coordinates": [ 6.93, 51.52 ] } },
{ "type": "Feature", "properties": { "population": 119893 }, "geometry": { "type": "Point", "coordinates": [ -34.98, -7.11 ] } },
{ "type": "Feature", "properties": { "population": 119868 }, "geometry": { "type": "Point", "coordinates": [ 35.35, -23.86 ] } },
{ "type": "Feature", "properties": { "population": 119857 }, "geometry": { "type": "Point", "coordinates": [ 13.28, 52.52 ] } },
{ "type": "Feature", "properties": { "population": 119794 }, "geometry": { "type": "Point", "coordinates": [ 10.1, 35.68 ] } },
{ "type": "Feature", "properties": { "population": 119785 }, "geometry": { "type": "Point", "coordinates": [ 73.43, 31.33 ] } },
{ "type": "Feature", "properties": { "population": 119717 }, "geometry": { "type": "Point", "coordinates": [ 2.21, 41.45 ] } },
{ "type": "Feature", "properties": { "population": 119713 }, "geometry": { "type": "Point", "coordinates": [ 4.49, 52.16 ] } },
{ "type": "Feature", "properties": { "population": 119693 }, "geometry": { "type": "Point", "coordinates": [ -72.55, 46.35 ] } },
{ "type": "Feature", "properties": { "population": 119665 }, "geometry": { "type": "Point", "coordinates": [ 10.23, 53.48 ] } },
{ "type": "Feature", "properties": { "population": 119618 }, "geometry": { "type": "Point", "coordinates": [ 9.27, 45.58 ] } },
{ "type": "Feature", "properties": { "population": 119529 }, "geometry": { "type": "Point", "coordinates": [ 4.27, 7.38 ] } },
{ "type": "Feature", "properties": { "population": 119475 }, "geometry": { "type": "Point", "coordinates": [ 120.97, 14.22 ] } },
{ "type": "Feature", "properties": { "population": 119436 }, "geometry": { "type": "Point", "coordinates": [ -79.46, -1.03 ] } },
{ "type": "Feature", "properties": { "population": 119370 }, "geometry": { "type": "Point", "coordinates": [ 28.32, 37.92 ] } },
{ "type": "Feature", "properties": { "population": 119323 }, "geometry": { "type": "Point", "coordinates": [ 32.9, 2.25 ] } },
{ "type": "Feature", "properties": { "population": 119313 }, "geometry": { "type": "Point", "coordinates": [ -53.74, -24.71 ] } },
{ "type": "Feature", "properties": { "population": 119313 }, "geometry": { "type": "Point", "coordinates": [ 8.7, 48.88 ] } },
{ "type": "Feature", "properties": { "population": 119260 }, "geometry": { "type": "Point", "coordinates": [ 4.67, 51.81 ] } },
{ "type": "Feature", "properties": { "population": 119206 }, "geometry": { "type": "Point", "coordinates": [ -48.56, -22.3 ] } },
{ "type": "Feature", "properties": { "population": 119192 }, "geometry": { "type": "Point", "coordinates": [ 8.77, 50.1 ] } },
{ "type": "Feature", "properties": { "population": 119181 }, "geometry": { "type": "Point", "coordinates": [ 84.36, 26.22 ] } },
{ "type": "Feature", "properties": { "population": 119097 }, "geometry": { "type": "Point", "coordinates": [ -96.89, 32.95 ] } },
{ "type": "Feature", "properties": { "population": 119082 }, "geometry": { "type": "Point", "coordinates": [ -7.62, 33.0 ] } },
{ "type": "Feature", "properties": { "population": 119033 }, "geometry": { "type": "Point", "coordinates": [ -67.46, 10.19 ] } },
{ "type": "Feature", "properties": { "population": 118918 }, "geometry": { "type": "Point", "coordinates": [ -21.9, 64.14 ] } },
{ "type": "Feature", "properties": { "population": 118807 }, "geometry": { "type": "Point", "coordinates": [ 121.07, 12.35 ] } },
{ "type": "Feature", "properties": { "population": 118788 }, "geometry": { "type": "Point", "coordinates": [ -121.29, 38.75 ] } },
{ "type": "Feature", "properties": { "population": 118776 }, "geometry": { "type": "Point", "coordinates": [ 79.44, 23.84 ] } },
{ "type": "Feature", "properties": { "population": 118772 }, "geometry": { "type": "Point", "coordinates": [ -104.97, 39.87 ] } },
{ "type": "Feature", "properties": { "population": 118731 }, "geometry": { "type": "Point", "coordinates": [ 139.69, 35.81 ] } },
{ "type": "Feature", "properties": { "population": 118721 }, "geometry": { "type": "Point", "coordinates": [ 91.1, 29.65 ] } },
{ "type": "Feature", "properties": { "population": 118687 }, "geometry": { "type": "Point", "coordinates": [ 2.91, 35.45 ] } },
{ "type": "Feature", "properties": { "population": 118682 }, "geometry": { "type": "Point", "coordinates": [ 139.48, 35.7 ] } },
{ "type": "Feature", "properties": { "population": 118675 }, "geometry": { "type": "Point", "coordinates": [ 24.62, 43.42 ] } },
{ "type": "Feature", "properties": { "population": 118673 }, "geometry": { "type": "Point", "coordinates": [ 12.57, 44.06 ] } },
{ "type": "Feature", "properties": { "population": 118562 }, "geometry": { "type": "Point", "coordinates": [ -102.58, 22.77 ] } },
{ "type": "Feature", "properties": { "population": 118551 }, "geometry": { "type": "Point", "coordinates": [ 100.65, 14.06 ] } },
{ "type": "Feature", "properties": { "population": 118526 }, "geometry": { "type": "Point", "coordinates": [ 78.54, 19.67 ] } },
{ "type": "Feature", "properties": { "population": 118439 }, "geometry": { "type": "Point", "coordinates": [ 106.58, -6.12 ] } },
{ "type": "Feature", "properties": { "population": 118433 }, "geometry": { "type": "Point", "coordinates": [ 15.51, 51.94 ] } },
{ "type": "Feature", "properties": { "population": 118410 }, "geometry": { "type": "Point", "coordinates": [ -46.43, -23.89 ] } },
{ "type": "Feature", "properties": { "population": 118355 }, "geometry": { "type": "Point", "coordinates": [ 27.48, -29.32 ] } },
{ "type": "Feature", "properties": { "population": 118299 }, "geometry": { "type": "Point", "coordinates": [ 83.9, 18.3 ] } },
{ "type": "Feature", "properties": { "population": 118296 }, "geometry": { "type": "Point", "coordinates": [ -94.1, 30.09 ] } },
{ "type": "Feature", "properties": { "population": 118284 }, "geometry": { "type": "Point", "coordinates": [ 36.8, 46.77 ] } },
{ "type": "Feature", "properties": { "population": 118265 }, "geometry": { "type": "Point", "coordinates": [ 40.12, -3.22 ] } },
{ "type": "Feature", "properties": { "population": 118259 }, "geometry": { "type": "Point", "coordinates": [ 78.56, 17.41 ] } },
{ "type": "Feature", "properties": { "population": 118211 }, "geometry": { "type": "Point", "coordinates": [ 17.38, -3.32 ] } },
{ "type": "Feature", "properties": { "population": 118179 }, "geometry": { "type": "Point", "coordinates": [ 79.9, 6.89 ] } },
{ "type": "Feature", "properties": { "population": 118173 }, "geometry": { "type": "Point", "coordinates": [ -100.0, 20.39 ] } },
{ "type": "Feature", "properties": { "population": 118162 }, "geometry": { "type": "Point", "coordinates": [ -3.47, 40.46 ] } },
{ "type": "Feature", "properties": { "population": 118121 }, "geometry": { "type": "Point", "coordinates": [ 13.69, 11.52 ] } },
{ "type": "Feature", "properties": { "population": 118089 }, "geometry": { "type": "Point", "coordinates": [ 4.49, 7.84 ] } },
{ "type": "Feature", "properties": { "population": 118068 }, "geometry": { "type": "Point", "coordinates": [ 70.62, 21.75 ] } },
{ "type": "Feature", "properties": { "population": 118032 }, "geometry": { "type": "Point", "coordinates": [ -75.49, 40.61 ] } },
{ "type": "Feature", "properties": { "population": 118023 }, "geometry": { "type": "Point", "coordinates": [ 116.17, 23.31 ] } },
{ "type": "Feature", "properties": { "population": 118022 }, "geometry": { "type": "Point", "coordinates": [ 70.84, 22.82 ] } },
{ "type": "Feature", "properties": { "population": 118004 }, "geometry": { "type": "Point", "coordinates": [ -76.3, 3.9 ] } },
{ "type": "Feature", "properties": { "population": 118000 }, "geometry": { "type": "Point", "coordinates": [ 37.48, 55.66 ] } },
{ "type": "Feature", "properties": { "population": 117927 }, "geometry": { "type": "Point", "coordinates": [ 100.04, 13.82 ] } },
{ "type": "Feature", "properties": { "population": 117878 }, "geometry": { "type": "Point", "coordinates": [ 22.3, 48.62 ] } },
{ "type": "Feature", "properties": { "population": 117863 }, "geometry": { "type": "Point", "coordinates": [ 72.13, 23.85 ] } },
{ "type": "Feature", "properties": { "population": 117829 }, "geometry": { "type": "Point", "coordinates": [ 13.45, 52.52 ] } },
{ "type": "Feature", "properties": { "population": 117811 }, "geometry": { "type": "Point", "coordinates": [ 1.13, 8.98 ] } },
{ "type": "Feature", "properties": { "population": 117799 }, "geometry": { "type": "Point", "coordinates": [ 20.99, 50.01 ] } },
{ "type": "Feature", "properties": { "population": 117796 }, "geometry": { "type": "Point", "coordinates": [ -79.2, -3.99 ] } },
{ "type": "Feature", "properties": { "population": 117757 }, "geometry": { "type": "Point", "coordinates": [ 11.37, 8.88 ] } },
{ "type": "Feature", "properties": { "population": 117639 }, "geometry": { "type": "Point", "coordinates": [ 19.77, 3.26 ] } },
{ "type": "Feature", "properties": { "population": 117634 }, "geometry": { "type": "Point", "coordinates": [ 90.5, 56.27 ] } },
{ "type": "Feature", "properties": { "population": 117623 }, "geometry": { "type": "Point", "coordinates": [ 116.65, 40.12 ] } },
{ "type": "Feature", "properties": { "population": 117618 }, "geometry": { "type": "Point", "coordinates": [ -1.36, 53.43 ] } },
{ "type": "Feature", "properties": { "population": 117601 }, "geometry": { "type": "Point", "coordinates": [ 135.7, 34.68 ] } },
{ "type": "Feature", "properties": { "population": 117600 }, "geometry": { "type": "Point", "coordinates": [ -103.74, 19.27 ] } },
{ "type": "Feature", "properties": { "population": 117596 }, "geometry": { "type": "Point", "coordinates": [ -64.47, 9.44 ] } },
{ "type": "Feature", "properties": { "population": 117530 }, "geometry": { "type": "Point", "coordinates": [ 99.16, 3.33 ] } },
{ "type": "Feature", "properties": { "population": 117517 }, "geometry": { "type": "Point", "coordinates": [ -112.33, 33.63 ] } },
{ "type": "Feature", "properties": { "population": 117504 }, "geometry": { "type": "Point", "coordinates": [ -72.86, 18.43 ] } },
{ "type": "Feature", "properties": { "population": 117479 }, "geometry": { "type": "Point", "coordinates": [ -73.37, 5.54 ] } },
{ "type": "Feature", "properties": { "population": 117446 }, "geometry": { "type": "Point", "coordinates": [ 8.58, 53.55 ] } },
{ "type": "Feature", "properties": { "population": 117430 }, "geometry": { "type": "Point", "coordinates": [ -70.91, -53.15 ] } },
{ "type": "Feature", "properties": { "population": 117429 }, "geometry": { "type": "Point", "coordinates": [ -87.56, 37.97 ] } },
{ "type": "Feature", "properties": { "population": 117395 }, "geometry": { "type": "Point", "coordinates": [ 24.35, 55.73 ] } },
{ "type": "Feature", "properties": { "population": 117326 }, "geometry": { "type": "Point", "coordinates": [ -3.0, 51.59 ] } },
{ "type": "Feature", "properties": { "population": 117303 }, "geometry": { "type": "Point", "coordinates": [ 96.46, 22.04 ] } },
{ "type": "Feature", "properties": { "population": 117249 }, "geometry": { "type": "Point", "coordinates": [ 109.65, -6.97 ] } },
{ "type": "Feature", "properties": { "population": 117233 }, "geometry": { "type": "Point", "coordinates": [ 141.3, 38.42 ] } },
{ "type": "Feature", "properties": { "population": 117185 }, "geometry": { "type": "Point", "coordinates": [ 129.42, 42.77 ] } },
{ "type": "Feature", "properties": { "population": 117137 }, "geometry": { "type": "Point", "coordinates": [ 76.22, 30.7 ] } },
{ "type": "Feature", "properties": { "population": 117132 }, "geometry": { "type": "Point", "coordinates": [ -67.43, 8.92 ] } },
{ "type": "Feature", "properties": { "population": 117118 }, "geometry": { "type": "Point", "coordinates": [ 7.19, 51.18 ] } },
{ "type": "Feature", "properties": { "population": 117110 }, "geometry": { "type": "Point", "coordinates": [ -8.89, 38.52 ] } },
{ "type": "Feature", "properties": { "population": 117072 }, "geometry": { "type": "Point", "coordinates": [ 20.35, 43.89 ] } },
{ "type": "Feature", "properties": { "population": 117063 }, "geometry": { "type": "Point", "coordinates": [ 9.94, 4.95 ] } },
{ "type": "Feature", "properties": { "population": 117063 }, "geometry": { "type": "Point", "coordinates": [ -99.73, 32.45 ] } },
{ "type": "Feature", "properties": { "population": 117062 }, "geometry": { "type": "Point", "coordinates": [ -12.87, 10.06 ] } },
{ "type": "Feature", "properties": { "population": 117056 }, "geometry": { "type": "Point", "coordinates": [ 118.48, 36.7 ] } },
{ "type": "Feature", "properties": { "population": 117053 }, "geometry": { "type": "Point", "coordinates": [ 71.67, 22.17 ] } },
{ "type": "Feature", "properties": { "population": 117014 }, "geometry": { "type": "Point", "coordinates": [ 88.35, 22.72 ] } },
{ "type": "Feature", "properties": { "population": 117000 }, "geometry": { "type": "Point", "coordinates": [ -49.19, -25.44 ] } },
{ "type": "Feature", "properties": { "population": 117000 }, "geometry": { "type": "Point", "coordinates": [ 7.14, 35.44 ] } },
{ "type": "Feature", "properties": { "population": 116989 }, "geometry": { "type": "Point", "coordinates": [ -96.82, 33.15 ] } },
{ "type": "Feature", "properties": { "population": 116925 }, "geometry": { "type": "Point", "coordinates": [ 131.57, 34.05 ] } },
{ "type": "Feature", "properties": { "population": 116830 }, "geometry": { "type": "Point", "coordinates": [ -94.42, 39.09 ] } },
{ "type": "Feature", "properties": { "population": 116788 }, "geometry": { "type": "Point", "coordinates": [ 37.88, 40.98 ] } },
{ "type": "Feature", "properties": { "population": 116751 }, "geometry": { "type": "Point", "coordinates": [ 6.63, 46.52 ] } },
{ "type": "Feature", "properties": { "population": 116714 }, "geometry": { "type": "Point", "coordinates": [ -83.38, 33.96 ] } },
{ "type": "Feature", "properties": { "population": 116709 }, "geometry": { "type": "Point", "coordinates": [ 3.22, 51.21 ] } },
{ "type": "Feature", "properties": { "population": 116662 }, "geometry": { "type": "Point", "coordinates": [ -38.4, -12.78 ] } },
{ "type": "Feature", "properties": { "population": 116644 }, "geometry": { "type": "Point", "coordinates": [ 83.18, 26.07 ] } },
{ "type": "Feature", "properties": { "population": 116596 }, "geometry": { "type": "Point", "coordinates": [ 14.2, 42.46 ] } },
{ "type": "Feature", "properties": { "population": 116579 }, "geometry": { "type": "Point", "coordinates": [ 71.26, 29.14 ] } },
{ "type": "Feature", "properties": { "population": 116571 }, "geometry": { "type": "Point", "coordinates": [ -45.43, -21.55 ] } },
{ "type": "Feature", "properties": { "population": 116558 }, "geometry": { "type": "Point", "coordinates": [ 78.37, 45.02 ] } },
{ "type": "Feature", "properties": { "population": 116557 }, "geometry": { "type": "Point", "coordinates": [ -3.79, 37.77 ] } },
{ "type": "Feature", "properties": { "population": 116552 }, "geometry": { "type": "Point", "coordinates": [ -70.02, -15.84 ] } },
{ "type": "Feature", "properties": { "population": 116531 }, "geometry": { "type": "Point", "coordinates": [ -3.73, 40.44 ] } },
{ "type": "Feature", "properties": { "population": 116468 }, "geometry": { "type": "Point", "coordinates": [ -121.96, 37.35 ] } },
{ "type": "Feature", "properties": { "population": 116447 }, "geometry": { "type": "Point", "coordinates": [ 77.6, 13.1 ] } },
{ "type": "Feature", "properties": { "population": 116307 }, "geometry": { "type": "Point", "coordinates": [ 113.44, 23.11 ] } },
{ "type": "Feature", "properties": { "population": 116298 }, "geometry": { "type": "Point", "coordinates": [ 21.72, 47.96 ] } },
{ "type": "Feature", "properties": { "population": 116286 }, "geometry": { "type": "Point", "coordinates": [ 13.35, 52.48 ] } },
{ "type": "Feature", "properties": { "population": 116284 }, "geometry": { "type": "Point", "coordinates": [ 120.73, 49.28 ] } },
{ "type": "Feature", "properties": { "population": 116250 }, "geometry": { "type": "Point", "coordinates": [ -89.64, 39.8 ] } },
{ "type": "Feature", "properties": { "population": 116224 }, "geometry": { "type": "Point", "coordinates": [ 42.06, 44.22 ] } },
{ "type": "Feature", "properties": { "population": 116209 }, "geometry": { "type": "Point", "coordinates": [ -5.45, 36.13 ] } },
{ "type": "Feature", "properties": { "population": 116161 }, "geometry": { "type": "Point", "coordinates": [ 81.0, 16.43 ] } },
{ "type": "Feature", "properties": { "population": 116122 }, "geometry": { "type": "Point", "coordinates": [ 125.36, 6.75 ] } },
{ "type": "Feature", "properties": { "population": 116119 }, "geometry": { "type": "Point", "coordinates": [ 136.93, 34.88 ] } },
{ "type": "Feature", "properties": { "population": 116013 }, "geometry": { "type": "Point", "coordinates": [ -55.5, -11.86 ] } },
{ "type": "Feature", "properties": { "population": 116000 }, "geometry": { "type": "Point", "coordinates": [ 38.82, 48.47 ] } },
{ "type": "Feature", "properties": { "population": 116000 }, "geometry": { "type": "Point", "coordinates": [ 37.67, 55.73 ] } },
{ "type": "Feature", "properties": { "population": 115979 }, "geometry": { "type": "Point", "coordinates": [ 38.44, 55.87 ] } },
{ "type": "Feature", "properties": { "population": 115976 }, "geometry": { "type": "Point", "coordinates": [ 13.35, 52.47 ] } },
{ "type": "Feature", "properties": { "population": 115949 }, "geometry": { "type": "Point", "coordinates": [ 55.94, 25.79 ] } },
{ "type": "Feature", "properties": { "population": 115942 }, "geometry": { "type": "Point", "coordinates": [ -122.26, 38.1 ] } },
{ "type": "Feature", "properties": { "population": 115932 }, "geometry": { "type": "Point", "coordinates": [ 35.87, 48.53 ] } },
{ "type": "Feature", "properties": { "population": 115932 }, "geometry": { "type": "Point", "coordinates": [ 120.9, 14.48 ] } },
{ "type": "Feature", "properties": { "population": 115903 }, "geometry": { "type": "Point", "coordinates": [ -117.29, 34.54 ] } },
{ "type": "Feature", "properties": { "population": 115895 }, "geometry": { "type": "Point", "coordinates": [ -99.02, 19.19 ] } },
{ "type": "Feature", "properties": { "population": 115893 }, "geometry": { "type": "Point", "coordinates": [ 118.02, 37.37 ] } },
{ "type": "Feature", "properties": { "population": 115845 }, "geometry": { "type": "Point", "coordinates": [ 4.49, 52.06 ] } },
{ "type": "Feature", "properties": { "population": 115826 }, "geometry": { "type": "Point", "coordinates": [ 79.91, 6.88 ] } },
{ "type": "Feature", "properties": { "population": 115760 }, "geometry": { "type": "Point", "coordinates": [ -80.26, 43.55 ] } },
{ "type": "Feature", "properties": { "population": 115688 }, "geometry": { "type": "Point", "coordinates": [ 38.5, 52.62 ] } },
{ "type": "Feature", "properties": { "population": 115611 }, "geometry": { "type": "Point", "coordinates": [ -3.77, 40.24 ] } },
{ "type": "Feature", "properties": { "population": 115537 }, "geometry": { "type": "Point", "coordinates": [ 110.71, -6.48 ] } },
{ "type": "Feature", "properties": { "population": 115536 }, "geometry": { "type": "Point", "coordinates": [ 37.34, 55.65 ] } },
{ "type": "Feature", "properties": { "population": 115504 }, "geometry": { "type": "Point", "coordinates": [ 88.33, 22.78 ] } },
{ "type": "Feature", "properties": { "population": 115499 }, "geometry": { "type": "Point", "coordinates": [ 7.36, 5.84 ] } },
{ "type": "Feature", "properties": { "population": 115399 }, "geometry": { "type": "Point", "coordinates": [ 111.43, 27.69 ] } },
{ "type": "Feature", "properties": { "population": 115378 }, "geometry": { "type": "Point", "coordinates": [ -98.88, 19.51 ] } },
{ "type": "Feature", "properties": { "population": 115370 }, "geometry": { "type": "Point", "coordinates": [ 122.05, 37.2 ] } },
{ "type": "Feature", "properties": { "population": 115319 }, "geometry": { "type": "Point", "coordinates": [ 43.67, -23.35 ] } },
{ "type": "Feature", "properties": { "population": 115268 }, "geometry": { "type": "Point", "coordinates": [ 9.87, 37.27 ] } },
{ "type": "Feature", "properties": { "population": 115201 }, "geometry": { "type": "Point", "coordinates": [ -45.94, -22.23 ] } },
{ "type": "Feature", "properties": { "population": 115115 }, "geometry": { "type": "Point", "coordinates": [ 82.73, 26.79 ] } },
{ "type": "Feature", "properties": { "population": 115105 }, "geometry": { "type": "Point", "coordinates": [ 121.73, 17.61 ] } },
{ "type": "Feature", "properties": { "population": 115007 }, "geometry": { "type": "Point", "coordinates": [ -89.59, 40.69 ] } },
{ "type": "Feature", "properties": { "population": 114883 }, "geometry": { "type": "Point", "coordinates": [ 66.9, 36.76 ] } },
{ "type": "Feature", "properties": { "population": 114858 }, "geometry": { "type": "Point", "coordinates": [ 117.5, 36.72 ] } },
{ "type": "Feature", "properties": { "population": 114783 }, "geometry": { "type": "Point", "coordinates": [ 26.67, 47.75 ] } },
{ "type": "Feature", "properties": { "population": 114680 }, "geometry": { "type": "Point", "coordinates": [ 61.83, 37.59 ] } },
{ "type": "Feature", "properties": { "population": 114565 }, "geometry": { "type": "Point", "coordinates": [ -122.75, 49.28 ] } },
{ "type": "Feature", "properties": { "population": 114453 }, "geometry": { "type": "Point", "coordinates": [ 105.97, 9.6 ] } },
{ "type": "Feature", "properties": { "population": 114347 }, "geometry": { "type": "Point", "coordinates": [ 170.5, -45.87 ] } },
{ "type": "Feature", "properties": { "population": 114321 }, "geometry": { "type": "Point", "coordinates": [ 86.93, 21.49 ] } },
{ "type": "Feature", "properties": { "population": 114297 }, "geometry": { "type": "Point", "coordinates": [ -84.56, 42.73 ] } },
{ "type": "Feature", "properties": { "population": 114290 }, "geometry": { "type": "Point", "coordinates": [ 107.81, -6.28 ] } },
{ "type": "Feature", "properties": { "population": 114225 }, "geometry": { "type": "Point", "coordinates": [ 108.0, 13.98 ] } },
{ "type": "Feature", "properties": { "population": 114195 }, "geometry": { "type": "Point", "coordinates": [ -76.48, 44.23 ] } },
{ "type": "Feature", "properties": { "population": 114177 }, "geometry": { "type": "Point", "coordinates": [ 121.15, 30.05 ] } },
{ "type": "Feature", "properties": { "population": 114162 }, "geometry": { "type": "Point", "coordinates": [ 9.67, 45.7 ] } },
{ "type": "Feature", "properties": { "population": 114069 }, "geometry": { "type": "Point", "coordinates": [ 106.77, -6.4 ] } },
{ "type": "Feature", "properties": { "population": 114050 }, "geometry": { "type": "Point", "coordinates": [ 77.72, 14.41 ] } },
{ "type": "Feature", "properties": { "population": 114034 }, "geometry": { "type": "Point", "coordinates": [ 41.94, 37.93 ] } },
{ "type": "Feature", "properties": { "population": 114027 }, "geometry": { "type": "Point", "coordinates": [ 39.49, 39.74 ] } },
{ "type": "Feature", "properties": { "population": 114009 }, "geometry": { "type": "Point", "coordinates": [ -9.31, 10.39 ] } },
{ "type": "Feature", "properties": { "population": 114000 }, "geometry": { "type": "Point", "coordinates": [ -58.47, -34.68 ] } },
{ "type": "Feature", "properties": { "population": 114000 }, "geometry": { "type": "Point", "coordinates": [ 37.45, 55.68 ] } },
{ "type": "Feature", "properties": { "population": 114000 }, "geometry": { "type": "Point", "coordinates": [ 79.94, 37.11 ] } },
{ "type": "Feature", "properties": { "population": 113934 }, "geometry": { "type": "Point", "coordinates": [ -83.74, 42.28 ] } },
{ "type": "Feature", "properties": { "population": 113872 }, "geometry": { "type": "Point", "coordinates": [ 2.87, 33.8 ] } },
{ "type": "Feature", "properties": { "population": 113862 }, "geometry": { "type": "Point", "coordinates": [ -48.45, -22.89 ] } },
{ "type": "Feature", "properties": { "population": 113840 }, "geometry": { "type": "Point", "coordinates": [ 75.88, 30.53 ] } },
{ "type": "Feature", "properties": { "population": 113830 }, "geometry": { "type": "Point", "coordinates": [ 4.72, 8.15 ] } },
{ "type": "Feature", "properties": { "population": 113800 }, "geometry": { "type": "Point", "coordinates": [ 68.25, 58.2 ] } },
{ "type": "Feature", "properties": { "population": 113759 }, "geometry": { "type": "Point", "coordinates": [ 78.6, 20.74 ] } },
{ "type": "Feature", "properties": { "population": 113631 }, "geometry": { "type": "Point", "coordinates": [ 114.71, 22.99 ] } },
{ "type": "Feature", "properties": { "population": 113624 }, "geometry": { "type": "Point", "coordinates": [ 16.93, -12.38 ] } },
{ "type": "Feature", "properties": { "population": 113611 }, "geometry": { "type": "Point", "coordinates": [ 124.86, 45.12 ] } },
{ "type": "Feature", "properties": { "population": 113609 }, "geometry": { "type": "Point", "coordinates": [ 113.6, 24.68 ] } },
{ "type": "Feature", "properties": { "population": 113605 }, "geometry": { "type": "Point", "coordinates": [ -46.9, -23.53 ] } },
{ "type": "Feature", "properties": { "population": 113541 }, "geometry": { "type": "Point", "coordinates": [ 123.3, 9.31 ] } },
{ "type": "Feature", "properties": { "population": 113531 }, "geometry": { "type": "Point", "coordinates": [ 19.08, 47.53 ] } },
{ "type": "Feature", "properties": { "population": 113487 }, "geometry": { "type": "Point", "coordinates": [ 6.95, 50.97 ] } },
{ "type": "Feature", "properties": { "population": 113479 }, "geometry": { "type": "Point", "coordinates": [ 138.92, 35.12 ] } },
{ "type": "Feature", "properties": { "population": 113475 }, "geometry": { "type": "Point", "coordinates": [ -118.03, 34.07 ] } },
{ "type": "Feature", "properties": { "population": 113430 }, "geometry": { "type": "Point", "coordinates": [ 18.97, 50.31 ] } },
{ "type": "Feature", "properties": { "population": 113383 }, "geometry": { "type": "Point", "coordinates": [ -97.13, 33.21 ] } },
{ "type": "Feature", "properties": { "population": 113365 }, "geometry": { "type": "Point", "coordinates": [ 28.42, -13.14 ] } },
{ "type": "Feature", "properties": { "population": 113364 }, "geometry": { "type": "Point", "coordinates": [ -23.51, 14.93 ] } },
{ "type": "Feature", "properties": { "population": 113193 }, "geometry": { "type": "Point", "coordinates": [ 75.4, 28.13 ] } },
{ "type": "Feature", "properties": { "population": 113137 }, "geometry": { "type": "Point", "coordinates": [ 143.89, 43.8 ] } },
{ "type": "Feature", "properties": { "population": 113118 }, "geometry": { "type": "Point", "coordinates": [ -3.53, 50.72 ] } },
{ "type": "Feature", "properties": { "population": 113004 }, "geometry": { "type": "Point", "coordinates": [ -89.58, 40.72 ] } },
{ "type": "Feature", "properties": { "population": 113000 }, "geometry": { "type": "Point", "coordinates": [ 37.97, 55.92 ] } },
{ "type": "Feature", "properties": { "population": 112969 }, "geometry": { "type": "Point", "coordinates": [ 32.0, 36.54 ] } },
{ "type": "Feature", "properties": { "population": 112964 }, "geometry": { "type": "Point", "coordinates": [ -82.3, 23.12 ] } },
{ "type": "Feature", "properties": { "population": 112906 }, "geometry": { "type": "Point", "coordinates": [ 0.28, 50.77 ] } },
{ "type": "Feature", "properties": { "population": 112840 }, "geometry": { "type": "Point", "coordinates": [ 72.35, 30.03 ] } },
{ "type": "Feature", "properties": { "population": 112819 }, "geometry": { "type": "Point", "coordinates": [ 122.78, 45.33 ] } },
{ "type": "Feature", "properties": { "population": 112793 }, "geometry": { "type": "Point", "coordinates": [ 73.99, 17.69 ] } },
{ "type": "Feature", "properties": { "population": 112787 }, "geometry": { "type": "Point", "coordinates": [ 1.1, 49.44 ] } },
{ "type": "Feature", "properties": { "population": 112644 }, "geometry": { "type": "Point", "coordinates": [ 102.58, 24.78 ] } },
{ "type": "Feature", "properties": { "population": 112635 }, "geometry": { "type": "Point", "coordinates": [ 78.78, 28.45 ] } },
{ "type": "Feature", "properties": { "population": 112632 }, "geometry": { "type": "Point", "coordinates": [ 72.6, 61.1 ] } },
{ "type": "Feature", "properties": { "population": 112627 }, "geometry": { "type": "Point", "coordinates": [ 9.2, 48.49 ] } },
{ "type": "Feature", "properties": { "population": 112585 }, "geometry": { "type": "Point", "coordinates": [ 117.48, 27.34 ] } },
{ "type": "Feature", "properties": { "population": 112580 }, "geometry": { "type": "Point", "coordinates": [ -122.27, 37.87 ] } },
{ "type": "Feature", "properties": { "population": 112557 }, "geometry": { "type": "Point", "coordinates": [ 112.43, -7.47 ] } },
{ "type": "Feature", "properties": { "population": 112490 }, "geometry": { "type": "Point", "coordinates": [ 22.88, 47.8 ] } },
{ "type": "Feature", "properties": { "population": 112488 }, "geometry": { "type": "Point", "coordinates": [ -111.66, 40.23 ] } },
{ "type": "Feature", "properties": { "population": 112473 }, "geometry": { "type": "Point", "coordinates": [ 105.77, 19.8 ] } },
{ "type": "Feature", "properties": { "population": 112467 }, "geometry": { "type": "Point", "coordinates": [ 11.39, 47.26 ] } },
{ "type": "Feature", "properties": { "population": 112462 }, "geometry": { "type": "Point", "coordinates": [ 124.04, 42.53 ] } },
{ "type": "Feature", "properties": { "population": 112426 }, "geometry": { "type": "Point", "coordinates": [ 72.65, 30.73 ] } },
{ "type": "Feature", "properties": { "population": 112286 }, "geometry": { "type": "Point", "coordinates": [ -69.74, 9.04 ] } },
{ "type": "Feature", "properties": { "population": 112187 }, "geometry": { "type": "Point", "coordinates": [ 89.84, 23.61 ] } },
{ "type": "Feature", "properties": { "population": 112158 }, "geometry": { "type": "Point", "coordinates": [ -89.18, 13.81 ] } },
{ "type": "Feature", "properties": { "population": 112144 }, "geometry": { "type": "Point", "coordinates": [ 84.92, 26.66 ] } },
{ "type": "Feature", "properties": { "population": 112141 }, "geometry": { "type": "Point", "coordinates": [ 86.17, 23.64 ] } },
{ "type": "Feature", "properties": { "population": 112137 }, "geometry": { "type": "Point", "coordinates": [ 29.25, 52.05 ] } },
{ "type": "Feature", "properties": { "population": 112118 }, "geometry": { "type": "Point", "coordinates": [ 78.82, 10.38 ] } },
{ "type": "Feature", "properties": { "population": 112106 }, "geometry": { "type": "Point", "coordinates": [ -99.54, 18.35 ] } },
{ "type": "Feature", "properties": { "population": 112082 }, "geometry": { "type": "Point", "coordinates": [ -63.26, 10.67 ] } },
{ "type": "Feature", "properties": { "population": 112079 }, "geometry": { "type": "Point", "coordinates": [ 76.62, 28.2 ] } },
{ "type": "Feature", "properties": { "population": 112050 }, "geometry": { "type": "Point", "coordinates": [ 92.75, 11.67 ] } },
{ "type": "Feature", "properties": { "population": 112033 }, "geometry": { "type": "Point", "coordinates": [ 8.25, 4.8 ] } },
{ "type": "Feature", "properties": { "population": 112025 }, "geometry": { "type": "Point", "coordinates": [ 10.99, 49.48 ] } },
{ "type": "Feature", "properties": { "population": 112019 }, "geometry": { "type": "Point", "coordinates": [ 106.44, 29.83 ] } },
{ "type": "Feature", "properties": { "population": 111894 }, "geometry": { "type": "Point", "coordinates": [ 105.15, 9.18 ] } },
{ "type": "Feature", "properties": { "population": 111888 }, "geometry": { "type": "Point", "coordinates": [ -46.41, -23.71 ] } },
{ "type": "Feature", "properties": { "population": 111864 }, "geometry": { "type": "Point", "coordinates": [ 36.4, 33.57 ] } },
{ "type": "Feature", "properties": { "population": 111820 }, "geometry": { "type": "Point", "coordinates": [ 35.7, -7.77 ] } },
{ "type": "Feature", "properties": { "population": 111805 }, "geometry": { "type": "Point", "coordinates": [ 6.09, 52.51 ] } },
{ "type": "Feature", "properties": { "population": 111800 }, "geometry": { "type": "Point", "coordinates": [ 49.95, 53.1 ] } },
{ "type": "Feature", "properties": { "population": 111772 }, "geometry": { "type": "Point", "coordinates": [ -118.13, 33.94 ] } },
{ "type": "Feature", "properties": { "population": 111752 }, "geometry": { "type": "Point", "coordinates": [ 58.51, 37.11 ] } },
{ "type": "Feature", "properties": { "population": 111729 }, "geometry": { "type": "Point", "coordinates": [ 79.62, 17.14 ] } },
{ "type": "Feature", "properties": { "population": 111701 }, "geometry": { "type": "Point", "coordinates": [ 80.64, 7.3 ] } },
{ "type": "Feature", "properties": { "population": 111693 }, "geometry": { "type": "Point", "coordinates": [ 88.83, 23.05 ] } },
{ "type": "Feature", "properties": { "population": 111600 }, "geometry": { "type": "Point", "coordinates": [ 38.44, 48.9 ] } },
{ "type": "Feature", "properties": { "population": 111596 }, "geometry": { "type": "Point", "coordinates": [ -43.79, -20.66 ] } },
{ "type": "Feature", "properties": { "population": 111594 }, "geometry": { "type": "Point", "coordinates": [ 79.59, 24.91 ] } },
{ "type": "Feature", "properties": { "population": 111564 }, "geometry": { "type": "Point", "coordinates": [ 26.53, 55.88 ] } },
{ "type": "Feature", "properties": { "population": 111514 }, "geometry": { "type": "Point", "coordinates": [ -44.45, -22.47 ] } },
{ "type": "Feature", "properties": { "population": 111510 }, "geometry": { "type": "Point", "coordinates": [ 49.3, 31.94 ] } },
{ "type": "Feature", "properties": { "population": 111476 }, "geometry": { "type": "Point", "coordinates": [ 107.75, -6.94 ] } },
{ "type": "Feature", "properties": { "population": 111475 }, "geometry": { "type": "Point", "coordinates": [ 88.64, 22.86 ] } },
{ "type": "Feature", "properties": { "population": 111461 }, "geometry": { "type": "Point", "coordinates": [ 110.22, -7.47 ] } },
{ "type": "Feature", "properties": { "population": 111430 }, "geometry": { "type": "Point", "coordinates": [ 7.33, 47.75 ] } },
{ "type": "Feature", "properties": { "population": 111424 }, "geometry": { "type": "Point", "coordinates": [ -64.28, -36.62 ] } },
{ "type": "Feature", "properties": { "population": 111320 }, "geometry": { "type": "Point", "coordinates": [ 10.25, 5.63 ] } },
{ "type": "Feature", "properties": { "population": 111302 }, "geometry": { "type": "Point", "coordinates": [ -49.41, -25.59 ] } },
{ "type": "Feature", "properties": { "population": 111290 }, "geometry": { "type": "Point", "coordinates": [ 2.17, 41.38 ] } },
{ "type": "Feature", "properties": { "population": 111278 }, "geometry": { "type": "Point", "coordinates": [ 77.51, 21.26 ] } },
{ "type": "Feature", "properties": { "population": 111147 }, "geometry": { "type": "Point", "coordinates": [ -102.08, 32.0 ] } },
{ "type": "Feature", "properties": { "population": 111123 }, "geometry": { "type": "Point", "coordinates": [ 88.37, 23.41 ] } },
{ "type": "Feature", "properties": { "population": 111017 }, "geometry": { "type": "Point", "coordinates": [ 7.4, 6.86 ] } },
{ "type": "Feature", "properties": { "population": 111014 }, "geometry": { "type": "Point", "coordinates": [ 10.46, 12.88 ] } },
{ "type": "Feature", "properties": { "population": 110988 }, "geometry": { "type": "Point", "coordinates": [ 120.31, 32.85 ] } },
{ "type": "Feature", "properties": { "population": 110983 }, "geometry": { "type": "Point", "coordinates": [ 75.69, 18.23 ] } },
{ "type": "Feature", "properties": { "population": 110968 }, "geometry": { "type": "Point", "coordinates": [ -46.55, -23.12 ] } },
{ "type": "Feature", "properties": { "population": 110936 }, "geometry": { "type": "Point", "coordinates": [ -46.83, -23.21 ] } },
{ "type": "Feature", "properties": { "population": 110925 }, "geometry": { "type": "Point", "coordinates": [ -97.44, 35.22 ] } },
{ "type": "Feature", "properties": { "population": 110925 }, "geometry": { "type": "Point", "coordinates": [ 136.25, 35.25 ] } },
{ "type": "Feature", "properties": { "population": 110921 }, "geometry": { "type": "Point", "coordinates": [ 112.3, 22.19 ] } },
{ "type": "Feature", "properties": { "population": 110884 }, "geometry": { "type": "Point", "coordinates": [ 36.08, 40.39 ] } },
{ "type": "Feature", "properties": { "population": 110826 }, "geometry": { "type": "Point", "coordinates": [ 49.46, 37.47 ] } },
{ "type": "Feature", "properties": { "population": 110753 }, "geometry": { "type": "Point", "coordinates": [ 10.04, 12.45 ] } },
{ "type": "Feature", "properties": { "population": 110735 }, "geometry": { "type": "Point", "coordinates": [ -104.34, 19.12 ] } },
{ "type": "Feature", "properties": { "population": 110721 }, "geometry": { "type": "Point", "coordinates": [ 120.24, 29.72 ] } },
{ "type": "Feature", "properties": { "population": 110706 }, "geometry": { "type": "Point", "coordinates": [ 2.9, 42.7 ] } },
{ "type": "Feature", "properties": { "population": 110675 }, "geometry": { "type": "Point", "coordinates": [ -94.36, 39.1 ] } },
{ "type": "Feature", "properties": { "population": 110624 }, "geometry": { "type": "Point", "coordinates": [ -0.36, 49.19 ] } },
{ "type": "Feature", "properties": { "population": 110553 }, "geometry": { "type": "Point", "coordinates": [ 94.87, 20.47 ] } },
{ "type": "Feature", "properties": { "population": 110537 }, "geometry": { "type": "Point", "coordinates": [ 31.38, -26.5 ] } },
{ "type": "Feature", "properties": { "population": 110520 }, "geometry": { "type": "Point", "coordinates": [ -0.91, 41.65 ] } },
{ "type": "Feature", "properties": { "population": 110368 }, "geometry": { "type": "Point", "coordinates": [ 82.07, 26.26 ] } },
{ "type": "Feature", "properties": { "population": 110366 }, "geometry": { "type": "Point", "coordinates": [ -73.05, 41.56 ] } },
{ "type": "Feature", "properties": { "population": 110338 }, "geometry": { "type": "Point", "coordinates": [ 176.17, -37.69 ] } },
{ "type": "Feature", "properties": { "population": 110219 }, "geometry": { "type": "Point", "coordinates": [ 139.33, 36.4 ] } },
{ "type": "Feature", "properties": { "population": 110182 }, "geometry": { "type": "Point", "coordinates": [ 106.38, -6.13 ] } },
{ "type": "Feature", "properties": { "population": 110175 }, "geometry": { "type": "Point", "coordinates": [ 29.48, 46.83 ] } },
{ "type": "Feature", "properties": { "population": 110159 }, "geometry": { "type": "Point", "coordinates": [ 30.97, -25.47 ] } },
{ "type": "Feature", "properties": { "population": 110155 }, "geometry": { "type": "Point", "coordinates": [ 106.88, -6.49 ] } },
{ "type": "Feature", "properties": { "population": 110085 }, "geometry": { "type": "Point", "coordinates": [ -36.5, -8.88 ] } },
{ "type": "Feature", "properties": { "population": 110075 }, "geometry": { "type": "Point", "coordinates": [ 10.1, 33.88 ] } },
{ "type": "Feature", "properties": { "population": 110046 }, "geometry": { "type": "Point", "coordinates": [ 115.71, 36.84 ] } },
{ "type": "Feature", "properties": { "population": 110000 }, "geometry": { "type": "Point", "coordinates": [ 44.44, 32.05 ] } },
{ "type": "Feature", "properties": { "population": 110000 }, "geometry": { "type": "Point", "coordinates": [ 32.0, -25.44 ] } },
{ "type": "Feature", "properties": { "population": 110000 }, "geometry": { "type": "Point", "coordinates": [ 75.44, 63.19 ] } },
{ "type": "Feature", "properties": { "population": 110000 }, "geometry": { "type": "Point", "coordinates": [ -2.63, 51.24 ] } },
{ "type": "Feature", "properties": { "population": 110000 }, "geometry": { "type": "Point", "coordinates": [ 57.48, -20.3 ] } },
{ "type": "Feature", "properties": { "population": 109972 }, "geometry": { "type": "Point", "coordinates": [ 14.57, 32.47 ] } },
{ "type": "Feature", "properties": { "population": 109968 }, "geometry": { "type": "Point", "coordinates": [ 119.4, 35.99 ] } },
{ "type": "Feature", "properties": { "population": 109962 }, "geometry": { "type": "Point", "coordinates": [ 39.75, 47.14 ] } },
{ "type": "Feature", "properties": { "population": 109960 }, "geometry": { "type": "Point", "coordinates": [ -117.92, 33.64 ] } },
{ "type": "Feature", "properties": { "population": 109955 }, "geometry": { "type": "Point", "coordinates": [ 114.2, 36.42 ] } },
{ "type": "Feature", "properties": { "population": 109881 }, "geometry": { "type": "Point", "coordinates": [ 126.95, 47.46 ] } },
{ "type": "Feature", "properties": { "population": 109873 }, "geometry": { "type": "Point", "coordinates": [ 78.72, 12.79 ] } },
{ "type": "Feature", "properties": { "population": 109847 }, "geometry": { "type": "Point", "coordinates": [ 19.69, 46.91 ] } },
{ "type": "Feature", "properties": { "population": 109844 }, "geometry": { "type": "Point", "coordinates": [ 84.89, 56.6 ] } },
{ "type": "Feature", "properties": { "population": 109839 }, "geometry": { "type": "Point", "coordinates": [ 35.24, -13.31 ] } },
{ "type": "Feature", "properties": { "population": 109733 }, "geometry": { "type": "Point", "coordinates": [ 113.85, 23.11 ] } },
{ "type": "Feature", "properties": { "population": 109701 }, "geometry": { "type": "Point", "coordinates": [ 2.94, 11.13 ] } },
{ "type": "Feature", "properties": { "population": 109673 }, "geometry": { "type": "Point", "coordinates": [ -118.35, 33.96 ] } },
{ "type": "Feature", "properties": { "population": 109637 }, "geometry": { "type": "Point", "coordinates": [ -42.34, -22.87 ] } },
{ "type": "Feature", "properties": { "population": 109636 }, "geometry": { "type": "Point", "coordinates": [ 128.04, 46.98 ] } },
{ "type": "Feature", "properties": { "population": 109612 }, "geometry": { "type": "Point", "coordinates": [ -48.97, -21.14 ] } },
{ "type": "Feature", "properties": { "population": 109584 }, "geometry": { "type": "Point", "coordinates": [ 121.14, 22.76 ] } },
{ "type": "Feature", "properties": { "population": 109565 }, "geometry": { "type": "Point", "coordinates": [ -71.45, 43.0 ] } },
{ "type": "Feature", "properties": { "population": 109561 }, "geometry": { "type": "Point", "coordinates": [ 130.79, 45.36 ] } },
{ "type": "Feature", "properties": { "population": 109504 }, "geometry": { "type": "Point", "coordinates": [ -99.02, 21.98 ] } },
{ "type": "Feature", "properties": { "population": 109479 }, "geometry": { "type": "Point", "coordinates": [ 43.84, 55.39 ] } },
{ "type": "Feature", "properties": { "population": 109468 }, "geometry": { "type": "Point", "coordinates": [ 31.14, -23.94 ] } },
{ "type": "Feature", "properties": { "population": 109427 }, "geometry": { "type": "Point", "coordinates": [ 127.49, 50.24 ] } },
{ "type": "Feature", "properties": { "population": 109414 }, "geometry": { "type": "Point", "coordinates": [ 0.9, 51.89 ] } },
{ "type": "Feature", "properties": { "population": 109400 }, "geometry": { "type": "Point", "coordinates": [ 103.72, 27.32 ] } },
{ "type": "Feature", "properties": { "population": 109358 }, "geometry": { "type": "Point", "coordinates": [ 77.72, 22.75 ] } },
{ "type": "Feature", "properties": { "population": 109294 }, "geometry": { "type": "Point", "coordinates": [ -6.16, 35.19 ] } },
{ "type": "Feature", "properties": { "population": 109261 }, "geometry": { "type": "Point", "coordinates": [ 4.0, 6.97 ] } },
{ "type": "Feature", "properties": { "population": 109252 }, "geometry": { "type": "Point", "coordinates": [ 38.13, 56.3 ] } },
{ "type": "Feature", "properties": { "population": 109223 }, "geometry": { "type": "Point", "coordinates": [ -80.45, -3.57 ] } },
{ "type": "Feature", "properties": { "population": 109203 }, "geometry": { "type": "Point", "coordinates": [ 25.85, -17.84 ] } },
{ "type": "Feature", "properties": { "population": 109163 }, "geometry": { "type": "Point", "coordinates": [ 8.78, -0.72 ] } },
{ "type": "Feature", "properties": { "population": 109163 }, "geometry": { "type": "Point", "coordinates": [ -68.33, -34.62 ] } },
{ "type": "Feature", "properties": { "population": 109104 }, "geometry": { "type": "Point", "coordinates": [ 126.6, 45.98 ] } },
{ "type": "Feature", "properties": { "population": 109089 }, "geometry": { "type": "Point", "coordinates": [ -85.92, 12.93 ] } },
{ "type": "Feature", "properties": { "population": 109045 }, "geometry": { "type": "Point", "coordinates": [ 136.45, 36.4 ] } },
{ "type": "Feature", "properties": { "population": 109023 }, "geometry": { "type": "Point", "coordinates": [ 86.17, 54.66 ] } },
{ "type": "Feature", "properties": { "population": 108883 }, "geometry": { "type": "Point", "coordinates": [ 112.58, 31.17 ] } },
{ "type": "Feature", "properties": { "population": 108858 }, "geometry": { "type": "Point", "coordinates": [ -46.73, -23.32 ] } },
{ "type": "Feature", "properties": { "population": 108833 }, "geometry": { "type": "Point", "coordinates": [ 139.69, 35.95 ] } },
{ "type": "Feature", "properties": { "population": 108818 }, "geometry": { "type": "Point", "coordinates": [ 125.7, 44.53 ] } },
{ "type": "Feature", "properties": { "population": 108782 }, "geometry": { "type": "Point", "coordinates": [ 2.25, 48.83 ] } },
{ "type": "Feature", "properties": { "population": 108759 }, "geometry": { "type": "Point", "coordinates": [ 18.09, 51.76 ] } },
{ "type": "Feature", "properties": { "population": 108755 }, "geometry": { "type": "Point", "coordinates": [ -86.39, 35.85 ] } },
{ "type": "Feature", "properties": { "population": 108753 }, "geometry": { "type": "Point", "coordinates": [ -5.91, 35.0 ] } },
{ "type": "Feature", "properties": { "population": 108737 }, "geometry": { "type": "Point", "coordinates": [ 40.52, -12.97 ] } },
{ "type": "Feature", "properties": { "population": 108612 }, "geometry": { "type": "Point", "coordinates": [ 76.34, 26.02 ] } },
{ "type": "Feature", "properties": { "population": 108608 }, "geometry": { "type": "Point", "coordinates": [ 6.33, 6.7 ] } },
{ "type": "Feature", "properties": { "population": 108600 }, "geometry": { "type": "Point", "coordinates": [ 87.28, 26.81 ] } },
{ "type": "Feature", "properties": { "population": 108593 }, "geometry": { "type": "Point", "coordinates": [ 78.5, 13.55 ] } },
{ "type": "Feature", "properties": { "population": 108558 }, "geometry": { "type": "Point", "coordinates": [ 33.62, -9.23 ] } },
{ "type": "Feature", "properties": { "population": 108500 }, "geometry": { "type": "Point", "coordinates": [ -92.33, 38.95 ] } },
{ "type": "Feature", "properties": { "population": 108481 }, "geometry": { "type": "Point", "coordinates": [ -115.24, 36.03 ] } },
{ "type": "Feature", "properties": { "population": 108474 }, "geometry": { "type": "Point", "coordinates": [ 88.4, 22.95 ] } },
{ "type": "Feature", "properties": { "population": 108466 }, "geometry": { "type": "Point", "coordinates": [ -73.17, 7.07 ] } },
{ "type": "Feature", "properties": { "population": 108456 }, "geometry": { "type": "Point", "coordinates": [ -4.18, 14.48 ] } },
{ "type": "Feature", "properties": { "population": 108449 }, "geometry": { "type": "Point", "coordinates": [ 68.71, 36.13 ] } },
{ "type": "Feature", "properties": { "population": 108420 }, "geometry": { "type": "Point", "coordinates": [ 81.23, 8.57 ] } },
{ "type": "Feature", "properties": { "population": 108414 }, "geometry": { "type": "Point", "coordinates": [ 121.55, 16.69 ] } },
{ "type": "Feature", "properties": { "population": 108368 }, "geometry": { "type": "Point", "coordinates": [ 0.17, 51.55 ] } },
{ "type": "Feature", "properties": { "population": 108274 }, "geometry": { "type": "Point", "coordinates": [ 56.75, 24.36 ] } },
{ "type": "Feature", "properties": { "population": 108253 }, "geometry": { "type": "Point", "coordinates": [ 124.83, 48.48 ] } },
{ "type": "Feature", "properties": { "population": 108240 }, "geometry": { "type": "Point", "coordinates": [ 94.45, 51.71 ] } },
{ "type": "Feature", "properties": { "population": 108239 }, "geometry": { "type": "Point", "coordinates": [ -42.03, -22.89 ] } },
{ "type": "Feature", "properties": { "population": 108200 }, "geometry": { "type": "Point", "coordinates": [ 53.47, 54.48 ] } },
{ "type": "Feature", "properties": { "population": 108188 }, "geometry": { "type": "Point", "coordinates": [ -88.28, 42.04 ] } },
{ "type": "Feature", "properties": { "population": 108167 }, "geometry": { "type": "Point", "coordinates": [ 81.53, 16.81 ] } },
{ "type": "Feature", "properties": { "population": 108166 }, "geometry": { "type": "Point", "coordinates": [ 114.36, -8.23 ] } },
{ "type": "Feature", "properties": { "population": 108164 }, "geometry": { "type": "Point", "coordinates": [ 4.2, 12.45 ] } },
{ "type": "Feature", "properties": { "population": 108156 }, "geometry": { "type": "Point", "coordinates": [ 106.69, 35.54 ] } },
{ "type": "Feature", "properties": { "population": 108145 }, "geometry": { "type": "Point", "coordinates": [ 121.42, 14.28 ] } },
{ "type": "Feature", "properties": { "population": 108022 }, "geometry": { "type": "Point", "coordinates": [ 115.73, -32.28 ] } },
{ "type": "Feature", "properties": { "population": 108008 }, "geometry": { "type": "Point", "coordinates": [ 28.43, 12.7 ] } },
{ "type": "Feature", "properties": { "population": 107986 }, "geometry": { "type": "Point", "coordinates": [ 120.95, 31.38 ] } },
{ "type": "Feature", "properties": { "population": 107930 }, "geometry": { "type": "Point", "coordinates": [ 33.99, 17.7 ] } },
{ "type": "Feature", "properties": { "population": 107918 }, "geometry": { "type": "Point", "coordinates": [ 120.26, 31.91 ] } },
{ "type": "Feature", "properties": { "population": 107911 }, "geometry": { "type": "Point", "coordinates": [ 105.73, 9.29 ] } },
{ "type": "Feature", "properties": { "population": 107832 }, "geometry": { "type": "Point", "coordinates": [ 88.73, 26.52 ] } },
{ "type": "Feature", "properties": { "population": 107828 }, "geometry": { "type": "Point", "coordinates": [ 117.7, 49.45 ] } },
{ "type": "Feature", "properties": { "population": 107818 }, "geometry": { "type": "Point", "coordinates": [ 137.13, 35.32 ] } },
{ "type": "Feature", "properties": { "population": 107816 }, "geometry": { "type": "Point", "coordinates": [ 6.63, 51.45 ] } },
{ "type": "Feature", "properties": { "population": 107742 }, "geometry": { "type": "Point", "coordinates": [ -7.86, 42.34 ] } },
{ "type": "Feature", "properties": { "population": 107697 }, "geometry": { "type": "Point", "coordinates": [ -61.95, -10.89 ] } },
{ "type": "Feature", "properties": { "population": 107685 }, "geometry": { "type": "Point", "coordinates": [ -82.8, 27.97 ] } },
{ "type": "Feature", "properties": { "population": 107631 }, "geometry": { "type": "Point", "coordinates": [ 27.98, 40.35 ] } },
{ "type": "Feature", "properties": { "population": 107620 }, "geometry": { "type": "Point", "coordinates": [ 47.92, 30.04 ] } },
{ "type": "Feature", "properties": { "population": 107591 }, "geometry": { "type": "Point", "coordinates": [ 100.36, 5.4 ] } },
{ "type": "Feature", "properties": { "population": 107589 }, "geometry": { "type": "Point", "coordinates": [ 112.96, 22.77 ] } },
{ "type": "Feature", "properties": { "population": 107558 }, "geometry": { "type": "Point", "coordinates": [ 24.37, 45.1 ] } },
{ "type": "Feature", "properties": { "population": 107514 }, "geometry": { "type": "Point", "coordinates": [ -3.64, 40.55 ] } },
{ "type": "Feature", "properties": { "population": 107463 }, "geometry": { "type": "Point", "coordinates": [ -47.38, -22.36 ] } },
{ "type": "Feature", "properties": { "population": 107450 }, "geometry": { "type": "Point", "coordinates": [ 16.17, 54.19 ] } },
{ "type": "Feature", "properties": { "population": 107432 }, "geometry": { "type": "Point", "coordinates": [ -46.34, -23.53 ] } },
{ "type": "Feature", "properties": { "population": 107419 }, "geometry": { "type": "Point", "coordinates": [ 90.02, 25.02 ] } },
{ "type": "Feature", "properties": { "population": 107392 }, "geometry": { "type": "Point", "coordinates": [ 36.61, 55.1 ] } },
{ "type": "Feature", "properties": { "population": 107383 }, "geometry": { "type": "Point", "coordinates": [ -35.29, -8.12 ] } },
{ "type": "Feature", "properties": { "population": 107362 }, "geometry": { "type": "Point", "coordinates": [ 33.42, -3.66 ] } },
{ "type": "Feature", "properties": { "population": 107319 }, "geometry": { "type": "Point", "coordinates": [ 7.58, 50.35 ] } },
{ "type": "Feature", "properties": { "population": 107242 }, "geometry": { "type": "Point", "coordinates": [ 8.02, 50.87 ] } },
{ "type": "Feature", "properties": { "population": 107194 }, "geometry": { "type": "Point", "coordinates": [ 16.55, 59.62 ] } },
{ "type": "Feature", "properties": { "population": 107167 }, "geometry": { "type": "Point", "coordinates": [ -80.25, 25.94 ] } },
{ "type": "Feature", "properties": { "population": 107157 }, "geometry": { "type": "Point", "coordinates": [ 84.43, 27.68 ] } },
{ "type": "Feature", "properties": { "population": 107143 }, "geometry": { "type": "Point", "coordinates": [ 57.44, 23.85 ] } },
{ "type": "Feature", "properties": { "population": 107129 }, "geometry": { "type": "Point", "coordinates": [ 11.55, 45.55 ] } },
{ "type": "Feature", "properties": { "population": 107118 }, "geometry": { "type": "Point", "coordinates": [ 1.11, 41.16 ] } },
{ "type": "Feature", "properties": { "population": 107111 }, "geometry": { "type": "Point", "coordinates": [ 137.82, 35.52 ] } },
{ "type": "Feature", "properties": { "population": 107093 }, "geometry": { "type": "Point", "coordinates": [ 20.59, -4.33 ] } },
{ "type": "Feature", "properties": { "population": 107085 }, "geometry": { "type": "Point", "coordinates": [ -51.46, -23.55 ] } },
{ "type": "Feature", "properties": { "population": 107082 }, "geometry": { "type": "Point", "coordinates": [ 105.67, 18.67 ] } },
{ "type": "Feature", "properties": { "population": 107061 }, "geometry": { "type": "Point", "coordinates": [ -0.18, 51.11 ] } },
{ "type": "Feature", "properties": { "population": 107045 }, "geometry": { "type": "Point", "coordinates": [ 20.87, 42.88 ] } },
{ "type": "Feature", "properties": { "population": 107030 }, "geometry": { "type": "Point", "coordinates": [ -1.82, 52.57 ] } },
{ "type": "Feature", "properties": { "population": 106991 }, "geometry": { "type": "Point", "coordinates": [ -6.07, 33.82 ] } },
{ "type": "Feature", "properties": { "population": 106971 }, "geometry": { "type": "Point", "coordinates": [ 44.26, 46.31 ] } },
{ "type": "Feature", "properties": { "population": 106945 }, "geometry": { "type": "Point", "coordinates": [ 96.43, 18.94 ] } },
{ "type": "Feature", "properties": { "population": 106915 }, "geometry": { "type": "Point", "coordinates": [ -71.24, 8.55 ] } },
{ "type": "Feature", "properties": { "population": 106841 }, "geometry": { "type": "Point", "coordinates": [ 31.25, 29.9 ] } },
{ "type": "Feature", "properties": { "population": 106822 }, "geometry": { "type": "Point", "coordinates": [ -67.03, 10.6 ] } },
{ "type": "Feature", "properties": { "population": 106795 }, "geometry": { "type": "Point", "coordinates": [ 102.48, 24.92 ] } },
{ "type": "Feature", "properties": { "population": 106769 }, "geometry": { "type": "Point", "coordinates": [ -92.47, 44.02 ] } },
{ "type": "Feature", "properties": { "population": 106737 }, "geometry": { "type": "Point", "coordinates": [ 101.26, 12.68 ] } },
{ "type": "Feature", "properties": { "population": 106710 }, "geometry": { "type": "Point", "coordinates": [ 74.62, 24.89 ] } },
{ "type": "Feature", "properties": { "population": 106595 }, "geometry": { "type": "Point", "coordinates": [ -104.61, 38.25 ] } },
{ "type": "Feature", "properties": { "population": 106595 }, "geometry": { "type": "Point", "coordinates": [ 139.28, 36.2 ] } },
{ "type": "Feature", "properties": { "population": 106582 }, "geometry": { "type": "Point", "coordinates": [ -8.42, 40.21 ] } },
{ "type": "Feature", "properties": { "population": 106519 }, "geometry": { "type": "Point", "coordinates": [ -71.32, 42.63 ] } },
{ "type": "Feature", "properties": { "population": 106479 }, "geometry": { "type": "Point", "coordinates": [ 107.15, -6.26 ] } },
{ "type": "Feature", "properties": { "population": 106476 }, "geometry": { "type": "Point", "coordinates": [ -77.94, 34.23 ] } },
{ "type": "Feature", "properties": { "population": 106433 }, "geometry": { "type": "Point", "coordinates": [ -105.09, 39.8 ] } },
{ "type": "Feature", "properties": { "population": 106384 }, "geometry": { "type": "Point", "coordinates": [ 123.18, 47.33 ] } },
{ "type": "Feature", "properties": { "population": 106358 }, "geometry": { "type": "Point", "coordinates": [ 127.31, 37.65 ] } },
{ "type": "Feature", "properties": { "population": 106347 }, "geometry": { "type": "Point", "coordinates": [ 112.23, 30.29 ] } },
{ "type": "Feature", "properties": { "population": 106322 }, "geometry": { "type": "Point", "coordinates": [ 10.93, 9.98 ] } },
{ "type": "Feature", "properties": { "population": 106284 }, "geometry": { "type": "Point", "coordinates": [ 4.87, 50.47 ] } },
{ "type": "Feature", "properties": { "population": 106250 }, "geometry": { "type": "Point", "coordinates": [ 76.53, 15.43 ] } },
{ "type": "Feature", "properties": { "population": 106186 }, "geometry": { "type": "Point", "coordinates": [ 58.33, 51.2 ] } },
{ "type": "Feature", "properties": { "population": 106184 }, "geometry": { "type": "Point", "coordinates": [ 7.13, 50.99 ] } },
{ "type": "Feature", "properties": { "population": 106154 }, "geometry": { "type": "Point", "coordinates": [ -2.48, 53.75 ] } },
{ "type": "Feature", "properties": { "population": 106153 }, "geometry": { "type": "Point", "coordinates": [ 147.13, -41.44 ] } },
{ "type": "Feature", "properties": { "population": 106114 }, "geometry": { "type": "Point", "coordinates": [ -105.04, 39.84 ] } },
{ "type": "Feature", "properties": { "population": 106113 }, "geometry": { "type": "Point", "coordinates": [ -52.43, -29.72 ] } },
{ "type": "Feature", "properties": { "population": 106098 }, "geometry": { "type": "Point", "coordinates": [ -117.94, 34.07 ] } },
{ "type": "Feature", "properties": { "population": 106033 }, "geometry": { "type": "Point", "coordinates": [ 16.16, 51.21 ] } },
{ "type": "Feature", "properties": { "population": 105995 }, "geometry": { "type": "Point", "coordinates": [ 34.57, 31.67 ] } },
{ "type": "Feature", "properties": { "population": 105968 }, "geometry": { "type": "Point", "coordinates": [ -60.18, 46.14 ] } },
{ "type": "Feature", "properties": { "population": 105965 }, "geometry": { "type": "Point", "coordinates": [ 48.29, 42.07 ] } },
{ "type": "Feature", "properties": { "population": 105918 }, "geometry": { "type": "Point", "coordinates": [ 119.83, 32.94 ] } },
{ "type": "Feature", "properties": { "population": 105909 }, "geometry": { "type": "Point", "coordinates": [ 77.85, 28.25 ] } },
{ "type": "Feature", "properties": { "population": 105908 }, "geometry": { "type": "Point", "coordinates": [ 126.22, 6.96 ] } },
{ "type": "Feature", "properties": { "population": 105880 }, "geometry": { "type": "Point", "coordinates": [ -45.19, -22.82 ] } },
{ "type": "Feature", "properties": { "population": 105845 }, "geometry": { "type": "Point", "coordinates": [ 108.41, -6.65 ] } },
{ "type": "Feature", "properties": { "population": 105796 }, "geometry": { "type": "Point", "coordinates": [ 26.25, 47.63 ] } },
{ "type": "Feature", "properties": { "population": 105765 }, "geometry": { "type": "Point", "coordinates": [ 7.39, 35.8 ] } },
{ "type": "Feature", "properties": { "population": 105687 }, "geometry": { "type": "Point", "coordinates": [ 10.19, 11.68 ] } },
{ "type": "Feature", "properties": { "population": 105682 }, "geometry": { "type": "Point", "coordinates": [ 120.66, 23.92 ] } },
{ "type": "Feature", "properties": { "population": 105665 }, "geometry": { "type": "Point", "coordinates": [ 119.19, 36.43 ] } },
{ "type": "Feature", "properties": { "population": 105622 }, "geometry": { "type": "Point", "coordinates": [ 118.33, 5.03 ] } },
{ "type": "Feature", "properties": { "population": 105599 }, "geometry": { "type": "Point", "coordinates": [ 30.3, 31.31 ] } },
{ "type": "Feature", "properties": { "population": 105594 }, "geometry": { "type": "Point", "coordinates": [ -122.43, 45.5 ] } },
{ "type": "Feature", "properties": { "population": 105549 }, "geometry": { "type": "Point", "coordinates": [ -96.79, 46.88 ] } },
{ "type": "Feature", "properties": { "population": 105549 }, "geometry": { "type": "Point", "coordinates": [ -118.08, 33.9 ] } },
{ "type": "Feature", "properties": { "population": 105512 }, "geometry": { "type": "Point", "coordinates": [ 75.93, 10.77 ] } },
{ "type": "Feature", "properties": { "population": 105510 }, "geometry": { "type": "Point", "coordinates": [ 120.94, 14.68 ] } },
{ "type": "Feature", "properties": { "population": 105488 }, "geometry": { "type": "Point", "coordinates": [ -102.87, 23.18 ] } },
{ "type": "Feature", "properties": { "population": 105486 }, "geometry": { "type": "Point", "coordinates": [ -67.72, 10.3 ] } },
{ "type": "Feature", "properties": { "population": 105457 }, "geometry": { "type": "Point", "coordinates": [ 90.98, 24.05 ] } },
{ "type": "Feature", "properties": { "population": 105456 }, "geometry": { "type": "Point", "coordinates": [ 117.15, 35.08 ] } },
{ "type": "Feature", "properties": { "population": 105402 }, "geometry": { "type": "Point", "coordinates": [ 3.1, 36.67 ] } },
{ "type": "Feature", "properties": { "population": 105334 }, "geometry": { "type": "Point", "coordinates": [ 6.18, 48.68 ] } },
{ "type": "Feature", "properties": { "population": 105328 }, "geometry": { "type": "Point", "coordinates": [ -117.35, 33.16 ] } },
{ "type": "Feature", "properties": { "population": 105321 }, "geometry": { "type": "Point", "coordinates": [ -122.04, 38.25 ] } },
{ "type": "Feature", "properties": { "population": 105309 }, "geometry": { "type": "Point", "coordinates": [ 26.88, -31.9 ] } },
{ "type": "Feature", "properties": { "population": 105260 }, "geometry": { "type": "Point", "coordinates": [ 105.34, 20.82 ] } },
{ "type": "Feature", "properties": { "population": 105223 }, "geometry": { "type": "Point", "coordinates": [ 33.37, 45.2 ] } },
{ "type": "Feature", "properties": { "population": 105198 }, "geometry": { "type": "Point", "coordinates": [ 42.55, 16.89 ] } },
{ "type": "Feature", "properties": { "population": 105162 }, "geometry": { "type": "Point", "coordinates": [ -71.11, 42.38 ] } },
{ "type": "Feature", "properties": { "population": 105112 }, "geometry": { "type": "Point", "coordinates": [ 27.18, 45.7 ] } },
{ "type": "Feature", "properties": { "population": 105075 }, "geometry": { "type": "Point", "coordinates": [ -40.07, -19.39 ] } },
{ "type": "Feature", "properties": { "population": 105019 }, "geometry": { "type": "Point", "coordinates": [ -48.21, -7.19 ] } },
{ "type": "Feature", "properties": { "population": 105016 }, "geometry": { "type": "Point", "coordinates": [ 75.55, 30.37 ] } },
{ "type": "Feature", "properties": { "population": 105000 }, "geometry": { "type": "Point", "coordinates": [ -118.35, 34.14 ] } },
{ "type": "Feature", "properties": { "population": 105000 }, "geometry": { "type": "Point", "coordinates": [ 27.44, 53.86 ] } },
{ "type": "Feature", "properties": { "population": 104923 }, "geometry": { "type": "Point", "coordinates": [ -3.65, 40.42 ] } },
{ "type": "Feature", "properties": { "population": 104904 }, "geometry": { "type": "Point", "coordinates": [ 116.33, 39.74 ] } },
{ "type": "Feature", "properties": { "population": 104799 }, "geometry": { "type": "Point", "coordinates": [ 45.89, 36.0 ] } },
{ "type": "Feature", "properties": { "population": 104782 }, "geometry": { "type": "Point", "coordinates": [ -2.12, 53.54 ] } },
{ "type": "Feature", "properties": { "population": 104723 }, "geometry": { "type": "Point", "coordinates": [ 120.54, 23.71 ] } },
{ "type": "Feature", "properties": { "population": 104712 }, "geometry": { "type": "Point", "coordinates": [ 11.59, 50.93 ] } },
{ "type": "Feature", "properties": { "population": 104659 }, "geometry": { "type": "Point", "coordinates": [ 12.08, 50.88 ] } },
{ "type": "Feature", "properties": { "population": 104636 }, "geometry": { "type": "Point", "coordinates": [ 73.27, 19.16 ] } },
{ "type": "Feature", "properties": { "population": 104569 }, "geometry": { "type": "Point", "coordinates": [ 48.47, 29.97 ] } },
{ "type": "Feature", "properties": { "population": 104553 }, "geometry": { "type": "Point", "coordinates": [ -98.49, 33.91 ] } },
{ "type": "Feature", "properties": { "population": 104527 }, "geometry": { "type": "Point", "coordinates": [ 110.43, -7.76 ] } },
{ "type": "Feature", "properties": { "population": 104518 }, "geometry": { "type": "Point", "coordinates": [ 17.81, 43.34 ] } },
{ "type": "Feature", "properties": { "population": 104371 }, "geometry": { "type": "Point", "coordinates": [ -80.01, 35.96 ] } },
{ "type": "Feature", "properties": { "population": 104357 }, "geometry": { "type": "Point", "coordinates": [ 67.77, 47.78 ] } },
{ "type": "Feature", "properties": { "population": 104341 }, "geometry": { "type": "Point", "coordinates": [ 130.6, 32.5 ] } },
{ "type": "Feature", "properties": { "population": 104325 }, "geometry": { "type": "Point", "coordinates": [ -59.13, -37.32 ] } },
{ "type": "Feature", "properties": { "population": 104316 }, "geometry": { "type": "Point", "coordinates": [ -70.73, -33.44 ] } },
{ "type": "Feature", "properties": { "population": 104277 }, "geometry": { "type": "Point", "coordinates": [ 121.97, 39.4 ] } },
{ "type": "Feature", "properties": { "population": 104217 }, "geometry": { "type": "Point", "coordinates": [ 70.97, 30.47 ] } },
{ "type": "Feature", "properties": { "population": 104215 }, "geometry": { "type": "Point", "coordinates": [ 38.98, 8.75 ] } },
{ "type": "Feature", "properties": { "population": 104207 }, "geometry": { "type": "Point", "coordinates": [ 1.19, 9.55 ] } },
{ "type": "Feature", "properties": { "population": 104170 }, "geometry": { "type": "Point", "coordinates": [ -108.5, 45.78 ] } },
{ "type": "Feature", "properties": { "population": 104168 }, "geometry": { "type": "Point", "coordinates": [ 110.77, 21.46 ] } },
{ "type": "Feature", "properties": { "population": 104101 }, "geometry": { "type": "Point", "coordinates": [ 38.21, 48.23 ] } },
{ "type": "Feature", "properties": { "population": 104057 }, "geometry": { "type": "Point", "coordinates": [ -88.02, 44.52 ] } },
{ "type": "Feature", "properties": { "population": 104024 }, "geometry": { "type": "Point", "coordinates": [ -103.23, 25.53 ] } },
{ "type": "Feature", "properties": { "population": 104020 }, "geometry": { "type": "Point", "coordinates": [ -3.5, 6.73 ] } },
{ "type": "Feature", "properties": { "population": 104004 }, "geometry": { "type": "Point", "coordinates": [ 132.22, 34.16 ] } },
{ "type": "Feature", "properties": { "population": 104000 }, "geometry": { "type": "Point", "coordinates": [ 37.8, 55.79 ] } },
{ "type": "Feature", "properties": { "population": 104000 }, "geometry": { "type": "Point", "coordinates": [ 74.71, 34.08 ] } },
{ "type": "Feature", "properties": { "population": 104000 }, "geometry": { "type": "Point", "coordinates": [ 86.66, 53.99 ] } },
{ "type": "Feature", "properties": { "population": 103992 }, "geometry": { "type": "Point", "coordinates": [ 27.23, -27.65 ] } },
{ "type": "Feature", "properties": { "population": 103988 }, "geometry": { "type": "Point", "coordinates": [ 126.8, 44.32 ] } },
{ "type": "Feature", "properties": { "population": 103941 }, "geometry": { "type": "Point", "coordinates": [ 33.96, 17.59 ] } },
{ "type": "Feature", "properties": { "population": 103932 }, "geometry": { "type": "Point", "coordinates": [ -0.56, 51.32 ] } },
{ "type": "Feature", "properties": { "population": 103894 }, "geometry": { "type": "Point", "coordinates": [ 12.67, -4.2 ] } },
{ "type": "Feature", "properties": { "population": 103894 }, "geometry": { "type": "Point", "coordinates": [ 77.89, 29.86 ] } },
{ "type": "Feature", "properties": { "population": 103855 }, "geometry": { "type": "Point", "coordinates": [ 84.09, 27.1 ] } },
{ "type": "Feature", "properties": { "population": 103829 }, "geometry": { "type": "Point", "coordinates": [ 102.54, 24.36 ] } },
{ "type": "Feature", "properties": { "population": 103768 }, "geometry": { "type": "Point", "coordinates": [ 13.57, 52.55 ] } },
{ "type": "Feature", "properties": { "population": 103733 }, "geometry": { "type": "Point", "coordinates": [ 6.84, 6.15 ] } },
{ "type": "Feature", "properties": { "population": 103724 }, "geometry": { "type": "Point", "coordinates": [ 77.83, 12.74 ] } },
{ "type": "Feature", "properties": { "population": 103712 }, "geometry": { "type": "Point", "coordinates": [ -111.94, 40.61 ] } },
{ "type": "Feature", "properties": { "population": 103701 }, "geometry": { "type": "Point", "coordinates": [ -122.35, 37.94 ] } },
{ "type": "Feature", "properties": { "population": 103693 }, "geometry": { "type": "Point", "coordinates": [ 73.51, 4.17 ] } },
{ "type": "Feature", "properties": { "population": 103610 }, "geometry": { "type": "Point", "coordinates": [ -98.23, 21.35 ] } },
{ "type": "Feature", "properties": { "population": 103601 }, "geometry": { "type": "Point", "coordinates": [ 69.23, 33.6 ] } },
{ "type": "Feature", "properties": { "population": 103598 }, "geometry": { "type": "Point", "coordinates": [ 52.86, 43.34 ] } },
{ "type": "Feature", "properties": { "population": 103596 }, "geometry": { "type": "Point", "coordinates": [ 31.36, 31.21 ] } },
{ "type": "Feature", "properties": { "population": 103533 }, "geometry": { "type": "Point", "coordinates": [ 74.97, 28.3 ] } },
{ "type": "Feature", "properties": { "population": 103501 }, "geometry": { "type": "Point", "coordinates": [ 75.42, 23.46 ] } },
{ "type": "Feature", "properties": { "population": 103483 }, "geometry": { "type": "Point", "coordinates": [ -82.29, 27.94 ] } },
{ "type": "Feature", "properties": { "population": 103470 }, "geometry": { "type": "Point", "coordinates": [ 104.23, -3.43 ] } },
{ "type": "Feature", "properties": { "population": 103466 }, "geometry": { "type": "Point", "coordinates": [ -117.21, 33.55 ] } },
{ "type": "Feature", "properties": { "population": 103449 }, "geometry": { "type": "Point", "coordinates": [ -110.9, 27.92 ] } },
{ "type": "Feature", "properties": { "population": 103427 }, "geometry": { "type": "Point", "coordinates": [ 100.26, 16.82 ] } },
{ "type": "Feature", "properties": { "population": 103403 }, "geometry": { "type": "Point", "coordinates": [ -91.98, 16.31 ] } },
{ "type": "Feature", "properties": { "population": 103401 }, "geometry": { "type": "Point", "coordinates": [ 139.31, 35.39 ] } },
{ "type": "Feature", "properties": { "population": 103399 }, "geometry": { "type": "Point", "coordinates": [ -9.25, 38.76 ] } },
{ "type": "Feature", "properties": { "population": 103340 }, "geometry": { "type": "Point", "coordinates": [ -118.31, 34.18 ] } },
{ "type": "Feature", "properties": { "population": 103337 }, "geometry": { "type": "Point", "coordinates": [ 137.05, 34.87 ] } },
{ "type": "Feature", "properties": { "population": 103314 }, "geometry": { "type": "Point", "coordinates": [ 105.97, 10.25 ] } },
{ "type": "Feature", "properties": { "population": 103304 }, "geometry": { "type": "Point", "coordinates": [ 30.39, 60.01 ] } },
{ "type": "Feature", "properties": { "population": 103292 }, "geometry": { "type": "Point", "coordinates": [ 27.7, 38.5 ] } },
{ "type": "Feature", "properties": { "population": 103249 }, "geometry": { "type": "Point", "coordinates": [ -2.08, 51.9 ] } },
{ "type": "Feature", "properties": { "population": 103206 }, "geometry": { "type": "Point", "coordinates": [ -44.31, -19.76 ] } },
{ "type": "Feature", "properties": { "population": 103190 }, "geometry": { "type": "Point", "coordinates": [ -80.59, 28.03 ] } },
{ "type": "Feature", "properties": { "population": 103165 }, "geometry": { "type": "Point", "coordinates": [ -90.78, 14.3 ] } },
{ "type": "Feature", "properties": { "population": 103149 }, "geometry": { "type": "Point", "coordinates": [ 30.55, 56.34 ] } },
{ "type": "Feature", "properties": { "population": 103138 }, "geometry": { "type": "Point", "coordinates": [ 78.96, 29.21 ] } },
{ "type": "Feature", "properties": { "population": 103095 }, "geometry": { "type": "Point", "coordinates": [ 83.58, 25.58 ] } },
{ "type": "Feature", "properties": { "population": 103060 }, "geometry": { "type": "Point", "coordinates": [ 86.13, 25.42 ] } },
{ "type": "Feature", "properties": { "population": 103054 }, "geometry": { "type": "Point", "coordinates": [ 5.23, 7.5 ] } },
{ "type": "Feature", "properties": { "population": 103052 }, "geometry": { "type": "Point", "coordinates": [ 9.95, 52.15 ] } },
{ "type": "Feature", "properties": { "population": 103019 }, "geometry": { "type": "Point", "coordinates": [ -122.2, 47.98 ] } },
{ "type": "Feature", "properties": { "population": 103009 }, "geometry": { "type": "Point", "coordinates": [ 99.83, 2.1 ] } },
{ "type": "Feature", "properties": { "population": 103000 }, "geometry": { "type": "Point", "coordinates": [ 37.72, 55.81 ] } },
{ "type": "Feature", "properties": { "population": 103000 }, "geometry": { "type": "Point", "coordinates": [ 33.12, 48.67 ] } },
{ "type": "Feature", "properties": { "population": 102969 }, "geometry": { "type": "Point", "coordinates": [ -105.47, 28.19 ] } },
{ "type": "Feature", "properties": { "population": 102903 }, "geometry": { "type": "Point", "coordinates": [ 37.34, 31.33 ] } },
{ "type": "Feature", "properties": { "population": 102861 }, "geometry": { "type": "Point", "coordinates": [ -76.88, 17.95 ] } },
{ "type": "Feature", "properties": { "population": 102826 }, "geometry": { "type": "Point", "coordinates": [ -76.0, 20.21 ] } },
{ "type": "Feature", "properties": { "population": 102816 }, "geometry": { "type": "Point", "coordinates": [ 37.87, 56.02 ] } },
{ "type": "Feature", "properties": { "population": 102793 }, "geometry": { "type": "Point", "coordinates": [ 72.35, 32.3 ] } },
{ "type": "Feature", "properties": { "population": 102779 }, "geometry": { "type": "Point", "coordinates": [ 5.42, 8.85 ] } },
{ "type": "Feature", "properties": { "population": 102707 }, "geometry": { "type": "Point", "coordinates": [ 98.68, 3.78 ] } },
{ "type": "Feature", "properties": { "population": 102688 }, "geometry": { "type": "Point", "coordinates": [ 122.75, 11.59 ] } },
{ "type": "Feature", "properties": { "population": 102688 }, "geometry": { "type": "Point", "coordinates": [ 26.33, 46.92 ] } },
{ "type": "Feature", "properties": { "population": 102675 }, "geometry": { "type": "Point", "coordinates": [ 11.01, 49.59 ] } },
{ "type": "Feature", "properties": { "population": 102671 }, "geometry": { "type": "Point", "coordinates": [ 0.47, 51.74 ] } },
{ "type": "Feature", "properties": { "population": 102555 }, "geometry": { "type": "Point", "coordinates": [ -2.73, 53.45 ] } },
{ "type": "Feature", "properties": { "population": 102548 }, "geometry": { "type": "Point", "coordinates": [ -74.41, 40.52 ] } },
{ "type": "Feature", "properties": { "population": 102541 }, "geometry": { "type": "Point", "coordinates": [ 13.49, -14.92 ] } },
{ "type": "Feature", "properties": { "population": 102528 }, "geometry": { "type": "Point", "coordinates": [ 18.39, 9.14 ] } },
{ "type": "Feature", "properties": { "population": 102462 }, "geometry": { "type": "Point", "coordinates": [ 77.88, 26.69 ] } },
{ "type": "Feature", "properties": { "population": 102444 }, "geometry": { "type": "Point", "coordinates": [ 74.12, 32.45 ] } },
{ "type": "Feature", "properties": { "population": 102438 }, "geometry": { "type": "Point", "coordinates": [ -71.24, -34.98 ] } },
{ "type": "Feature", "properties": { "population": 102434 }, "geometry": { "type": "Point", "coordinates": [ -83.69, 43.01 ] } },
{ "type": "Feature", "properties": { "population": 102426 }, "geometry": { "type": "Point", "coordinates": [ -70.53, 19.22 ] } },
{ "type": "Feature", "properties": { "population": 102420 }, "geometry": { "type": "Point", "coordinates": [ 89.6, 24.18 ] } },
{ "type": "Feature", "properties": { "population": 102393 }, "geometry": { "type": "Point", "coordinates": [ 20.91, 52.25 ] } },
{ "type": "Feature", "properties": { "population": 102383 }, "geometry": { "type": "Point", "coordinates": [ -98.36, 20.08 ] } },
{ "type": "Feature", "properties": { "population": 102372 }, "geometry": { "type": "Point", "coordinates": [ -121.81, 38.0 ] } },
{ "type": "Feature", "properties": { "population": 102346 }, "geometry": { "type": "Point", "coordinates": [ 22.66, 44.63 ] } },
{ "type": "Feature", "properties": { "population": 102345 }, "geometry": { "type": "Point", "coordinates": [ 73.79, 15.41 ] } },
{ "type": "Feature", "properties": { "population": 102332 }, "geometry": { "type": "Point", "coordinates": [ 109.73, 28.32 ] } },
{ "type": "Feature", "properties": { "population": 102300 }, "geometry": { "type": "Point", "coordinates": [ 132.19, 43.36 ] } },
{ "type": "Feature", "properties": { "population": 102277 }, "geometry": { "type": "Point", "coordinates": [ -50.34, -21.29 ] } },
{ "type": "Feature", "properties": { "population": 102187 }, "geometry": { "type": "Point", "coordinates": [ 53.68, 63.57 ] } },
{ "type": "Feature", "properties": { "population": 102130 }, "geometry": { "type": "Point", "coordinates": [ 74.61, 30.93 ] } },
{ "type": "Feature", "properties": { "population": 102130 }, "geometry": { "type": "Point", "coordinates": [ 136.78, 35.25 ] } },
{ "type": "Feature", "properties": { "population": 102105 }, "geometry": { "type": "Point", "coordinates": [ 120.6, 18.2 ] } },
{ "type": "Feature", "properties": { "population": 102038 }, "geometry": { "type": "Point", "coordinates": [ 12.49, 32.79 ] } },
{ "type": "Feature", "properties": { "population": 102037 }, "geometry": { "type": "Point", "coordinates": [ 30.65, 31.13 ] } },
{ "type": "Feature", "properties": { "population": 102000 }, "geometry": { "type": "Point", "coordinates": [ 37.76, 55.64 ] } },
{ "type": "Feature", "properties": { "population": 102000 }, "geometry": { "type": "Point", "coordinates": [ 37.45, 55.8 ] } },
{ "type": "Feature", "properties": { "population": 101919 }, "geometry": { "type": "Point", "coordinates": [ 29.47, -26.46 ] } },
{ "type": "Feature", "properties": { "population": 101914 }, "geometry": { "type": "Point", "coordinates": [ 121.08, 14.27 ] } },
{ "type": "Feature", "properties": { "population": 101838 }, "geometry": { "type": "Point", "coordinates": [ 108.98, 0.91 ] } },
{ "type": "Feature", "properties": { "population": 101801 }, "geometry": { "type": "Point", "coordinates": [ 70.8, 21.96 ] } },
{ "type": "Feature", "properties": { "population": 101792 }, "geometry": { "type": "Point", "coordinates": [ -0.68, 37.98 ] } },
{ "type": "Feature", "properties": { "population": 101786 }, "geometry": { "type": "Point", "coordinates": [ -80.09, 42.13 ] } },
{ "type": "Feature", "properties": { "population": 101768 }, "geometry": { "type": "Point", "coordinates": [ -105.67, 26.93 ] } },
{ "type": "Feature", "properties": { "population": 101731 }, "geometry": { "type": "Point", "coordinates": [ 127.38, 0.79 ] } },
{ "type": "Feature", "properties": { "population": 101691 }, "geometry": { "type": "Point", "coordinates": [ 117.49, 0.13 ] } },
{ "type": "Feature", "properties": { "population": 101668 }, "geometry": { "type": "Point", "coordinates": [ -122.91, 49.14 ] } },
{ "type": "Feature", "properties": { "population": 101661 }, "geometry": { "type": "Point", "coordinates": [ 47.92, 39.65 ] } },
{ "type": "Feature", "properties": { "population": 101640 }, "geometry": { "type": "Point", "coordinates": [ 56.52, 23.23 ] } },
{ "type": "Feature", "properties": { "population": 101616 }, "geometry": { "type": "Point", "coordinates": [ 70.9, 31.83 ] } },
{ "type": "Feature", "properties": { "population": 101614 }, "geometry": { "type": "Point", "coordinates": [ 27.54, 52.79 ] } },
{ "type": "Feature", "properties": { "population": 101600 }, "geometry": { "type": "Point", "coordinates": [ 18.41, 47.19 ] } },
{ "type": "Feature", "properties": { "population": 101558 }, "geometry": { "type": "Point", "coordinates": [ -97.64, 21.07 ] } },
{ "type": "Feature", "properties": { "population": 101534 }, "geometry": { "type": "Point", "coordinates": [ -74.77, 10.86 ] } },
{ "type": "Feature", "properties": { "population": 101502 }, "geometry": { "type": "Point", "coordinates": [ 95.72, 56.2 ] } },
{ "type": "Feature", "properties": { "population": 101475 }, "geometry": { "type": "Point", "coordinates": [ 2.25, 48.95 ] } },
{ "type": "Feature", "properties": { "population": 101412 }, "geometry": { "type": "Point", "coordinates": [ 28.41, 40.04 ] } },
{ "type": "Feature", "properties": { "population": 101379 }, "geometry": { "type": "Point", "coordinates": [ 79.55, 22.09 ] } },
{ "type": "Feature", "properties": { "population": 101362 }, "geometry": { "type": "Point", "coordinates": [ 0.46, 51.57 ] } },
{ "type": "Feature", "properties": { "population": 101343 }, "geometry": { "type": "Point", "coordinates": [ -63.58, 44.67 ] } },
{ "type": "Feature", "properties": { "population": 101300 }, "geometry": { "type": "Point", "coordinates": [ 77.3, 30.17 ] } },
{ "type": "Feature", "properties": { "population": 101300 }, "geometry": { "type": "Point", "coordinates": [ 26.85, 54.32 ] } },
{ "type": "Feature", "properties": { "population": 101268 }, "geometry": { "type": "Point", "coordinates": [ 17.25, 49.6 ] } },
{ "type": "Feature", "properties": { "population": 101247 }, "geometry": { "type": "Point", "coordinates": [ 7.35, 51.44 ] } },
{ "type": "Feature", "properties": { "population": 101234 }, "geometry": { "type": "Point", "coordinates": [ 79.56, 16.87 ] } },
{ "type": "Feature", "properties": { "population": 101220 }, "geometry": { "type": "Point", "coordinates": [ -48.57, -20.56 ] } },
{ "type": "Feature", "properties": { "population": 101207 }, "geometry": { "type": "Point", "coordinates": [ -0.16, 5.67 ] } },
{ "type": "Feature", "properties": { "population": 101200 }, "geometry": { "type": "Point", "coordinates": [ 72.86, 32.93 ] } },
{ "type": "Feature", "properties": { "population": 101194 }, "geometry": { "type": "Point", "coordinates": [ 174.92, -41.22 ] } },
{ "type": "Feature", "properties": { "population": 101190 }, "geometry": { "type": "Point", "coordinates": [ -40.63, -19.54 ] } },
{ "type": "Feature", "properties": { "population": 101187 }, "geometry": { "type": "Point", "coordinates": [ 0.55, 51.39 ] } },
{ "type": "Feature", "properties": { "population": 101170 }, "geometry": { "type": "Point", "coordinates": [ -41.51, -17.86 ] } },
{ "type": "Feature", "properties": { "population": 101168 }, "geometry": { "type": "Point", "coordinates": [ -86.25, 41.68 ] } },
{ "type": "Feature", "properties": { "population": 101133 }, "geometry": { "type": "Point", "coordinates": [ 131.82, 34.05 ] } },
{ "type": "Feature", "properties": { "population": 101128 }, "geometry": { "type": "Point", "coordinates": [ 129.11, 37.54 ] } },
{ "type": "Feature", "properties": { "population": 101123 }, "geometry": { "type": "Point", "coordinates": [ -122.46, 37.71 ] } },
{ "type": "Feature", "properties": { "population": 101098 }, "geometry": { "type": "Point", "coordinates": [ 44.49, 40.8 ] } },
{ "type": "Feature", "properties": { "population": 101092 }, "geometry": { "type": "Point", "coordinates": [ 26.73, 58.38 ] } },
{ "type": "Feature", "properties": { "population": 101090 }, "geometry": { "type": "Point", "coordinates": [ 29.01, -24.19 ] } },
{ "type": "Feature", "properties": { "population": 101064 }, "geometry": { "type": "Point", "coordinates": [ 77.12, 18.39 ] } },
{ "type": "Feature", "properties": { "population": 101037 }, "geometry": { "type": "Point", "coordinates": [ 120.57, 15.98 ] } },
{ "type": "Feature", "properties": { "population": 101026 }, "geometry": { "type": "Point", "coordinates": [ 88.06, 53.69 ] } },
{ "type": "Feature", "properties": { "population": 101024 }, "geometry": { "type": "Point", "coordinates": [ -51.33, -30.11 ] } },
{ "type": "Feature", "properties": { "population": 101010 }, "geometry": { "type": "Point", "coordinates": [ -103.46, 19.7 ] } },
{ "type": "Feature", "properties": { "population": 101002 }, "geometry": { "type": "Point", "coordinates": [ 121.0, 6.05 ] } },
{ "type": "Feature", "properties": { "population": 101000 }, "geometry": { "type": "Point", "coordinates": [ 37.58, 55.7 ] } },
{ "type": "Feature", "properties": { "population": 101000 }, "geometry": { "type": "Point", "coordinates": [ 37.77, 55.73 ] } },
{ "type": "Feature", "properties": { "population": 101000 }, "geometry": { "type": "Point", "coordinates": [ 37.56, 55.66 ] } },
{ "type": "Feature", "properties": { "population": 100996 }, "geometry": { "type": "Point", "coordinates": [ 108.63, 21.97 ] } },
{ "type": "Feature", "properties": { "population": 100925 }, "geometry": { "type": "Point", "coordinates": [ -40.5, -20.65 ] } },
{ "type": "Feature", "properties": { "population": 100916 }, "geometry": { "type": "Point", "coordinates": [ -42.63, -19.52 ] } },
{ "type": "Feature", "properties": { "population": 100911 }, "geometry": { "type": "Point", "coordinates": [ -50.41, -22.66 ] } },
{ "type": "Feature", "properties": { "population": 100903 }, "geometry": { "type": "Point", "coordinates": [ 20.08, 41.11 ] } },
{ "type": "Feature", "properties": { "population": 100885 }, "geometry": { "type": "Point", "coordinates": [ 28.6, 55.53 ] } },
{ "type": "Feature", "properties": { "population": 100847 }, "geometry": { "type": "Point", "coordinates": [ -16.9, 32.63 ] } },
{ "type": "Feature", "properties": { "population": 100821 }, "geometry": { "type": "Point", "coordinates": [ 7.11, 35.88 ] } },
{ "type": "Feature", "properties": { "population": 100812 }, "geometry": { "type": "Point", "coordinates": [ 56.77, 59.63 ] } },
{ "type": "Feature", "properties": { "population": 100810 }, "geometry": { "type": "Point", "coordinates": [ -87.8, 15.4 ] } },
{ "type": "Feature", "properties": { "population": 100790 }, "geometry": { "type": "Point", "coordinates": [ 51.88, 32.03 ] } },
{ "type": "Feature", "properties": { "population": 100780 }, "geometry": { "type": "Point", "coordinates": [ 86.49, 25.31 ] } },
{ "type": "Feature", "properties": { "population": 100774 }, "geometry": { "type": "Point", "coordinates": [ 120.41, 37.36 ] } },
{ "type": "Feature", "properties": { "population": 100752 }, "geometry": { "type": "Point", "coordinates": [ -43.78, -22.85 ] } },
{ "type": "Feature", "properties": { "population": 100703 }, "geometry": { "type": "Point", "coordinates": [ 74.24, 21.37 ] } },
{ "type": "Feature", "properties": { "population": 100684 }, "geometry": { "type": "Point", "coordinates": [ 31.67, 30.73 ] } },
{ "type": "Feature", "properties": { "population": 100676 }, "geometry": { "type": "Point", "coordinates": [ 52.66, 58.14 ] } },
{ "type": "Feature", "properties": { "population": 100653 }, "geometry": { "type": "Point", "coordinates": [ -4.05, 5.49 ] } },
{ "type": "Feature", "properties": { "population": 100641 }, "geometry": { "type": "Point", "coordinates": [ 140.32, 35.78 ] } },
{ "type": "Feature", "properties": { "population": 100641 }, "geometry": { "type": "Point", "coordinates": [ 23.7, 37.95 ] } },
{ "type": "Feature", "properties": { "population": 100617 }, "geometry": { "type": "Point", "coordinates": [ 144.28, -36.76 ] } },
{ "type": "Feature", "properties": { "population": 100613 }, "geometry": { "type": "Point", "coordinates": [ 110.82, -7.6 ] } },
{ "type": "Feature", "properties": { "population": 100574 }, "geometry": { "type": "Point", "coordinates": [ 77.76, 22.61 ] } },
{ "type": "Feature", "properties": { "population": 100561 }, "geometry": { "type": "Point", "coordinates": [ 99.27, 1.38 ] } },
{ "type": "Feature", "properties": { "population": 100495 }, "geometry": { "type": "Point", "coordinates": [ 31.21, 30.18 ] } },
{ "type": "Feature", "properties": { "population": 100485 }, "geometry": { "type": "Point", "coordinates": [ 73.82, 15.4 ] } },
{ "type": "Feature", "properties": { "population": 100446 }, "geometry": { "type": "Point", "coordinates": [ 139.85, 38.92 ] } },
{ "type": "Feature", "properties": { "population": 100389 }, "geometry": { "type": "Point", "coordinates": [ 136.87, 35.33 ] } },
{ "type": "Feature", "properties": { "population": 100383 }, "geometry": { "type": "Point", "coordinates": [ -87.08, 20.63 ] } },
{ "type": "Feature", "properties": { "population": 100377 }, "geometry": { "type": "Point", "coordinates": [ -104.88, 39.58 ] } },
{ "type": "Feature", "properties": { "population": 100377 }, "geometry": { "type": "Point", "coordinates": [ -97.06, 20.07 ] } },
{ "type": "Feature", "properties": { "population": 100353 }, "geometry": { "type": "Point", "coordinates": [ 130.52, 33.5 ] } },
{ "type": "Feature", "properties": { "population": 100341 }, "geometry": { "type": "Point", "coordinates": [ 110.28, 21.65 ] } },
{ "type": "Feature", "properties": { "population": 100316 }, "geometry": { "type": "Point", "coordinates": [ 118.45, 39.71 ] } },
{ "type": "Feature", "properties": { "population": 100313 }, "geometry": { "type": "Point", "coordinates": [ -74.75, 9.24 ] } },
{ "type": "Feature", "properties": { "population": 100289 }, "geometry": { "type": "Point", "coordinates": [ -16.23, 14.63 ] } },
{ "type": "Feature", "properties": { "population": 100271 }, "geometry": { "type": "Point", "coordinates": [ 102.66, 58.0 ] } },
{ "type": "Feature", "properties": { "population": 100229 }, "geometry": { "type": "Point", "coordinates": [ 31.79, 41.45 ] } },
{ "type": "Feature", "properties": { "population": 100208 }, "geometry": { "type": "Point", "coordinates": [ 47.61, 33.53 ] } },
{ "type": "Feature", "properties": { "population": 100171 }, "geometry": { "type": "Point", "coordinates": [ 81.83, 7.41 ] } },
{ "type": "Feature", "properties": { "population": 100146 }, "geometry": { "type": "Point", "coordinates": [ 75.77, 31.22 ] } },
{ "type": "Feature", "properties": { "population": 100129 }, "geometry": { "type": "Point", "coordinates": [ 6.64, 49.76 ] } },
{ "type": "Feature", "properties": { "population": 100097 }, "geometry": { "type": "Point", "coordinates": [ -117.15, 33.49 ] } },
{ "type": "Feature", "properties": { "population": 100023 }, "geometry": { "type": "Point", "coordinates": [ -68.4, 18.58 ] } },
{ "type": "Feature", "properties": { "population": 100023 }, "geometry": { "type": "Point", "coordinates": [ -2.22, 52.19 ] } },
{ "type": "Feature", "properties": { "population": 100015 }, "geometry": { "type": "Point", "coordinates": [ -15.42, 27.99 ] } }
]
}
demo = function(tasks) {
tasks.reverse();
return new Promise(function (resolve, reject) {
if (!tasks) return reject();
nextTask();
function nextTask() {
if (!tasks.length) {
return resolve();
}
var task = tasks.pop();
if (!task || !task.fx || !task.params) {
nextTask();
} else {
// var i = task.fx(...task.params); // not supported for mobile
var i = task.fx.apply(this, task.params);
if (Promise.resolve(i) == i) {
i.then(nextTask, reject);
} else {
delayNext(task.delay);
}
}
}
function delayNext(delay) {
setTimeout(function() { nextTask(); }, delay);
}
});
}
<!DOCTYPE html>
<html>
<head>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>geoFlow</title>
</head>
<style>
.landTooltip {
position: absolute;
display: none;
pointer-events: none;
background: #fff;
padding: 5px;
text-align: left;
border: solid #ccc 1px;
color: #666;
font-size: 14px;
font-family: sans-serif;
}
.countries {
fill: #aaa;
}
.focused {
fill: #22DD22;
}
.countries:hover {
fill:#FFCC11;
stroke-width: 1px;
}
.wrapper, html, body {
min-height: 100%;
height:100%;
margin:0;
}
.wrapper {
display: flex;
flex-direction: column;
}
#world {
flex: 1 1;
}
/* works but very choppy */
.flowPath {
fill: none;
opacity: 0.5;
stroke-width: 1;
stroke-miterlimit: 10;
stroke-dasharray: 12, 4;
}
.arcPath {
fill: none;
opacity: 0.5;
stroke-width: 1;
stroke-dasharray: 10, 4;
animation: flow 1s linear infinite;
-webkit-animation: flow 1s linear infinite;
}
@keyframes flow {
from { stroke-dashoffset: 14; }
to { stroke-dashoffset: 0; }
}
@-webkit-keyframes flow {
from { stroke-dashoffset: 14; }
to { stroke-dashoffset: 0; }
}
</style>
<body>
<div class="wrapper" id="cosmos">
<div id="world"></div>
</div>
</body>
<link rel="stylesheet" type="text/css" href="cities.css" />
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
<script src="https://d3js.org/d3-timer.v1.min.js"></script>
<script src="d3.geodesic.min.js"></script>
<script src="geoFlow.js"></script>
<script src="gfDemo.js"></script>
<script>
globe = geoFlow();
d3.select('#world').call(globe);
var landTooltip = d3.select("body").append("div").attr("class", "landTooltip");
function landMouseOver(d) {
if (d.properties.name) {
landTooltip.text(d.properties.name)
.style({
"left": (d3.event.pageX + 7) + "px",
"top": (d3.event.pageY - 15) + "px",
"display": "block",
"opacity": 1,
})
}
}
function landMouseMove(d) {
landTooltip
.style({
"left": (d3.event.pageX + 7) + "px",
"top": (d3.event.pageY - 15) + "px",
})
}
function landMouseOut(d) {
landTooltip
.style({
"opacity": 0,
"display": "none",
})
}
function landMouseClick(d) {
var current_focus = globe.options().land.focus;
var new_focus = current_focus == d.id ? undefined : d.id;
globe.changeFocus(new_focus);
globe.options({ land: { focus: new_focus }}).update();
}
function runDemo() {
demo(tasks);
}
globe.events({
'ready': runDemo,
'land': {
'mouseover': landMouseOver,
'mousemove': landMouseMove,
'mouseout': landMouseOut,
'click': landMouseClick,
},
});
window.addEventListener( 'resize', onWindowResize, false );
queue()
.defer(d3.json, "world-countries.json")
.defer(d3.json, "geonames_cities_100k.geojson")
.await(globe.initialize);
function onWindowResize() {
globe.update({sizeToFit: true});
}
worldFile = function(file) {
file = file || "world-110m.json";
d3.json(file, function(error, land) {
globe.data(land).update();
});
}
occasions = function() {
// d3.json('https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson', function(error, data) {
d3.json('all_day.geojson', function(error, data) {
globe.occasions(data).update();
globe.pulse();
});
}
var tasks = [
{ fx: globe.g2m, params: [], delay: undefined },
{ fx: globe.m2g, params: [], delay: undefined },
{ fx: globe.zoom2, params: ['Russia'], delay: undefined },
{ fx: globe.zoom2, params: ['Canada'], delay: undefined },
{ fx: globe.bounce2, params: ['Chile'], delay: undefined },
{ fx: globe.g2m, params: [], delay: undefined },
{ fx: globe.zoom2, params: ['Indonesia'], delay: undefined },
{ fx: globe.duration, params: [3000], delay: 0 },
{ fx: globe.m2g, params: [], delay: undefined },
{ fx: globe.options, params: [{graticule: { width: '1px' }}], delay: 0 },
{ fx: globe.oceans, params: ['blue'], delay: 0 },
{ fx: globe.update, params: [], delay: 0 },
{ fx: globe.coords, params: [[150, -150, 150]], delay: undefined },
{ fx: globe.options, params: [{graticule: { width: '0px' }, geodesic: { width: '1px'}}], delay: 0 },
{ fx: globe.update, params: [], delay: 0 },
{ fx: globe.reset, params: [], delay: 2000 },
{ fx: globe.options, params: [{geodesic: { width: '0px' }}], delay: 0 },
{ fx: globe.spin, params: [], delay: 1000 },
{ fx: globe.land, params: ['black'], delay: 0 },
{ fx: globe.oceans, params: ['black'], delay: 0 },
{ fx: globe.surround, params: ['black'], delay: 0 },
{ fx: globe.boundaries, params: ['black'], delay: 0 },
{ fx: globe.cities, params: ['#ffba00'], delay: 0 },
{ fx: globe.update, params: [], delay: 4000 },
{ fx: worldFile, params: [], delay: 3000 },
{ fx: globe.spin, params: [false], delay: 1000 },
{ fx: globe.land, params: ['green'], delay: 0 },
{ fx: globe.oceans, params: ['blue'], delay: 0 },
{ fx: globe.surround, params: ['white'], delay: 0 },
{ fx: globe.boundaries, params: ['white'], delay: 0 },
{ fx: globe.cities, params: ['yellow'], delay: 0 },
{ fx: globe.update, params: [], delay: 3000 },
{ fx: globe.options, params: [{display: {cities: false}}], delay: 0 },
{ fx: globe.update, params: [], delay: 0 },
{ fx: globe.zoom2, params: ['USA'], delay: undefined },
{ fx: globe.scale, params: [200], delay: undefined },
{ fx: occasions, params: [], delay: 10000 },
{ fx: globe.options, params: [{display: {flows: true} }], delay: 0 },
{ fx: globe.update, params: [], delay: 5000 },
{ fx: globe.options, params: [{world: {surround: 'black'}, display: { stars: 300 }}], delay: 0 },
{ fx: globe.update, params: [], delay: 0 },
{ fx: globe.reset, params: [], delay: 4000 },
{ fx: globe.options, params: [{display: {flows: false} }], delay: 0 },
{ fx: globe.update, params: [], delay: 0 },
];
</script>
</script>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment