Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Forked from PatrickStotz/README.md
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/f3cdebbbc0e6a1b4c4ae to your computer and use it in GitHub Desktop.
Save wboykinm/f3cdebbbc0e6a1b4c4ae to your computer and use it in GitHub Desktop.

A Spinning globe with glowing city markers in D3.

Note: This visualization constantly recalculates and reprojects the position of over 4000 markers and thus needs a lot of computation power. Older computer and mobile devices might struggle with the rendering process. Furthermore the visualization is only optimized for Chrome browsers and might look different than expected when opened in other browsers.

By Patrick Stotz, inspired by Curran Kelleher's idea to plot a world map in D3 by using the GeoNames database as seen in his great Introdction to D3 video.

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": { "name": "Hallein", "population": 18980.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.1, 47.68333 ] } },
{ "type": "Feature", "properties": { "name": "Blackburn North", "population": 6816.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.1518, -37.80931 ] } },
{ "type": "Feature", "properties": { "name": "Bherāmāra", "population": 38159.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.99234, 24.02452 ] } },
{ "type": "Feature", "properties": { "name": "Edegem", "population": 21839.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.44504, 51.15662 ] } },
{ "type": "Feature", "properties": { "name": "Bocholt", "population": 12346.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.57994, 51.17337 ] } },
{ "type": "Feature", "properties": { "name": "Dimitrovgrad", "population": 43288.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.6, 42.05 ] } },
{ "type": "Feature", "properties": { "name": "Rialma", "population": 9270.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.58444, -15.315 ] } },
{ "type": "Feature", "properties": { "name": "Mundo Novo", "population": 11912.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.4725, -11.85889 ] } },
{ "type": "Feature", "properties": { "name": "Imbituba", "population": 43450.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.67028, -28.24 ] } },
{ "type": "Feature", "properties": { "name": "Franca", "population": 305041.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.40083, -20.53861 ] } },
{ "type": "Feature", "properties": { "name": "Hrodna", "population": 317365.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.8258, 53.6884 ] } },
{ "type": "Feature", "properties": { "name": "Brampton", "population": 433806.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.76633, 43.68341 ] } },
{ "type": "Feature", "properties": { "name": "Okanagan", "population": 297601.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.34997, 50.36386 ] } },
{ "type": "Feature", "properties": { "name": "Kongolo", "population": 31943.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.00029, -5.38532 ] } },
{ "type": "Feature", "properties": { "name": "Jiangmen", "population": 532419.000000 }, "geometry": { "type": "Point", "coordinates": [ 113.08333, 22.58333 ] } },
{ "type": "Feature", "properties": { "name": "Olaya Herrera", "population": 9820.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.49085, 1.24803 ] } },
{ "type": "Feature", "properties": { "name": "Cali", "population": 2392877.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.5225, 3.43722 ] } },
{ "type": "Feature", "properties": { "name": "Mělník", "population": 19231.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.47411, 50.3505 ] } },
{ "type": "Feature", "properties": { "name": "Holice", "population": 6219.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.9859, 50.06601 ] } },
{ "type": "Feature", "properties": { "name": "Bruntál", "population": 17686.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.4647, 49.98844 ] } },
{ "type": "Feature", "properties": { "name": "Waldheim", "population": 9001.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.02004, 51.07282 ] } },
{ "type": "Feature", "properties": { "name": "Schlüchtern", "population": 17260.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.52532, 50.34891 ] } },
{ "type": "Feature", "properties": { "name": "Oberstaufen", "population": 7190.000000 }, "geometry": { "type": "Point", "coordinates": [ 10.02245, 47.55568 ] } },
{ "type": "Feature", "properties": { "name": "Kreuztal", "population": 31772.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.98848, 50.96775 ] } },
{ "type": "Feature", "properties": { "name": "Ketzin", "population": 6500.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.8453, 52.47809 ] } },
{ "type": "Feature", "properties": { "name": "Jockgrim", "population": 6970.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.26778, 49.09889 ] } },
{ "type": "Feature", "properties": { "name": "Hagenbach", "population": 5495.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.2375, 49.02611 ] } },
{ "type": "Feature", "properties": { "name": "Erfurt", "population": 203254.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.03283, 50.9787 ] } },
{ "type": "Feature", "properties": { "name": "Burglengenfeld", "population": 12095.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.04452, 49.20379 ] } },
{ "type": "Feature", "properties": { "name": "Altenkirchen", "population": 6385.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.64176, 50.68594 ] } },
{ "type": "Feature", "properties": { "name": "Spremberg", "population": 26348.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.37355, 51.56971 ] } },
{ "type": "Feature", "properties": { "name": "Vallejuelo", "population": 5217.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.33431, 18.65354 ] } },
{ "type": "Feature", "properties": { "name": "Birine", "population": 51209.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.225, 35.635 ] } },
{ "type": "Feature", "properties": { "name": "Aïn el Bya", "population": 37241.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.30178, 35.80389 ] } },
{ "type": "Feature", "properties": { "name": "Junín", "population": 9128.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.20583, -0.92777 ] } },
{ "type": "Feature", "properties": { "name": "Tordera", "population": 15345.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.71888, 41.69914 ] } },
{ "type": "Feature", "properties": { "name": "Parres", "population": 5749.000000 }, "geometry": { "type": "Point", "coordinates": [ -5.15, 43.35 ] } },
{ "type": "Feature", "properties": { "name": "Cangas", "population": 25748.000000 }, "geometry": { "type": "Point", "coordinates": [ -8.78463, 42.26413 ] } },
{ "type": "Feature", "properties": { "name": "Vauréal", "population": 20699.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.03333, 49.03333 ] } },
{ "type": "Feature", "properties": { "name": "Seyssins", "population": 7408.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.67921, 45.15513 ] } },
{ "type": "Feature", "properties": { "name": "Pia", "population": 5640.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.9193, 42.7449 ] } },
{ "type": "Feature", "properties": { "name": "La Flèche", "population": 18536.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.07553, 47.69815 ] } },
{ "type": "Feature", "properties": { "name": "Oyem", "population": 30870.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.57933, 1.5995 ] } },
{ "type": "Feature", "properties": { "name": "Netley", "population": 6287.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.35398, 50.87634 ] } },
{ "type": "Feature", "properties": { "name": "Maesteg", "population": 17829.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.65823, 51.60926 ] } },
{ "type": "Feature", "properties": { "name": "Isleworth", "population": 20500.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.34246, 51.47518 ] } },
{ "type": "Feature", "properties": { "name": "Tegucigalpa", "population": 850848.000000 }, "geometry": { "type": "Point", "coordinates": [ -87.20681, 14.0818 ] } },
{ "type": "Feature", "properties": { "name": "La Lima", "population": 45955.000000 }, "geometry": { "type": "Point", "coordinates": [ -87.91667, 15.43333 ] } },
{ "type": "Feature", "properties": { "name": "Csorvás", "population": 5643.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.83333, 46.63333 ] } },
{ "type": "Feature", "properties": { "name": "Qalansuwa", "population": 16898.000000 }, "geometry": { "type": "Point", "coordinates": [ 34.98106, 32.28493 ] } },
{ "type": "Feature", "properties": { "name": "Vallam", "population": 14935.000000 }, "geometry": { "type": "Point", "coordinates": [ 79.05924, 10.71966 ] } },
{ "type": "Feature", "properties": { "name": "Tīra Sujānpur", "population": 7747.000000 }, "geometry": { "type": "Point", "coordinates": [ 76.50539, 31.83364 ] } },
{ "type": "Feature", "properties": { "name": "Rahimatpur", "population": 17260.000000 }, "geometry": { "type": "Point", "coordinates": [ 74.19966, 17.5921 ] } },
{ "type": "Feature", "properties": { "name": "Pālakkodu", "population": 19630.000000 }, "geometry": { "type": "Point", "coordinates": [ 78.07022, 12.30696 ] } },
{ "type": "Feature", "properties": { "name": "Jalālpur", "population": 31388.000000 }, "geometry": { "type": "Point", "coordinates": [ 82.73799, 26.31041 ] } },
{ "type": "Feature", "properties": { "name": "Islāmpur", "population": 31875.000000 }, "geometry": { "type": "Point", "coordinates": [ 85.20432, 25.14129 ] } },
{ "type": "Feature", "properties": { "name": "Ateli Mandi", "population": 6176.000000 }, "geometry": { "type": "Point", "coordinates": [ 76.2598, 28.1008 ] } },
{ "type": "Feature", "properties": { "name": "Montagnana", "population": 8000.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.46483, 45.23229 ] } },
{ "type": "Feature", "properties": { "name": "Molinella", "population": 9377.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.66719, 44.61758 ] } },
{ "type": "Feature", "properties": { "name": "Barberino di Mugello", "population": 5680.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.23676, 43.9993 ] } },
{ "type": "Feature", "properties": { "name": "Gatteo-Sant'Angelo", "population": 5603.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.39139, 44.11194 ] } },
{ "type": "Feature", "properties": { "name": "Spanish Town", "population": 145018.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.95742, 17.99107 ] } },
{ "type": "Feature", "properties": { "name": "Gose", "population": 32870.000000 }, "geometry": { "type": "Point", "coordinates": [ 135.73333, 34.45 ] } },
{ "type": "Feature", "properties": { "name": "Ōzu", "population": 38833.000000 }, "geometry": { "type": "Point", "coordinates": [ 132.55, 33.5 ] } },
{ "type": "Feature", "properties": { "name": "Ahero", "population": 8788.000000 }, "geometry": { "type": "Point", "coordinates": [ 34.9163, -0.17462 ] } },
{ "type": "Feature", "properties": { "name": "Limbaži", "population": 8974.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.71941, 57.51287 ] } },
{ "type": "Feature", "properties": { "name": "Gharyan", "population": 85219.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.02028, 32.17222 ] } },
{ "type": "Feature", "properties": { "name": "Reyes Acozac", "population": 22133.000000 }, "geometry": { "type": "Point", "coordinates": [ -98.98079, 19.7755 ] } },
{ "type": "Feature", "properties": { "name": "Parrilla", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ -92.91775, 17.91418 ] } },
{ "type": "Feature", "properties": { "name": "San Juan Tilapa", "population": 8019.000000 }, "geometry": { "type": "Point", "coordinates": [ -99.66012, 19.22021 ] } },
{ "type": "Feature", "properties": { "name": "Gomez Palacio", "population": 228577.000000 }, "geometry": { "type": "Point", "coordinates": [ -103.49588, 25.56985 ] } },
{ "type": "Feature", "properties": { "name": "Cuauhtémoc", "population": 90835.000000 }, "geometry": { "type": "Point", "coordinates": [ -106.86319, 28.40884 ] } },
{ "type": "Feature", "properties": { "name": "Aguililla", "population": 9422.000000 }, "geometry": { "type": "Point", "coordinates": [ -102.79032, 18.73843 ] } },
{ "type": "Feature", "properties": { "name": "Alor Setar", "population": 217368.000000 }, "geometry": { "type": "Point", "coordinates": [ 100.36014, 6.12104 ] } },
{ "type": "Feature", "properties": { "name": "Nijmegen", "population": 158732.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.85278, 51.8425 ] } },
{ "type": "Feature", "properties": { "name": "Korrewegwijk", "population": 16710.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.56804, 53.23235 ] } },
{ "type": "Feature", "properties": { "name": "Delden", "population": 6920.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.71111, 52.26 ] } },
{ "type": "Feature", "properties": { "name": "Buenos Aires", "population": 7932.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.96417, -5.26083 ] } },
{ "type": "Feature", "properties": { "name": "San Isidro", "population": 9125.000000 }, "geometry": { "type": "Point", "coordinates": [ 123.88333, 9.91667 ] } },
{ "type": "Feature", "properties": { "name": "Nushki", "population": 27680.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.02148, 29.55423 ] } },
{ "type": "Feature", "properties": { "name": "Islāmkot", "population": 12426.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.177, 24.6997 ] } },
{ "type": "Feature", "properties": { "name": "Zabrze", "population": 192177.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.78576, 50.32492 ] } },
{ "type": "Feature", "properties": { "name": "Rzepin", "population": 6488.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.83227, 52.3464 ] } },
{ "type": "Feature", "properties": { "name": "Nowogard", "population": 16703.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.1163, 53.67437 ] } },
{ "type": "Feature", "properties": { "name": "Fajardo", "population": 34068.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.65238, 18.32579 ] } },
{ "type": "Feature", "properties": { "name": "Corund", "population": 6091.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.18333, 46.46667 ] } },
{ "type": "Feature", "properties": { "name": "Čoka", "population": 5414.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.14333, 45.9425 ] } },
{ "type": "Feature", "properties": { "name": "Zelenokumsk", "population": 41306.000000 }, "geometry": { "type": "Point", "coordinates": [ 43.88056, 44.40694 ] } },
{ "type": "Feature", "properties": { "name": "Yelovo", "population": 5570.000000 }, "geometry": { "type": "Point", "coordinates": [ 54.9207, 57.05381 ] } },
{ "type": "Feature", "properties": { "name": "Klyavlino", "population": 6318.000000 }, "geometry": { "type": "Point", "coordinates": [ 52.02674, 54.26491 ] } },
{ "type": "Feature", "properties": { "name": "Aktyubinskiy", "population": 9964.000000 }, "geometry": { "type": "Point", "coordinates": [ 52.80559, 54.81372 ] } },
{ "type": "Feature", "properties": { "name": "Zelenogorskiy", "population": 5249.000000 }, "geometry": { "type": "Point", "coordinates": [ 87.0, 55.03333 ] } },
{ "type": "Feature", "properties": { "name": "Malysheva", "population": 9955.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.40345, 57.11851 ] } },
{ "type": "Feature", "properties": { "name": "Suntar", "population": 8639.000000 }, "geometry": { "type": "Point", "coordinates": [ 117.63194, 62.14444 ] } },
{ "type": "Feature", "properties": { "name": "Geneina", "population": 162981.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.44725, 13.45262 ] } },
{ "type": "Feature", "properties": { "name": "Kranj", "population": 36874.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.35561, 46.23887 ] } },
{ "type": "Feature", "properties": { "name": "Kysucké Nové Mesto", "population": 16558.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.78333, 49.3 ] } },
{ "type": "Feature", "properties": { "name": "Daru", "population": 5958.000000 }, "geometry": { "type": "Point", "coordinates": [ -10.84223, 7.98976 ] } },
{ "type": "Feature", "properties": { "name": "Tambura", "population": 9483.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.46667, 5.6 ] } },
{ "type": "Feature", "properties": { "name": "Piggs Peak", "population": 5750.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.25, -25.96667 ] } },
{ "type": "Feature", "properties": { "name": "Non Sang", "population": 11819.000000 }, "geometry": { "type": "Point", "coordinates": [ 102.56642, 16.8687 ] } },
{ "type": "Feature", "properties": { "name": "Tunis", "population": 693210.000000 }, "geometry": { "type": "Point", "coordinates": [ 10.16579, 36.81897 ] } },
{ "type": "Feature", "properties": { "name": "Ghār al Milḩ", "population": 5018.000000 }, "geometry": { "type": "Point", "coordinates": [ 10.19064, 37.16939 ] } },
{ "type": "Feature", "properties": { "name": "Nusaybin", "population": 88977.000000 }, "geometry": { "type": "Point", "coordinates": [ 41.2178, 37.0778 ] } },
{ "type": "Feature", "properties": { "name": "Kırşehir", "population": 94336.000000 }, "geometry": { "type": "Point", "coordinates": [ 34.16389, 39.14583 ] } },
{ "type": "Feature", "properties": { "name": "Kastamonu", "population": 70402.000000 }, "geometry": { "type": "Point", "coordinates": [ 33.77528, 41.37805 ] } },
{ "type": "Feature", "properties": { "name": "Kandete", "population": 10318.000000 }, "geometry": { "type": "Point", "coordinates": [ 33.8, -9.15 ] } },
{ "type": "Feature", "properties": { "name": "Nova Odesa", "population": 13547.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.78506, 47.30778 ] } },
{ "type": "Feature", "properties": { "name": "Glasgow", "population": 14303.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.74521, 39.60483 ] } },
{ "type": "Feature", "properties": { "name": "Independence", "population": 9483.000000 }, "geometry": { "type": "Point", "coordinates": [ -95.70831, 37.22424 ] } },
{ "type": "Feature", "properties": { "name": "Union", "population": 5379.000000 }, "geometry": { "type": "Point", "coordinates": [ -84.6805, 38.9459 ] } },
{ "type": "Feature", "properties": { "name": "Gretna", "population": 17736.000000 }, "geometry": { "type": "Point", "coordinates": [ -90.05396, 29.91465 ] } },
{ "type": "Feature", "properties": { "name": "Crofton", "population": 27348.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.68747, 39.00178 ] } },
{ "type": "Feature", "properties": { "name": "Westminster", "population": 18590.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.99581, 39.57538 ] } },
{ "type": "Feature", "properties": { "name": "Williamston", "population": 5511.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.05551, 35.8546 ] } },
{ "type": "Feature", "properties": { "name": "Linwood", "population": 7092.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.57516, 39.33984 ] } },
{ "type": "Feature", "properties": { "name": "Boerne", "population": 10471.000000 }, "geometry": { "type": "Point", "coordinates": [ -98.73197, 29.79466 ] } },
{ "type": "Feature", "properties": { "name": "Irving", "population": 216290.000000 }, "geometry": { "type": "Point", "coordinates": [ -96.94889, 32.81402 ] } },
{ "type": "Feature", "properties": { "name": "Rockville", "population": 7474.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.44953, 41.86676 ] } },
{ "type": "Feature", "properties": { "name": "Windham", "population": 23072.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.15702, 41.69982 ] } },
{ "type": "Feature", "properties": { "name": "Hingham", "population": 5650.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.88977, 42.24177 ] } },
{ "type": "Feature", "properties": { "name": "Northwood", "population": 5469.000000 }, "geometry": { "type": "Point", "coordinates": [ -83.73243, 40.47283 ] } },
{ "type": "Feature", "properties": { "name": "Lewisburg", "population": 5792.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.88441, 40.96453 ] } },
{ "type": "Feature", "properties": { "name": "Bellflower", "population": 76616.000000 }, "geometry": { "type": "Point", "coordinates": [ -118.11701, 33.88168 ] } },
{ "type": "Feature", "properties": { "name": "Chula Vista", "population": 243916.000000 }, "geometry": { "type": "Point", "coordinates": [ -117.0842, 32.64005 ] } },
{ "type": "Feature", "properties": { "name": "Delano", "population": 53041.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.24705, 35.76884 ] } },
{ "type": "Feature", "properties": { "name": "Florin", "population": 47513.000000 }, "geometry": { "type": "Point", "coordinates": [ -121.40884, 38.49602 ] } },
{ "type": "Feature", "properties": { "name": "Tucumcari", "population": 5363.000000 }, "geometry": { "type": "Point", "coordinates": [ -103.72686, 35.17191 ] } },
{ "type": "Feature", "properties": { "name": "Gunbarrel", "population": 9263.000000 }, "geometry": { "type": "Point", "coordinates": [ -105.17107, 40.06335 ] } },
{ "type": "Feature", "properties": { "name": "Dubai", "population": 1137347.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.17128, 25.0657 ] } },
{ "type": "Feature", "properties": { "name": "Dibba Al-Fujairah", "population": 30000.000000 }, "geometry": { "type": "Point", "coordinates": [ 56.26176, 25.59246 ] } },
{ "type": "Feature", "properties": { "name": "Dibba Al-Hisn", "population": 26395.000000 }, "geometry": { "type": "Point", "coordinates": [ 56.27291, 25.61955 ] } },
{ "type": "Feature", "properties": { "name": "Muzayri‘", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ 53.7881, 23.14355 ] } },
{ "type": "Feature", "properties": { "name": "Khawr Fakkān", "population": 33575.000000 }, "geometry": { "type": "Point", "coordinates": [ 56.34199, 25.33132 ] } },
{ "type": "Feature", "properties": { "name": "Kasempa", "population": 5622.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.8338, -13.45836 ] } },
{ "type": "Feature", "properties": { "name": "Sant Julià de Lòria", "population": 8022.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.49129, 42.46372 ] } },
{ "type": "Feature", "properties": { "name": "les Escaldes", "population": 15853.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.53414, 42.50729 ] } },
{ "type": "Feature", "properties": { "name": "la Massana", "population": 7211.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.51483, 42.54499 ] } },
{ "type": "Feature", "properties": { "name": "Encamp", "population": 11223.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.58014, 42.53474 ] } },
{ "type": "Feature", "properties": { "name": "Andorra la Vella", "population": 20430.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.52109, 42.50779 ] } },
{ "type": "Feature", "properties": { "name": "Umm al Qaywayn", "population": 44411.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.55517, 25.56473 ] } },
{ "type": "Feature", "properties": { "name": "Ras al-Khaimah", "population": 115949.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.9432, 25.78953 ] } },
{ "type": "Feature", "properties": { "name": "Sharjah", "population": 543733.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.41206, 25.33737 ] } },
{ "type": "Feature", "properties": { "name": "Ar Ruways", "population": 16000.000000 }, "geometry": { "type": "Point", "coordinates": [ 52.73056, 24.11028 ] } },
{ "type": "Feature", "properties": { "name": "Al Fujayrah", "population": 62415.000000 }, "geometry": { "type": "Point", "coordinates": [ 56.34141, 25.11641 ] } },
{ "type": "Feature", "properties": { "name": "Al Ain", "population": 408733.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.76056, 24.19167 ] } },
{ "type": "Feature", "properties": { "name": "Ajman", "population": 226172.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.43504, 25.41111 ] } },
{ "type": "Feature", "properties": { "name": "Adh Dhayd", "population": 24716.000000 }, "geometry": { "type": "Point", "coordinates": [ 55.88157, 25.28812 ] } },
{ "type": "Feature", "properties": { "name": "Tarinkot", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.87806, 32.62998 ] } },
{ "type": "Feature", "properties": { "name": "Abu Dhabi", "population": 603492.000000 }, "geometry": { "type": "Point", "coordinates": [ 54.36667, 24.46667 ] } },
{ "type": "Feature", "properties": { "name": "Kuhsān", "population": 12087.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.19778, 34.65389 ] } },
{ "type": "Feature", "properties": { "name": "Tukzār", "population": 12021.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.42132, 35.94831 ] } },
{ "type": "Feature", "properties": { "name": "Zindah Jān", "population": 10104.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.74675, 34.34264 ] } },
{ "type": "Feature", "properties": { "name": "Zarghūn Shahr", "population": 13737.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.44573, 32.84734 ] } },
{ "type": "Feature", "properties": { "name": "Zaṟah Sharan", "population": 7366.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.79213, 33.14641 ] } },
{ "type": "Feature", "properties": { "name": "Zaranj", "population": 49851.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.86037, 30.95962 ] } },
{ "type": "Feature", "properties": { "name": "Yangī Qal‘ah", "population": 6541.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.61131, 37.46572 ] } },
{ "type": "Feature", "properties": { "name": "Tīr Pul", "population": 6979.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.26895, 34.59431 ] } },
{ "type": "Feature", "properties": { "name": "Taloqan", "population": 64256.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.53451, 36.73605 ] } },
{ "type": "Feature", "properties": { "name": "Tagāw-Bāy", "population": 9096.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.06164, 35.69941 ] } },
{ "type": "Feature", "properties": { "name": "Tagāb", "population": 6400.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.64917, 34.85501 ] } },
{ "type": "Feature", "properties": { "name": "Shīnḏanḏ", "population": 29264.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.1474, 33.30294 ] } },
{ "type": "Feature", "properties": { "name": "Shibirghān", "population": 55641.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.7529, 36.66757 ] } },
{ "type": "Feature", "properties": { "name": "Shahrak", "population": 15967.000000 }, "geometry": { "type": "Point", "coordinates": [ 64.3052, 34.10737 ] } },
{ "type": "Feature", "properties": { "name": "Sidqābād", "population": 7407.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.35112, 35.02298 ] } },
{ "type": "Feature", "properties": { "name": "Sar-e Pul", "population": 52121.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.93249, 36.21544 ] } },
{ "type": "Feature", "properties": { "name": "Sangīn", "population": 13579.000000 }, "geometry": { "type": "Point", "coordinates": [ 64.8359, 32.07275 ] } },
{ "type": "Feature", "properties": { "name": "Sang-e Chārak", "population": 15377.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.43694, 35.84972 ] } },
{ "type": "Feature", "properties": { "name": "Aībak", "population": 47823.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.01551, 36.26468 ] } },
{ "type": "Feature", "properties": { "name": "Rūdbār", "population": 11034.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.6, 30.15 ] } },
{ "type": "Feature", "properties": { "name": "Rustāq", "population": 25636.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.83045, 37.12604 ] } },
{ "type": "Feature", "properties": { "name": "Qarqīn", "population": 15018.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.04358, 37.41853 ] } },
{ "type": "Feature", "properties": { "name": "Qarchī Gak", "population": 8942.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.78891, 37.03999 ] } },
{ "type": "Feature", "properties": { "name": "Qarāwul", "population": 24544.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.7802, 37.21959 ] } },
{ "type": "Feature", "properties": { "name": "Qarah Bāgh", "population": 12412.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.77589, 34.94023 ] } },
{ "type": "Feature", "properties": { "name": "Qala i Naw", "population": 9000.000000 }, "geometry": { "type": "Point", "coordinates": [ 63.12891, 34.98735 ] } },
{ "type": "Feature", "properties": { "name": "Qal‘ah-ye Shahr", "population": 7756.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.5676, 35.54729 ] } },
{ "type": "Feature", "properties": { "name": "Qalāt", "population": 12191.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.90833, 32.10575 ] } },
{ "type": "Feature", "properties": { "name": "Pul-e Khumrī", "population": 56369.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.71512, 35.94458 ] } },
{ "type": "Feature", "properties": { "name": "Pul-e ‘Alam", "population": 13247.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.02274, 33.99529 ] } },
{ "type": "Feature", "properties": { "name": "Panjāb", "population": 13471.000000 }, "geometry": { "type": "Point", "coordinates": [ 67.02327, 34.38795 ] } },
{ "type": "Feature", "properties": { "name": "Paghmān", "population": 49157.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.95091, 34.58787 ] } },
{ "type": "Feature", "properties": { "name": "Uruzgān", "population": 13388.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.63253, 32.92775 ] } },
{ "type": "Feature", "properties": { "name": "Nahrīn", "population": 22363.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.13343, 36.0649 ] } },
{ "type": "Feature", "properties": { "name": "Mīr Bachah Kōṯ", "population": 5405.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.11899, 34.74999 ] } },
{ "type": "Feature", "properties": { "name": "Mīrābād", "population": 14160.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.8383, 30.43624 ] } },
{ "type": "Feature", "properties": { "name": "Maymana", "population": 75900.000000 }, "geometry": { "type": "Point", "coordinates": [ 64.78361, 35.92139 ] } },
{ "type": "Feature", "properties": { "name": "Mehtar Lām", "population": 17345.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.20944, 34.67139 ] } },
{ "type": "Feature", "properties": { "name": "Mazār-e Sharīf", "population": 303282.000000 }, "geometry": { "type": "Point", "coordinates": [ 67.11087, 36.70904 ] } },
{ "type": "Feature", "properties": { "name": "Lashkar Gāh", "population": 43934.000000 }, "geometry": { "type": "Point", "coordinates": [ 64.37161, 31.59382 ] } },
{ "type": "Feature", "properties": { "name": "Larkird", "population": 11635.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.66409, 35.48936 ] } },
{ "type": "Feature", "properties": { "name": "Kushk", "population": 16952.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.95221, 33.29565 ] } },
{ "type": "Feature", "properties": { "name": "Kunduz", "population": 161902.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.857, 36.72895 ] } },
{ "type": "Feature", "properties": { "name": "Khōst", "population": 96123.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.92041, 33.33951 ] } },
{ "type": "Feature", "properties": { "name": "Khulm", "population": 64933.000000 }, "geometry": { "type": "Point", "coordinates": [ 67.69826, 36.69736 ] } },
{ "type": "Feature", "properties": { "name": "Khāsh", "population": 15133.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.79055, 31.52919 ] } },
{ "type": "Feature", "properties": { "name": "Khandūd", "population": 5521.000000 }, "geometry": { "type": "Point", "coordinates": [ 72.318, 36.95127 ] } },
{ "type": "Feature", "properties": { "name": "Khanabad", "population": 71531.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.11556, 36.6825 ] } },
{ "type": "Feature", "properties": { "name": "Karukh", "population": 17484.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.5863, 34.48108 ] } },
{ "type": "Feature", "properties": { "name": "Kandahār", "population": 391190.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.71013, 31.61332 ] } },
{ "type": "Feature", "properties": { "name": "Kabul", "population": 3043532.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.17233, 34.52813 ] } },
{ "type": "Feature", "properties": { "name": "Jurm", "population": 12106.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.83421, 36.86477 ] } },
{ "type": "Feature", "properties": { "name": "Jalālābād", "population": 200331.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.45153, 34.42647 ] } },
{ "type": "Feature", "properties": { "name": "Jabal os Saraj", "population": 15032.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.23778, 35.11833 ] } },
{ "type": "Feature", "properties": { "name": "Herāt", "population": 272806.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.19967, 34.34817 ] } },
{ "type": "Feature", "properties": { "name": "Ghormach", "population": 30000.000000 }, "geometry": { "type": "Point", "coordinates": [ 63.78264, 35.73062 ] } },
{ "type": "Feature", "properties": { "name": "Ghazni", "population": 141000.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.42096, 33.55391 ] } },
{ "type": "Feature", "properties": { "name": "Gereshk", "population": 43588.000000 }, "geometry": { "type": "Point", "coordinates": [ 64.57005, 31.82089 ] } },
{ "type": "Feature", "properties": { "name": "Gardēz", "population": 103601.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.22592, 33.59744 ] } },
{ "type": "Feature", "properties": { "name": "Fayzabad", "population": 44421.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.58002, 37.11664 ] } },
{ "type": "Feature", "properties": { "name": "Farkhār", "population": 10480.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.85783, 36.57288 ] } },
{ "type": "Feature", "properties": { "name": "Farah", "population": 43561.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.11638, 32.37451 ] } },
{ "type": "Feature", "properties": { "name": "Kafir Qala", "population": 18086.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.06667, 34.66667 ] } },
{ "type": "Feature", "properties": { "name": "Imām Şāḩib", "population": 9659.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.93644, 37.18897 ] } },
{ "type": "Feature", "properties": { "name": "Dasht-e Archī", "population": 8263.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.16667, 37.13333 ] } },
{ "type": "Feature", "properties": { "name": "Darzāb", "population": 9642.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.37828, 35.97744 ] } },
{ "type": "Feature", "properties": { "name": "Markaz-e Ḩukūmat-e Darwēshān", "population": 9012.000000 }, "geometry": { "type": "Point", "coordinates": [ 64.1934, 31.13231 ] } },
{ "type": "Feature", "properties": { "name": "Chīras", "population": 12779.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.98234, 35.41674 ] } },
{ "type": "Feature", "properties": { "name": "Charikar", "population": 53676.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.17139, 35.01361 ] } },
{ "type": "Feature", "properties": { "name": "Chahār Burj", "population": 11935.000000 }, "geometry": { "type": "Point", "coordinates": [ 62.19165, 34.24475 ] } },
{ "type": "Feature", "properties": { "name": "Fayrōz Kōh", "population": 15000.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.25093, 34.51952 ] } },
{ "type": "Feature", "properties": { "name": "Bāsawul", "population": 6835.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.87218, 34.24749 ] } },
{ "type": "Feature", "properties": { "name": "Barakī Barak", "population": 22305.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.9492, 33.96744 ] } },
{ "type": "Feature", "properties": { "name": "Bāmyān", "population": 61863.000000 }, "geometry": { "type": "Point", "coordinates": [ 67.82734, 34.82156 ] } },
{ "type": "Feature", "properties": { "name": "Balkh", "population": 114883.000000 }, "geometry": { "type": "Point", "coordinates": [ 66.8972, 36.75635 ] } },
{ "type": "Feature", "properties": { "name": "Baghlān", "population": 108449.000000 }, "geometry": { "type": "Point", "coordinates": [ 68.70829, 36.13068 ] } },
{ "type": "Feature", "properties": { "name": "Ḩukūmatī Azrah", "population": 12526.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.64573, 34.17355 ] } },
{ "type": "Feature", "properties": { "name": "Ārt Khwājah", "population": 18623.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.47958, 37.08571 ] } },
{ "type": "Feature", "properties": { "name": "Āsmār", "population": 15708.000000 }, "geometry": { "type": "Point", "coordinates": [ 71.35809, 35.03333 ] } },
{ "type": "Feature", "properties": { "name": "Ashkāsham", "population": 12120.000000 }, "geometry": { "type": "Point", "coordinates": [ 71.53333, 36.68333 ] } },
{ "type": "Feature", "properties": { "name": "Asadābād", "population": 48400.000000 }, "geometry": { "type": "Point", "coordinates": [ 71.14697, 34.87311 ] } },
{ "type": "Feature", "properties": { "name": "Andkhōy", "population": 29208.000000 }, "geometry": { "type": "Point", "coordinates": [ 65.12376, 36.95293 ] } },
{ "type": "Feature", "properties": { "name": "Anār Darah", "population": 10023.000000 }, "geometry": { "type": "Point", "coordinates": [ 61.65397, 32.7587 ] } },
{ "type": "Feature", "properties": { "name": "‘Alāqahdārī Dīshū", "population": 9196.000000 }, "geometry": { "type": "Point", "coordinates": [ 63.29802, 30.43206 ] } },
{ "type": "Feature", "properties": { "name": "Bāzārak", "population": 65000.000000 }, "geometry": { "type": "Point", "coordinates": [ 69.51519, 35.31292 ] } },
{ "type": "Feature", "properties": { "name": "Tepelenë", "population": 11955.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.01917, 40.29583 ] } },
{ "type": "Feature", "properties": { "name": "Markaz-e Woluswalī-ye Āchīn", "population": 15098.000000 }, "geometry": { "type": "Point", "coordinates": [ 70.70778, 34.12583 ] } },
{ "type": "Feature", "properties": { "name": "Cool űrhajó", "population": 58525.000000 }, "geometry": { "type": "Point", "coordinates": [ 67.34516, 34.26545 ] } },
{ "type": "Feature", "properties": { "name": "Saint John’s", "population": 24226.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.84573, 17.11717 ] } },
{ "type": "Feature", "properties": { "name": "Sarandë", "population": 15147.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.00528, 39.87556 ] } },
{ "type": "Feature", "properties": { "name": "Poliçan", "population": 10663.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.09806, 40.61222 ] } },
{ "type": "Feature", "properties": { "name": "Peshkopi", "population": 14848.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.42889, 41.685 ] } },
{ "type": "Feature", "properties": { "name": "Përmet", "population": 10686.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.35167, 40.23361 ] } },
{ "type": "Feature", "properties": { "name": "Kukës", "population": 17832.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.42194, 42.07694 ] } },
{ "type": "Feature", "properties": { "name": "Korçë", "population": 58259.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.78083, 40.61861 ] } },
{ "type": "Feature", "properties": { "name": "Gramsh", "population": 11556.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.18444, 40.86972 ] } },
{ "type": "Feature", "properties": { "name": "Gjirokastër", "population": 23437.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.13889, 40.07583 ] } },
{ "type": "Feature", "properties": { "name": "Ersekë", "population": 7890.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.67889, 40.33778 ] } },
{ "type": "Feature", "properties": { "name": "Elbasan", "population": 100903.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.08222, 41.1125 ] } },
{ "type": "Feature", "properties": { "name": "Çorovodë", "population": 14046.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.22722, 40.50417 ] } },
{ "type": "Feature", "properties": { "name": "Burrel", "population": 15405.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.00889, 41.61028 ] } },
{ "type": "Feature", "properties": { "name": "Bulqizë", "population": 11212.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.22194, 41.49167 ] } },
{ "type": "Feature", "properties": { "name": "Bilisht", "population": 7114.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.99, 40.6275 ] } },
{ "type": "Feature", "properties": { "name": "Librazhd-Qendër", "population": 12691.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.33556, 41.19694 ] } },
{ "type": "Feature", "properties": { "name": "Vlorë", "population": 89546.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.48972, 40.46667 ] } },
{ "type": "Feature", "properties": { "name": "Tirana", "population": 374801.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.81889, 41.3275 ] } },
{ "type": "Feature", "properties": { "name": "Shkodër", "population": 88245.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.51258, 42.06828 ] } },
{ "type": "Feature", "properties": { "name": "Shijak", "population": 14138.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.56722, 41.34556 ] } },
{ "type": "Feature", "properties": { "name": "Selenicë", "population": 6912.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.63583, 40.53056 ] } },
{ "type": "Feature", "properties": { "name": "Rrogozhinë", "population": 5620.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.66528, 41.07639 ] } },
{ "type": "Feature", "properties": { "name": "Rrëshen", "population": 10064.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.87556, 41.7675 ] } },
{ "type": "Feature", "properties": { "name": "Roskovec", "population": 6657.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.70222, 40.7375 ] } },
{ "type": "Feature", "properties": { "name": "Pukë", "population": 6495.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.89972, 42.04444 ] } },
{ "type": "Feature", "properties": { "name": "Peqin", "population": 7513.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.75111, 41.04611 ] } },
{ "type": "Feature", "properties": { "name": "Patos Fshat", "population": 22679.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.65083, 40.64278 ] } },
{ "type": "Feature", "properties": { "name": "Léua", "population": 5168.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.45, -11.65 ] } },
{ "type": "Feature", "properties": { "name": "Mamurras", "population": 8282.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.69222, 41.5775 ] } },
{ "type": "Feature", "properties": { "name": "Lushnjë", "population": 41469.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.705, 40.94194 ] } },
{ "type": "Feature", "properties": { "name": "Lezhë", "population": 18695.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.64361, 41.78361 ] } },
{ "type": "Feature", "properties": { "name": "Laç", "population": 24825.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.71306, 41.63556 ] } },
{ "type": "Feature", "properties": { "name": "Kuçovë", "population": 18166.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.91667, 40.80028 ] } },
{ "type": "Feature", "properties": { "name": "Krujë", "population": 21286.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.79278, 41.50917 ] } },
{ "type": "Feature", "properties": { "name": "Kavajë", "population": 29354.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.55694, 41.18556 ] } },
{ "type": "Feature", "properties": { "name": "Kamëz", "population": 11026.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.76028, 41.38167 ] } },
{ "type": "Feature", "properties": { "name": "Fushë-Krujë", "population": 10458.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.71778, 41.47833 ] } },
{ "type": "Feature", "properties": { "name": "Fier-Çifçi", "population": 60995.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.56667, 40.71667 ] } },
{ "type": "Feature", "properties": { "name": "Fier", "population": 56297.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.55611, 40.72389 ] } },
{ "type": "Feature", "properties": { "name": "Durrës", "population": 122034.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.44139, 41.32306 ] } },
{ "type": "Feature", "properties": { "name": "Cërrik", "population": 14269.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.97583, 41.03167 ] } },
{ "type": "Feature", "properties": { "name": "Berat", "population": 46866.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.95222, 40.70583 ] } },
{ "type": "Feature", "properties": { "name": "Ballsh", "population": 10361.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.73472, 40.59889 ] } },
{ "type": "Feature", "properties": { "name": "Yeghegnadzor", "population": 8200.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.33239, 39.76389 ] } },
{ "type": "Feature", "properties": { "name": "Vedi", "population": 12192.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.72217, 39.91421 ] } },
{ "type": "Feature", "properties": { "name": "Vayk’", "population": 5419.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.46653, 39.691 ] } },
{ "type": "Feature", "properties": { "name": "Kapan", "population": 33160.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.40576, 39.20755 ] } },
{ "type": "Feature", "properties": { "name": "Goris", "population": 20379.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.33816, 39.51288 ] } },
{ "type": "Feature", "properties": { "name": "Hats’avan", "population": 15208.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.97047, 39.46405 ] } },
{ "type": "Feature", "properties": { "name": "Artashat", "population": 20562.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.54447, 39.96144 ] } },
{ "type": "Feature", "properties": { "name": "Ararat", "population": 28832.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.70489, 39.83166 ] } },
{ "type": "Feature", "properties": { "name": "Yerevan", "population": 1093485.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.51361, 40.18111 ] } },
{ "type": "Feature", "properties": { "name": "Ejmiatsin", "population": 49513.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.29462, 40.16557 ] } },
{ "type": "Feature", "properties": { "name": "Yeghvard", "population": 10705.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.48139, 40.32053 ] } },
{ "type": "Feature", "properties": { "name": "Vardenis", "population": 11382.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.7311, 40.18272 ] } },
{ "type": "Feature", "properties": { "name": "Vardenik", "population": 7709.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.43342, 40.13928 ] } },
{ "type": "Feature", "properties": { "name": "Tashir", "population": 7318.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.28462, 41.12072 ] } },
{ "type": "Feature", "properties": { "name": "Spitak", "population": 15059.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.26731, 40.83221 ] } },
{ "type": "Feature", "properties": { "name": "Sevan", "population": 17083.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.94868, 40.5484 ] } },
{ "type": "Feature", "properties": { "name": "Sarukhan", "population": 6173.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.13059, 40.29053 ] } },
{ "type": "Feature", "properties": { "name": "Hoktember", "population": 5348.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.00969, 40.13206 ] } },
{ "type": "Feature", "properties": { "name": "Noyemberyan", "population": 5119.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.99917, 41.17244 ] } },
{ "type": "Feature", "properties": { "name": "Noratus", "population": 5426.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.17718, 40.37547 ] } },
{ "type": "Feature", "properties": { "name": "Nerk’in Getashen", "population": 7010.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.279, 40.14046 ] } },
{ "type": "Feature", "properties": { "name": "Metsamor", "population": 8789.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.28962, 40.07302 ] } },
{ "type": "Feature", "properties": { "name": "Masis", "population": 18911.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.43591, 40.06762 ] } },
{ "type": "Feature", "properties": { "name": "Martuni", "population": 11037.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.3045, 40.13768 ] } },
{ "type": "Feature", "properties": { "name": "Vanadzor", "population": 101098.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.4939, 40.80456 ] } },
{ "type": "Feature", "properties": { "name": "Karanlukh", "population": 5104.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.28972, 40.10444 ] } },
{ "type": "Feature", "properties": { "name": "Gavarr", "population": 21680.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.12386, 40.35398 ] } },
{ "type": "Feature", "properties": { "name": "Chambarak", "population": 6153.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.35498, 40.59655 ] } },
{ "type": "Feature", "properties": { "name": "Ijevan", "population": 14737.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.14851, 40.87877 ] } },
{ "type": "Feature", "properties": { "name": "Hrazdan", "population": 40795.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.7662, 40.49748 ] } },
{ "type": "Feature", "properties": { "name": "Armavir", "population": 25963.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.03815, 40.15446 ] } },
{ "type": "Feature", "properties": { "name": "Gyumri", "population": 148381.000000 }, "geometry": { "type": "Point", "coordinates": [ 43.84528, 40.7942 ] } },
{ "type": "Feature", "properties": { "name": "Garrni", "population": 6827.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.73442, 40.11931 ] } },
{ "type": "Feature", "properties": { "name": "Dilijan", "population": 13478.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.86362, 40.74103 ] } },
{ "type": "Feature", "properties": { "name": "Byureghavan", "population": 6972.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.59396, 40.31485 ] } },
{ "type": "Feature", "properties": { "name": "Berd", "population": 8374.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.38901, 40.88135 ] } },
{ "type": "Feature", "properties": { "name": "Ashtarak", "population": 18779.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.36204, 40.2991 ] } },
{ "type": "Feature", "properties": { "name": "Aparan", "population": 5670.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.3589, 40.59323 ] } },
{ "type": "Feature", "properties": { "name": "Alaverdi", "population": 13184.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.67316, 41.09766 ] } },
{ "type": "Feature", "properties": { "name": "Akhuryan", "population": 7672.000000 }, "geometry": { "type": "Point", "coordinates": [ 43.90027, 40.78003 ] } },
{ "type": "Feature", "properties": { "name": "Abovyan", "population": 35673.000000 }, "geometry": { "type": "Point", "coordinates": [ 44.62656, 40.26741 ] } },
{ "type": "Feature", "properties": { "name": "Saurimo", "population": 40498.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.39155, -9.66078 ] } },
{ "type": "Feature", "properties": { "name": "Lucapa", "population": 20115.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.74466, -8.41915 ] } },
{ "type": "Feature", "properties": { "name": "Luau", "population": 18465.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.22466, -10.70727 ] } },
{ "type": "Feature", "properties": { "name": "Uíge", "population": 60008.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.06131, -7.60874 ] } },
{ "type": "Feature", "properties": { "name": "Soio", "population": 67491.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.36894, -6.1349 ] } },
{ "type": "Feature", "properties": { "name": "Nzeto", "population": 18352.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.8666, -7.23116 ] } },
{ "type": "Feature", "properties": { "name": "N’dalatando", "population": 383100.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.91162, -9.29782 ] } },
{ "type": "Feature", "properties": { "name": "Mbanza Congo", "population": 24220.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.2401, -6.26703 ] } },
{ "type": "Feature", "properties": { "name": "Malanje", "population": 87046.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.34096, -9.54015 ] } },
{ "type": "Feature", "properties": { "name": "Luanda", "population": 2776168.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.23432, -8.83682 ] } },
{ "type": "Feature", "properties": { "name": "Caxito", "population": 28224.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.66425, -8.57848 ] } },
{ "type": "Feature", "properties": { "name": "Camabatela", "population": 12837.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.37495, -8.18812 ] } },
{ "type": "Feature", "properties": { "name": "Cabinda", "population": 66020.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.2, -5.55 ] } },
{ "type": "Feature", "properties": { "name": "Uacu Cungo", "population": 10970.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.11719, -11.35669 ] } },
{ "type": "Feature", "properties": { "name": "Sumbe", "population": 33277.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.84371, -11.20605 ] } },
{ "type": "Feature", "properties": { "name": "Quibala", "population": 8915.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.97995, -10.73366 ] } },
{ "type": "Feature", "properties": { "name": "Ondjiva", "population": 10169.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.73333, -17.06667 ] } },
{ "type": "Feature", "properties": { "name": "Namibe", "population": 80149.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.15222, -15.19611 ] } },
{ "type": "Feature", "properties": { "name": "Menongue", "population": 32203.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.69099, -14.6585 ] } },
{ "type": "Feature", "properties": { "name": "Luena", "population": 21115.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.91667, -11.78333 ] } },
{ "type": "Feature", "properties": { "name": "Lubango", "population": 102541.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.4925, -14.91717 ] } },
{ "type": "Feature", "properties": { "name": "Longonjo", "population": 24346.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.25333, -12.90667 ] } },
{ "type": "Feature", "properties": { "name": "Lobito", "population": 207932.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.53601, -12.3644 ] } },
{ "type": "Feature", "properties": { "name": "Cuito", "population": 113624.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.93333, -12.38333 ] } },
{ "type": "Feature", "properties": { "name": "Huambo", "population": 226145.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.73917, -12.77611 ] } },
{ "type": "Feature", "properties": { "name": "Chissamba", "population": 7677.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.33333, -12.16667 ] } },
{ "type": "Feature", "properties": { "name": "Catumbela", "population": 16977.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.54677, -12.43002 ] } },
{ "type": "Feature", "properties": { "name": "Catabola", "population": 18855.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.28333, -12.15 ] } },
{ "type": "Feature", "properties": { "name": "Camacupa", "population": 19150.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.48333, -12.01667 ] } },
{ "type": "Feature", "properties": { "name": "Caluquembe", "population": 30300.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.68333, -13.78333 ] } },
{ "type": "Feature", "properties": { "name": "Caconda", "population": 10549.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.06667, -13.73333 ] } },
{ "type": "Feature", "properties": { "name": "Caála", "population": 21205.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.56056, -12.8525 ] } },
{ "type": "Feature", "properties": { "name": "Benguela", "population": 151226.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.40547, -12.57626 ] } },
{ "type": "Feature", "properties": { "name": "Chela", "population": 5811.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.43358, -12.30261 ] } },
{ "type": "Feature", "properties": { "name": "San José de Feliciano", "population": 11137.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.75167, -30.38452 ] } },
{ "type": "Feature", "properties": { "name": "Zárate", "population": 88781.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.02858, -34.09814 ] } },
{ "type": "Feature", "properties": { "name": "Villa Ocampo", "population": 19101.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.35515, -28.48752 ] } },
{ "type": "Feature", "properties": { "name": "Villa María Grande", "population": 7101.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.90182, -31.66565 ] } },
{ "type": "Feature", "properties": { "name": "Villa Lugano", "population": 114000.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.47263, -34.67907 ] } },
{ "type": "Feature", "properties": { "name": "Villa Hernandarias", "population": 5375.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.985, -31.23101 ] } },
{ "type": "Feature", "properties": { "name": "Villaguay", "population": 32027.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.02689, -31.8653 ] } },
{ "type": "Feature", "properties": { "name": "Villa Gesell", "population": 23257.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.97304, -37.26394 ] } },
{ "type": "Feature", "properties": { "name": "Villa Elisa", "population": 9334.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.40082, -32.1632 ] } },
{ "type": "Feature", "properties": { "name": "Veinticinco de Mayo", "population": 11928.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.74312, -27.37679 ] } },
{ "type": "Feature", "properties": { "name": "Urdinarrain", "population": 7992.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.89323, -32.68573 ] } },
{ "type": "Feature", "properties": { "name": "Tigre", "population": 31106.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.57962, -34.42603 ] } },
{ "type": "Feature", "properties": { "name": "Tandil", "population": 104325.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.13316, -37.32167 ] } },
{ "type": "Feature", "properties": { "name": "San Vicente", "population": 38247.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.13333, -26.61667 ] } },
{ "type": "Feature", "properties": { "name": "Santo Tomé", "population": 22634.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.04077, -28.54939 ] } },
{ "type": "Feature", "properties": { "name": "Santo Pipó", "population": 5447.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.40867, -27.14132 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa", "population": 8330.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.11891, -28.26318 ] } },
{ "type": "Feature", "properties": { "name": "Santa Lucía", "population": 14056.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.10287, -28.98746 ] } },
{ "type": "Feature", "properties": { "name": "Santa Elena", "population": 18410.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.78696, -30.94768 ] } },
{ "type": "Feature", "properties": { "name": "San Salvador", "population": 11626.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.50524, -31.62487 ] } },
{ "type": "Feature", "properties": { "name": "San Pedro", "population": 23736.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.10842, -26.62207 ] } },
{ "type": "Feature", "properties": { "name": "San Miguel", "population": 7396.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.58964, -27.99585 ] } },
{ "type": "Feature", "properties": { "name": "San Luis del Palmar", "population": 15347.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.55454, -27.5079 ] } },
{ "type": "Feature", "properties": { "name": "San Lorenzo", "population": 47626.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.76733, -28.13306 ] } },
{ "type": "Feature", "properties": { "name": "San José", "population": 6452.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.7826, -27.76979 ] } },
{ "type": "Feature", "properties": { "name": "San Javier", "population": 15606.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.9317, -30.57781 ] } },
{ "type": "Feature", "properties": { "name": "San Isidro", "population": 45190.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.50776, -34.47145 ] } },
{ "type": "Feature", "properties": { "name": "San Clemente del Tuyú", "population": 11174.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.72351, -36.35694 ] } },
{ "type": "Feature", "properties": { "name": "Saladas", "population": 18349.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.62591, -28.25384 ] } },
{ "type": "Feature", "properties": { "name": "Rosario del Tala", "population": 13807.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.14545, -32.30286 ] } },
{ "type": "Feature", "properties": { "name": "Retiro", "population": 38635.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.38333, -34.58333 ] } },
{ "type": "Feature", "properties": { "name": "Resistencia", "population": 387158.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.98389, -27.46056 ] } },
{ "type": "Feature", "properties": { "name": "Reconquista", "population": 90184.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.65, -29.15 ] } },
{ "type": "Feature", "properties": { "name": "Quilmes", "population": 518788.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.25265, -34.72418 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Vilelas", "population": 8455.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.93906, -27.51414 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Tirol", "population": 9767.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.08206, -27.37218 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Rico", "population": 17491.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.02402, -26.79598 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Piray", "population": 8557.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.71476, -26.46779 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Libertad", "population": 6143.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.62089, -25.91641 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Iguazú", "population": 32038.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.57355, -25.59912 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Esperanza", "population": 15579.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.67306, -26.01517 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Eldorado", "population": 54189.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.69463, -26.40843 ] } },
{ "type": "Feature", "properties": { "name": "Presidencia de la Plaza", "population": 12231.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.84243, -27.00147 ] } },
{ "type": "Feature", "properties": { "name": "Posadas", "population": 323739.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.89608, -27.36708 ] } },
{ "type": "Feature", "properties": { "name": "Pontevedra", "population": 33515.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.68697, -34.74974 ] } },
{ "type": "Feature", "properties": { "name": "Pirané", "population": 19124.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.10879, -25.73239 ] } },
{ "type": "Feature", "properties": { "name": "Perugorría", "population": 5685.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.61059, -29.34132 ] } },
{ "type": "Feature", "properties": { "name": "Paso de los Libres", "population": 43805.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.08771, -29.71251 ] } },
{ "type": "Feature", "properties": { "name": "Paso de la Patria", "population": 5818.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.57197, -27.31676 ] } },
{ "type": "Feature", "properties": { "name": "Panambí", "population": 5970.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.91515, -27.72369 ] } },
{ "type": "Feature", "properties": { "name": "Pampa del Indio", "population": 11588.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.91898, -26.06468 ] } },
{ "type": "Feature", "properties": { "name": "Palo Santo", "population": 5324.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.33781, -25.56332 ] } },
{ "type": "Feature", "properties": { "name": "Oberá", "population": 56528.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.11994, -27.48706 ] } },
{ "type": "Feature", "properties": { "name": "Nuestra Señora del Rosario de Caa Catí", "population": 7573.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.62073, -27.75072 ] } },
{ "type": "Feature", "properties": { "name": "Necochea", "population": 80478.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.73675, -38.54726 ] } },
{ "type": "Feature", "properties": { "name": "Morón", "population": 319934.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.61975, -34.65344 ] } },
{ "type": "Feature", "properties": { "name": "Monte Caseros", "population": 24671.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.63626, -30.25359 ] } },
{ "type": "Feature", "properties": { "name": "Montecarlo", "population": 22229.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.757, -26.5662 ] } },
{ "type": "Feature", "properties": { "name": "Mocoretá", "population": 6088.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.96344, -30.61891 ] } },
{ "type": "Feature", "properties": { "name": "Mercedes", "population": 52949.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.43068, -34.65145 ] } },
{ "type": "Feature", "properties": { "name": "Mercedes", "population": 30649.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.07895, -29.18186 ] } },
{ "type": "Feature", "properties": { "name": "Mburucuyá", "population": 9012.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.22835, -28.04532 ] } },
{ "type": "Feature", "properties": { "name": "Margarita Belén", "population": 5547.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.97219, -27.2616 ] } },
{ "type": "Feature", "properties": { "name": "Mar del Plata", "population": 553935.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.55754, -38.00228 ] } },
{ "type": "Feature", "properties": { "name": "Malabrigo", "population": 7026.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.96957, -29.34636 ] } },
{ "type": "Feature", "properties": { "name": "Maciá", "population": 5806.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.39947, -32.1722 ] } },
{ "type": "Feature", "properties": { "name": "Luján", "population": 81749.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.105, -34.57028 ] } },
{ "type": "Feature", "properties": { "name": "Las Toscas", "population": 11811.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.25795, -28.3529 ] } },
{ "type": "Feature", "properties": { "name": "Larroque", "population": 6200.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.00125, -33.03595 ] } },
{ "type": "Feature", "properties": { "name": "La Plata", "population": 694167.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.95453, -34.92145 ] } },
{ "type": "Feature", "properties": { "name": "La Paz", "population": 24716.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.64566, -30.74485 ] } },
{ "type": "Feature", "properties": { "name": "La Leonesa", "population": 10067.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.70347, -27.03786 ] } },
{ "type": "Feature", "properties": { "name": "La Cruz", "population": 8591.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.64326, -29.17443 ] } },
{ "type": "Feature", "properties": { "name": "Jardín América", "population": 24905.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.22698, -27.04346 ] } },
{ "type": "Feature", "properties": { "name": "Itatí", "population": 7902.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.24458, -27.27043 ] } },
{ "type": "Feature", "properties": { "name": "Ibarreta", "population": 8687.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.85851, -25.21438 ] } },
{ "type": "Feature", "properties": { "name": "Gualeguaychú", "population": 78676.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.51722, -33.00937 ] } },
{ "type": "Feature", "properties": { "name": "Gualeguay", "population": 33120.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.30966, -33.14156 ] } },
{ "type": "Feature", "properties": { "name": "Goya", "population": 70245.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.26256, -29.14003 ] } },
{ "type": "Feature", "properties": { "name": "Gobernador Roca", "population": 6315.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.46433, -27.18636 ] } },
{ "type": "Feature", "properties": { "name": "Gobernador Ingeniero Valentín Virasoro", "population": 28756.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.03333, -28.05 ] } },
{ "type": "Feature", "properties": { "name": "General José de San Martín", "population": 31758.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.34158, -26.53743 ] } },
{ "type": "Feature", "properties": { "name": "Garupá", "population": 28814.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.82921, -27.48171 ] } },
{ "type": "Feature", "properties": { "name": "Garuhapé", "population": 8259.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.95665, -26.81768 ] } },
{ "type": "Feature", "properties": { "name": "Formosa", "population": 221383.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.17814, -26.17753 ] } },
{ "type": "Feature", "properties": { "name": "Fontana", "population": 26745.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.02392, -27.41813 ] } },
{ "type": "Feature", "properties": { "name": "Federal", "population": 16333.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.78326, -30.95465 ] } },
{ "type": "Feature", "properties": { "name": "Federación", "population": 13789.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.89962, -31.00621 ] } },
{ "type": "Feature", "properties": { "name": "Esquina", "population": 26399.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.52719, -30.01444 ] } },
{ "type": "Feature", "properties": { "name": "El Soberbio", "population": 19571.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.19877, -27.29847 ] } },
{ "type": "Feature", "properties": { "name": "El Colorado", "population": 12780.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.37291, -26.30808 ] } },
{ "type": "Feature", "properties": { "name": "El Alcázar", "population": 5127.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.81523, -26.71459 ] } },
{ "type": "Feature", "properties": { "name": "Dos de Mayo", "population": 14544.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.68669, -27.02277 ] } },
{ "type": "Feature", "properties": { "name": "Dolores", "population": 25190.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.67918, -36.31321 ] } },
{ "type": "Feature", "properties": { "name": "Curuzú Cuatiá", "population": 36390.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.0546, -29.79171 ] } },
{ "type": "Feature", "properties": { "name": "Corrientes", "population": 339067.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.8341, -27.4806 ] } },
{ "type": "Feature", "properties": { "name": "Concordia", "population": 145210.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.02089, -31.39296 ] } },
{ "type": "Feature", "properties": { "name": "Concepción del Uruguay", "population": 67895.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.23722, -32.48249 ] } },
{ "type": "Feature", "properties": { "name": "Concepción de la Sierra", "population": 7398.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.52031, -27.98311 ] } },
{ "type": "Feature", "properties": { "name": "Comandante Fontana", "population": 5655.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.68212, -25.33453 ] } },
{ "type": "Feature", "properties": { "name": "Colonia Wanda", "population": 12779.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.42806, -25.97408 ] } },
{ "type": "Feature", "properties": { "name": "Colonia Aurora", "population": 8407.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.52498, -27.47428 ] } },
{ "type": "Feature", "properties": { "name": "Colegiales", "population": 57000.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.44924, -34.57365 ] } },
{ "type": "Feature", "properties": { "name": "Clorinda", "population": 15000.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.71851, -25.28481 ] } },
{ "type": "Feature", "properties": { "name": "Chajarí", "population": 30655.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.97962, -30.75048 ] } },
{ "type": "Feature", "properties": { "name": "Cerro Azul", "population": 5323.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.4962, -27.6331 ] } },
{ "type": "Feature", "properties": { "name": "Capioví", "population": 5860.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.06084, -26.92998 ] } },
{ "type": "Feature", "properties": { "name": "Candelaria", "population": 11039.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.74536, -27.4595 ] } },
{ "type": "Feature", "properties": { "name": "Campo Viera", "population": 9228.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.03333, -27.38333 ] } },
{ "type": "Feature", "properties": { "name": "Campo Ramón", "population": 10088.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.01901, -27.46108 ] } },
{ "type": "Feature", "properties": { "name": "Campo Grande", "population": 12040.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.97977, -27.2077 ] } },
{ "type": "Feature", "properties": { "name": "Campana", "population": 81612.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.95914, -34.16874 ] } },
{ "type": "Feature", "properties": { "name": "Buenos Aires", "population": 13076300.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.37723, -34.61315 ] } },
{ "type": "Feature", "properties": { "name": "Bovril", "population": 7977.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.44512, -31.34311 ] } },
{ "type": "Feature", "properties": { "name": "Bernardo de Irigoyen", "population": 10889.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.64581, -26.2552 ] } },
{ "type": "Feature", "properties": { "name": "Barranqueras", "population": 50823.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.93579, -27.48299 ] } },
{ "type": "Feature", "properties": { "name": "Azul", "population": 53941.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.85854, -36.77698 ] } },
{ "type": "Feature", "properties": { "name": "Avellaneda", "population": 23077.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.65834, -29.11761 ] } },
{ "type": "Feature", "properties": { "name": "Aristóbulo del Valle", "population": 20683.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.89626, -27.09625 ] } },
{ "type": "Feature", "properties": { "name": "Alvear", "population": 7917.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.55043, -29.09683 ] } },
{ "type": "Feature", "properties": { "name": "Alba Posse", "population": 6652.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.68262, -27.56978 ] } },
{ "type": "Feature", "properties": { "name": "Zapala", "population": 31534.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.05442, -38.89916 ] } },
{ "type": "Feature", "properties": { "name": "Yuto", "population": 7732.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.47194, -23.64342 ] } },
{ "type": "Feature", "properties": { "name": "Yerba Buena", "population": 50783.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.31667, -26.81667 ] } },
{ "type": "Feature", "properties": { "name": "Yacimiento Río Turbio", "population": 6650.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.3508, -51.57321 ] } },
{ "type": "Feature", "properties": { "name": "Villa Regina", "population": 31209.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.06667, -39.1 ] } },
{ "type": "Feature", "properties": { "name": "Villa Paula de Sarmiento", "population": 19092.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.53838, -31.4933 ] } },
{ "type": "Feature", "properties": { "name": "Villa Ojo de Agua", "population": 5832.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.69377, -29.50003 ] } },
{ "type": "Feature", "properties": { "name": "Villa Nueva", "population": 16841.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.24763, -32.43293 ] } },
{ "type": "Feature", "properties": { "name": "Villa María", "population": 92453.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.24016, -32.40751 ] } },
{ "type": "Feature", "properties": { "name": "Villa La Angostura", "population": 7526.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.64631, -40.76173 ] } },
{ "type": "Feature", "properties": { "name": "Villa Huidobro", "population": 5155.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.58686, -34.83826 ] } },
{ "type": "Feature", "properties": { "name": "Villa General Belgrano", "population": 5888.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.5559, -31.97542 ] } },
{ "type": "Feature", "properties": { "name": "Villa Dolores", "population": 28009.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.18958, -31.94585 ] } },
{ "type": "Feature", "properties": { "name": "Villa de Soto", "population": 7303.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.99947, -30.85523 ] } },
{ "type": "Feature", "properties": { "name": "Villa del Totoral", "population": 7110.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.71667, -30.81667 ] } },
{ "type": "Feature", "properties": { "name": "Villa Constitución", "population": 44271.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.3297, -33.22778 ] } },
{ "type": "Feature", "properties": { "name": "Chañar Ladeado", "population": 5639.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.03831, -33.32524 ] } },
{ "type": "Feature", "properties": { "name": "Villa Carlos Paz", "population": 69451.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.49778, -31.42414 ] } },
{ "type": "Feature", "properties": { "name": "Villa Cañás", "population": 9328.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.60757, -34.00565 ] } },
{ "type": "Feature", "properties": { "name": "Villa Berthet", "population": 12029.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.41263, -27.29174 ] } },
{ "type": "Feature", "properties": { "name": "Villa Ángela", "population": 43511.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.71526, -27.57383 ] } },
{ "type": "Feature", "properties": { "name": "Villa Allende", "population": 21683.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.29538, -31.29458 ] } },
{ "type": "Feature", "properties": { "name": "Viedma", "population": 48940.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.99668, -40.81345 ] } },
{ "type": "Feature", "properties": { "name": "Vicuña Mackenna", "population": 8994.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.39215, -33.91965 ] } },
{ "type": "Feature", "properties": { "name": "Victorica", "population": 6565.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.43586, -36.21505 ] } },
{ "type": "Feature", "properties": { "name": "Victoria", "population": 25139.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.15478, -32.61841 ] } },
{ "type": "Feature", "properties": { "name": "Viale", "population": 8939.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.00722, -31.86782 ] } },
{ "type": "Feature", "properties": { "name": "Vera", "population": 19797.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.21261, -29.4593 ] } },
{ "type": "Feature", "properties": { "name": "Venado Tuerto", "population": 72340.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.96885, -33.74556 ] } },
{ "type": "Feature", "properties": { "name": "Veinticinco de Mayo", "population": 6962.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.71638, -37.7741 ] } },
{ "type": "Feature", "properties": { "name": "Veinticinco de Mayo", "population": 24668.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.17271, -35.4323 ] } },
{ "type": "Feature", "properties": { "name": "Valle Hermoso", "population": 5486.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.48084, -31.11732 ] } },
{ "type": "Feature", "properties": { "name": "Ushuaia", "population": 58028.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.3, -54.8 ] } },
{ "type": "Feature", "properties": { "name": "Unquillo", "population": 15369.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.31615, -31.23073 ] } },
{ "type": "Feature", "properties": { "name": "Trevelin", "population": 6395.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.46386, -43.0858 ] } },
{ "type": "Feature", "properties": { "name": "Tres Isletas", "population": 24747.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.43207, -26.34067 ] } },
{ "type": "Feature", "properties": { "name": "Tres Arroyos", "population": 47136.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.27978, -38.37394 ] } },
{ "type": "Feature", "properties": { "name": "Trelew", "population": 93442.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.30505, -43.24895 ] } },
{ "type": "Feature", "properties": { "name": "Trancas", "population": 6658.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.28492, -26.21575 ] } },
{ "type": "Feature", "properties": { "name": "Totoras", "population": 9587.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.16852, -32.5844 ] } },
{ "type": "Feature", "properties": { "name": "Tostado", "population": 14000.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.76917, -29.23202 ] } },
{ "type": "Feature", "properties": { "name": "Tinogasta", "population": 14509.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.56488, -28.06319 ] } },
{ "type": "Feature", "properties": { "name": "Tilisarao", "population": 5478.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.29109, -32.73292 ] } },
{ "type": "Feature", "properties": { "name": "Tilcara", "population": 5640.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.3509, -23.57757 ] } },
{ "type": "Feature", "properties": { "name": "Termas de Río Hondo", "population": 27838.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.85972, -27.49362 ] } },
{ "type": "Feature", "properties": { "name": "Tartagal", "population": 60819.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.80131, -22.51637 ] } },
{ "type": "Feature", "properties": { "name": "Tancacha", "population": 5184.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.9807, -32.24309 ] } },
{ "type": "Feature", "properties": { "name": "Tafí Viejo", "population": 48459.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.25921, -26.73201 ] } },
{ "type": "Feature", "properties": { "name": "Taco Pozo", "population": 8470.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.28333, -25.61667 ] } },
{ "type": "Feature", "properties": { "name": "Suncho Corral", "population": 6087.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.42938, -27.93357 ] } },
{ "type": "Feature", "properties": { "name": "Sunchales", "population": 18757.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.56148, -30.94404 ] } },
{ "type": "Feature", "properties": { "name": "Simoca", "population": 7939.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.35647, -27.26272 ] } },
{ "type": "Feature", "properties": { "name": "Sierra Grande", "population": 6978.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.35574, -41.60603 ] } },
{ "type": "Feature", "properties": { "name": "Senillosa", "population": 6394.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.41667, -39.0 ] } },
{ "type": "Feature", "properties": { "name": "Sastre", "population": 5521.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.82887, -31.76762 ] } },
{ "type": "Feature", "properties": { "name": "Sarmiento", "population": 8292.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.06996, -45.58815 ] } },
{ "type": "Feature", "properties": { "name": "Santo Tomé", "population": 59072.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.7653, -31.66274 ] } },
{ "type": "Feature", "properties": { "name": "Santiago del Estero", "population": 354692.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.26149, -27.79511 ] } },
{ "type": "Feature", "properties": { "name": "Santa Sylvina", "population": 9040.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.13747, -27.83261 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa de Río Primero", "population": 6788.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.40191, -31.15231 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa de Calamuchita", "population": 9504.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.53631, -32.06905 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa", "population": 111424.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.28333, -36.61667 ] } },
{ "type": "Feature", "properties": { "name": "Santa Lucía", "population": 43565.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.49503, -31.53987 ] } },
{ "type": "Feature", "properties": { "name": "Santa Fe de la Vera Cruz", "population": 489505.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.7, -31.63333 ] } },
{ "type": "Feature", "properties": { "name": "San Salvador de Jujuy", "population": 305891.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.29712, -24.19457 ] } },
{ "type": "Feature", "properties": { "name": "San Ramón de la Nueva Orán", "population": 74059.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.32426, -23.13705 ] } },
{ "type": "Feature", "properties": { "name": "San Rafael", "population": 109163.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.33007, -34.61772 ] } },
{ "type": "Feature", "properties": { "name": "San Pedro", "population": 58430.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.86614, -24.23127 ] } },
{ "type": "Feature", "properties": { "name": "San Nicolás de los Arroyos", "population": 127742.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.22523, -33.33578 ] } },
{ "type": "Feature", "properties": { "name": "San Miguel de Tucumán", "population": 781023.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.2226, -26.82414 ] } },
{ "type": "Feature", "properties": { "name": "San Martín de los Andes", "population": 23519.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.35337, -40.15789 ] } },
{ "type": "Feature", "properties": { "name": "San Martín", "population": 82549.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.46814, -33.08103 ] } },
{ "type": "Feature", "properties": { "name": "San Martín", "population": 10140.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.50065, -31.42957 ] } },
{ "type": "Feature", "properties": { "name": "San Luis", "population": 183982.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.33563, -33.29501 ] } },
{ "type": "Feature", "properties": { "name": "San Justo", "population": 21809.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.59189, -30.78913 ] } },
{ "type": "Feature", "properties": { "name": "Rufino", "population": 18361.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.71262, -34.26827 ] } },
{ "type": "Feature", "properties": { "name": "San Juan", "population": 447048.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.53639, -31.5375 ] } },
{ "type": "Feature", "properties": { "name": "San José de Jáchal", "population": 21018.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.74693, -30.24057 ] } },
{ "type": "Feature", "properties": { "name": "San Jorge", "population": 16873.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.85984, -31.89618 ] } },
{ "type": "Feature", "properties": { "name": "San Francisco", "population": 59062.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.08266, -31.42797 ] } },
{ "type": "Feature", "properties": { "name": "San Fernando del Valle de Catamarca", "population": 188812.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.78524, -28.46957 ] } },
{ "type": "Feature", "properties": { "name": "San Cristóbal", "population": 14286.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.23724, -30.31053 ] } },
{ "type": "Feature", "properties": { "name": "San Carlos Centro", "population": 10465.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.09192, -31.72864 ] } },
{ "type": "Feature", "properties": { "name": "San Bernardo", "population": 11101.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.71252, -27.28782 ] } },
{ "type": "Feature", "properties": { "name": "San Benito", "population": 6771.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.44156, -31.78371 ] } },
{ "type": "Feature", "properties": { "name": "San Antonio Oeste", "population": 16966.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.94769, -40.73193 ] } },
{ "type": "Feature", "properties": { "name": "San Agustín de Valle Fértil", "population": 6864.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.46821, -30.63353 ] } },
{ "type": "Feature", "properties": { "name": "Sampacho", "population": 7238.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.72211, -33.3839 ] } },
{ "type": "Feature", "properties": { "name": "Salta", "population": 512686.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.41166, -24.7859 ] } },
{ "type": "Feature", "properties": { "name": "Salsipuedes", "population": 6411.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.29589, -31.13725 ] } },
{ "type": "Feature", "properties": { "name": "Rosario", "population": 1173533.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.63932, -32.94682 ] } },
{ "type": "Feature", "properties": { "name": "Roldán", "population": 12468.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.90681, -32.89846 ] } },
{ "type": "Feature", "properties": { "name": "Río Tercero", "population": 53389.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.11405, -32.17301 ] } },
{ "type": "Feature", "properties": { "name": "Río Segundo", "population": 18155.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.9099, -31.6526 ] } },
{ "type": "Feature", "properties": { "name": "Río Gallegos", "population": 85700.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.21813, -51.62261 ] } },
{ "type": "Feature", "properties": { "name": "Río Cuarto", "population": 153757.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.34992, -33.13067 ] } },
{ "type": "Feature", "properties": { "name": "Río Ceballos", "population": 16632.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.32241, -31.16486 ] } },
{ "type": "Feature", "properties": { "name": "Recreo", "population": 12798.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.73299, -31.49076 ] } },
{ "type": "Feature", "properties": { "name": "Recreo", "population": 14204.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.06096, -29.28184 ] } },
{ "type": "Feature", "properties": { "name": "Realicó", "population": 7151.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.2447, -35.03658 ] } },
{ "type": "Feature", "properties": { "name": "Rawson", "population": 26335.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.10228, -43.30016 ] } },
{ "type": "Feature", "properties": { "name": "Rafaela", "population": 88713.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.4867, -31.25033 ] } },
{ "type": "Feature", "properties": { "name": "Rada Tilly", "population": 6208.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.53333, -45.93333 ] } },
{ "type": "Feature", "properties": { "name": "Quitilipi", "population": 32083.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.21683, -26.86913 ] } },
{ "type": "Feature", "properties": { "name": "Quimilí", "population": 10959.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.41667, -27.63333 ] } },
{ "type": "Feature", "properties": { "name": "Punta Alta", "population": 57209.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.07359, -38.87588 ] } },
{ "type": "Feature", "properties": { "name": "San Julián", "population": 6143.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.72743, -49.30554 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Madryn", "population": 64555.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.03851, -42.7692 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Deseado", "population": 10237.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.89382, -47.75034 ] } },
{ "type": "Feature", "properties": { "name": "Presidencia Roque Sáenz Peña", "population": 81879.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.43876, -26.78522 ] } },
{ "type": "Feature", "properties": { "name": "Pozo del Molle", "population": 5429.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.91984, -32.0186 ] } },
{ "type": "Feature", "properties": { "name": "Pocito", "population": 40969.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.58333, -31.68333 ] } },
{ "type": "Feature", "properties": { "name": "Plottier", "population": 25186.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.23333, -38.96667 ] } },
{ "type": "Feature", "properties": { "name": "Plaza Huincul", "population": 12273.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.20863, -38.92598 ] } },
{ "type": "Feature", "properties": { "name": "Pilar", "population": 12488.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.87964, -31.6789 ] } },
{ "type": "Feature", "properties": { "name": "Pico Truncado", "population": 14985.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.95731, -46.7949 ] } },
{ "type": "Feature", "properties": { "name": "Pergamino", "population": 87652.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.57357, -33.88995 ] } },
{ "type": "Feature", "properties": { "name": "Pérez", "population": 24436.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.76791, -32.99835 ] } },
{ "type": "Feature", "properties": { "name": "Paraná", "population": 262295.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.5238, -31.73197 ] } },
{ "type": "Feature", "properties": { "name": "Pampa del Infierno", "population": 8176.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.17436, -26.50517 ] } },
{ "type": "Feature", "properties": { "name": "Palpalá", "population": 48199.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.21163, -24.25647 ] } },
{ "type": "Feature", "properties": { "name": "Palma Sola", "population": 5318.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.29872, -23.96336 ] } },
{ "type": "Feature", "properties": { "name": "Oncativo", "population": 12660.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.68201, -31.91353 ] } },
{ "type": "Feature", "properties": { "name": "Oliva", "population": 11629.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.56978, -32.04158 ] } },
{ "type": "Feature", "properties": { "name": "Olavarría", "population": 86320.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.32254, -36.89272 ] } },
{ "type": "Feature", "properties": { "name": "Nueve de Julio", "population": 34718.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.88313, -35.44437 ] } },
{ "type": "Feature", "properties": { "name": "Nueve de Julio", "population": 7652.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.39023, -31.66914 ] } },
{ "type": "Feature", "properties": { "name": "Neuquén", "population": 242092.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.0591, -38.95161 ] } },
{ "type": "Feature", "properties": { "name": "Morteros", "population": 15129.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.99862, -30.71164 ] } },
{ "type": "Feature", "properties": { "name": "Monteros", "population": 23771.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.49832, -27.16741 ] } },
{ "type": "Feature", "properties": { "name": "Monte Maíz", "population": 6920.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.60085, -33.20462 ] } },
{ "type": "Feature", "properties": { "name": "Monte Cristo", "population": 6914.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.94437, -31.34312 ] } },
{ "type": "Feature", "properties": { "name": "Monte Buey", "population": 5497.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.45669, -32.91642 ] } },
{ "type": "Feature", "properties": { "name": "Mina Clavero", "population": 6855.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.00619, -31.72101 ] } },
{ "type": "Feature", "properties": { "name": "Merlo", "population": 11159.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.01396, -32.34288 ] } },
{ "type": "Feature", "properties": { "name": "Mendoza", "population": 876884.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.82717, -32.89084 ] } },
{ "type": "Feature", "properties": { "name": "Marcos Juárez", "population": 24226.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.10672, -32.6978 ] } },
{ "type": "Feature", "properties": { "name": "Malvinas Argentinas", "population": 8628.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.06667, -31.38333 ] } },
{ "type": "Feature", "properties": { "name": "Malagueño", "population": 9364.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.3584, -31.46467 ] } },
{ "type": "Feature", "properties": { "name": "Machagai", "population": 28070.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.04955, -26.92614 ] } },
{ "type": "Feature", "properties": { "name": "Los Frentones", "population": 6610.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.41367, -26.4077 ] } },
{ "type": "Feature", "properties": { "name": "Los Altos", "population": 6421.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.49945, -28.04845 ] } },
{ "type": "Feature", "properties": { "name": "Lincoln", "population": 41808.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.5302, -34.86649 ] } },
{ "type": "Feature", "properties": { "name": "Libertador General San Martín", "population": 49267.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.78757, -23.80644 ] } },
{ "type": "Feature", "properties": { "name": "Leones", "population": 9971.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.29678, -32.66174 ] } },
{ "type": "Feature", "properties": { "name": "La Toma", "population": 6663.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.62385, -33.05258 ] } },
{ "type": "Feature", "properties": { "name": "Las Varillas", "population": 14649.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.71946, -31.87208 ] } },
{ "type": "Feature", "properties": { "name": "Las Rosas", "population": 12793.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.58041, -32.47661 ] } },
{ "type": "Feature", "properties": { "name": "Las Parejas", "population": 11317.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.51637, -32.68478 ] } },
{ "type": "Feature", "properties": { "name": "Las Lomitas", "population": 10354.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.59303, -24.70955 ] } },
{ "type": "Feature", "properties": { "name": "Las Lajitas", "population": 9151.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.25, -24.68333 ] } },
{ "type": "Feature", "properties": { "name": "Las Higueras", "population": 5282.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.28899, -33.09231 ] } },
{ "type": "Feature", "properties": { "name": "Las Heras", "population": 9303.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.93593, -46.54186 ] } },
{ "type": "Feature", "properties": { "name": "Las Breñas", "population": 26955.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.08161, -27.08966 ] } },
{ "type": "Feature", "properties": { "name": "La Rioja", "population": 162620.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.85067, -29.41105 ] } },
{ "type": "Feature", "properties": { "name": "La Quiaca", "population": 14751.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.59299, -22.10236 ] } },
{ "type": "Feature", "properties": { "name": "Lamarque", "population": 7819.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.70208, -39.42304 ] } },
{ "type": "Feature", "properties": { "name": "Laguna Paiva", "population": 12250.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.65894, -31.30391 ] } },
{ "type": "Feature", "properties": { "name": "Laguna Larga", "population": 7137.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.80104, -31.77652 ] } },
{ "type": "Feature", "properties": { "name": "La Falda", "population": 15112.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.48987, -31.08841 ] } },
{ "type": "Feature", "properties": { "name": "La Cumbre", "population": 7235.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.49139, -30.98201 ] } },
{ "type": "Feature", "properties": { "name": "La Cocha", "population": 7066.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.57035, -27.77729 ] } },
{ "type": "Feature", "properties": { "name": "La Carlota", "population": 11490.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.29769, -33.41993 ] } },
{ "type": "Feature", "properties": { "name": "La Calera", "population": 24796.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.33529, -31.34377 ] } },
{ "type": "Feature", "properties": { "name": "Laboulaye", "population": 19908.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.39119, -34.12662 ] } },
{ "type": "Feature", "properties": { "name": "Laborde", "population": 5492.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.85661, -33.15319 ] } },
{ "type": "Feature", "properties": { "name": "Justo Daract", "population": 9680.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.18277, -33.8594 ] } },
{ "type": "Feature", "properties": { "name": "Justiniano Posse", "population": 7406.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.67788, -32.88411 ] } },
{ "type": "Feature", "properties": { "name": "Junín de los Andes", "population": 10592.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.06936, -39.95043 ] } },
{ "type": "Feature", "properties": { "name": "Junín", "population": 85007.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.94332, -34.58382 ] } },
{ "type": "Feature", "properties": { "name": "Joaquín V. González", "population": 19185.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.18333, -25.08333 ] } },
{ "type": "Feature", "properties": { "name": "Jesús María", "population": 26825.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.09424, -30.98153 ] } },
{ "type": "Feature", "properties": { "name": "Intendente Alvear", "population": 6990.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.59205, -35.23383 ] } },
{ "type": "Feature", "properties": { "name": "Ingenio La Esperanza", "population": 5002.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.83896, -24.22554 ] } },
{ "type": "Feature", "properties": { "name": "Ingeniero Luis A. Huergo", "population": 6483.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.23333, -39.08333 ] } },
{ "type": "Feature", "properties": { "name": "Ingeniero Jacobacci", "population": 5785.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.55015, -41.3292 ] } },
{ "type": "Feature", "properties": { "name": "Ingeniero Guillermo N. Juárez", "population": 10357.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.85, -23.9 ] } },
{ "type": "Feature", "properties": { "name": "Icaño", "population": 6857.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.32817, -28.91934 ] } },
{ "type": "Feature", "properties": { "name": "Humahuaca", "population": 11369.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.35048, -23.20544 ] } },
{ "type": "Feature", "properties": { "name": "Huinca Renancó", "population": 8637.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.3758, -34.84038 ] } },
{ "type": "Feature", "properties": { "name": "Huillapima", "population": 7779.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.9787, -28.72533 ] } },
{ "type": "Feature", "properties": { "name": "Huerta Grande", "population": 5630.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.49063, -31.07524 ] } },
{ "type": "Feature", "properties": { "name": "Hernando", "population": 10486.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.73333, -32.42657 ] } },
{ "type": "Feature", "properties": { "name": "Hermoso Campo", "population": 7435.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.34441, -27.60816 ] } },
{ "type": "Feature", "properties": { "name": "Guatraché", "population": 5271.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.53021, -37.66776 ] } },
{ "type": "Feature", "properties": { "name": "Graneros", "population": 5263.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.4383, -27.64934 ] } },
{ "type": "Feature", "properties": { "name": "Granadero Baigorria", "population": 32427.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.71754, -32.85683 ] } },
{ "type": "Feature", "properties": { "name": "Gobernador Gálvez", "population": 74650.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.64045, -33.03016 ] } },
{ "type": "Feature", "properties": { "name": "General Roca", "population": 73212.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.58333, -39.03333 ] } },
{ "type": "Feature", "properties": { "name": "General Ramírez", "population": 8614.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.20079, -32.17601 ] } },
{ "type": "Feature", "properties": { "name": "General Pinedo", "population": 15741.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.28333, -27.31667 ] } },
{ "type": "Feature", "properties": { "name": "General Pico", "population": 57029.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.75682, -35.65662 ] } },
{ "type": "Feature", "properties": { "name": "General Levalle", "population": 5492.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.92413, -34.01472 ] } },
{ "type": "Feature", "properties": { "name": "General Fernández Oro", "population": 6813.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.92489, -38.95297 ] } },
{ "type": "Feature", "properties": { "name": "General Enrique Mosconi", "population": 19811.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.81255, -22.59588 ] } },
{ "type": "Feature", "properties": { "name": "General Conesa", "population": 5595.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.43333, -40.1 ] } },
{ "type": "Feature", "properties": { "name": "General Cabrera", "population": 10351.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.87243, -32.81313 ] } },
{ "type": "Feature", "properties": { "name": "General Acha", "population": 12536.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.60431, -37.37698 ] } },
{ "type": "Feature", "properties": { "name": "Gálvez", "population": 18374.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.22103, -32.02927 ] } },
{ "type": "Feature", "properties": { "name": "Gaimán", "population": 5753.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.4929, -43.2897 ] } },
{ "type": "Feature", "properties": { "name": "Funes", "population": 14750.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.80995, -32.91568 ] } },
{ "type": "Feature", "properties": { "name": "Fray Luis Beltrán", "population": 6401.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.76667, -39.31667 ] } },
{ "type": "Feature", "properties": { "name": "Fray Luis A. Beltrán", "population": 14390.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.72819, -32.79122 ] } },
{ "type": "Feature", "properties": { "name": "Fraile Pintado", "population": 13682.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.79943, -23.94079 ] } },
{ "type": "Feature", "properties": { "name": "Firmat", "population": 18294.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.4832, -33.45937 ] } },
{ "type": "Feature", "properties": { "name": "Fiambalá", "population": 8061.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.6149, -27.68705 ] } },
{ "type": "Feature", "properties": { "name": "Famaillá", "population": 30951.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.40329, -27.05413 ] } },
{ "type": "Feature", "properties": { "name": "Esquel", "population": 28486.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.31947, -42.91147 ] } },
{ "type": "Feature", "properties": { "name": "Esperanza", "population": 35885.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.93173, -31.4488 ] } },
{ "type": "Feature", "properties": { "name": "Embarcación", "population": 23961.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.09605, -23.20898 ] } },
{ "type": "Feature", "properties": { "name": "Embalse", "population": 15900.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.41809, -32.18 ] } },
{ "type": "Feature", "properties": { "name": "El Trébol", "population": 10871.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.7014, -32.2008 ] } },
{ "type": "Feature", "properties": { "name": "El Quebrachal", "population": 10243.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.06667, -25.28333 ] } },
{ "type": "Feature", "properties": { "name": "El Galpón", "population": 8357.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.65259, -25.38069 ] } },
{ "type": "Feature", "properties": { "name": "El Carril", "population": 9780.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.49174, -25.0741 ] } },
{ "type": "Feature", "properties": { "name": "El Calafate", "population": 8000.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.27682, -50.34075 ] } },
{ "type": "Feature", "properties": { "name": "El Bolsón", "population": 15537.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.53336, -41.96051 ] } },
{ "type": "Feature", "properties": { "name": "Eduardo Castex", "population": 9861.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.29448, -35.91501 ] } },
{ "type": "Feature", "properties": { "name": "Diamante", "population": 19545.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.63837, -32.06641 ] } },
{ "type": "Feature", "properties": { "name": "Devoto", "population": 5597.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.30634, -31.40431 ] } },
{ "type": "Feature", "properties": { "name": "Despeñaderos", "population": 5645.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.28989, -31.81626 ] } },
{ "type": "Feature", "properties": { "name": "Deán Funes", "population": 20164.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.34984, -30.42036 ] } },
{ "type": "Feature", "properties": { "name": "Cutral-Có", "population": 47380.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.23052, -38.93424 ] } },
{ "type": "Feature", "properties": { "name": "Cruz del Eje", "population": 28166.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.80387, -30.72644 ] } },
{ "type": "Feature", "properties": { "name": "Cruz Alta", "population": 6862.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.80746, -33.00887 ] } },
{ "type": "Feature", "properties": { "name": "Crespo", "population": 18296.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.30658, -32.02873 ] } },
{ "type": "Feature", "properties": { "name": "Cosquín", "population": 19070.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.46563, -31.24508 ] } },
{ "type": "Feature", "properties": { "name": "Corzuela", "population": 10470.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.96928, -26.95374 ] } },
{ "type": "Feature", "properties": { "name": "Corral de Bustos", "population": 9882.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.18463, -33.28205 ] } },
{ "type": "Feature", "properties": { "name": "Coronel Suárez", "population": 27000.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.93343, -37.45467 ] } },
{ "type": "Feature", "properties": { "name": "Coronel Moldes", "population": 8104.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.59711, -33.6227 ] } },
{ "type": "Feature", "properties": { "name": "Coronel Du Graty", "population": 9140.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.91462, -27.68038 ] } },
{ "type": "Feature", "properties": { "name": "Coronel Dorrego", "population": 11644.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.28733, -38.71867 ] } },
{ "type": "Feature", "properties": { "name": "Coronda", "population": 16975.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.91983, -31.97263 ] } },
{ "type": "Feature", "properties": { "name": "Córdoba", "population": 1428214.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.18105, -31.4135 ] } },
{ "type": "Feature", "properties": { "name": "Concepción del Bermejo", "population": 5830.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.94617, -26.59926 ] } },
{ "type": "Feature", "properties": { "name": "Comodoro Rivadavia", "population": 140850.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.49656, -45.86413 ] } },
{ "type": "Feature", "properties": { "name": "Clodomira", "population": 9043.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.13108, -27.5744 ] } },
{ "type": "Feature", "properties": { "name": "Cipolletti", "population": 75078.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.99032, -38.93392 ] } },
{ "type": "Feature", "properties": { "name": "Cinco Saltos", "population": 19819.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.06293, -38.82225 ] } },
{ "type": "Feature", "properties": { "name": "Chos Malal", "population": 11721.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.27085, -37.37809 ] } },
{ "type": "Feature", "properties": { "name": "Choele Choel", "population": 9791.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.68333, -39.26667 ] } },
{ "type": "Feature", "properties": { "name": "Caimancito", "population": 5403.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.5937, -23.74069 ] } },
{ "type": "Feature", "properties": { "name": "Chivilcoy", "population": 54514.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.01667, -34.89566 ] } },
{ "type": "Feature", "properties": { "name": "Chimbas", "population": 73829.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.53333, -31.48333 ] } },
{ "type": "Feature", "properties": { "name": "Chilecito", "population": 42248.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.4974, -29.16195 ] } },
{ "type": "Feature", "properties": { "name": "Chicoana", "population": 8468.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.5331, -25.10088 ] } },
{ "type": "Feature", "properties": { "name": "Charata", "population": 27813.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.18795, -27.21438 ] } },
{ "type": "Feature", "properties": { "name": "Chamical", "population": 13383.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.31399, -30.36002 ] } },
{ "type": "Feature", "properties": { "name": "Chacabuco", "population": 34587.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.47389, -34.64167 ] } },
{ "type": "Feature", "properties": { "name": "Cervantes", "population": 5173.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.38333, -39.05 ] } },
{ "type": "Feature", "properties": { "name": "Ceres", "population": 13063.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.94504, -29.881 ] } },
{ "type": "Feature", "properties": { "name": "Centenario", "population": 28956.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.1318, -38.82955 ] } },
{ "type": "Feature", "properties": { "name": "Caucete", "population": 33609.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.28105, -31.65179 ] } },
{ "type": "Feature", "properties": { "name": "Catriel", "population": 15169.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.7956, -37.87907 ] } },
{ "type": "Feature", "properties": { "name": "Castelli", "population": 36588.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.61947, -25.94679 ] } },
{ "type": "Feature", "properties": { "name": "Casilda", "population": 32002.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.16806, -33.04417 ] } },
{ "type": "Feature", "properties": { "name": "Carcarañá", "population": 15619.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.15331, -32.85679 ] } },
{ "type": "Feature", "properties": { "name": "Capitán Bermúdez", "population": 27060.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.71852, -32.82262 ] } },
{ "type": "Feature", "properties": { "name": "Capilla del Monte", "population": 9085.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.52515, -30.86088 ] } },
{ "type": "Feature", "properties": { "name": "Capayán", "population": 6358.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.05025, -28.76105 ] } },
{ "type": "Feature", "properties": { "name": "Canals", "population": 8343.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.88927, -33.56542 ] } },
{ "type": "Feature", "properties": { "name": "Cañada de Gómez", "population": 36000.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.39493, -32.81636 ] } },
{ "type": "Feature", "properties": { "name": "Campo Quijano", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.63656, -24.90982 ] } },
{ "type": "Feature", "properties": { "name": "Campo Largo", "population": 10743.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.84215, -26.80077 ] } },
{ "type": "Feature", "properties": { "name": "Campo Gallo", "population": 5455.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.85, -26.58333 ] } },
{ "type": "Feature", "properties": { "name": "Calingasta", "population": 8176.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.40783, -31.33084 ] } },
{ "type": "Feature", "properties": { "name": "Calilegua", "population": 5174.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.77002, -23.77368 ] } },
{ "type": "Feature", "properties": { "name": "Caleta Olivia", "population": 36077.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.52814, -46.43929 ] } },
{ "type": "Feature", "properties": { "name": "Calchaquí", "population": 10221.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.28697, -29.88767 ] } },
{ "type": "Feature", "properties": { "name": "Cafayate", "population": 11785.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.97766, -26.07286 ] } },
{ "type": "Feature", "properties": { "name": "Brinkmann", "population": 8237.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.03742, -30.86589 ] } },
{ "type": "Feature", "properties": { "name": "Berrotarán", "population": 6446.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.38867, -32.451 ] } },
{ "type": "Feature", "properties": { "name": "Beltrán", "population": 5321.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.06098, -27.82913 ] } },
{ "type": "Feature", "properties": { "name": "Bell Ville", "population": 35105.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.68873, -32.62591 ] } },
{ "type": "Feature", "properties": { "name": "Bella Vista", "population": 15126.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.30196, -27.03424 ] } },
{ "type": "Feature", "properties": { "name": "Balnearia", "population": 5585.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.66733, -31.0088 ] } },
{ "type": "Feature", "properties": { "name": "Bahía Blanca", "population": 276546.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.27243, -38.71959 ] } },
{ "type": "Feature", "properties": { "name": "Aviá Terai", "population": 6821.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.7292, -26.68532 ] } },
{ "type": "Feature", "properties": { "name": "Arroyo Seco", "population": 20008.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.50863, -33.15489 ] } },
{ "type": "Feature", "properties": { "name": "Arroyito", "population": 19577.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.05002, -31.42022 ] } },
{ "type": "Feature", "properties": { "name": "Armstrong", "population": 10388.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.60222, -32.78215 ] } },
{ "type": "Feature", "properties": { "name": "Arias", "population": 6928.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.40272, -33.64411 ] } },
{ "type": "Feature", "properties": { "name": "Arauco", "population": 13720.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.79438, -28.5805 ] } },
{ "type": "Feature", "properties": { "name": "Apolinario Saravia", "population": 8595.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.99535, -24.43276 ] } },
{ "type": "Feature", "properties": { "name": "Andalgalá", "population": 14068.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.31794, -27.60012 ] } },
{ "type": "Feature", "properties": { "name": "Añatuya", "population": 20261.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.83472, -28.46064 ] } },
{ "type": "Feature", "properties": { "name": "Alta Gracia", "population": 40384.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.42826, -31.65292 ] } },
{ "type": "Feature", "properties": { "name": "Almafuerte", "population": 10534.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.25559, -32.19296 ] } },
{ "type": "Feature", "properties": { "name": "Allen", "population": 26083.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.82714, -38.97736 ] } },
{ "type": "Feature", "properties": { "name": "Alderetes", "population": 38466.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.13333, -26.81667 ] } },
{ "type": "Feature", "properties": { "name": "Albardón", "population": 20413.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.52556, -31.43722 ] } },
{ "type": "Feature", "properties": { "name": "Aguilares", "population": 32494.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.61427, -27.4338 ] } },
{ "type": "Feature", "properties": { "name": "Adelia María", "population": 6434.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.02097, -33.63152 ] } },
{ "type": "Feature", "properties": { "name": "Abra Pampa", "population": 9425.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.69697, -22.72049 ] } },
{ "type": "Feature", "properties": { "name": "Villa Santa Rita", "population": 34000.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.481, -34.61082 ] } },
{ "type": "Feature", "properties": { "name": "Villa Mercedes", "population": 96781.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.45783, -33.67571 ] } },
{ "type": "Feature", "properties": { "name": "La Punta", "population": 15000.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.3127, -33.18368 ] } },
{ "type": "Feature", "properties": { "name": "Villa Berna", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.75651, -31.90321 ] } },
{ "type": "Feature", "properties": { "name": "San Carlos de Bariloche", "population": 95394.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.30822, -41.14557 ] } },
{ "type": "Feature", "properties": { "name": "Río Turbio", "population": 6650.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.33673, -51.53587 ] } },
{ "type": "Feature", "properties": { "name": "Adrogué", "population": 28265.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.38384, -34.80041 ] } },
{ "type": "Feature", "properties": { "name": "Tāfuna", "population": 11017.000000 }, "geometry": { "type": "Point", "coordinates": [ -170.72, -14.33583 ] } },
{ "type": "Feature", "properties": { "name": "Pago Pago", "population": 11500.000000 }, "geometry": { "type": "Point", "coordinates": [ -170.7025, -14.27806 ] } },
{ "type": "Feature", "properties": { "name": "Neu-Guntramsdorf", "population": 9071.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.31573, 48.0642 ] } },
{ "type": "Feature", "properties": { "name": "Zwettl Stift", "population": 11718.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.2, 48.61667 ] } },
{ "type": "Feature", "properties": { "name": "Zistersdorf", "population": 5661.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.75, 48.53333 ] } },
{ "type": "Feature", "properties": { "name": "Zirl", "population": 6567.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.23333, 47.28333 ] } },
{ "type": "Feature", "properties": { "name": "Zeltweg", "population": 7726.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.75, 47.18333 ] } },
{ "type": "Feature", "properties": { "name": "Zell am See", "population": 10046.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.79444, 47.32556 ] } },
{ "type": "Feature", "properties": { "name": "Ybbs an der Donau", "population": 5676.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.08333, 48.16667 ] } },
{ "type": "Feature", "properties": { "name": "Wörgl", "population": 11265.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.06667, 47.48333 ] } },
{ "type": "Feature", "properties": { "name": "Wördern", "population": 6886.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.21016, 48.334 ] } },
{ "type": "Feature", "properties": { "name": "Wolkersdorf im Weinviertel", "population": 6416.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.51667, 48.38333 ] } },
{ "type": "Feature", "properties": { "name": "Wolfurt", "population": 8110.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.75, 47.46667 ] } },
{ "type": "Feature", "properties": { "name": "Wolfsberg", "population": 25610.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.84417, 46.84056 ] } },
{ "type": "Feature", "properties": { "name": "Wilhelmsburg", "population": 6718.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.60539, 48.10571 ] } },
{ "type": "Feature", "properties": { "name": "Wiener Neustadt", "population": 38481.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.25, 47.8 ] } },
{ "type": "Feature", "properties": { "name": "Wiener Neudorf", "population": 8530.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.31384, 48.08278 ] } },
{ "type": "Feature", "properties": { "name": "Vienna", "population": 1691468.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.37208, 48.20849 ] } },
{ "type": "Feature", "properties": { "name": "Wetzelsdorf", "population": 14314.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.39923, 47.05293 ] } },
{ "type": "Feature", "properties": { "name": "Wernberg", "population": 5070.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.93333, 46.61667 ] } },
{ "type": "Feature", "properties": { "name": "Wels", "population": 57946.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.03333, 48.16667 ] } },
{ "type": "Feature", "properties": { "name": "Weiz", "population": 9128.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.61667, 47.21667 ] } },
{ "type": "Feature", "properties": { "name": "Weinzierl bei Krems", "population": 24092.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.6, 48.4 ] } },
{ "type": "Feature", "properties": { "name": "Wattens", "population": 7517.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.6, 47.28333 ] } },
{ "type": "Feature", "properties": { "name": "Waidhofen an der Ybbs", "population": 11774.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.77361, 47.96004 ] } },
{ "type": "Feature", "properties": { "name": "Waidhofen an der Thaya", "population": 5838.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.28333, 48.81667 ] } },
{ "type": "Feature", "properties": { "name": "Vorchdorf", "population": 7455.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.92122, 48.00388 ] } },
{ "type": "Feature", "properties": { "name": "Völs", "population": 6573.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.33333, 47.25 ] } },
{ "type": "Feature", "properties": { "name": "Völkermarkt", "population": 11373.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.63444, 46.66222 ] } },
{ "type": "Feature", "properties": { "name": "Voitsberg", "population": 9980.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.15, 47.03333 ] } },
{ "type": "Feature", "properties": { "name": "Vöcklabruck", "population": 11887.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.65, 48.01667 ] } },
{ "type": "Feature", "properties": { "name": "Villach", "population": 58882.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.85583, 46.61028 ] } },
{ "type": "Feature", "properties": { "name": "Velden am Wörthersee", "population": 8817.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.0413, 46.61301 ] } },
{ "type": "Feature", "properties": { "name": "Tulln", "population": 14201.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.05858, 48.32829 ] } },
{ "type": "Feature", "properties": { "name": "Trofaiach", "population": 8313.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.00681, 47.42524 ] } },
{ "type": "Feature", "properties": { "name": "Traun", "population": 23959.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.23459, 48.22656 ] } },
{ "type": "Feature", "properties": { "name": "Traismauer", "population": 5815.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.73333, 48.35 ] } },
{ "type": "Feature", "properties": { "name": "Traiskirchen", "population": 16212.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.29324, 48.01485 ] } },
{ "type": "Feature", "properties": { "name": "Timelkam", "population": 5855.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.6076, 48.00394 ] } },
{ "type": "Feature", "properties": { "name": "Thalgau", "population": 5501.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.25, 47.83333 ] } },
{ "type": "Feature", "properties": { "name": "Ternitz", "population": 15153.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.03575, 47.71565 ] } },
{ "type": "Feature", "properties": { "name": "Telfs", "population": 14028.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.06817, 47.30707 ] } },
{ "type": "Feature", "properties": { "name": "Tamsweg", "population": 6126.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.81102, 47.12808 ] } },
{ "type": "Feature", "properties": { "name": "Strasswalchen", "population": 7145.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.25, 47.98333 ] } },
{ "type": "Feature", "properties": { "name": "Strasshof an der Nordbahn", "population": 7637.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.66667, 48.31667 ] } },
{ "type": "Feature", "properties": { "name": "Stockerau", "population": 14831.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.21667, 48.38333 ] } },
{ "type": "Feature", "properties": { "name": "Steyr", "population": 39566.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.42127, 48.04274 ] } },
{ "type": "Feature", "properties": { "name": "Spittal an der Drau", "population": 16363.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.5, 46.8 ] } },
{ "type": "Feature", "properties": { "name": "Hall in Tirol", "population": 12460.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.51667, 47.28333 ] } },
{ "type": "Feature", "properties": { "name": "Sierning", "population": 8722.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.30935, 48.04343 ] } },
{ "type": "Feature", "properties": { "name": "Sieghartskirchen", "population": 7062.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.01223, 48.25531 ] } },
{ "type": "Feature", "properties": { "name": "Seekirchen am Wallersee", "population": 9865.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.13333, 47.9 ] } },
{ "type": "Feature", "properties": { "name": "Seeboden", "population": 6221.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.5143, 46.81909 ] } },
{ "type": "Feature", "properties": { "name": "Schwechat", "population": 15711.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.46667, 48.13333 ] } },
{ "type": "Feature", "properties": { "name": "Schwaz", "population": 12507.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.71014, 47.35169 ] } },
{ "type": "Feature", "properties": { "name": "Schrems", "population": 5811.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.06667, 48.78333 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Veit an der Glan", "population": 13116.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.36028, 46.76806 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Valentin", "population": 9063.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.51667, 48.16667 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Pölten", "population": 49001.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.63333, 48.2 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Johann im Pongau", "population": 10887.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.2, 47.35 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Andrä", "population": 10250.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.81991, 46.76829 ] } },
{ "type": "Feature", "properties": { "name": "Salzburg", "population": 150269.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.04399, 47.79941 ] } },
{ "type": "Feature", "properties": { "name": "Saalfelden am Steinernen Meer", "population": 16119.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.848, 47.42681 ] } },
{ "type": "Feature", "properties": { "name": "Rum", "population": 8498.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.45, 47.28333 ] } },
{ "type": "Feature", "properties": { "name": "Rottenmann", "population": 5561.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.35, 47.51667 ] } },
{ "type": "Feature", "properties": { "name": "Ried im Innkreis", "population": 11511.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.48855, 48.21123 ] } },
{ "type": "Feature", "properties": { "name": "Reutte", "population": 5851.000000 }, "geometry": { "type": "Point", "coordinates": [ 10.71667, 47.48333 ] } },
{ "type": "Feature", "properties": { "name": "Rankweil", "population": 11455.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.64308, 47.27108 ] } },
{ "type": "Feature", "properties": { "name": "Purkersdorf", "population": 8327.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.17539, 48.20769 ] } },
{ "type": "Feature", "properties": { "name": "Purgstall", "population": 5247.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.13478, 48.05841 ] } },
{ "type": "Feature", "properties": { "name": "Pressbaum", "population": 6083.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.08333, 48.18333 ] } },
{ "type": "Feature", "properties": { "name": "Poysdorf", "population": 5653.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.63333, 48.66667 ] } },
{ "type": "Feature", "properties": { "name": "Pottendorf", "population": 6105.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.38333, 47.9 ] } },
{ "type": "Feature", "properties": { "name": "Pinkafeld", "population": 5257.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.11667, 47.36667 ] } },
{ "type": "Feature", "properties": { "name": "Perg", "population": 7644.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.63333, 48.25 ] } },
{ "type": "Feature", "properties": { "name": "Perchtoldsdorf", "population": 14041.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.26607, 48.11935 ] } },
{ "type": "Feature", "properties": { "name": "Paternion", "population": 6301.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.63611, 46.71417 ] } },
{ "type": "Feature", "properties": { "name": "Pasching", "population": 6143.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.20369, 48.25931 ] } },
{ "type": "Feature", "properties": { "name": "Oberwart", "population": 6879.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.20595, 47.28971 ] } },
{ "type": "Feature", "properties": { "name": "Neusiedl am See", "population": 5949.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.8417, 47.94901 ] } },
{ "type": "Feature", "properties": { "name": "Neunkirchen", "population": 11313.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.08107, 47.72096 ] } },
{ "type": "Feature", "properties": { "name": "Nenzing", "population": 5856.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.70539, 47.18436 ] } },
{ "type": "Feature", "properties": { "name": "Mürzzuschlag", "population": 9410.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.68333, 47.6 ] } },
{ "type": "Feature", "properties": { "name": "Mödling", "population": 20710.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.28921, 48.08605 ] } },
{ "type": "Feature", "properties": { "name": "Mittersill", "population": 5680.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.48333, 47.28333 ] } },
{ "type": "Feature", "properties": { "name": "Mistelbach", "population": 10820.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.57667, 48.57 ] } },
{ "type": "Feature", "properties": { "name": "Micheldorf in Oberösterreich", "population": 5902.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.13357, 47.87764 ] } },
{ "type": "Feature", "properties": { "name": "Melk", "population": 5272.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.33186, 48.22737 ] } },
{ "type": "Feature", "properties": { "name": "Mattersburg", "population": 6448.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.4, 47.73333 ] } },
{ "type": "Feature", "properties": { "name": "Matrei in Osttirol", "population": 5076.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.53333, 47.0 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Florian", "population": 5913.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.37836, 48.20568 ] } },
{ "type": "Feature", "properties": { "name": "Mariatrost", "population": 9217.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.5, 47.1 ] } },
{ "type": "Feature", "properties": { "name": "Maria Enzersdorf", "population": 8085.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.28333, 48.1 ] } },
{ "type": "Feature", "properties": { "name": "Marchtrenk", "population": 11666.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.11667, 48.18333 ] } },
{ "type": "Feature", "properties": { "name": "Lustenau", "population": 20218.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.65851, 47.42642 ] } },
{ "type": "Feature", "properties": { "name": "Lochau", "population": 5209.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.75, 47.53333 ] } },
{ "type": "Feature", "properties": { "name": "Landeck", "population": 7351.000000 }, "geometry": { "type": "Point", "coordinates": [ 10.56593, 47.13988 ] } },
{ "type": "Feature", "properties": { "name": "Linz", "population": 181162.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.28611, 48.30639 ] } },
{ "type": "Feature", "properties": { "name": "Liezen", "population": 6903.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.23333, 47.56667 ] } },
{ "type": "Feature", "properties": { "name": "Lienz", "population": 12270.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.76903, 46.8289 ] } },
{ "type": "Feature", "properties": { "name": "Leonding", "population": 22736.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.2533, 48.27965 ] } },
{ "type": "Feature", "properties": { "name": "Leoben", "population": 24809.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.09144, 47.3765 ] } },
{ "type": "Feature", "properties": { "name": "Lenzing", "population": 5044.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.60846, 47.97326 ] } },
{ "type": "Feature", "properties": { "name": "Leibnitz", "population": 7029.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.53836, 46.78161 ] } },
{ "type": "Feature", "properties": { "name": "Lauterach", "population": 9212.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.73306, 47.48306 ] } },
{ "type": "Feature", "properties": { "name": "Langenzersdorf", "population": 7733.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.35, 48.3 ] } },
{ "type": "Feature", "properties": { "name": "Langenlois", "population": 7081.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.66667, 48.46667 ] } },
{ "type": "Feature", "properties": { "name": "Laakirchen", "population": 9569.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.82166, 47.98188 ] } },
{ "type": "Feature", "properties": { "name": "Laa an der Thaya", "population": 6084.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.38333, 48.71667 ] } },
{ "type": "Feature", "properties": { "name": "Kufstein", "population": 16115.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.16667, 47.58333 ] } },
{ "type": "Feature", "properties": { "name": "Kuchl", "population": 6668.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.1448, 47.62647 ] } },
{ "type": "Feature", "properties": { "name": "Krieglach", "population": 5236.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.55, 47.53333 ] } },
{ "type": "Feature", "properties": { "name": "Kremsmünster", "population": 6626.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.12919, 48.0529 ] } },
{ "type": "Feature", "properties": { "name": "Krems an der Donau", "population": 23932.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.61415, 48.40921 ] } },
{ "type": "Feature", "properties": { "name": "Kottingbrunn", "population": 7184.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.22715, 47.95096 ] } },
{ "type": "Feature", "properties": { "name": "Korneuburg", "population": 11498.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.33333, 48.35 ] } },
{ "type": "Feature", "properties": { "name": "Köflach", "population": 10447.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.08333, 47.06667 ] } },
{ "type": "Feature", "properties": { "name": "Knittelfeld", "population": 12704.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.81667, 47.21667 ] } },
{ "type": "Feature", "properties": { "name": "Klosterneuburg", "population": 24843.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.32522, 48.30521 ] } },
{ "type": "Feature", "properties": { "name": "Klagenfurt am Wörthersee", "population": 90610.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.30528, 46.62472 ] } },
{ "type": "Feature", "properties": { "name": "Kitzbühel", "population": 8818.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.39215, 47.44637 ] } },
{ "type": "Feature", "properties": { "name": "Kindberg", "population": 5790.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.45, 47.5 ] } },
{ "type": "Feature", "properties": { "name": "Kapfenberg", "population": 21819.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.29331, 47.44458 ] } },
{ "type": "Feature", "properties": { "name": "Judenburg", "population": 9992.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.66667, 47.16667 ] } },
{ "type": "Feature", "properties": { "name": "Jenbach", "population": 6806.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.77245, 47.39173 ] } },
{ "type": "Feature", "properties": { "name": "Innsbruck", "population": 112467.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.39454, 47.26266 ] } },
{ "type": "Feature", "properties": { "name": "Imst", "population": 9225.000000 }, "geometry": { "type": "Point", "coordinates": [ 10.73974, 47.24504 ] } },
{ "type": "Feature", "properties": { "name": "Hörsching", "population": 5312.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.17786, 48.22627 ] } },
{ "type": "Feature", "properties": { "name": "Horn", "population": 6485.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.65663, 48.66274 ] } },
{ "type": "Feature", "properties": { "name": "Hörbranz", "population": 6414.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.75, 47.55 ] } },
{ "type": "Feature", "properties": { "name": "Hopfgarten im Brixental", "population": 5314.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.16667, 47.45 ] } },
{ "type": "Feature", "properties": { "name": "Hollabrunn", "population": 10966.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.08333, 48.55 ] } },
{ "type": "Feature", "properties": { "name": "Hohenems", "population": 14072.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.68306, 47.36667 ] } },
{ "type": "Feature", "properties": { "name": "Höchst", "population": 7207.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.6405, 47.45934 ] } },
{ "type": "Feature", "properties": { "name": "Himberg", "population": 5534.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.43333, 48.08333 ] } },
{ "type": "Feature", "properties": { "name": "Herzogenburg", "population": 7866.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.69431, 48.28137 ] } },
{ "type": "Feature", "properties": { "name": "Hermagor", "population": 7242.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.36722, 46.62722 ] } },
{ "type": "Feature", "properties": { "name": "Hartberg", "population": 6634.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.96667, 47.28333 ] } },
{ "type": "Feature", "properties": { "name": "Hard", "population": 11766.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.68306, 47.48306 ] } },
{ "type": "Feature", "properties": { "name": "Hainburg an der Donau", "population": 5622.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.94504, 48.14627 ] } },
{ "type": "Feature", "properties": { "name": "Groß-Enzersdorf", "population": 8791.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.55083, 48.20278 ] } },
{ "type": "Feature", "properties": { "name": "Grödig", "population": 6918.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.03333, 47.73333 ] } },
{ "type": "Feature", "properties": { "name": "Graz", "population": 222326.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.45, 47.06667 ] } },
{ "type": "Feature", "properties": { "name": "Gratkorn", "population": 6806.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.35, 47.13333 ] } },
{ "type": "Feature", "properties": { "name": "Götzis", "population": 10342.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.63306, 47.33306 ] } },
{ "type": "Feature", "properties": { "name": "Gösting", "population": 10211.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.39777, 47.09788 ] } },
{ "type": "Feature", "properties": { "name": "Gmunden", "population": 13287.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.79933, 47.91839 ] } },
{ "type": "Feature", "properties": { "name": "Gmünd", "population": 5811.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.9808, 48.7683 ] } },
{ "type": "Feature", "properties": { "name": "Gloggnitz", "population": 6213.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.93893, 47.67487 ] } },
{ "type": "Feature", "properties": { "name": "Gleisdorf", "population": 5245.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.71011, 47.10559 ] } },
{ "type": "Feature", "properties": { "name": "Gerasdorf bei Wien", "population": 8948.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.46765, 48.29447 ] } },
{ "type": "Feature", "properties": { "name": "Garsten", "population": 6657.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.40747, 48.0224 ] } },
{ "type": "Feature", "properties": { "name": "Gänserndorf", "population": 8588.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.72016, 48.33925 ] } },
{ "type": "Feature", "properties": { "name": "Gallneukirchen", "population": 6282.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.41604, 48.35363 ] } },
{ "type": "Feature", "properties": { "name": "Fürstenfeld", "population": 5962.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.08333, 47.05 ] } },
{ "type": "Feature", "properties": { "name": "Frohnleiten", "population": 6629.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.31667, 47.26667 ] } },
{ "type": "Feature", "properties": { "name": "Friesach", "population": 5369.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.40583, 46.95528 ] } },
{ "type": "Feature", "properties": { "name": "Freistadt", "population": 7574.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.50453, 48.51103 ] } },
{ "type": "Feature", "properties": { "name": "Frankenburg", "population": 5162.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.49065, 48.06844 ] } },
{ "type": "Feature", "properties": { "name": "Fohnsdorf", "population": 8203.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.68333, 47.2 ] } },
{ "type": "Feature", "properties": { "name": "Ferlach", "population": 7661.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.30194, 46.52694 ] } },
{ "type": "Feature", "properties": { "name": "Feldkirchen in Kärnten", "population": 14440.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.0958, 46.72368 ] } },
{ "type": "Feature", "properties": { "name": "Feldkirchen an der Donau", "population": 5286.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.05134, 48.34524 ] } },
{ "type": "Feature", "properties": { "name": "Feldkirch", "population": 31082.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.6, 47.23306 ] } },
{ "type": "Feature", "properties": { "name": "Enns", "population": 10816.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.47612, 48.21346 ] } },
{ "type": "Feature", "properties": { "name": "Engerwitzdorf", "population": 8510.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.44204, 48.34507 ] } },
{ "type": "Feature", "properties": { "name": "Eisenstadt", "population": 12190.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.52327, 47.84565 ] } },
{ "type": "Feature", "properties": { "name": "Eisenerz", "population": 5987.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.88333, 47.53333 ] } },
{ "type": "Feature", "properties": { "name": "Ebreichsdorf", "population": 9509.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.4, 47.95 ] } },
{ "type": "Feature", "properties": { "name": "Eberndorf", "population": 6088.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.64361, 46.59139 ] } },
{ "type": "Feature", "properties": { "name": "Ebenthal", "population": 7809.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.36417, 46.60806 ] } },
{ "type": "Feature", "properties": { "name": "Ebensee", "population": 8376.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.779, 47.80716 ] } },
{ "type": "Feature", "properties": { "name": "Ebbs", "population": 5088.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.21667, 47.63333 ] } },
{ "type": "Feature", "properties": { "name": "Dornbirn", "population": 43013.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.74195, 47.41427 ] } },
{ "type": "Feature", "properties": { "name": "Deutsch-Wagram", "population": 7153.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.56667, 48.29972 ] } },
{ "type": "Feature", "properties": { "name": "Deutschlandsberg", "population": 8049.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.22222, 46.81528 ] } },
{ "type": "Feature", "properties": { "name": "Bruck an der Mur", "population": 13254.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.28333, 47.41667 ] } },
{ "type": "Feature", "properties": { "name": "Bruck an der Leitha", "population": 7339.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.76667, 48.01667 ] } },
{ "type": "Feature", "properties": { "name": "Bregenz", "population": 27611.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.7471, 47.50311 ] } },
{ "type": "Feature", "properties": { "name": "Braunau am Inn", "population": 16403.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.04343, 48.25628 ] } },
{ "type": "Feature", "properties": { "name": "Bludenz", "population": 13904.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.82255, 47.15476 ] } },
{ "type": "Feature", "properties": { "name": "Bischofshofen", "population": 10144.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.21667, 47.41667 ] } },
{ "type": "Feature", "properties": { "name": "Berndorf", "population": 8796.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.10973, 47.94567 ] } },
{ "type": "Feature", "properties": { "name": "Bergheim", "population": 5031.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.03333, 47.83333 ] } },
{ "type": "Feature", "properties": { "name": "Bad Vöslau", "population": 11013.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.21359, 47.96533 ] } },
{ "type": "Feature", "properties": { "name": "Bad Ischl", "population": 14267.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.61893, 47.71109 ] } },
{ "type": "Feature", "properties": { "name": "Bad Hofgastein", "population": 7002.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.09871, 47.17274 ] } },
{ "type": "Feature", "properties": { "name": "Bad Goisern", "population": 7869.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.61609, 47.64252 ] } },
{ "type": "Feature", "properties": { "name": "Bad Gastein", "population": 5947.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.13467, 47.11547 ] } },
{ "type": "Feature", "properties": { "name": "Baden", "population": 24893.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.23264, 48.00543 ] } },
{ "type": "Feature", "properties": { "name": "Bad Aussee", "population": 5210.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.78243, 47.60998 ] } },
{ "type": "Feature", "properties": { "name": "Asten", "population": 6516.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.41784, 48.21941 ] } },
{ "type": "Feature", "properties": { "name": "Arnoldstein", "population": 6923.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.71, 46.54611 ] } },
{ "type": "Feature", "properties": { "name": "Ansfelden", "population": 14936.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.29004, 48.20969 ] } },
{ "type": "Feature", "properties": { "name": "Amstetten", "population": 22832.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.87206, 48.1229 ] } },
{ "type": "Feature", "properties": { "name": "Altmünster", "population": 9651.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.76415, 47.90219 ] } },
{ "type": "Feature", "properties": { "name": "Altach", "population": 6040.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.65, 47.35 ] } },
{ "type": "Feature", "properties": { "name": "Abtenau", "population": 5828.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.34599, 47.56373 ] } },
{ "type": "Feature", "properties": { "name": "Absam", "population": 6594.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.5, 47.3 ] } },
{ "type": "Feature", "properties": { "name": "Finkenstein am Faaker See", "population": 8406.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.86528, 46.56556 ] } },
{ "type": "Feature", "properties": { "name": "Attnang-Puchheim", "population": 8908.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.71667, 48.00833 ] } },
{ "type": "Feature", "properties": { "name": "Ansfelden", "population": 15673.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.04944, 47.965 ] } },
{ "type": "Feature", "properties": { "name": "Whyalla", "population": 19645.000000 }, "geometry": { "type": "Point", "coordinates": [ 137.56483, -33.03268 ] } },
{ "type": "Feature", "properties": { "name": "Wembley", "population": 9614.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8, -31.93333 ] } },
{ "type": "Feature", "properties": { "name": "Wanneroo", "population": 10931.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8, -31.75 ] } },
{ "type": "Feature", "properties": { "name": "Victor Harbor", "population": 7760.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.62154, -35.55042 ] } },
{ "type": "Feature", "properties": { "name": "Swan View", "population": 7896.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.05, -31.88333 ] } },
{ "type": "Feature", "properties": { "name": "Subiaco", "population": 7627.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8268, -31.9485 ] } },
{ "type": "Feature", "properties": { "name": "Spearwood", "population": 8941.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.77797, -32.10534 ] } },
{ "type": "Feature", "properties": { "name": "South Perth", "population": 11301.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.86667, -31.98333 ] } },
{ "type": "Feature", "properties": { "name": "Jelah", "population": 5291.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.95897, 44.654 ] } },
{ "type": "Feature", "properties": { "name": "Seaton", "population": 9704.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.51667, -34.9 ] } },
{ "type": "Feature", "properties": { "name": "Scarborough", "population": 12593.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.76431, -31.89578 ] } },
{ "type": "Feature", "properties": { "name": "Salisbury", "population": 6648.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.63333, -34.76667 ] } },
{ "type": "Feature", "properties": { "name": "Safety Bay", "population": 7303.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.74213, -32.30463 ] } },
{ "type": "Feature", "properties": { "name": "Rockingham", "population": 108022.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.72978, -32.27682 ] } },
{ "type": "Feature", "properties": { "name": "Prospect", "population": 20217.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.5933, -34.88241 ] } },
{ "type": "Feature", "properties": { "name": "Port Pirie", "population": 13206.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.01746, -33.19176 ] } },
{ "type": "Feature", "properties": { "name": "Port Lincoln", "population": 13044.000000 }, "geometry": { "type": "Point", "coordinates": [ 135.87442, -34.72625 ] } },
{ "type": "Feature", "properties": { "name": "Port Hedland", "population": 15044.000000 }, "geometry": { "type": "Point", "coordinates": [ 118.61059, -20.31215 ] } },
{ "type": "Feature", "properties": { "name": "Port Augusta West", "population": 12133.000000 }, "geometry": { "type": "Point", "coordinates": [ 137.75833, -32.48611 ] } },
{ "type": "Feature", "properties": { "name": "Port Augusta", "population": 13257.000000 }, "geometry": { "type": "Point", "coordinates": [ 137.77281, -32.49597 ] } },
{ "type": "Feature", "properties": { "name": "Perth", "population": 1896548.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8614, -31.95224 ] } },
{ "type": "Feature", "properties": { "name": "Nuriootpa", "population": 5031.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.99767, -34.46825 ] } },
{ "type": "Feature", "properties": { "name": "Northam", "population": 5855.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.67423, -31.64932 ] } },
{ "type": "Feature", "properties": { "name": "Newman", "population": 5138.000000 }, "geometry": { "type": "Point", "coordinates": [ 119.73553, -23.35644 ] } },
{ "type": "Feature", "properties": { "name": "Nedlands", "population": 10020.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8073, -31.98184 ] } },
{ "type": "Feature", "properties": { "name": "Murray Bridge", "population": 19577.000000 }, "geometry": { "type": "Point", "coordinates": [ 139.27345, -35.11986 ] } },
{ "type": "Feature", "properties": { "name": "Mount Isa", "population": 22785.000000 }, "geometry": { "type": "Point", "coordinates": [ 139.49727, -20.72523 ] } },
{ "type": "Feature", "properties": { "name": "Mount Barker", "population": 8357.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.86667, -35.06667 ] } },
{ "type": "Feature", "properties": { "name": "Mosman Park", "population": 8251.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.75, -32.0 ] } },
{ "type": "Feature", "properties": { "name": "Morphett Vale", "population": 22602.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.51667, -35.13333 ] } },
{ "type": "Feature", "properties": { "name": "Modbury", "population": 5570.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.68333, -34.83333 ] } },
{ "type": "Feature", "properties": { "name": "McMinns Lagoon", "population": 5025.000000 }, "geometry": { "type": "Point", "coordinates": [ 131.11165, -12.55397 ] } },
{ "type": "Feature", "properties": { "name": "Maylands", "population": 10447.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.88333, -31.93333 ] } },
{ "type": "Feature", "properties": { "name": "Margaret River", "population": 5584.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.07391, -33.9536 ] } },
{ "type": "Feature", "properties": { "name": "Mandurah", "population": 83294.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7217, -32.5269 ] } },
{ "type": "Feature", "properties": { "name": "Maddington", "population": 9137.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.98333, -32.05 ] } },
{ "type": "Feature", "properties": { "name": "Kwinana", "population": 30433.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.78128, -32.23013 ] } },
{ "type": "Feature", "properties": { "name": "Kununurra", "population": 5679.000000 }, "geometry": { "type": "Point", "coordinates": [ 128.74414, -15.77813 ] } },
{ "type": "Feature", "properties": { "name": "Kenwick", "population": 5150.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.96667, -32.03333 ] } },
{ "type": "Feature", "properties": { "name": "Kelmscott", "population": 9419.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.0259, -32.12434 ] } },
{ "type": "Feature", "properties": { "name": "Katherine", "population": 5849.000000 }, "geometry": { "type": "Point", "coordinates": [ 132.26347, -14.46517 ] } },
{ "type": "Feature", "properties": { "name": "Kalgoorlie", "population": 31107.000000 }, "geometry": { "type": "Point", "coordinates": [ 121.4742, -30.74614 ] } },
{ "type": "Feature", "properties": { "name": "Ingle Farm", "population": 8474.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.63333, -34.83333 ] } },
{ "type": "Feature", "properties": { "name": "Hope Valley", "population": 8223.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.7, -34.83333 ] } },
{ "type": "Feature", "properties": { "name": "Happy Valley", "population": 11531.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.53333, -35.08333 ] } },
{ "type": "Feature", "properties": { "name": "Grange", "population": 5238.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.49719, -34.90075 ] } },
{ "type": "Feature", "properties": { "name": "Gosnells", "population": 17277.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.0054, -32.081 ] } },
{ "type": "Feature", "properties": { "name": "Golden Grove", "population": 8976.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.73333, -34.78333 ] } },
{ "type": "Feature", "properties": { "name": "Geraldton", "population": 26872.000000 }, "geometry": { "type": "Point", "coordinates": [ 114.61459, -28.77897 ] } },
{ "type": "Feature", "properties": { "name": "Gawler", "population": 20006.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.74902, -34.60251 ] } },
{ "type": "Feature", "properties": { "name": "Fremantle", "population": 24835.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.76667, -32.05 ] } },
{ "type": "Feature", "properties": { "name": "Findon", "population": 5451.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.53333, -34.9 ] } },
{ "type": "Feature", "properties": { "name": "Esperance", "population": 7888.000000 }, "geometry": { "type": "Point", "coordinates": [ 121.88259, -33.86013 ] } },
{ "type": "Feature", "properties": { "name": "Australind", "population": 8716.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.71504, -33.2792 ] } },
{ "type": "Feature", "properties": { "name": "Armadale", "population": 62296.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.0093, -32.14607 ] } },
{ "type": "Feature", "properties": { "name": "Darwin", "population": 129062.000000 }, "geometry": { "type": "Point", "coordinates": [ 130.84185, -12.46113 ] } },
{ "type": "Feature", "properties": { "name": "Cottesloe", "population": 7065.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.76667, -32.0 ] } },
{ "type": "Feature", "properties": { "name": "Collie", "population": 6336.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.15617, -33.36206 ] } },
{ "type": "Feature", "properties": { "name": "Carnarvon", "population": 7392.000000 }, "geometry": { "type": "Point", "coordinates": [ 113.6594, -24.88073 ] } },
{ "type": "Feature", "properties": { "name": "Campbelltown", "population": 7005.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.66667, -34.88333 ] } },
{ "type": "Feature", "properties": { "name": "Busselton", "population": 21898.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.3455, -33.65249 ] } },
{ "type": "Feature", "properties": { "name": "Bunbury", "population": 68248.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.64137, -33.32711 ] } },
{ "type": "Feature", "properties": { "name": "Broome", "population": 12766.000000 }, "geometry": { "type": "Point", "coordinates": [ 122.23922, -17.95538 ] } },
{ "type": "Feature", "properties": { "name": "Boulder", "population": 5178.000000 }, "geometry": { "type": "Point", "coordinates": [ 121.4912, -30.78204 ] } },
{ "type": "Feature", "properties": { "name": "Bentley", "population": 8323.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.91667, -32.0 ] } },
{ "type": "Feature", "properties": { "name": "Bassendean", "population": 8776.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.9437, -31.90906 ] } },
{ "type": "Feature", "properties": { "name": "Ormond", "population": 7711.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03333, -37.9 ] } },
{ "type": "Feature", "properties": { "name": "Applecross", "population": 6336.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.83333, -32.01667 ] } },
{ "type": "Feature", "properties": { "name": "Alice Springs", "population": 25186.000000 }, "geometry": { "type": "Point", "coordinates": [ 133.88362, -23.69748 ] } },
{ "type": "Feature", "properties": { "name": "Aldinga", "population": 5984.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.48333, -35.28333 ] } },
{ "type": "Feature", "properties": { "name": "Albany", "population": 33650.000000 }, "geometry": { "type": "Point", "coordinates": [ 117.86595, -35.0031 ] } },
{ "type": "Feature", "properties": { "name": "Adelaide", "population": 1225235.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.59863, -34.92866 ] } },
{ "type": "Feature", "properties": { "name": "Eaton", "population": 7481.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.70503, -33.31664 ] } },
{ "type": "Feature", "properties": { "name": "Quinns Rocks", "population": 7991.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.70372, -31.67379 ] } },
{ "type": "Feature", "properties": { "name": "East Fremantle", "population": 6698.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7676, -32.03823 ] } },
{ "type": "Feature", "properties": { "name": "Claremont", "population": 7152.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7823, -31.97961 ] } },
{ "type": "Feature", "properties": { "name": "Bicton", "population": 6017.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.78333, -32.02778 ] } },
{ "type": "Feature", "properties": { "name": "Attadale", "population": 5719.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.802, -32.02489 ] } },
{ "type": "Feature", "properties": { "name": "Warnbro", "population": 11421.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7473, -32.34017 ] } },
{ "type": "Feature", "properties": { "name": "Mullaloo", "population": 5869.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.73676, -31.77896 ] } },
{ "type": "Feature", "properties": { "name": "Young", "population": 7501.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.30107, -34.3135 ] } },
{ "type": "Feature", "properties": { "name": "Yeppoon", "population": 13285.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.74406, -23.12683 ] } },
{ "type": "Feature", "properties": { "name": "Yass", "population": 5591.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.90987, -34.84036 ] } },
{ "type": "Feature", "properties": { "name": "Yarrawonga", "population": 5604.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.99973, -36.01923 ] } },
{ "type": "Feature", "properties": { "name": "Yarraville", "population": 13747.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.9, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Wynyard", "population": 5706.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.72617, -40.9897 ] } },
{ "type": "Feature", "properties": { "name": "Wynnum", "population": 11719.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.15813, -27.44527 ] } },
{ "type": "Feature", "properties": { "name": "Woodridge", "population": 20650.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.1, -27.63333 ] } },
{ "type": "Feature", "properties": { "name": "Wodonga", "population": 31605.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.88809, -36.12179 ] } },
{ "type": "Feature", "properties": { "name": "Windsor", "population": 7069.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.99241, -37.85344 ] } },
{ "type": "Feature", "properties": { "name": "Williamstown", "population": 13203.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.89769, -37.857 ] } },
{ "type": "Feature", "properties": { "name": "Werribee", "population": 37737.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.66667, -37.9 ] } },
{ "type": "Feature", "properties": { "name": "Wellington Point", "population": 10713.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.25, -27.48333 ] } },
{ "type": "Feature", "properties": { "name": "Wellington", "population": 5428.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.94508, -32.55588 ] } },
{ "type": "Feature", "properties": { "name": "Watsonia", "population": 5146.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08333, -37.71667 ] } },
{ "type": "Feature", "properties": { "name": "Warwick", "population": 12562.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.03438, -28.21901 ] } },
{ "type": "Feature", "properties": { "name": "Warrnambool", "population": 33982.000000 }, "geometry": { "type": "Point", "coordinates": [ 142.48799, -38.38176 ] } },
{ "type": "Feature", "properties": { "name": "Warrandyte", "population": 5520.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.23333, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Warragul", "population": 9127.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.93118, -38.15912 ] } },
{ "type": "Feature", "properties": { "name": "Wantirna South", "population": 17477.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.21667, -37.88333 ] } },
{ "type": "Feature", "properties": { "name": "Wantirna", "population": 13978.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.21667, -37.85 ] } },
{ "type": "Feature", "properties": { "name": "Wangaratta", "population": 16845.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.32056, -36.35846 ] } },
{ "type": "Feature", "properties": { "name": "Wagga Wagga", "population": 46913.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.35375, -35.12577 ] } },
{ "type": "Feature", "properties": { "name": "Victoria Point", "population": 13755.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.31172, -27.58329 ] } },
{ "type": "Feature", "properties": { "name": "Vermont", "population": 9902.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.19428, -37.83616 ] } },
{ "type": "Feature", "properties": { "name": "Urangan", "population": 8007.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.90535, -25.29214 ] } },
{ "type": "Feature", "properties": { "name": "Upwey", "population": 6760.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.33333, -37.9 ] } },
{ "type": "Feature", "properties": { "name": "Upper Coomera", "population": 6029.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.3, -27.9 ] } },
{ "type": "Feature", "properties": { "name": "Ulverstone", "population": 9604.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.18242, -41.16026 ] } },
{ "type": "Feature", "properties": { "name": "Ulladulla", "population": 9250.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.47247, -35.35906 ] } },
{ "type": "Feature", "properties": { "name": "Tumut", "population": 6526.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.22505, -35.30016 ] } },
{ "type": "Feature", "properties": { "name": "Tullamarine", "population": 6271.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.881, -37.70128 ] } },
{ "type": "Feature", "properties": { "name": "Nambucca", "population": 6137.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.98333, -30.63333 ] } },
{ "type": "Feature", "properties": { "name": "Truganina", "population": 9138.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.75, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Traralgon", "population": 21960.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.5415, -38.19528 ] } },
{ "type": "Feature", "properties": { "name": "Townsville", "population": 196219.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.80569, -19.26639 ] } },
{ "type": "Feature", "properties": { "name": "Torquay", "population": 5693.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.87886, -25.28496 ] } },
{ "type": "Feature", "properties": { "name": "Toowoomba", "population": 131258.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.95386, -27.56056 ] } },
{ "type": "Feature", "properties": { "name": "Toorak", "population": 12871.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01438, -37.84165 ] } },
{ "type": "Feature", "properties": { "name": "Thornbury", "population": 17434.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Thomastown", "population": 20331.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01667, -37.68333 ] } },
{ "type": "Feature", "properties": { "name": "Tewantin", "population": 10660.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.03432, -26.39104 ] } },
{ "type": "Feature", "properties": { "name": "Templestowe Lower", "population": 13152.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11667, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Tarragindi", "population": 9439.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.03333, -27.53333 ] } },
{ "type": "Feature", "properties": { "name": "Tarneit", "population": 21690.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.66667, -37.86667 ] } },
{ "type": "Feature", "properties": { "name": "Taree", "population": 16621.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.45387, -31.91099 ] } },
{ "type": "Feature", "properties": { "name": "Tamworth", "population": 47597.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.92905, -31.09048 ] } },
{ "type": "Feature", "properties": { "name": "Sydney", "population": 4627345.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.20732, -33.86785 ] } },
{ "type": "Feature", "properties": { "name": "Sydenham", "population": 10323.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.76667, -37.7 ] } },
{ "type": "Feature", "properties": { "name": "Swan Hill", "population": 9276.000000 }, "geometry": { "type": "Point", "coordinates": [ 143.5544, -35.33781 ] } },
{ "type": "Feature", "properties": { "name": "Surrey Hills", "population": 13133.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.1, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Surfers Paradise", "population": 18501.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.42999, -28.00274 ] } },
{ "type": "Feature", "properties": { "name": "Sunnybank", "population": 16442.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.05, -27.58333 ] } },
{ "type": "Feature", "properties": { "name": "Sunbury", "population": 29925.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.72607, -37.57742 ] } },
{ "type": "Feature", "properties": { "name": "Strathpine", "population": 9532.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.98977, -27.30414 ] } },
{ "type": "Feature", "properties": { "name": "Port Stephens", "population": 27531.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.06623, -32.71314 ] } },
{ "type": "Feature", "properties": { "name": "Stawell", "population": 5737.000000 }, "geometry": { "type": "Point", "coordinates": [ 142.78088, -37.05632 ] } },
{ "type": "Feature", "properties": { "name": "Springvale South", "population": 12184.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15, -37.96667 ] } },
{ "type": "Feature", "properties": { "name": "Springvale", "population": 19771.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15274, -37.94853 ] } },
{ "type": "Feature", "properties": { "name": "Southport", "population": 28315.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.39796, -27.96724 ] } },
{ "type": "Feature", "properties": { "name": "South Melbourne", "population": 8790.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.83333 ] } },
{ "type": "Feature", "properties": { "name": "South Grafton", "population": 16399.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.92627, -29.7076 ] } },
{ "type": "Feature", "properties": { "name": "Somerville", "population": 7015.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.16667, -38.21667 ] } },
{ "type": "Feature", "properties": { "name": "Slacks Creek", "population": 5965.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.15, -27.65 ] } },
{ "type": "Feature", "properties": { "name": "Singleton", "population": 13665.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.16603, -32.56742 ] } },
{ "type": "Feature", "properties": { "name": "Shepparton", "population": 38773.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.39867, -36.38047 ] } },
{ "type": "Feature", "properties": { "name": "Sebastopol", "population": 8045.000000 }, "geometry": { "type": "Point", "coordinates": [ 143.83953, -37.58532 ] } },
{ "type": "Feature", "properties": { "name": "Seaford", "population": 16033.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.13333, -38.1 ] } },
{ "type": "Feature", "properties": { "name": "Scoresby", "population": 5892.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.23333, -37.9 ] } },
{ "type": "Feature", "properties": { "name": "Sale", "population": 13186.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.06802, -38.11095 ] } },
{ "type": "Feature", "properties": { "name": "Saint Kilda", "population": 17795.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.98099, -37.8676 ] } },
{ "type": "Feature", "properties": { "name": "Saint Albans", "population": 35091.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.8, -37.73333 ] } },
{ "type": "Feature", "properties": { "name": "Rye", "population": 8160.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.81667, -38.36667 ] } },
{ "type": "Feature", "properties": { "name": "Rutherford", "population": 10182.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.53333, -32.71667 ] } },
{ "type": "Feature", "properties": { "name": "Rowville", "population": 34145.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.23333, -37.93333 ] } },
{ "type": "Feature", "properties": { "name": "Rosebud", "population": 12501.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.9068, -38.35542 ] } },
{ "type": "Feature", "properties": { "name": "Rosanna", "population": 7697.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Roma", "population": 5496.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.78751, -26.56741 ] } },
{ "type": "Feature", "properties": { "name": "Rockhampton", "population": 61724.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.50595, -23.38032 ] } },
{ "type": "Feature", "properties": { "name": "Riverstone", "population": 6096.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.86667, -33.68333 ] } },
{ "type": "Feature", "properties": { "name": "Ringwood East", "population": 9748.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.25, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Richmond", "population": 26121.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.00176, -37.81819 ] } },
{ "type": "Feature", "properties": { "name": "Richmond", "population": 5560.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.75142, -33.59956 ] } },
{ "type": "Feature", "properties": { "name": "Reservoir", "population": 47637.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0, -37.71667 ] } },
{ "type": "Feature", "properties": { "name": "Redlynch", "population": 6069.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.7, -16.88333 ] } },
{ "type": "Feature", "properties": { "name": "Red Hill", "population": 5406.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.5, -20.31667 ] } },
{ "type": "Feature", "properties": { "name": "Redfern", "population": 11482.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.20415, -33.89279 ] } },
{ "type": "Feature", "properties": { "name": "Rathmines", "population": 8944.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.58443, -33.03773 ] } },
{ "type": "Feature", "properties": { "name": "Queanbeyan", "population": 40661.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.232, -35.35493 ] } },
{ "type": "Feature", "properties": { "name": "Quakers Hill", "population": 25017.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.88333, -33.73333 ] } },
{ "type": "Feature", "properties": { "name": "Pymble", "population": 9368.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.14188, -33.74386 ] } },
{ "type": "Feature", "properties": { "name": "Preston", "population": 29925.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01667, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Port Melbourne", "population": 13293.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.94228, -37.83961 ] } },
{ "type": "Feature", "properties": { "name": "Port Macquarie", "population": 41491.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.90894, -31.43084 ] } },
{ "type": "Feature", "properties": { "name": "Portland", "population": 8841.000000 }, "geometry": { "type": "Point", "coordinates": [ 141.60257, -38.3462 ] } },
{ "type": "Feature", "properties": { "name": "Point Cook", "population": 32413.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.75088, -37.91482 ] } },
{ "type": "Feature", "properties": { "name": "Penshurst", "population": 11692.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08333, -33.96667 ] } },
{ "type": "Feature", "properties": { "name": "Penrith", "population": 11813.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.7, -33.75 ] } },
{ "type": "Feature", "properties": { "name": "Pennant Hills", "population": 6830.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.07216, -33.73783 ] } },
{ "type": "Feature", "properties": { "name": "Pascoe Vale", "population": 15000.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.93333, -37.73333 ] } },
{ "type": "Feature", "properties": { "name": "Parkville", "population": 6193.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.95, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Parkes", "population": 10026.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.1759, -33.1372 ] } },
{ "type": "Feature", "properties": { "name": "Parkdale", "population": 11185.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.98333 ] } },
{ "type": "Feature", "properties": { "name": "Palm Beach", "population": 13494.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.46584, -28.11694 ] } },
{ "type": "Feature", "properties": { "name": "Pakenham South", "population": 32911.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.51667, -38.13333 ] } },
{ "type": "Feature", "properties": { "name": "Orange", "population": 39329.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.10018, -33.28397 ] } },
{ "type": "Feature", "properties": { "name": "Oatley", "population": 9531.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.07201, -33.98004 ] } },
{ "type": "Feature", "properties": { "name": "Nunawading", "population": 10947.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.17308, -37.82043 ] } },
{ "type": "Feature", "properties": { "name": "Nowra", "population": 34479.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.60036, -34.88422 ] } },
{ "type": "Feature", "properties": { "name": "North Wonthaggi", "population": 5985.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.6, -38.6 ] } },
{ "type": "Feature", "properties": { "name": "North Sydney", "population": 6060.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.2072, -33.839 ] } },
{ "type": "Feature", "properties": { "name": "North Melbourne", "population": 11755.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.8 ] } },
{ "type": "Feature", "properties": { "name": "Northmead", "population": 6968.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.98333, -33.78333 ] } },
{ "type": "Feature", "properties": { "name": "North Fitzroy", "population": 11473.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.97885, -37.78862 ] } },
{ "type": "Feature", "properties": { "name": "Northcote", "population": 22920.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Noosaville", "population": 6528.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.06667, -26.4 ] } },
{ "type": "Feature", "properties": { "name": "Noble Park", "population": 28377.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.16667, -37.96667 ] } },
{ "type": "Feature", "properties": { "name": "Newtown", "population": 13552.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.17754, -33.89835 ] } },
{ "type": "Feature", "properties": { "name": "Newport", "population": 11987.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.88483, -37.84427 ] } },
{ "type": "Feature", "properties": { "name": "Newport", "population": 9227.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.32126, -33.65517 ] } },
{ "type": "Feature", "properties": { "name": "New Norfolk", "population": 5526.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.0587, -42.78261 ] } },
{ "type": "Feature", "properties": { "name": "Newnham", "population": 5389.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.13127, -41.39714 ] } },
{ "type": "Feature", "properties": { "name": "Newcastle", "population": 308308.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.77647, -32.92715 ] } },
{ "type": "Feature", "properties": { "name": "Nerang", "population": 16256.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.33633, -27.98941 ] } },
{ "type": "Feature", "properties": { "name": "Nelson Bay", "population": 7726.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.14398, -32.72043 ] } },
{ "type": "Feature", "properties": { "name": "Narre Warren North", "population": 6212.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.31667, -37.98333 ] } },
{ "type": "Feature", "properties": { "name": "Narre Warren", "population": 25882.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.3, -38.03333 ] } },
{ "type": "Feature", "properties": { "name": "Narrabri", "population": 7082.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.78371, -30.32612 ] } },
{ "type": "Feature", "properties": { "name": "Narrabeen", "population": 6436.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.29736, -33.71277 ] } },
{ "type": "Feature", "properties": { "name": "Narellan", "population": 7350.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.73333, -34.03333 ] } },
{ "type": "Feature", "properties": { "name": "Narara", "population": 7792.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.35, -33.4 ] } },
{ "type": "Feature", "properties": { "name": "Narangba", "population": 16223.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.95923, -27.20338 ] } },
{ "type": "Feature", "properties": { "name": "Naracoorte", "population": 5674.000000 }, "geometry": { "type": "Point", "coordinates": [ 140.7383, -36.95785 ] } },
{ "type": "Feature", "properties": { "name": "Nambucca Heads", "population": 6137.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.00884, -30.64318 ] } },
{ "type": "Feature", "properties": { "name": "Nambour", "population": 10221.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.95941, -26.62613 ] } },
{ "type": "Feature", "properties": { "name": "Muswellbrook", "population": 11791.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.89009, -32.26118 ] } },
{ "type": "Feature", "properties": { "name": "Murwillumbah", "population": 6868.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.39339, -28.32732 ] } },
{ "type": "Feature", "properties": { "name": "Murrumbeena", "population": 8592.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.9 ] } },
{ "type": "Feature", "properties": { "name": "Mulgrave", "population": 17647.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.2, -37.91667 ] } },
{ "type": "Feature", "properties": { "name": "Mudgee", "population": 8726.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.5871, -32.59426 ] } },
{ "type": "Feature", "properties": { "name": "Mount Martha", "population": 17087.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01667, -38.26667 ] } },
{ "type": "Feature", "properties": { "name": "Mount Gambier", "population": 23209.000000 }, "geometry": { "type": "Point", "coordinates": [ 140.77919, -37.8318 ] } },
{ "type": "Feature", "properties": { "name": "Mount Evelyn", "population": 9100.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.38333, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Mount Eliza", "population": 17248.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08333, -38.18333 ] } },
{ "type": "Feature", "properties": { "name": "Mount Druitt", "population": 13582.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.81667, -33.76667 ] } },
{ "type": "Feature", "properties": { "name": "Mount Colah", "population": 6974.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.11667, -33.68333 ] } },
{ "type": "Feature", "properties": { "name": "Moss Vale", "population": 6739.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.37115, -34.55374 ] } },
{ "type": "Feature", "properties": { "name": "Mosman", "population": 26236.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.23956, -33.83902 ] } },
{ "type": "Feature", "properties": { "name": "Morwell", "population": 13399.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.39499, -38.23476 ] } },
{ "type": "Feature", "properties": { "name": "Mortdale", "population": 9640.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08333, -33.96667 ] } },
{ "type": "Feature", "properties": { "name": "Mornington", "population": 22421.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03876, -38.21792 ] } },
{ "type": "Feature", "properties": { "name": "Moree", "population": 8203.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.84157, -29.46278 ] } },
{ "type": "Feature", "properties": { "name": "Mordialloc", "population": 7524.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08333, -38.0 ] } },
{ "type": "Feature", "properties": { "name": "Morayfield", "population": 18020.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.94907, -27.10876 ] } },
{ "type": "Feature", "properties": { "name": "Moorabbin", "population": 5283.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03417, -37.93667 ] } },
{ "type": "Feature", "properties": { "name": "Moonee Ponds", "population": 13532.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.91667, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Moonah", "population": 5084.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.30228, -42.84617 ] } },
{ "type": "Feature", "properties": { "name": "Mooloolaba", "population": 7376.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.11925, -26.68164 ] } },
{ "type": "Feature", "properties": { "name": "Montrose", "population": 6465.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.35, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Montmorency", "population": 8759.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11667, -37.71667 ] } },
{ "type": "Feature", "properties": { "name": "Moe", "population": 15582.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.26099, -38.17828 ] } },
{ "type": "Feature", "properties": { "name": "Mittagong", "population": 6717.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.44572, -34.45002 ] } },
{ "type": "Feature", "properties": { "name": "Mitcham", "population": 14811.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.2, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Miranda", "population": 12903.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.10005, -34.03857 ] } },
{ "type": "Feature", "properties": { "name": "Mill Park", "population": 30517.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.66667 ] } },
{ "type": "Feature", "properties": { "name": "Millicent", "population": 5551.000000 }, "geometry": { "type": "Point", "coordinates": [ 140.34947, -37.59389 ] } },
{ "type": "Feature", "properties": { "name": "Mildura", "population": 30016.000000 }, "geometry": { "type": "Point", "coordinates": [ 142.16251, -34.18551 ] } },
{ "type": "Feature", "properties": { "name": "Merrylands", "population": 5803.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.98333, -33.83333 ] } },
{ "type": "Feature", "properties": { "name": "Merimbula", "population": 6367.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.90961, -36.88901 ] } },
{ "type": "Feature", "properties": { "name": "Mernda", "population": 6508.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.09555, -37.60075 ] } },
{ "type": "Feature", "properties": { "name": "Mentone", "population": 11667.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.98333 ] } },
{ "type": "Feature", "properties": { "name": "Menai", "population": 10781.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.01667, -34.01667 ] } },
{ "type": "Feature", "properties": { "name": "Melton South", "population": 8916.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.57493, -37.70773 ] } },
{ "type": "Feature", "properties": { "name": "Melton", "population": 35490.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.58543, -37.68339 ] } },
{ "type": "Feature", "properties": { "name": "Melbourne", "population": 4246375.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96332, -37.814 ] } },
{ "type": "Feature", "properties": { "name": "Medowie", "population": 5841.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.8676, -32.7415 ] } },
{ "type": "Feature", "properties": { "name": "McKinnon", "population": 5553.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05, -37.91667 ] } },
{ "type": "Feature", "properties": { "name": "Matraville", "population": 8788.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.23333, -33.95 ] } },
{ "type": "Feature", "properties": { "name": "Mascot", "population": 8518.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.19347, -33.92598 ] } },
{ "type": "Feature", "properties": { "name": "Maryborough", "population": 7046.000000 }, "geometry": { "type": "Point", "coordinates": [ 143.73923, -37.04562 ] } },
{ "type": "Feature", "properties": { "name": "Maryborough", "population": 21501.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.70493, -25.54073 ] } },
{ "type": "Feature", "properties": { "name": "Marrickville", "population": 23161.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.15176, -33.90318 ] } },
{ "type": "Feature", "properties": { "name": "Maroubra", "population": 26538.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.23333, -33.95 ] } },
{ "type": "Feature", "properties": { "name": "Maribyrnong", "population": 10165.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.88333, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Margate", "population": 6564.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.09809, -27.24761 ] } },
{ "type": "Feature", "properties": { "name": "Mareeba", "population": 8403.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.42323, -16.995 ] } },
{ "type": "Feature", "properties": { "name": "Manly", "population": 13949.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.28826, -33.79798 ] } },
{ "type": "Feature", "properties": { "name": "Maitland", "population": 67132.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.5574, -32.73308 ] } },
{ "type": "Feature", "properties": { "name": "Macleod", "population": 9606.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.73333 ] } },
{ "type": "Feature", "properties": { "name": "Mackay", "population": 74219.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.16554, -21.15345 ] } },
{ "type": "Feature", "properties": { "name": "Lysterfield", "population": 6551.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.3, -37.93333 ] } },
{ "type": "Feature", "properties": { "name": "Long Jetty", "population": 5114.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.48135, -33.35795 ] } },
{ "type": "Feature", "properties": { "name": "Liverpool", "population": 21317.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.93333, -33.9 ] } },
{ "type": "Feature", "properties": { "name": "Lithgow", "population": 11298.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.13631, -33.48247 ] } },
{ "type": "Feature", "properties": { "name": "Lismore", "population": 30086.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.2773, -28.81354 ] } },
{ "type": "Feature", "properties": { "name": "Lisarow", "population": 5285.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.36667, -33.38333 ] } },
{ "type": "Feature", "properties": { "name": "Lindisfarne", "population": 5678.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.36192, -42.84837 ] } },
{ "type": "Feature", "properties": { "name": "Lindfield", "population": 7351.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.16667, -33.78333 ] } },
{ "type": "Feature", "properties": { "name": "Lilydale", "population": 15649.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.35, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Lidcombe", "population": 14161.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.0397, -33.86436 ] } },
{ "type": "Feature", "properties": { "name": "Leumeah", "population": 8662.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.83333, -34.05 ] } },
{ "type": "Feature", "properties": { "name": "Leopold", "population": 6120.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.46825, -38.19001 ] } },
{ "type": "Feature", "properties": { "name": "Leichhardt", "population": 12248.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.1595, -33.86875 ] } },
{ "type": "Feature", "properties": { "name": "Leeton", "population": 7299.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.40483, -34.55105 ] } },
{ "type": "Feature", "properties": { "name": "Lavington", "population": 12032.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.93333, -36.05 ] } },
{ "type": "Feature", "properties": { "name": "Launceston", "population": 106153.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.13467, -41.43876 ] } },
{ "type": "Feature", "properties": { "name": "Lara", "population": 15520.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.40617, -38.02388 ] } },
{ "type": "Feature", "properties": { "name": "Langwarrin", "population": 21371.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.16667, -38.16667 ] } },
{ "type": "Feature", "properties": { "name": "Lalor", "population": 19873.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01667, -37.66667 ] } },
{ "type": "Feature", "properties": { "name": "Lakes Entrance", "population": 5849.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.98103, -37.88115 ] } },
{ "type": "Feature", "properties": { "name": "Lakemba", "population": 14468.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.07592, -33.91972 ] } },
{ "type": "Feature", "properties": { "name": "Lake Albert", "population": 5851.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.38333, -35.16667 ] } },
{ "type": "Feature", "properties": { "name": "Kyabram", "population": 6396.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05035, -36.31335 ] } },
{ "type": "Feature", "properties": { "name": "Kurri Kurri", "population": 5644.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.47908, -32.81933 ] } },
{ "type": "Feature", "properties": { "name": "Kingston", "population": 14371.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.30351, -42.97638 ] } },
{ "type": "Feature", "properties": { "name": "Kingscliff", "population": 6017.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.57816, -28.25983 ] } },
{ "type": "Feature", "properties": { "name": "Kingaroy", "population": 8573.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.8373, -26.53994 ] } },
{ "type": "Feature", "properties": { "name": "Kilsyth", "population": 10043.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.31667, -37.8 ] } },
{ "type": "Feature", "properties": { "name": "Kiama", "population": 12286.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.85219, -34.66828 ] } },
{ "type": "Feature", "properties": { "name": "Keysborough", "population": 22700.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.17385, -37.99116 ] } },
{ "type": "Feature", "properties": { "name": "Kew", "population": 23876.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03086, -37.80639 ] } },
{ "type": "Feature", "properties": { "name": "Babijn", "population": 40627.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.98333, 12.53333 ] } },
{ "type": "Feature", "properties": { "name": "Kenthurst", "population": 5250.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.00503, -33.65527 ] } },
{ "type": "Feature", "properties": { "name": "Kensington", "population": 10847.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.22241, -33.92019 ] } },
{ "type": "Feature", "properties": { "name": "Kensington", "population": 9719.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.93333, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Kennington", "population": 5830.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.3, -36.78333 ] } },
{ "type": "Feature", "properties": { "name": "Kempsey", "population": 9522.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.83093, -31.07898 ] } },
{ "type": "Feature", "properties": { "name": "Kelso", "population": 6298.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.6, -33.41667 ] } },
{ "type": "Feature", "properties": { "name": "Keilor", "population": 5759.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.83333, -37.71667 ] } },
{ "type": "Feature", "properties": { "name": "Katoomba", "population": 18593.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.30739, -33.71977 ] } },
{ "type": "Feature", "properties": { "name": "Kangaroo Flat", "population": 9492.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.25, -36.8 ] } },
{ "type": "Feature", "properties": { "name": "Jannali", "population": 5556.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.06065, -34.01643 ] } },
{ "type": "Feature", "properties": { "name": "Inverell", "population": 8561.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.11166, -29.77403 ] } },
{ "type": "Feature", "properties": { "name": "Innisfail", "population": 8262.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.03102, -17.52209 ] } },
{ "type": "Feature", "properties": { "name": "Ingleburn", "population": 13902.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.86667, -34.0 ] } },
{ "type": "Feature", "properties": { "name": "Ingham", "population": 6127.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.16248, -18.64552 ] } },
{ "type": "Feature", "properties": { "name": "Hughesdale", "population": 7055.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08333, -37.9 ] } },
{ "type": "Feature", "properties": { "name": "Horsham", "population": 14285.000000 }, "geometry": { "type": "Point", "coordinates": [ 142.19981, -36.71131 ] } },
{ "type": "Feature", "properties": { "name": "Hornsby", "population": 19863.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.09931, -33.70244 ] } },
{ "type": "Feature", "properties": { "name": "Hobart", "population": 216656.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.32941, -42.87936 ] } },
{ "type": "Feature", "properties": { "name": "Highett", "population": 10263.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05, -37.95 ] } },
{ "type": "Feature", "properties": { "name": "Helensburgh", "population": 5504.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.99522, -34.17836 ] } },
{ "type": "Feature", "properties": { "name": "Heidelberg West", "population": 5327.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03333, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Heidelberg", "population": 5714.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Heathmont", "population": 9250.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.25, -37.83333 ] } },
{ "type": "Feature", "properties": { "name": "Heathcote", "population": 5851.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.01305, -34.0841 ] } },
{ "type": "Feature", "properties": { "name": "Healesville", "population": 7098.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.51718, -37.65395 ] } },
{ "type": "Feature", "properties": { "name": "Hawthorn South", "population": 21177.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05, -37.83333 ] } },
{ "type": "Feature", "properties": { "name": "Hastings", "population": 6583.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.18333, -38.3 ] } },
{ "type": "Feature", "properties": { "name": "Hampton Park", "population": 23767.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.25, -38.03333 ] } },
{ "type": "Feature", "properties": { "name": "Hampton", "population": 12482.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0, -37.95 ] } },
{ "type": "Feature", "properties": { "name": "Hamilton", "population": 10104.000000 }, "geometry": { "type": "Point", "coordinates": [ 142.02202, -37.74425 ] } },
{ "type": "Feature", "properties": { "name": "Hallam", "population": 10162.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.26667, -38.01667 ] } },
{ "type": "Feature", "properties": { "name": "Haberfield", "population": 6587.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.2, -33.88333 ] } },
{ "type": "Feature", "properties": { "name": "Gympie", "population": 11027.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.66499, -26.18979 ] } },
{ "type": "Feature", "properties": { "name": "Gunnedah", "population": 7148.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.25838, -30.98065 ] } },
{ "type": "Feature", "properties": { "name": "Griffith", "population": 15455.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.05093, -34.28853 ] } },
{ "type": "Feature", "properties": { "name": "Greenvale", "population": 11969.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.86667, -37.63333 ] } },
{ "type": "Feature", "properties": { "name": "Greensborough", "population": 20214.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.10302, -37.70462 ] } },
{ "type": "Feature", "properties": { "name": "Granville", "population": 22889.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.01667, -33.83333 ] } },
{ "type": "Feature", "properties": { "name": "Grafton", "population": 9955.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.93337, -29.69012 ] } },
{ "type": "Feature", "properties": { "name": "Goulburn", "population": 20940.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.72086, -34.75155 ] } },
{ "type": "Feature", "properties": { "name": "Gorokan", "population": 7066.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.5097, -33.25764 ] } },
{ "type": "Feature", "properties": { "name": "Gordon", "population": 5993.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.71667, -29.3 ] } },
{ "type": "Feature", "properties": { "name": "Goonellabah", "population": 12137.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.31667, -28.81667 ] } },
{ "type": "Feature", "properties": { "name": "Goondiwindi", "population": 5629.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.30546, -28.54709 ] } },
{ "type": "Feature", "properties": { "name": "Goodna", "population": 7939.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.88874, -27.63038 ] } },
{ "type": "Feature", "properties": { "name": "Gold Coast", "population": 591473.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.43088, -28.00029 ] } },
{ "type": "Feature", "properties": { "name": "Glenroy", "population": 19644.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.93333, -37.7 ] } },
{ "type": "Feature", "properties": { "name": "Glenorchy", "population": 10062.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.27593, -42.83343 ] } },
{ "type": "Feature", "properties": { "name": "Glen Innes", "population": 6283.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.7385, -29.73485 ] } },
{ "type": "Feature", "properties": { "name": "Glenhaven", "population": 5620.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.0, -33.7 ] } },
{ "type": "Feature", "properties": { "name": "Glenfield", "population": 6758.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.9, -33.96667 ] } },
{ "type": "Feature", "properties": { "name": "Glenferrie", "population": 21177.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05, -37.83333 ] } },
{ "type": "Feature", "properties": { "name": "Glenbrook", "population": 5138.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.61667, -33.76667 ] } },
{ "type": "Feature", "properties": { "name": "Gladstone", "population": 30489.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.25775, -23.84852 ] } },
{ "type": "Feature", "properties": { "name": "Geelong West", "population": 12121.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.34842, -38.13888 ] } },
{ "type": "Feature", "properties": { "name": "Geelong", "population": 226034.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.36069, -38.14711 ] } },
{ "type": "Feature", "properties": { "name": "Gatton", "population": 6513.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.27618, -27.55873 ] } },
{ "type": "Feature", "properties": { "name": "Frankston East", "population": 34457.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.13333, -38.13333 ] } },
{ "type": "Feature", "properties": { "name": "Frankston", "population": 34457.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.12291, -38.14458 ] } },
{ "type": "Feature", "properties": { "name": "Forster", "population": 17591.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.51715, -32.18136 ] } },
{ "type": "Feature", "properties": { "name": "Forest Hill", "population": 10052.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.18333, -37.83333 ] } },
{ "type": "Feature", "properties": { "name": "Footscray", "population": 13203.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.9, -37.8 ] } },
{ "type": "Feature", "properties": { "name": "Fitzroy", "population": 9000.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.97833, -37.79839 ] } },
{ "type": "Feature", "properties": { "name": "Fawkner", "population": 12596.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.71667 ] } },
{ "type": "Feature", "properties": { "name": "Essendon", "population": 18852.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.91667, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Epping", "population": 32200.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03333, -37.65 ] } },
{ "type": "Feature", "properties": { "name": "Epping", "population": 18969.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08184, -33.77271 ] } },
{ "type": "Feature", "properties": { "name": "Engadine", "population": 17937.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.01266, -34.06564 ] } },
{ "type": "Feature", "properties": { "name": "Emerald", "population": 5813.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.44093, -37.93167 ] } },
{ "type": "Feature", "properties": { "name": "Emerald", "population": 9398.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.15784, -23.52296 ] } },
{ "type": "Feature", "properties": { "name": "Eltham North", "population": 6841.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15, -37.7 ] } },
{ "type": "Feature", "properties": { "name": "Eltham", "population": 18162.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15, -37.73333 ] } },
{ "type": "Feature", "properties": { "name": "Edithvale", "population": 5450.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.10974, -38.03724 ] } },
{ "type": "Feature", "properties": { "name": "Echuca", "population": 19457.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.75185, -36.14057 ] } },
{ "type": "Feature", "properties": { "name": "East Maitland", "population": 11310.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.58333, -32.75 ] } },
{ "type": "Feature", "properties": { "name": "East Ballina", "population": 5474.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.58333, -28.86667 ] } },
{ "type": "Feature", "properties": { "name": "Earlwood", "population": 16564.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.1, -33.95 ] } },
{ "type": "Feature", "properties": { "name": "Dubbo", "population": 32327.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.60484, -32.24295 ] } },
{ "type": "Feature", "properties": { "name": "Dromana", "population": 5126.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96458, -38.33375 ] } },
{ "type": "Feature", "properties": { "name": "Doreen", "population": 12000.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15, -37.6 ] } },
{ "type": "Feature", "properties": { "name": "Doonside", "population": 13031.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.86667, -33.76667 ] } },
{ "type": "Feature", "properties": { "name": "Donvale", "population": 11795.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.17488, -37.7891 ] } },
{ "type": "Feature", "properties": { "name": "Doncaster East", "population": 27047.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.14888, -37.78761 ] } },
{ "type": "Feature", "properties": { "name": "Doncaster", "population": 18359.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.12373, -37.78828 ] } },
{ "type": "Feature", "properties": { "name": "Dingley Village", "population": 10072.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.1342, -37.9827 ] } },
{ "type": "Feature", "properties": { "name": "Diamond Creek", "population": 11504.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15, -37.66667 ] } },
{ "type": "Feature", "properties": { "name": "Devonport", "population": 19317.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.35152, -41.17695 ] } },
{ "type": "Feature", "properties": { "name": "Derrimut", "population": 5992.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.76994, -37.79238 ] } },
{ "type": "Feature", "properties": { "name": "Deniliquin", "population": 8024.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.95958, -35.52741 ] } },
{ "type": "Feature", "properties": { "name": "Deer Park", "population": 16204.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.78333, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Deception Bay", "population": 16090.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.02631, -27.19354 ] } },
{ "type": "Feature", "properties": { "name": "Darlinghurst", "population": 10128.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.21925, -33.87939 ] } },
{ "type": "Feature", "properties": { "name": "Dapto", "population": 10478.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.78333, -34.5 ] } },
{ "type": "Feature", "properties": { "name": "Dandenong", "population": 24919.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.2, -37.98333 ] } },
{ "type": "Feature", "properties": { "name": "Dalby", "population": 9847.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.26205, -27.18169 ] } },
{ "type": "Feature", "properties": { "name": "Croydon North", "population": 7693.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.3, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Croydon", "population": 9645.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.11667, -33.88333 ] } },
{ "type": "Feature", "properties": { "name": "Cronulla", "population": 16754.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.14961, -34.06251 ] } },
{ "type": "Feature", "properties": { "name": "Cranbourne", "population": 39419.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.28333, -38.1 ] } },
{ "type": "Feature", "properties": { "name": "Cranbourne", "population": 18622.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.28326, -38.11342 ] } },
{ "type": "Feature", "properties": { "name": "Craigieburn", "population": 19728.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.95, -37.6 ] } },
{ "type": "Feature", "properties": { "name": "Cowra", "population": 6795.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.69663, -33.83554 ] } },
{ "type": "Feature", "properties": { "name": "Corrimal", "population": 6534.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.90356, -34.37864 ] } },
{ "type": "Feature", "properties": { "name": "Corowa", "population": 5178.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.3858, -35.99962 ] } },
{ "type": "Feature", "properties": { "name": "Cooma", "population": 6520.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.12408, -36.23517 ] } },
{ "type": "Feature", "properties": { "name": "Coolum Beach", "population": 8555.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.08809, -26.5283 ] } },
{ "type": "Feature", "properties": { "name": "Coogee", "population": 13179.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.25522, -33.9205 ] } },
{ "type": "Feature", "properties": { "name": "Concord", "population": 13008.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.10381, -33.84722 ] } },
{ "type": "Feature", "properties": { "name": "Collingwood", "population": 5500.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.98333, -37.8 ] } },
{ "type": "Feature", "properties": { "name": "Colac", "population": 9089.000000 }, "geometry": { "type": "Point", "coordinates": [ 143.58489, -38.339 ] } },
{ "type": "Feature", "properties": { "name": "Coffs Harbour", "population": 26353.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.11351, -30.29626 ] } },
{ "type": "Feature", "properties": { "name": "Coburg", "population": 24977.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.75 ] } },
{ "type": "Feature", "properties": { "name": "Clifton Springs", "population": 7413.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.5551, -38.1567 ] } },
{ "type": "Feature", "properties": { "name": "Clifton Hill", "population": 5790.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.99533, -37.79798 ] } },
{ "type": "Feature", "properties": { "name": "Cleveland", "population": 13776.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.26516, -27.52677 ] } },
{ "type": "Feature", "properties": { "name": "Clayton South", "population": 11600.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11667, -37.93333 ] } },
{ "type": "Feature", "properties": { "name": "Clayton", "population": 15543.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11667, -37.91667 ] } },
{ "type": "Feature", "properties": { "name": "Clarinda", "population": 7461.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11667, -37.93333 ] } },
{ "type": "Feature", "properties": { "name": "Claremont", "population": 7504.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.25, -42.78333 ] } },
{ "type": "Feature", "properties": { "name": "Wollongong", "population": 292190.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.89345, -34.424 ] } },
{ "type": "Feature", "properties": { "name": "Chipping Norton", "population": 8579.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.95, -33.9 ] } },
{ "type": "Feature", "properties": { "name": "Chelsea Heights", "population": 5186.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.13333, -38.03333 ] } },
{ "type": "Feature", "properties": { "name": "Chelsea", "population": 7223.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11667, -38.05 ] } },
{ "type": "Feature", "properties": { "name": "Chatswood", "population": 7777.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.18333, -33.8 ] } },
{ "type": "Feature", "properties": { "name": "Charters Towers", "population": 9573.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.26353, -20.07671 ] } },
{ "type": "Feature", "properties": { "name": "Charlestown", "population": 11725.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.66667, -32.95 ] } },
{ "type": "Feature", "properties": { "name": "Cessnock", "population": 16393.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.35623, -32.83211 ] } },
{ "type": "Feature", "properties": { "name": "Caulfield North", "population": 14554.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.02485, -37.8739 ] } },
{ "type": "Feature", "properties": { "name": "Castlemaine", "population": 6604.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.21684, -37.06709 ] } },
{ "type": "Feature", "properties": { "name": "Castle Hill", "population": 35389.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.0, -33.73333 ] } },
{ "type": "Feature", "properties": { "name": "Casino", "population": 9539.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.04748, -28.85819 ] } },
{ "type": "Feature", "properties": { "name": "Carrum Downs", "population": 17213.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.17248, -38.09968 ] } },
{ "type": "Feature", "properties": { "name": "Carnegie", "population": 16299.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.88333 ] } },
{ "type": "Feature", "properties": { "name": "Carlton North", "population": 6220.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Carlton", "population": 14104.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.8 ] } },
{ "type": "Feature", "properties": { "name": "Carlingford", "population": 21364.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.04888, -33.78269 ] } },
{ "type": "Feature", "properties": { "name": "Caringbah", "population": 21283.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.12051, -34.04726 ] } },
{ "type": "Feature", "properties": { "name": "Canberra", "population": 367752.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.12807, -35.28346 ] } },
{ "type": "Feature", "properties": { "name": "Camperdown", "population": 6545.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.17642, -33.88965 ] } },
{ "type": "Feature", "properties": { "name": "Campbelltown", "population": 8013.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.81667, -34.06667 ] } },
{ "type": "Feature", "properties": { "name": "Campbellfield", "population": 5467.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.95, -37.68333 ] } },
{ "type": "Feature", "properties": { "name": "Camberwell", "population": 19637.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0694, -37.84205 ] } },
{ "type": "Feature", "properties": { "name": "Caloundra", "population": 38706.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.12195, -26.80346 ] } },
{ "type": "Feature", "properties": { "name": "Cairns", "population": 153075.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.76625, -16.92304 ] } },
{ "type": "Feature", "properties": { "name": "Caboolture", "population": 21478.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.9511, -27.08465 ] } },
{ "type": "Feature", "properties": { "name": "Byron Bay", "population": 6764.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.61194, -28.64201 ] } },
{ "type": "Feature", "properties": { "name": "Burwood East", "population": 10141.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15, -37.85 ] } },
{ "type": "Feature", "properties": { "name": "Burpengary", "population": 8280.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.95758, -27.15746 ] } },
{ "type": "Feature", "properties": { "name": "Burnie", "population": 19972.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.90375, -41.05584 ] } },
{ "type": "Feature", "properties": { "name": "Bundamba", "population": 5159.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.81133, -27.60947 ] } },
{ "type": "Feature", "properties": { "name": "Bundaberg", "population": 70826.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.3479, -24.86621 ] } },
{ "type": "Feature", "properties": { "name": "Bulli", "population": 5455.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.91347, -34.33834 ] } },
{ "type": "Feature", "properties": { "name": "Bulleen", "population": 10868.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08333, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Buderim", "population": 15228.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.05705, -26.68443 ] } },
{ "type": "Feature", "properties": { "name": "Brunswick West", "population": 13148.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.94383, -37.76461 ] } },
{ "type": "Feature", "properties": { "name": "Brunswick East", "population": 8476.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.97241, -37.77255 ] } },
{ "type": "Feature", "properties": { "name": "Brunswick", "population": 19867.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96667, -37.76667 ] } },
{ "type": "Feature", "properties": { "name": "Broken Hill", "population": 18430.000000 }, "geometry": { "type": "Point", "coordinates": [ 141.45998, -31.96173 ] } },
{ "type": "Feature", "properties": { "name": "Broadmeadows", "population": 9985.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.91877, -37.68015 ] } },
{ "type": "Feature", "properties": { "name": "Brisbane", "population": 2189878.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.02809, -27.46794 ] } },
{ "type": "Feature", "properties": { "name": "Brighton", "population": 8600.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.05721, -27.29582 ] } },
{ "type": "Feature", "properties": { "name": "Bridgewater", "population": 7790.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.22784, -42.73719 ] } },
{ "type": "Feature", "properties": { "name": "Box Hill", "population": 8616.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.12545, -37.81887 ] } },
{ "type": "Feature", "properties": { "name": "Bowral", "population": 9605.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.4204, -34.4775 ] } },
{ "type": "Feature", "properties": { "name": "Bowen", "population": 10983.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.24754, -20.01367 ] } },
{ "type": "Feature", "properties": { "name": "Botany", "population": 7455.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.19591, -33.94599 ] } },
{ "type": "Feature", "properties": { "name": "Boronia", "population": 20825.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.28333, -37.86667 ] } },
{ "type": "Feature", "properties": { "name": "Bongaree", "population": 13649.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.15942, -27.08367 ] } },
{ "type": "Feature", "properties": { "name": "Bomaderry", "population": 6600.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.61093, -34.84967 ] } },
{ "type": "Feature", "properties": { "name": "Blaxland", "population": 6953.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.6, -33.75 ] } },
{ "type": "Feature", "properties": { "name": "Blackwater", "population": 7250.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.87912, -23.58351 ] } },
{ "type": "Feature", "properties": { "name": "Blacktown", "population": 39000.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.91667, -33.76667 ] } },
{ "type": "Feature", "properties": { "name": "Blackmans Bay", "population": 6341.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.31694, -43.00311 ] } },
{ "type": "Feature", "properties": { "name": "Biloela", "population": 6309.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.51504, -24.39589 ] } },
{ "type": "Feature", "properties": { "name": "Berwick", "population": 44779.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.35, -38.03333 ] } },
{ "type": "Feature", "properties": { "name": "Berkeley Vale", "population": 7980.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.43333, -33.35 ] } },
{ "type": "Feature", "properties": { "name": "Berkeley", "population": 7413.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.85, -34.48333 ] } },
{ "type": "Feature", "properties": { "name": "Bentleigh", "population": 14271.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03544, -37.91806 ] } },
{ "type": "Feature", "properties": { "name": "Bendigo", "population": 100617.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.28024, -36.75818 ] } },
{ "type": "Feature", "properties": { "name": "Benalla", "population": 9020.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.98425, -36.55113 ] } },
{ "type": "Feature", "properties": { "name": "Beenleigh", "population": 8244.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.2029, -27.71137 ] } },
{ "type": "Feature", "properties": { "name": "Beaumaris", "population": 12829.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03361, -37.98534 ] } },
{ "type": "Feature", "properties": { "name": "Bayswater", "population": 11240.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.26667, -37.85 ] } },
{ "type": "Feature", "properties": { "name": "Baulkham Hills", "population": 33945.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.99292, -33.75881 ] } },
{ "type": "Feature", "properties": { "name": "Bathurst", "population": 33110.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.5806, -33.41665 ] } },
{ "type": "Feature", "properties": { "name": "Batemans Bay", "population": 10557.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.17541, -35.70658 ] } },
{ "type": "Feature", "properties": { "name": "Banora Point", "population": 27368.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.53634, -28.21298 ] } },
{ "type": "Feature", "properties": { "name": "Bankstown", "population": 30572.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.03333, -33.91667 ] } },
{ "type": "Feature", "properties": { "name": "Balwyn", "population": 12944.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.06667, -37.81667 ] } },
{ "type": "Feature", "properties": { "name": "Balmain", "population": 9783.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.1833, -33.85481 ] } },
{ "type": "Feature", "properties": { "name": "Ballina", "population": 14242.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.56541, -28.86414 ] } },
{ "type": "Feature", "properties": { "name": "Ballarat", "population": 97937.000000 }, "geometry": { "type": "Point", "coordinates": [ 143.84957, -37.56622 ] } },
{ "type": "Feature", "properties": { "name": "Balgowlah", "population": 7495.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.2572, -33.79494 ] } },
{ "type": "Feature", "properties": { "name": "Balaclava", "population": 5383.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0, -37.86667 ] } },
{ "type": "Feature", "properties": { "name": "Bairnsdale", "population": 11005.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.61041, -37.82289 ] } },
{ "type": "Feature", "properties": { "name": "Bacchus Marsh", "population": 13575.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.43829, -37.67268 ] } },
{ "type": "Feature", "properties": { "name": "Ayr", "population": 9078.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.40666, -19.57393 ] } },
{ "type": "Feature", "properties": { "name": "Auburn", "population": 33122.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.03333, -33.85 ] } },
{ "type": "Feature", "properties": { "name": "Atherton", "population": 6959.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.47522, -17.26864 ] } },
{ "type": "Feature", "properties": { "name": "Aspendale", "population": 6622.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.10266, -38.02913 ] } },
{ "type": "Feature", "properties": { "name": "Ashfield", "population": 22000.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.12274, -33.88834 ] } },
{ "type": "Feature", "properties": { "name": "Ashburton", "population": 7586.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08333, -37.86667 ] } },
{ "type": "Feature", "properties": { "name": "Ascot Vale", "population": 13475.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.91667, -37.78333 ] } },
{ "type": "Feature", "properties": { "name": "Artarmon", "population": 8642.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.18333, -33.81667 ] } },
{ "type": "Feature", "properties": { "name": "Armidale", "population": 22673.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.67123, -30.50828 ] } },
{ "type": "Feature", "properties": { "name": "Ararat", "population": 8076.000000 }, "geometry": { "type": "Point", "coordinates": [ 142.92728, -37.28542 ] } },
{ "type": "Feature", "properties": { "name": "Altona", "population": 9918.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.83036, -37.86964 ] } },
{ "type": "Feature", "properties": { "name": "Albury", "population": 45627.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.92394, -36.07494 ] } },
{ "type": "Feature", "properties": { "name": "Albert Park", "population": 5955.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0, -37.83333 ] } },
{ "type": "Feature", "properties": { "name": "Raymond Terrace", "population": 13606.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.75, -32.75 ] } },
{ "type": "Feature", "properties": { "name": "Gymea", "population": 7419.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08528, -34.03637 ] } },
{ "type": "Feature", "properties": { "name": "Kirrawee", "population": 8945.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.06903, -34.03831 ] } },
{ "type": "Feature", "properties": { "name": "Gymea Bay", "population": 7419.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08795, -34.05209 ] } },
{ "type": "Feature", "properties": { "name": "Brighton-Le-Sands", "population": 7193.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.1512, -33.9652 ] } },
{ "type": "Feature", "properties": { "name": "Blakehurst", "population": 5338.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.10876, -33.99152 ] } },
{ "type": "Feature", "properties": { "name": "Lugarno", "population": 5707.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.04184, -33.98267 ] } },
{ "type": "Feature", "properties": { "name": "New Town", "population": 5870.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.30869, -42.85758 ] } },
{ "type": "Feature", "properties": { "name": "Sandy Bay", "population": 11334.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.32439, -42.89449 ] } },
{ "type": "Feature", "properties": { "name": "Fairy Meadow", "population": 6424.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.89583, -34.39667 ] } },
{ "type": "Feature", "properties": { "name": "South Brisbane", "population": 60000.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.02049, -27.48034 ] } },
{ "type": "Feature", "properties": { "name": "Scarborough", "population": 9837.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.10939, -27.20118 ] } },
{ "type": "Feature", "properties": { "name": "Bonbeach", "population": 5773.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.12278, -38.06528 ] } },
{ "type": "Feature", "properties": { "name": "Highett", "population": 9402.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.03944, -37.95167 ] } },
{ "type": "Feature", "properties": { "name": "Cheltenham", "population": 20292.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.04806, -37.96944 ] } },
{ "type": "Feature", "properties": { "name": "Parkdale", "population": 10618.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.07339, -37.99423 ] } },
{ "type": "Feature", "properties": { "name": "Bellevue Hill", "population": 9447.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.25101, -33.87899 ] } },
{ "type": "Feature", "properties": { "name": "Paddington", "population": 11661.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.23151, -33.88419 ] } },
{ "type": "Feature", "properties": { "name": "Lilyfield", "population": 6759.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.1653, -33.87499 ] } },
{ "type": "Feature", "properties": { "name": "Drummoyne", "population": 10385.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.15491, -33.85237 ] } },
{ "type": "Feature", "properties": { "name": "Greenwich", "population": 5053.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.183, -33.83954 ] } },
{ "type": "Feature", "properties": { "name": "Hunters Hill", "population": 9024.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.1459, -33.83432 ] } },
{ "type": "Feature", "properties": { "name": "Cammeray", "population": 6693.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.21609, -33.82132 ] } },
{ "type": "Feature", "properties": { "name": "Neutral Bay", "population": 10276.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.2175, -33.83784 ] } },
{ "type": "Feature", "properties": { "name": "Randwick", "population": 25819.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.24895, -33.91439 ] } },
{ "type": "Feature", "properties": { "name": "Bronte", "population": 6120.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.26556, -33.90198 ] } },
{ "type": "Feature", "properties": { "name": "Bondi", "population": 10373.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.26444, -33.89429 ] } },
{ "type": "Feature", "properties": { "name": "Gladesville", "population": 10835.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.13333, -33.83333 ] } },
{ "type": "Feature", "properties": { "name": "Forestville", "population": 7803.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.20833, -33.76667 ] } },
{ "type": "Feature", "properties": { "name": "Dee Why", "population": 17463.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.3, -33.75 ] } },
{ "type": "Feature", "properties": { "name": "Umina", "population": 16059.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.31325, -33.52314 ] } },
{ "type": "Feature", "properties": { "name": "Airport West", "population": 6959.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.88126, -37.7247 ] } },
{ "type": "Feature", "properties": { "name": "Gladstone Park", "population": 8329.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.88675, -37.68742 ] } },
{ "type": "Feature", "properties": { "name": "Palmerston", "population": 25000.000000 }, "geometry": { "type": "Point", "coordinates": [ 130.9833, -12.48602 ] } },
{ "type": "Feature", "properties": { "name": "Moranbah", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ 148.04661, -22.00163 ] } },
{ "type": "Feature", "properties": { "name": "Kaleen", "population": 7586.000000 }, "geometry": { "type": "Point", "coordinates": [ 149.10516, -35.21814 ] } },
{ "type": "Feature", "properties": { "name": "Karratha", "population": 11728.000000 }, "geometry": { "type": "Point", "coordinates": [ 116.84629, -20.73765 ] } },
{ "type": "Feature", "properties": { "name": "Hillarys", "population": 10160.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.74045, -31.80698 ] } },
{ "type": "Feature", "properties": { "name": "Kingsford", "population": 14232.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.22749, -33.92399 ] } },
{ "type": "Feature", "properties": { "name": "Klemzig", "population": 5087.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.63562, -34.87928 ] } },
{ "type": "Feature", "properties": { "name": "Maidstone", "population": 7750.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.87353, -37.78035 ] } },
{ "type": "Feature", "properties": { "name": "Woollahra", "population": 7300.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.23681, -33.8878 ] } },
{ "type": "Feature", "properties": { "name": "Corlette", "population": 5115.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.10846, -32.72014 ] } },
{ "type": "Feature", "properties": { "name": "Howrah", "population": 7888.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.40554, -42.88728 ] } },
{ "type": "Feature", "properties": { "name": "North Narrabeen", "population": 5280.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.29607, -33.70935 ] } },
{ "type": "Feature", "properties": { "name": "Joondalup", "population": 8420.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.76835, -31.74445 ] } },
{ "type": "Feature", "properties": { "name": "Como", "population": 12425.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.86336, -31.99119 ] } },
{ "type": "Feature", "properties": { "name": "Arncliffe", "population": 8420.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.14819, -33.93627 ] } },
{ "type": "Feature", "properties": { "name": "East Lismore", "population": 5209.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.28743, -28.81933 ] } },
{ "type": "Feature", "properties": { "name": "Mindarie", "population": 6507.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.70698, -31.68932 ] } },
{ "type": "Feature", "properties": { "name": "Clarkson", "population": 7082.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7247, -31.68282 ] } },
{ "type": "Feature", "properties": { "name": "Kinross", "population": 7232.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.73839, -31.71868 ] } },
{ "type": "Feature", "properties": { "name": "Currambine", "population": 5975.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.74766, -31.73306 ] } },
{ "type": "Feature", "properties": { "name": "Heathridge", "population": 6882.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.75895, -31.76244 ] } },
{ "type": "Feature", "properties": { "name": "Freshwater", "population": 7872.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.28569, -33.77867 ] } },
{ "type": "Feature", "properties": { "name": "Taringa", "population": 7490.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.97861, -27.49061 ] } },
{ "type": "Feature", "properties": { "name": "Inala", "population": 12568.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.97432, -27.59715 ] } },
{ "type": "Feature", "properties": { "name": "Mount Lawley", "population": 10703.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8716, -31.93439 ] } },
{ "type": "Feature", "properties": { "name": "Paradise", "population": 6327.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.66896, -34.87361 ] } },
{ "type": "Feature", "properties": { "name": "Athelstone", "population": 9290.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.6999, -34.87019 ] } },
{ "type": "Feature", "properties": { "name": "Wooloowin", "population": 5486.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.04204, -27.42244 ] } },
{ "type": "Feature", "properties": { "name": "Zillmere", "population": 7467.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.04453, -27.35591 ] } },
{ "type": "Feature", "properties": { "name": "Taigum", "population": 5164.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.04444, -27.34265 ] } },
{ "type": "Feature", "properties": { "name": "Bracken Ridge", "population": 15355.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.03097, -27.3171 ] } },
{ "type": "Feature", "properties": { "name": "Toowong", "population": 9873.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.98943, -27.4836 ] } },
{ "type": "Feature", "properties": { "name": "Windsor", "population": 6164.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.02882, -27.43631 ] } },
{ "type": "Feature", "properties": { "name": "Bridegman Downs", "population": 7455.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.99432, -27.35538 ] } },
{ "type": "Feature", "properties": { "name": "Canterbury", "population": 5417.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.11862, -33.91192 ] } },
{ "type": "Feature", "properties": { "name": "Tamborine Mountain", "population": 6535.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.19937, -27.96954 ] } },
{ "type": "Feature", "properties": { "name": "North Ryde", "population": 17208.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.12436, -33.79677 ] } },
{ "type": "Feature", "properties": { "name": "Stirling", "population": 9157.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8099, -31.88343 ] } },
{ "type": "Feature", "properties": { "name": "North Melbourne", "population": 9962.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.94816, -37.80289 ] } },
{ "type": "Feature", "properties": { "name": "Caroline Springs", "population": 10880.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.73631, -37.74124 ] } },
{ "type": "Feature", "properties": { "name": "Hoppers Crossing", "population": 38108.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.7003, -37.88264 ] } },
{ "type": "Feature", "properties": { "name": "Rouse Hill", "population": 6474.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.9154, -33.68207 ] } },
{ "type": "Feature", "properties": { "name": "Logan City", "population": 282673.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.10944, -27.63917 ] } },
{ "type": "Feature", "properties": { "name": "Carindale", "population": 15135.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.10236, -27.50578 ] } },
{ "type": "Feature", "properties": { "name": "Paramatta", "population": 18448.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.00348, -33.8178 ] } },
{ "type": "Feature", "properties": { "name": "Ferntree Gully", "population": 24724.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.29539, -37.88461 ] } },
{ "type": "Feature", "properties": { "name": "City of Parramatta", "population": 19745.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.0, -33.81667 ] } },
{ "type": "Feature", "properties": { "name": "Phillip Island", "population": 7071.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.23102, -38.48349 ] } },
{ "type": "Feature", "properties": { "name": "Springwood", "population": 8952.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.12899, -27.61183 ] } },
{ "type": "Feature", "properties": { "name": "Adelaide Hills", "population": 60394.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.70735, -34.91119 ] } },
{ "type": "Feature", "properties": { "name": "Canning Vale", "population": 23289.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.91814, -32.05799 ] } },
{ "type": "Feature", "properties": { "name": "Varsity Lakes", "population": 11796.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.4122, -28.0894 ] } },
{ "type": "Feature", "properties": { "name": "Oxenford", "population": 9007.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.31309, -27.89033 ] } },
{ "type": "Feature", "properties": { "name": "Toormina", "population": 6551.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.08843, -30.35384 ] } },
{ "type": "Feature", "properties": { "name": "Glenmore Park", "population": 19200.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.6693, -33.79068 ] } },
{ "type": "Feature", "properties": { "name": "Southbank", "population": 9364.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96434, -37.8228 ] } },
{ "type": "Feature", "properties": { "name": "St Kilda East", "population": 12576.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.00018, -37.86594 ] } },
{ "type": "Feature", "properties": { "name": "Docklands", "population": 5791.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.95052, -37.8149 ] } },
{ "type": "Feature", "properties": { "name": "Melton West", "population": 10381.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.56883, -37.67852 ] } },
{ "type": "Feature", "properties": { "name": "Kurunjang", "population": 6728.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.5969, -37.67587 ] } },
{ "type": "Feature", "properties": { "name": "Ashburton", "population": 7173.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.07936, -37.86259 ] } },
{ "type": "Feature", "properties": { "name": "Ashwood", "population": 12420.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.10553, -37.86659 ] } },
{ "type": "Feature", "properties": { "name": "Glen Iris", "population": 23270.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05489, -37.85995 ] } },
{ "type": "Feature", "properties": { "name": "Toorak", "population": 13127.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.00957, -37.84077 ] } },
{ "type": "Feature", "properties": { "name": "Windsor", "population": 6394.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.99267, -37.8548 ] } },
{ "type": "Feature", "properties": { "name": "Balaclava", "population": 5035.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.99773, -37.86916 ] } },
{ "type": "Feature", "properties": { "name": "Caulfield North", "population": 14034.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.02262, -37.87255 ] } },
{ "type": "Feature", "properties": { "name": "Elsternwick", "population": 9286.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.00434, -37.88441 ] } },
{ "type": "Feature", "properties": { "name": "Elwood", "population": 13785.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.98215, -37.88214 ] } },
{ "type": "Feature", "properties": { "name": "Burwood", "population": 11886.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11901, -37.84978 ] } },
{ "type": "Feature", "properties": { "name": "Box Hill South", "population": 7387.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.12098, -37.83236 ] } },
{ "type": "Feature", "properties": { "name": "Blackburn", "population": 11958.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15326, -37.81901 ] } },
{ "type": "Feature", "properties": { "name": "Canterbury", "population": 7660.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.08476, -37.8247 ] } },
{ "type": "Feature", "properties": { "name": "Surrey Hills", "population": 13105.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.10038, -37.82524 ] } },
{ "type": "Feature", "properties": { "name": "Hawthorn East", "population": 13133.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0464, -37.82484 ] } },
{ "type": "Feature", "properties": { "name": "Kew East", "population": 6140.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05378, -37.79758 ] } },
{ "type": "Feature", "properties": { "name": "Balwyn North", "population": 19968.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.09386, -37.79086 ] } },
{ "type": "Feature", "properties": { "name": "Mont Albert North", "population": 5008.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.10828, -37.80043 ] } },
{ "type": "Feature", "properties": { "name": "Box Hill North", "population": 10649.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.12656, -37.80266 ] } },
{ "type": "Feature", "properties": { "name": "Forest Hill", "population": 9315.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.16519, -37.83656 ] } },
{ "type": "Feature", "properties": { "name": "Blackburn South", "population": 10129.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.15549, -37.83975 ] } },
{ "type": "Feature", "properties": { "name": "Chadstone", "population": 12357.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.09519, -37.88766 ] } },
{ "type": "Feature", "properties": { "name": "Carnegie", "population": 15084.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05713, -37.88867 ] } },
{ "type": "Feature", "properties": { "name": "Malvern East", "population": 19593.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.04253, -37.87397 ] } },
{ "type": "Feature", "properties": { "name": "Murrumbeena", "population": 8232.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.07112, -37.89023 ] } },
{ "type": "Feature", "properties": { "name": "Oakleigh South", "population": 8933.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.09146, -37.92416 ] } },
{ "type": "Feature", "properties": { "name": "Caulfield South", "population": 11113.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.02597, -37.89562 ] } },
{ "type": "Feature", "properties": { "name": "Brighton East", "population": 15167.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01734, -37.90232 ] } },
{ "type": "Feature", "properties": { "name": "Hampton", "population": 11825.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.0046, -37.93723 ] } },
{ "type": "Feature", "properties": { "name": "Black Rock", "population": 5796.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01636, -37.97357 ] } },
{ "type": "Feature", "properties": { "name": "Aspendale Gardens", "population": 7319.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.11798, -38.02277 ] } },
{ "type": "Feature", "properties": { "name": "Booval", "population": 20540.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.78944, -27.61328 ] } },
{ "type": "Feature", "properties": { "name": "Brassall", "population": 8320.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.74755, -27.59753 ] } },
{ "type": "Feature", "properties": { "name": "Raceview", "population": 6896.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.77519, -27.63472 ] } },
{ "type": "Feature", "properties": { "name": "Flinders View", "population": 5005.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.77451, -27.65046 ] } },
{ "type": "Feature", "properties": { "name": "Redbank Plains", "population": 9083.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.85965, -27.64613 ] } },
{ "type": "Feature", "properties": { "name": "Collingwood Park", "population": 5305.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.86008, -27.61282 ] } },
{ "type": "Feature", "properties": { "name": "Clontarf", "population": 7723.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.07835, -27.25341 ] } },
{ "type": "Feature", "properties": { "name": "Ballarat Central", "population": 5645.000000 }, "geometry": { "type": "Point", "coordinates": [ 143.85082, -37.56206 ] } },
{ "type": "Feature", "properties": { "name": "St Albans", "population": 33511.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.80049, -37.74496 ] } },
{ "type": "Feature", "properties": { "name": "Eleebana", "population": 5859.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.63642, -32.9896 ] } },
{ "type": "Feature", "properties": { "name": "Summer Hill", "population": 6130.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.13825, -33.89146 ] } },
{ "type": "Feature", "properties": { "name": "Altona North", "population": 10886.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.84735, -37.83487 ] } },
{ "type": "Feature", "properties": { "name": "Balcatta", "population": 9495.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.82839, -31.87501 ] } },
{ "type": "Feature", "properties": { "name": "Belmont", "population": 6104.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.9255, -31.9435 ] } },
{ "type": "Feature", "properties": { "name": "Bateau Bay", "population": 11759.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.46671, -33.38334 ] } },
{ "type": "Feature", "properties": { "name": "East Perth", "population": 5753.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.87109, -31.95872 ] } },
{ "type": "Feature", "properties": { "name": "Alexandria", "population": 5852.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.20037, -33.90219 ] } },
{ "type": "Feature", "properties": { "name": "Doveton", "population": 7600.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.23891, -37.99346 ] } },
{ "type": "Feature", "properties": { "name": "Endeavour Hills", "population": 25000.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.25866, -37.97695 ] } },
{ "type": "Feature", "properties": { "name": "Clayton", "population": 15500.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.13041, -37.91731 ] } },
{ "type": "Feature", "properties": { "name": "Tapping", "population": 8946.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.79559, -31.71947 ] } },
{ "type": "Feature", "properties": { "name": "Taylors Lakes", "population": 16095.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.78631, -37.69863 ] } },
{ "type": "Feature", "properties": { "name": "Woodvale", "population": 9202.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.79676, -31.78928 ] } },
{ "type": "Feature", "properties": { "name": "Roxburgh Park", "population": 19235.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.92555, -37.62581 ] } },
{ "type": "Feature", "properties": { "name": "Beeliar", "population": 5869.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.80637, -32.13339 ] } },
{ "type": "Feature", "properties": { "name": "Lynbrook", "population": 6772.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.25615, -38.05588 ] } },
{ "type": "Feature", "properties": { "name": "Wyndham Vale", "population": 17304.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.54101, -37.8415 ] } },
{ "type": "Feature", "properties": { "name": "Willetton", "population": 17243.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.88782, -32.05251 ] } },
{ "type": "Feature", "properties": { "name": "Carramar", "population": 6605.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.77159, -31.69023 ] } },
{ "type": "Feature", "properties": { "name": "Alexander Heights", "population": 7695.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.86501, -31.82758 ] } },
{ "type": "Feature", "properties": { "name": "Delahey", "population": 8443.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.77732, -37.7198 ] } },
{ "type": "Feature", "properties": { "name": "Wilson", "population": 5188.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.91181, -32.02058 ] } },
{ "type": "Feature", "properties": { "name": "Butler", "population": 9653.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.70431, -31.64298 ] } },
{ "type": "Feature", "properties": { "name": "Darch", "population": 6118.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.8458, -31.81255 ] } },
{ "type": "Feature", "properties": { "name": "Innaloo", "population": 7648.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.79508, -31.89272 ] } },
{ "type": "Feature", "properties": { "name": "Booragoon", "population": 5315.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.83369, -32.03945 ] } },
{ "type": "Feature", "properties": { "name": "Seville Grove", "population": 7065.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.98905, -32.13645 ] } },
{ "type": "Feature", "properties": { "name": "Murrumba Downs", "population": 9393.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.01053, -27.26733 ] } },
{ "type": "Feature", "properties": { "name": "Knoxfield", "population": 7140.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.24962, -37.88978 ] } },
{ "type": "Feature", "properties": { "name": "Little Mountain", "population": 9045.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.09218, -26.78436 ] } },
{ "type": "Feature", "properties": { "name": "Glendenning", "population": 5026.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.85411, -33.7483 ] } },
{ "type": "Feature", "properties": { "name": "Padbury", "population": 8113.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7688, -31.80645 ] } },
{ "type": "Feature", "properties": { "name": "East Victoria Park", "population": 8102.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.90388, -31.98894 ] } },
{ "type": "Feature", "properties": { "name": "Palmyra", "population": 6247.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.78589, -32.04502 ] } },
{ "type": "Feature", "properties": { "name": "Thornbury", "population": 17434.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.00514, -37.75829 ] } },
{ "type": "Feature", "properties": { "name": "Bell Park", "population": 5286.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.33839, -38.10793 ] } },
{ "type": "Feature", "properties": { "name": "Golden Square", "population": 8170.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.25271, -36.77265 ] } },
{ "type": "Feature", "properties": { "name": "Annerley", "population": 10664.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.03248, -27.51228 ] } },
{ "type": "Feature", "properties": { "name": "Dulwich Hill", "population": 12981.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.13945, -33.9041 ] } },
{ "type": "Feature", "properties": { "name": "Viewbank", "population": 6731.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.09323, -37.73991 ] } },
{ "type": "Feature", "properties": { "name": "Chirnside Park", "population": 9092.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.31431, -37.7386 ] } },
{ "type": "Feature", "properties": { "name": "Meadow Heights", "population": 14843.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.91855, -37.65117 ] } },
{ "type": "Feature", "properties": { "name": "Westminster", "population": 5175.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.83919, -31.86744 ] } },
{ "type": "Feature", "properties": { "name": "Bibra Lake", "population": 5954.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.81921, -32.09764 ] } },
{ "type": "Feature", "properties": { "name": "Kardinya", "population": 8874.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.81483, -32.06561 ] } },
{ "type": "Feature", "properties": { "name": "Karrinyup", "population": 8524.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.77684, -31.87233 ] } },
{ "type": "Feature", "properties": { "name": "Kewdale", "population": 5439.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.95159, -31.97886 ] } },
{ "type": "Feature", "properties": { "name": "Ocean Reef", "population": 8090.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.73601, -31.75871 ] } },
{ "type": "Feature", "properties": { "name": "Port Kennedy", "population": 12816.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.7515, -32.37342 ] } },
{ "type": "Feature", "properties": { "name": "Secret Harbour", "population": 5657.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.75852, -32.40589 ] } },
{ "type": "Feature", "properties": { "name": "Tuart Hill", "population": 6706.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.83495, -31.89808 ] } },
{ "type": "Feature", "properties": { "name": "Thornlie", "population": 22265.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.955, -32.06003 ] } },
{ "type": "Feature", "properties": { "name": "Winthrop", "population": 6430.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.82972, -32.05216 ] } },
{ "type": "Feature", "properties": { "name": "Yangebup", "population": 6089.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.81623, -32.12065 ] } },
{ "type": "Feature", "properties": { "name": "Yokine", "population": 10613.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.85319, -31.90113 ] } },
{ "type": "Feature", "properties": { "name": "Hillside", "population": 16326.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.74172, -37.69047 ] } },
{ "type": "Feature", "properties": { "name": "Wavell Heights", "population": 9435.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.04698, -27.39385 ] } },
{ "type": "Feature", "properties": { "name": "Braybrook", "population": 8180.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.85484, -37.78671 ] } },
{ "type": "Feature", "properties": { "name": "Cairnlea", "population": 8839.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.78781, -37.75931 ] } },
{ "type": "Feature", "properties": { "name": "Bundoora", "population": 25709.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05967, -37.69825 ] } },
{ "type": "Feature", "properties": { "name": "Patterson Lakes", "population": 7582.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.14327, -38.06934 ] } },
{ "type": "Feature", "properties": { "name": "Skye", "population": 7484.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.2163, -38.10505 ] } },
{ "type": "Feature", "properties": { "name": "Beaumont Hills", "population": 5817.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.9411, -33.69993 ] } },
{ "type": "Feature", "properties": { "name": "North Adelaide", "population": 6678.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.59141, -34.90733 ] } },
{ "type": "Feature", "properties": { "name": "Victoria Park", "population": 7174.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.90525, -31.97619 ] } },
{ "type": "Feature", "properties": { "name": "Bondi Junction", "population": 8660.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.24723, -33.89275 ] } },
{ "type": "Feature", "properties": { "name": "Bald Hills", "population": 5965.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.00857, -27.32112 ] } },
{ "type": "Feature", "properties": { "name": "Beecroft", "population": 8836.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.0648, -33.74954 ] } },
{ "type": "Feature", "properties": { "name": "Lane Cove North", "population": 9337.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.16638, -33.80543 ] } },
{ "type": "Feature", "properties": { "name": "Ascot", "population": 5730.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.058, -27.43154 ] } },
{ "type": "Feature", "properties": { "name": "Chermside West", "population": 6121.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.01586, -27.38383 ] } },
{ "type": "Feature", "properties": { "name": "Everton Park", "population": 8325.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.9884, -27.40732 ] } },
{ "type": "Feature", "properties": { "name": "Stafford", "population": 6041.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.01105, -27.41044 ] } },
{ "type": "Feature", "properties": { "name": "Stafford Heights", "population": 6780.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.0105, -27.39354 ] } },
{ "type": "Feature", "properties": { "name": "Forest Lake", "population": 22426.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.96883, -27.62563 ] } },
{ "type": "Feature", "properties": { "name": "Greenslopes", "population": 8565.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.04951, -27.50815 ] } },
{ "type": "Feature", "properties": { "name": "Mansfield", "population": 8473.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.09895, -27.53929 ] } },
{ "type": "Feature", "properties": { "name": "Mount Gravatt East", "population": 10891.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.08221, -27.5405 ] } },
{ "type": "Feature", "properties": { "name": "Sunnybank Hills", "population": 16830.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.05388, -27.61025 ] } },
{ "type": "Feature", "properties": { "name": "Upper Mount Gravatt", "population": 8851.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.08453, -27.56128 ] } },
{ "type": "Feature", "properties": { "name": "Yeronga", "population": 5540.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.01642, -27.51571 ] } },
{ "type": "Feature", "properties": { "name": "Camp Hill", "population": 10533.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.07629, -27.49354 ] } },
{ "type": "Feature", "properties": { "name": "Manly West", "population": 11195.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.16641, -27.47382 ] } },
{ "type": "Feature", "properties": { "name": "Morningside", "population": 9399.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.0732, -27.46729 ] } },
{ "type": "Feature", "properties": { "name": "Wynnum West", "population": 11745.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.15319, -27.45824 ] } },
{ "type": "Feature", "properties": { "name": "Springfield", "population": 6618.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.91716, -27.65365 ] } },
{ "type": "Feature", "properties": { "name": "Rochedale South", "population": 14996.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.12332, -27.59521 ] } },
{ "type": "Feature", "properties": { "name": "Waterford West", "population": 6160.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.13319, -27.69056 ] } },
{ "type": "Feature", "properties": { "name": "Ferny Hills", "population": 8721.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.93737, -27.39594 ] } },
{ "type": "Feature", "properties": { "name": "Samford Valley", "population": 10931.000000 }, "geometry": { "type": "Point", "coordinates": [ 152.86699, -27.3727 ] } },
{ "type": "Feature", "properties": { "name": "Flemington", "population": 7528.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.93001, -37.78825 ] } },
{ "type": "Feature", "properties": { "name": "Fairfield", "population": 5946.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.01764, -37.77977 ] } },
{ "type": "Feature", "properties": { "name": "Heidelberg Heights", "population": 6388.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.05695, -37.74313 ] } },
{ "type": "Feature", "properties": { "name": "Westmeadows", "population": 5524.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.88701, -37.67604 ] } },
{ "type": "Feature", "properties": { "name": "Keilor East", "population": 13259.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.86504, -37.73261 ] } },
{ "type": "Feature", "properties": { "name": "Coburg North", "population": 6576.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.96134, -37.72867 ] } },
{ "type": "Feature", "properties": { "name": "Hadfield", "population": 5366.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.9416, -37.70728 ] } },
{ "type": "Feature", "properties": { "name": "Oak Park", "population": 5771.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.91945, -37.71842 ] } },
{ "type": "Feature", "properties": { "name": "Pascoe Vale South", "population": 9553.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.94615, -37.73973 ] } },
{ "type": "Feature", "properties": { "name": "Bayswater North", "population": 8424.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.29831, -37.82612 ] } },
{ "type": "Feature", "properties": { "name": "Croydon Hills", "population": 5185.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.26355, -37.77651 ] } },
{ "type": "Feature", "properties": { "name": "Vermont South", "population": 11416.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.1827, -37.85747 ] } },
{ "type": "Feature", "properties": { "name": "Cranbourne East", "population": 8211.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.29814, -38.11531 ] } },
{ "type": "Feature", "properties": { "name": "Cranbourne North", "population": 14570.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.27805, -38.08292 ] } },
{ "type": "Feature", "properties": { "name": "Cranbourne West", "population": 8743.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.26707, -38.0965 ] } },
{ "type": "Feature", "properties": { "name": "Narre Warren South", "population": 28594.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.2923, -38.04369 ] } },
{ "type": "Feature", "properties": { "name": "Dandenong North", "population": 21910.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.2081, -37.96649 ] } },
{ "type": "Feature", "properties": { "name": "Noble Park North", "population": 7390.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.19257, -37.94978 ] } },
{ "type": "Feature", "properties": { "name": "Frankston North", "population": 5626.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.14836, -38.12352 ] } },
{ "type": "Feature", "properties": { "name": "Frankston South", "population": 17360.000000 }, "geometry": { "type": "Point", "coordinates": [ 145.13643, -38.16604 ] } },
{ "type": "Feature", "properties": { "name": "Keilor Downs", "population": 10307.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.80839, -37.72337 ] } },
{ "type": "Feature", "properties": { "name": "Sunshine North", "population": 10637.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.82787, -37.76987 ] } },
{ "type": "Feature", "properties": { "name": "Sunshine West", "population": 16743.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.81637, -37.79117 ] } },
{ "type": "Feature", "properties": { "name": "Altona Meadows", "population": 18746.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.78367, -37.88413 ] } },
{ "type": "Feature", "properties": { "name": "West Footscray", "population": 10222.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.87727, -37.79746 ] } },
{ "type": "Feature", "properties": { "name": "Burnside Heights", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.75225, -37.72691 ] } },
{ "type": "Feature", "properties": { "name": "Taylors Hill", "population": 11785.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.75483, -37.70988 ] } },
{ "type": "Feature", "properties": { "name": "Allambie Heights", "population": 6742.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.24981, -33.76655 ] } },
{ "type": "Feature", "properties": { "name": "Belfield", "population": 6043.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08467, -33.90354 ] } },
{ "type": "Feature", "properties": { "name": "Berala", "population": 8799.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.03386, -33.87197 ] } },
{ "type": "Feature", "properties": { "name": "Berowra Heights", "population": 5104.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.13754, -33.61211 ] } },
{ "type": "Feature", "properties": { "name": "Bondi Beach", "population": 10748.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.27157, -33.89103 ] } },
{ "type": "Feature", "properties": { "name": "Cabramatta West", "population": 6767.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.91056, -33.89669 ] } },
{ "type": "Feature", "properties": { "name": "Cambridge Park", "population": 6160.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.72208, -33.74784 ] } },
{ "type": "Feature", "properties": { "name": "Caringbah South", "population": 11605.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.12149, -34.05662 ] } },
{ "type": "Feature", "properties": { "name": "Concord West", "population": 5850.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.08609, -33.84809 ] } },
{ "type": "Feature", "properties": { "name": "Ermington", "population": 9470.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.05467, -33.81483 ] } },
{ "type": "Feature", "properties": { "name": "Fairfield East", "population": 5074.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.97129, -33.86938 ] } },
{ "type": "Feature", "properties": { "name": "Fairfield Heights", "population": 6649.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.93884, -33.86445 ] } },
{ "type": "Feature", "properties": { "name": "Fairlight", "population": 5489.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.27346, -33.79575 ] } },
{ "type": "Feature", "properties": { "name": "Harris Park", "population": 5072.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.00781, -33.82285 ] } },
{ "type": "Feature", "properties": { "name": "Hornsby Heights", "population": 6192.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.09428, -33.6713 ] } },
{ "type": "Feature", "properties": { "name": "Killara", "population": 9284.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.16213, -33.76604 ] } },
{ "type": "Feature", "properties": { "name": "Kingswood Park", "population": 11813.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.7144, -33.76651 ] } },
{ "type": "Feature", "properties": { "name": "Macquarie Park", "population": 6143.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.11248, -33.775 ] } },
{ "type": "Feature", "properties": { "name": "Marsfield", "population": 12347.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.10574, -33.77784 ] } },
{ "type": "Feature", "properties": { "name": "Narellan Vale", "population": 6962.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.74392, -34.04974 ] } },
{ "type": "Feature", "properties": { "name": "Narraweena", "population": 5470.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.27659, -33.75519 ] } },
{ "type": "Feature", "properties": { "name": "North Bondi", "population": 8550.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.27522, -33.88533 ] } },
{ "type": "Feature", "properties": { "name": "South Coogee", "population": 5367.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.25599, -33.93106 ] } },
{ "type": "Feature", "properties": { "name": "Pô", "population": 17924.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.145, 11.16972 ] } },
{ "type": "Feature", "properties": { "name": "South Windsor", "population": 5879.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.80443, -33.61808 ] } },
{ "type": "Feature", "properties": { "name": "Stanhope Gardens", "population": 7671.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.92614, -33.71636 ] } },
{ "type": "Feature", "properties": { "name": "Telopea", "population": 5177.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.03858, -33.79279 ] } },
{ "type": "Feature", "properties": { "name": "West Pennant", "population": 15967.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.04764, -33.7457 ] } },
{ "type": "Feature", "properties": { "name": "West Ryde", "population": 11867.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.07386, -33.80543 ] } },
{ "type": "Feature", "properties": { "name": "Wollstonecraft", "population": 8012.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.18981, -33.8328 ] } },
{ "type": "Feature", "properties": { "name": "Henley Beach", "population": 5405.000000 }, "geometry": { "type": "Point", "coordinates": [ 138.49442, -34.92029 ] } },
{ "type": "Feature", "properties": { "name": "City Beach", "population": 6354.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.76174, -31.9344 ] } },
{ "type": "Feature", "properties": { "name": "Kallaroo", "population": 5119.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.75298, -31.79098 ] } },
{ "type": "Feature", "properties": { "name": "Mount Pleasant", "population": 6423.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.84993, -32.03974 ] } },
{ "type": "Feature", "properties": { "name": "Parmelia", "population": 5953.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.82208, -32.25784 ] } },
{ "type": "Feature", "properties": { "name": "Rivervale", "population": 7070.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.91306, -31.95546 ] } },
{ "type": "Feature", "properties": { "name": "South Lake", "population": 5659.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.83873, -32.11125 ] } },
{ "type": "Feature", "properties": { "name": "Wembley Downs", "population": 5881.000000 }, "geometry": { "type": "Point", "coordinates": [ 115.77358, -31.91169 ] } },
{ "type": "Feature", "properties": { "name": "West Moonah", "population": 5216.000000 }, "geometry": { "type": "Point", "coordinates": [ 147.28181, -42.84996 ] } },
{ "type": "Feature", "properties": { "name": "Burleigh Waters", "population": 13868.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.42463, -28.09975 ] } },
{ "type": "Feature", "properties": { "name": "Elermore Vale", "population": 5186.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.67665, -32.91621 ] } },
{ "type": "Feature", "properties": { "name": "Mayfield", "population": 12248.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.73613, -32.89793 ] } },
{ "type": "Feature", "properties": { "name": "Belmont North", "population": 6481.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.66849, -33.02081 ] } },
{ "type": "Feature", "properties": { "name": "Toronto", "population": 5433.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.59373, -33.01357 ] } },
{ "type": "Feature", "properties": { "name": "Albion Park Rail", "population": 6937.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.79675, -34.56123 ] } },
{ "type": "Feature", "properties": { "name": "Barrack Heights", "population": 6160.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.85516, -34.56601 ] } },
{ "type": "Feature", "properties": { "name": "Cordeaux Heights", "population": 5067.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.83748, -34.44043 ] } },
{ "type": "Feature", "properties": { "name": "Hamlyn Heights", "population": 6075.000000 }, "geometry": { "type": "Point", "coordinates": [ 144.32799, -38.12108 ] } },
{ "type": "Feature", "properties": { "name": "Tweed Heads West", "population": 5823.000000 }, "geometry": { "type": "Point", "coordinates": [ 153.52278, -28.18736 ] } },
{ "type": "Feature", "properties": { "name": "Rangeville", "population": 8217.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.97997, -27.58318 ] } },
{ "type": "Feature", "properties": { "name": "Darling Heights", "population": 5035.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.93045, -27.59659 ] } },
{ "type": "Feature", "properties": { "name": "East Toowoomba", "population": 5676.000000 }, "geometry": { "type": "Point", "coordinates": [ 151.97422, -27.57086 ] } },
{ "type": "Feature", "properties": { "name": "South Tamworth", "population": 6741.000000 }, "geometry": { "type": "Point", "coordinates": [ 150.92254, -31.11 ] } },
{ "type": "Feature", "properties": { "name": "East Albury", "population": 6247.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.92991, -36.08144 ] } },
{ "type": "Feature", "properties": { "name": "North Albury", "population": 6089.000000 }, "geometry": { "type": "Point", "coordinates": [ 146.92995, -36.05745 ] } },
{ "type": "Feature", "properties": { "name": "Oranjestad", "population": 29998.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.02703, 12.52398 ] } },
{ "type": "Feature", "properties": { "name": "Arasji", "population": 14649.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.06667, 12.61667 ] } },
{ "type": "Feature", "properties": { "name": "Angochi", "population": 29442.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.95, 12.51667 ] } },
{ "type": "Feature", "properties": { "name": "Mariehamn", "population": 10682.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.93481, 60.09726 ] } },
{ "type": "Feature", "properties": { "name": "Prishibinskoye", "population": 13340.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.59255, 39.11817 ] } },
{ "type": "Feature", "properties": { "name": "Zangilan", "population": 7483.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.6513, 39.0884 ] } },
{ "type": "Feature", "properties": { "name": "Yaycı", "population": 8500.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.7319, 38.9427 ] } },
{ "type": "Feature", "properties": { "name": "Novyy Karanlug", "population": 5079.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.10989, 39.79546 ] } },
{ "type": "Feature", "properties": { "name": "Xankandi", "population": 53100.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.7528, 39.8177 ] } },
{ "type": "Feature", "properties": { "name": "Əhmədbəyli", "population": 17242.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.39901, 39.87867 ] } },
{ "type": "Feature", "properties": { "name": "Shushi", "population": 18662.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.74989, 39.76006 ] } },
{ "type": "Feature", "properties": { "name": "Salyan", "population": 36555.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.98479, 39.59621 ] } },
{ "type": "Feature", "properties": { "name": "Saatlı", "population": 87000.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.36892, 39.93214 ] } },
{ "type": "Feature", "properties": { "name": "Qubadlı", "population": 6890.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.58183, 39.34441 ] } },
{ "type": "Feature", "properties": { "name": "Ordubad", "population": 9781.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.02341, 38.90595 ] } },
{ "type": "Feature", "properties": { "name": "Neftçala", "population": 18661.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.247, 39.3768 ] } },
{ "type": "Feature", "properties": { "name": "Nakhchivan", "population": 64754.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.41222, 39.20889 ] } },
{ "type": "Feature", "properties": { "name": "Mincivan", "population": 6353.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.7214, 39.03058 ] } },
{ "type": "Feature", "properties": { "name": "Masally", "population": 9604.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.6654, 39.03532 ] } },
{ "type": "Feature", "properties": { "name": "Lerik", "population": 7094.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.41497, 38.77388 ] } },
{ "type": "Feature", "properties": { "name": "Lankaran", "population": 240300.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.85062, 38.75428 ] } },
{ "type": "Feature", "properties": { "name": "Vitez", "population": 8140.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.79009, 44.15424 ] } },
{ "type": "Feature", "properties": { "name": "Xocalı", "population": 5810.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.79028, 39.91297 ] } },
{ "type": "Feature", "properties": { "name": "Imishli", "population": 34178.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.05995, 39.87095 ] } },
{ "type": "Feature", "properties": { "name": "Fizuli", "population": 26765.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.14529, 39.60094 ] } },
{ "type": "Feature", "properties": { "name": "Jebrail", "population": 8396.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.02835, 39.39917 ] } },
{ "type": "Feature", "properties": { "name": "Dünyamalılar", "population": 5968.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.75889, 39.77278 ] } },
{ "type": "Feature", "properties": { "name": "Culfa", "population": 10820.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.6308, 38.9558 ] } },
{ "type": "Feature", "properties": { "name": "Dzhalilabad", "population": 36259.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.49186, 39.20963 ] } },
{ "type": "Feature", "properties": { "name": "Cahri", "population": 8200.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.41557, 39.34837 ] } },
{ "type": "Feature", "properties": { "name": "Boradigah", "population": 5904.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.7092, 38.93013 ] } },
{ "type": "Feature", "properties": { "name": "Pushkino", "population": 18182.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.545, 39.45833 ] } },
{ "type": "Feature", "properties": { "name": "Beylagan", "population": 15599.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.61861, 39.77556 ] } },
{ "type": "Feature", "properties": { "name": "Severo-Vostotchnyi Bank", "population": 7075.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.24792, 39.41117 ] } },
{ "type": "Feature", "properties": { "name": "Astara", "population": 15190.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.87498, 38.45598 ] } },
{ "type": "Feature", "properties": { "name": "Şirvan", "population": 70220.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.929, 39.93778 ] } },
{ "type": "Feature", "properties": { "name": "Ağdam", "population": 39451.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.92736, 39.99096 ] } },
{ "type": "Feature", "properties": { "name": "Avşar", "population": 5600.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.42389, 39.97389 ] } },
{ "type": "Feature", "properties": { "name": "Zyrya", "population": 10099.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.29198, 40.36613 ] } },
{ "type": "Feature", "properties": { "name": "Zardob", "population": 10612.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.70997, 40.21991 ] } },
{ "type": "Feature", "properties": { "name": "Zaqatala", "population": 18277.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.64479, 41.6316 ] } },
{ "type": "Feature", "properties": { "name": "Zabrat", "population": 21396.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.94174, 40.47746 ] } },
{ "type": "Feature", "properties": { "name": "Yevlakh", "population": 59036.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.15014, 40.61832 ] } },
{ "type": "Feature", "properties": { "name": "Xudat", "population": 13625.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.68161, 41.63052 ] } },
{ "type": "Feature", "properties": { "name": "Yelenendorf", "population": 17816.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.3189, 40.58584 ] } },
{ "type": "Feature", "properties": { "name": "Xaçmaz", "population": 37175.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.80565, 41.46426 ] } },
{ "type": "Feature", "properties": { "name": "Bayeux", "population": 91056.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.93222, -7.125 ] } },
{ "type": "Feature", "properties": { "name": "Ujar", "population": 15741.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.65423, 40.51902 ] } },
{ "type": "Feature", "properties": { "name": "Türkan", "population": 9699.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.22075, 40.3646 ] } },
{ "type": "Feature", "properties": { "name": "Tovuz", "population": 12626.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.62838, 40.99249 ] } },
{ "type": "Feature", "properties": { "name": "Terter", "population": 18185.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.93242, 40.34179 ] } },
{ "type": "Feature", "properties": { "name": "Sumqayıt", "population": 265150.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.66861, 40.58972 ] } },
{ "type": "Feature", "properties": { "name": "Qaraçuxur", "population": 72989.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.97361, 40.39667 ] } },
{ "type": "Feature", "properties": { "name": "Saray", "population": 10173.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.71681, 40.53299 ] } },
{ "type": "Feature", "properties": { "name": "Shamkhor", "population": 35421.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.0178, 40.82975 ] } },
{ "type": "Feature", "properties": { "name": "Shamakhi", "population": 29403.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.64137, 40.63141 ] } },
{ "type": "Feature", "properties": { "name": "Sheki", "population": 63000.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.17056, 41.19194 ] } },
{ "type": "Feature", "properties": { "name": "Samux", "population": 6013.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.40868, 40.76485 ] } },
{ "type": "Feature", "properties": { "name": "Sabunçu", "population": 20996.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.94806, 40.4425 ] } },
{ "type": "Feature", "properties": { "name": "Sabirabad", "population": 28075.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.47701, 40.00869 ] } },
{ "type": "Feature", "properties": { "name": "Qusar", "population": 16022.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.4302, 41.4275 ] } },
{ "type": "Feature", "properties": { "name": "Quba", "population": 22405.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.51341, 41.36108 ] } },
{ "type": "Feature", "properties": { "name": "Qobustan", "population": 13398.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.41205, 40.08238 ] } },
{ "type": "Feature", "properties": { "name": "Hacıqabul", "population": 23102.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.94286, 40.03874 ] } },
{ "type": "Feature", "properties": { "name": "Qazax", "population": 18903.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.36561, 41.09246 ] } },
{ "type": "Feature", "properties": { "name": "Qax", "population": 11992.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.92043, 41.41826 ] } },
{ "type": "Feature", "properties": { "name": "Qutqashen", "population": 11867.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.84909, 40.98247 ] } },
{ "type": "Feature", "properties": { "name": "Oğuz", "population": 6600.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.46528, 41.07128 ] } },
{ "type": "Feature", "properties": { "name": "Hacı Zeynalabdin", "population": 19019.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.55861, 40.62333 ] } },
{ "type": "Feature", "properties": { "name": "Nardaran", "population": 7700.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.00556, 40.55611 ] } },
{ "type": "Feature", "properties": { "name": "Naftalan", "population": 7045.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.8203, 40.50821 ] } },
{ "type": "Feature", "properties": { "name": "Mingelchaur", "population": 95453.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.05953, 40.76395 ] } },
{ "type": "Feature", "properties": { "name": "Maştağa", "population": 40092.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.00616, 40.52983 ] } },
{ "type": "Feature", "properties": { "name": "Mardakyany", "population": 15267.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.14292, 40.49182 ] } },
{ "type": "Feature", "properties": { "name": "Lökbatan", "population": 30694.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.73376, 40.3256 ] } },
{ "type": "Feature", "properties": { "name": "Qızılhacılı", "population": 6330.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.849, 40.57362 ] } },
{ "type": "Feature", "properties": { "name": "Kyurdarmir", "population": 19088.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.15085, 40.34532 ] } },
{ "type": "Feature", "properties": { "name": "Qobu", "population": 7377.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.71306, 40.40472 ] } },
{ "type": "Feature", "properties": { "name": "Khirdalan", "population": 37949.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.75502, 40.44808 ] } },
{ "type": "Feature", "properties": { "name": "Khodzhi-Gasan", "population": 5089.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.76904, 40.41293 ] } },
{ "type": "Feature", "properties": { "name": "Qarayeri", "population": 5565.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.3072, 40.78825 ] } },
{ "type": "Feature", "properties": { "name": "Kerbakhiar", "population": 8400.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.04446, 40.10984 ] } },
{ "type": "Feature", "properties": { "name": "İsmayıllı", "population": 13610.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.15141, 40.78485 ] } },
{ "type": "Feature", "properties": { "name": "Yeni Suraxanı", "population": 16127.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.03598, 40.43026 ] } },
{ "type": "Feature", "properties": { "name": "Geoktschai", "population": 35348.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.74219, 40.65055 ] } },
{ "type": "Feature", "properties": { "name": "Hövsan", "population": 36293.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.08528, 40.37444 ] } },
{ "type": "Feature", "properties": { "name": "Goranboy", "population": 7333.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.78972, 40.61028 ] } },
{ "type": "Feature", "properties": { "name": "Ganja", "population": 313300.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.36056, 40.68278 ] } },
{ "type": "Feature", "properties": { "name": "Kyadabek", "population": 8657.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.81229, 40.57055 ] } },
{ "type": "Feature", "properties": { "name": "Corat", "population": 8624.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.70509, 40.57176 ] } },
{ "type": "Feature", "properties": { "name": "Ceyranbatan", "population": 5684.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.66073, 40.54194 ] } },
{ "type": "Feature", "properties": { "name": "Dzagam", "population": 7442.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.88564, 40.9033 ] } },
{ "type": "Feature", "properties": { "name": "Divichibazar", "population": 23248.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.98712, 41.20117 ] } },
{ "type": "Feature", "properties": { "name": "Yukhary-Dashkesan", "population": 9900.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.08186, 40.52393 ] } },
{ "type": "Feature", "properties": { "name": "Çinarlı", "population": 6508.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.91582, 41.46965 ] } },
{ "type": "Feature", "properties": { "name": "Buzovna", "population": 24795.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.11438, 40.51903 ] } },
{ "type": "Feature", "properties": { "name": "Binagadi", "population": 14012.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.82783, 40.46602 ] } },
{ "type": "Feature", "properties": { "name": "Biny Selo", "population": 24596.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.08686, 40.45076 ] } },
{ "type": "Feature", "properties": { "name": "Bilajer", "population": 8983.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.04002, 40.56441 ] } },
{ "type": "Feature", "properties": { "name": "Visoko", "population": 17890.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.17806, 43.98889 ] } },
{ "type": "Feature", "properties": { "name": "Barda", "population": 37372.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.12619, 40.37577 ] } },
{ "type": "Feature", "properties": { "name": "Belokany", "population": 9182.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.40478, 41.72626 ] } },
{ "type": "Feature", "properties": { "name": "Balakhani", "population": 10863.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.91893, 40.46344 ] } },
{ "type": "Feature", "properties": { "name": "Bilajari", "population": 42194.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.80566, 40.4444 ] } },
{ "type": "Feature", "properties": { "name": "Baku", "population": 1116513.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.89201, 40.37767 ] } },
{ "type": "Feature", "properties": { "name": "Pirallahı", "population": 13435.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.32476, 40.47013 ] } },
{ "type": "Feature", "properties": { "name": "Amirdzhan", "population": 26798.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.98361, 40.42639 ] } },
{ "type": "Feature", "properties": { "name": "Aliabad", "population": 9103.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.63483, 41.4829 ] } },
{ "type": "Feature", "properties": { "name": "Aghsu", "population": 17209.000000 }, "geometry": { "type": "Point", "coordinates": [ 48.40087, 40.57028 ] } },
{ "type": "Feature", "properties": { "name": "Aghstafa", "population": 12542.000000 }, "geometry": { "type": "Point", "coordinates": [ 45.45389, 41.11889 ] } },
{ "type": "Feature", "properties": { "name": "Ağdaş", "population": 23528.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.4738, 40.64699 ] } },
{ "type": "Feature", "properties": { "name": "Martakert", "population": 10167.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.82086, 40.21238 ] } },
{ "type": "Feature", "properties": { "name": "Agdzhabedy", "population": 34989.000000 }, "geometry": { "type": "Point", "coordinates": [ 47.45937, 40.05015 ] } },
{ "type": "Feature", "properties": { "name": "Bakıxanov", "population": 66686.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.96693, 40.41894 ] } },
{ "type": "Feature", "properties": { "name": "Aran", "population": 6724.000000 }, "geometry": { "type": "Point", "coordinates": [ 46.97556, 40.62528 ] } },
{ "type": "Feature", "properties": { "name": "Ramana", "population": 8855.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.98056, 40.44222 ] } },
{ "type": "Feature", "properties": { "name": "Badamdar", "population": 11398.000000 }, "geometry": { "type": "Point", "coordinates": [ 49.8045, 40.34024 ] } },
{ "type": "Feature", "properties": { "name": "Zvornik", "population": 8026.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.10247, 44.38605 ] } },
{ "type": "Feature", "properties": { "name": "Živinice", "population": 13641.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.64978, 44.44929 ] } },
{ "type": "Feature", "properties": { "name": "Žepče", "population": 8502.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.03778, 44.42667 ] } },
{ "type": "Feature", "properties": { "name": "Zenica", "population": 164423.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.90397, 44.20169 ] } },
{ "type": "Feature", "properties": { "name": "Željezno Polje", "population": 5783.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.94103, 44.39875 ] } },
{ "type": "Feature", "properties": { "name": "Zavidovići", "population": 14380.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.14972, 44.44583 ] } },
{ "type": "Feature", "properties": { "name": "Vrnograč", "population": 6860.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.95444, 45.16369 ] } },
{ "type": "Feature", "properties": { "name": "Vogošća", "population": 8180.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.34438, 43.90225 ] } },
{ "type": "Feature", "properties": { "name": "Višegrad", "population": 6087.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.29256, 43.7826 ] } },
{ "type": "Feature", "properties": { "name": "Velika Obarska", "population": 5142.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.16183, 44.80461 ] } },
{ "type": "Feature", "properties": { "name": "Velika Kladuša", "population": 19330.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.80579, 45.18497 ] } },
{ "type": "Feature", "properties": { "name": "Varoška Rijeka", "population": 6573.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.01906, 45.08936 ] } },
{ "type": "Feature", "properties": { "name": "Vareš", "population": 7193.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.32833, 44.16444 ] } },
{ "type": "Feature", "properties": { "name": "Tuzla", "population": 142486.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.66709, 44.53842 ] } },
{ "type": "Feature", "properties": { "name": "Tržačka Raštela", "population": 6617.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.78489, 44.97597 ] } },
{ "type": "Feature", "properties": { "name": "Trn", "population": 7553.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.23583, 44.85829 ] } },
{ "type": "Feature", "properties": { "name": "Trebinje", "population": 33178.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.34362, 42.71197 ] } },
{ "type": "Feature", "properties": { "name": "Travnik", "population": 31127.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.66583, 44.22637 ] } },
{ "type": "Feature", "properties": { "name": "Tojšići", "population": 6587.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.78523, 44.50133 ] } },
{ "type": "Feature", "properties": { "name": "Teslić", "population": 6405.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.85972, 44.60639 ] } },
{ "type": "Feature", "properties": { "name": "Tešanj", "population": 7550.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.98552, 44.61191 ] } },
{ "type": "Feature", "properties": { "name": "Šturlić", "population": 5014.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.77806, 45.06389 ] } },
{ "type": "Feature", "properties": { "name": "Stolac", "population": 7733.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.95995, 43.084 ] } },
{ "type": "Feature", "properties": { "name": "Stijena", "population": 10844.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.02224, 44.9363 ] } },
{ "type": "Feature", "properties": { "name": "Srebrenik", "population": 6723.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.48834, 44.70819 ] } },
{ "type": "Feature", "properties": { "name": "Srbac", "population": 7380.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.52331, 45.0973 ] } },
{ "type": "Feature", "properties": { "name": "Sokolac", "population": 8842.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.80079, 43.93817 ] } },
{ "type": "Feature", "properties": { "name": "Skender Vakuf", "population": 6866.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.38161, 44.49071 ] } },
{ "type": "Feature", "properties": { "name": "Šipovo", "population": 10738.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.08597, 44.28237 ] } },
{ "type": "Feature", "properties": { "name": "Šekovići", "population": 6315.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.85532, 44.29896 ] } },
{ "type": "Feature", "properties": { "name": "Sarajevo", "population": 696731.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.35644, 43.84864 ] } },
{ "type": "Feature", "properties": { "name": "Sanski Most", "population": 13551.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.667, 44.7667 ] } },
{ "type": "Feature", "properties": { "name": "Sanica", "population": 5666.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.64062, 44.61354 ] } },
{ "type": "Feature", "properties": { "name": "Rodoč", "population": 5159.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.8029, 43.31453 ] } },
{ "type": "Feature", "properties": { "name": "Novi Travnik", "population": 10006.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.65816, 44.17133 ] } },
{ "type": "Feature", "properties": { "name": "Prozor", "population": 10349.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.60917, 43.82222 ] } },
{ "type": "Feature", "properties": { "name": "Prnjavor", "population": 7099.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.66256, 44.87021 ] } },
{ "type": "Feature", "properties": { "name": "Prijedor", "population": 36347.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.71401, 44.97991 ] } },
{ "type": "Feature", "properties": { "name": "Potoci", "population": 8312.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.87855, 43.40953 ] } },
{ "type": "Feature", "properties": { "name": "Podzvizd", "population": 6665.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.87361, 45.17417 ] } },
{ "type": "Feature", "properties": { "name": "Podhum", "population": 5801.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.99887, 43.72295 ] } },
{ "type": "Feature", "properties": { "name": "Pećigrad", "population": 6514.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.89694, 45.05444 ] } },
{ "type": "Feature", "properties": { "name": "Pale", "population": 7458.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.56949, 43.81664 ] } },
{ "type": "Feature", "properties": { "name": "Otoka", "population": 6595.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.17917, 44.96 ] } },
{ "type": "Feature", "properties": { "name": "Ostrožac", "population": 5456.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.94045, 44.90866 ] } },
{ "type": "Feature", "properties": { "name": "Orahovica Donja", "population": 5612.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.36951, 44.65345 ] } },
{ "type": "Feature", "properties": { "name": "Omarska", "population": 6466.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.89814, 44.8917 ] } },
{ "type": "Feature", "properties": { "name": "Odžak", "population": 11621.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.32719, 45.01038 ] } },
{ "type": "Feature", "properties": { "name": "Nevesinje", "population": 7313.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.11333, 43.25861 ] } },
{ "type": "Feature", "properties": { "name": "Mrkonjić Grad", "population": 14737.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.08288, 44.41729 ] } },
{ "type": "Feature", "properties": { "name": "Mostar", "population": 104518.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.80806, 43.34333 ] } },
{ "type": "Feature", "properties": { "name": "Mionica", "population": 8701.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.46603, 44.86646 ] } },
{ "type": "Feature", "properties": { "name": "Milići", "population": 8210.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.09195, 44.17016 ] } },
{ "type": "Feature", "properties": { "name": "Mala Kladuša", "population": 6033.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.85217, 45.13443 ] } },
{ "type": "Feature", "properties": { "name": "Mahala", "population": 5062.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.25528, 44.01194 ] } },
{ "type": "Feature", "properties": { "name": "Maglaj", "population": 7399.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.10003, 44.54771 ] } },
{ "type": "Feature", "properties": { "name": "Ljubuški", "population": 9987.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.545, 43.19694 ] } },
{ "type": "Feature", "properties": { "name": "Livno", "population": 11748.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.00746, 43.82695 ] } },
{ "type": "Feature", "properties": { "name": "Široki Brijeg", "population": 9370.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.59416, 43.3829 ] } },
{ "type": "Feature", "properties": { "name": "Laktaši", "population": 6464.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.30135, 44.90857 ] } },
{ "type": "Feature", "properties": { "name": "Kotor-Varoš", "population": 5068.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.37204, 44.61831 ] } },
{ "type": "Feature", "properties": { "name": "Ključ", "population": 7245.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.77682, 44.53251 ] } },
{ "type": "Feature", "properties": { "name": "Kladanj", "population": 6783.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.69274, 44.22669 ] } },
{ "type": "Feature", "properties": { "name": "Kiseljak", "population": 8475.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.08132, 43.94295 ] } },
{ "type": "Feature", "properties": { "name": "Kalenderovci Donji", "population": 5890.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.83785, 44.94673 ] } },
{ "type": "Feature", "properties": { "name": "Kakanj", "population": 12406.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.12292, 44.13311 ] } },
{ "type": "Feature", "properties": { "name": "Janja", "population": 5544.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.24691, 44.66554 ] } },
{ "type": "Feature", "properties": { "name": "Jajce", "population": 9763.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.27059, 44.34203 ] } },
{ "type": "Feature", "properties": { "name": "Ilijaš", "population": 5855.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.27128, 43.95128 ] } },
{ "type": "Feature", "properties": { "name": "Hadžići", "population": 7173.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.20667, 43.82222 ] } },
{ "type": "Feature", "properties": { "name": "Gromiljak", "population": 6457.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.05504, 43.96668 ] } },
{ "type": "Feature", "properties": { "name": "Gradačac", "population": 15659.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.42764, 44.87851 ] } },
{ "type": "Feature", "properties": { "name": "Gračanica", "population": 15758.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.3101, 44.70307 ] } },
{ "type": "Feature", "properties": { "name": "Gostovići", "population": 5802.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.17029, 44.41124 ] } },
{ "type": "Feature", "properties": { "name": "Gornji Vakuf", "population": 7014.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.58833, 43.93806 ] } },
{ "type": "Feature", "properties": { "name": "Goražde", "population": 17650.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.97564, 43.66795 ] } },
{ "type": "Feature", "properties": { "name": "Fojnica", "population": 8244.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.90288, 43.95952 ] } },
{ "type": "Feature", "properties": { "name": "Foča", "population": 14615.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.77854, 43.50646 ] } },
{ "type": "Feature", "properties": { "name": "Tomislavgrad", "population": 7737.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.22515, 43.71849 ] } },
{ "type": "Feature", "properties": { "name": "Donji Vakuf", "population": 7955.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.4, 44.14361 ] } },
{ "type": "Feature", "properties": { "name": "Donja Mahala", "population": 5565.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.66996, 45.04327 ] } },
{ "type": "Feature", "properties": { "name": "Doboj", "population": 27235.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.08698, 44.73179 ] } },
{ "type": "Feature", "properties": { "name": "Divičani", "population": 7251.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.32678, 44.36682 ] } },
{ "type": "Feature", "properties": { "name": "Derventa", "population": 9773.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.90779, 44.97839 ] } },
{ "type": "Feature", "properties": { "name": "Čitluk", "population": 5718.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.70083, 43.22861 ] } },
{ "type": "Feature", "properties": { "name": "Cazin", "population": 21741.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.94306, 44.96694 ] } },
{ "type": "Feature", "properties": { "name": "Čapljina", "population": 7923.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.68444, 43.12139 ] } },
{ "type": "Feature", "properties": { "name": "Bužim", "population": 7229.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.03254, 45.05361 ] } },
{ "type": "Feature", "properties": { "name": "Bugojno", "population": 41378.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.45083, 44.05722 ] } },
{ "type": "Feature", "properties": { "name": "Brčko", "population": 38968.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.80833, 44.87278 ] } },
{ "type": "Feature", "properties": { "name": "Bosansko Grahovo", "population": 5643.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.36389, 44.17944 ] } },
{ "type": "Feature", "properties": { "name": "Bosanski Novi", "population": 8920.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.37782, 45.04643 ] } },
{ "type": "Feature", "properties": { "name": "Bosanski Brod", "population": 9249.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.98722, 45.13747 ] } },
{ "type": "Feature", "properties": { "name": "Bosanska Krupa", "population": 15193.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.15139, 44.8825 ] } },
{ "type": "Feature", "properties": { "name": "Bosanska Gradiška", "population": 13346.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.25453, 45.14484 ] } },
{ "type": "Feature", "properties": { "name": "Bosanska Dubica", "population": 9959.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.80944, 45.17667 ] } },
{ "type": "Feature", "properties": { "name": "Blatnica", "population": 5676.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.82278, 44.48677 ] } },
{ "type": "Feature", "properties": { "name": "Bileća", "population": 13257.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.42967, 42.87645 ] } },
{ "type": "Feature", "properties": { "name": "Bijeljina", "population": 37692.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.21437, 44.75874 ] } },
{ "type": "Feature", "properties": { "name": "Bihać", "population": 75641.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.87083, 44.81694 ] } },
{ "type": "Feature", "properties": { "name": "Banovići", "population": 7211.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.52648, 44.40596 ] } },
{ "type": "Feature", "properties": { "name": "Banja Luka", "population": 221106.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.18556, 44.77583 ] } },
{ "type": "Feature", "properties": { "name": "Čelinac", "population": 6670.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.32431, 44.72453 ] } },
{ "type": "Feature", "properties": { "name": "Hiseti", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.17944, 44.76111 ] } },
{ "type": "Feature", "properties": { "name": "Tešanjka", "population": 5666.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.01109, 44.67228 ] } },
{ "type": "Feature", "properties": { "name": "Kovači", "population": 6410.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.20521, 44.44874 ] } },
{ "type": "Feature", "properties": { "name": "Ćoralići", "population": 5223.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.87194, 45.00694 ] } },
{ "type": "Feature", "properties": { "name": "Crnići", "population": 5789.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.86452, 43.13156 ] } },
{ "type": "Feature", "properties": { "name": "Kačuni", "population": 5042.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.93894, 44.06433 ] } },
{ "type": "Feature", "properties": { "name": "Todorovo", "population": 9560.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.93083, 45.08833 ] } },
{ "type": "Feature", "properties": { "name": "Konjic", "population": 15950.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.96082, 43.65126 ] } },
{ "type": "Feature", "properties": { "name": "Jablanica", "population": 6209.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.76167, 43.66028 ] } },
{ "type": "Feature", "properties": { "name": "Mejdan - Obilićevo", "population": 5400.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.19012, 44.76324 ] } },
{ "type": "Feature", "properties": { "name": "Bridgetown", "population": 98511.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.61667, 13.1 ] } },
{ "type": "Feature", "properties": { "name": "Thākurgaon", "population": 71096.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.46989, 26.03097 ] } },
{ "type": "Feature", "properties": { "name": "Teknāf", "population": 40557.000000 }, "geometry": { "type": "Point", "coordinates": [ 92.30153, 20.86382 ] } },
{ "type": "Feature", "properties": { "name": "Tungi", "population": 337579.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.40232, 23.89154 ] } },
{ "type": "Feature", "properties": { "name": "Sylhet", "population": 237000.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.87198, 24.89904 ] } },
{ "type": "Feature", "properties": { "name": "Dohār", "population": 45543.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.14251, 23.59311 ] } },
{ "type": "Feature", "properties": { "name": "Jamālpur", "population": 167900.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.94812, 24.91965 ] } },
{ "type": "Feature", "properties": { "name": "Shibganj", "population": 35961.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.15638, 24.68501 ] } },
{ "type": "Feature", "properties": { "name": "Sātkhira", "population": 128918.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.07185, 22.70817 ] } },
{ "type": "Feature", "properties": { "name": "Sirājganj", "population": 127481.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.70802, 24.45771 ] } },
{ "type": "Feature", "properties": { "name": "Netrakona", "population": 79016.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.72898, 24.88352 ] } },
{ "type": "Feature", "properties": { "name": "Narsingdi", "population": 281080.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.71768, 23.92298 ] } },
{ "type": "Feature", "properties": { "name": "Sandwīp", "population": 52152.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.45491, 22.51409 ] } },
{ "type": "Feature", "properties": { "name": "Shāhzādpur", "population": 102420.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.5988, 24.17687 ] } },
{ "type": "Feature", "properties": { "name": "Rāmganj", "population": 55241.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.84989, 23.1006 ] } },
{ "type": "Feature", "properties": { "name": "Rājshāhi", "population": 700133.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.60114, 24.374 ] } },
{ "type": "Feature", "properties": { "name": "Pirojpur", "population": 54418.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.97521, 22.57965 ] } },
{ "type": "Feature", "properties": { "name": "Panchagarh", "population": 48531.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.55777, 26.33338 ] } },
{ "type": "Feature", "properties": { "name": "Patiya", "population": 51360.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.979, 22.29543 ] } },
{ "type": "Feature", "properties": { "name": "Parbatipur", "population": 48020.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.93093, 25.66369 ] } },
{ "type": "Feature", "properties": { "name": "Nārāyanganj", "population": 223622.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.50298, 23.61352 ] } },
{ "type": "Feature", "properties": { "name": "Nālchiti", "population": 38703.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.27195, 22.63696 ] } },
{ "type": "Feature", "properties": { "name": "Nāgarpur", "population": 238422.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.87696, 24.05783 ] } },
{ "type": "Feature", "properties": { "name": "Nageswari", "population": 49425.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.69153, 25.96817 ] } },
{ "type": "Feature", "properties": { "name": "Mymensingh", "population": 225126.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.40646, 24.75636 ] } },
{ "type": "Feature", "properties": { "name": "Muktāgācha", "population": 24684.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.25698, 24.76484 ] } },
{ "type": "Feature", "properties": { "name": "Mirzāpur", "population": 41137.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.09841, 24.10287 ] } },
{ "type": "Feature", "properties": { "name": "Maulavi Bāzār", "population": 57441.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.77075, 24.48888 ] } },
{ "type": "Feature", "properties": { "name": "Morrelgonj", "population": 31647.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.85584, 22.45566 ] } },
{ "type": "Feature", "properties": { "name": "Mehendiganj", "population": 39424.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.52859, 22.82257 ] } },
{ "type": "Feature", "properties": { "name": "Mathba", "population": 29760.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.95883, 22.28616 ] } },
{ "type": "Feature", "properties": { "name": "Lalmanirhat", "population": 65127.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.44595, 25.91719 ] } },
{ "type": "Feature", "properties": { "name": "Lākshām", "population": 82290.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.12143, 23.24018 ] } },
{ "type": "Feature", "properties": { "name": "Comilla", "population": 389411.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.18503, 23.46186 ] } },
{ "type": "Feature", "properties": { "name": "Rangpur", "population": 343122.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.25166, 25.74664 ] } },
{ "type": "Feature", "properties": { "name": "Kushtia", "population": 135724.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.11943, 23.9028 ] } },
{ "type": "Feature", "properties": { "name": "Kālīganj", "population": 45631.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.13801, 23.40964 ] } },
{ "type": "Feature", "properties": { "name": "Jhingergācha", "population": 41957.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.09061, 23.11134 ] } },
{ "type": "Feature", "properties": { "name": "Joypur Hāt", "population": 73068.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.02734, 25.10147 ] } },
{ "type": "Feature", "properties": { "name": "Ishurdi", "population": 81995.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.06573, 24.12858 ] } },
{ "type": "Feature", "properties": { "name": "Habiganj", "population": 88760.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.41299, 24.38044 ] } },
{ "type": "Feature", "properties": { "name": "Gaurnadi", "population": 40519.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.22376, 22.97372 ] } },
{ "type": "Feature", "properties": { "name": "Gafargaon", "population": 34177.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.5585, 24.432 ] } },
{ "type": "Feature", "properties": { "name": "Feni", "population": 84028.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.3966, 23.0144 ] } },
{ "type": "Feature", "properties": { "name": "Rāipur", "population": 64652.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.76808, 23.0391 ] } },
{ "type": "Feature", "properties": { "name": "Sarankhola", "population": 36470.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.79113, 22.31006 ] } },
{ "type": "Feature", "properties": { "name": "Dhaka", "population": 10356500.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.40744, 23.7104 ] } },
{ "type": "Feature", "properties": { "name": "Chilmāri", "population": 49736.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.67097, 25.55613 ] } },
{ "type": "Feature", "properties": { "name": "Chhāgalnāiya", "population": 39335.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.51091, 23.02475 ] } },
{ "type": "Feature", "properties": { "name": "Lālmohan", "population": 42220.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.73708, 22.33774 ] } },
{ "type": "Feature", "properties": { "name": "Khagrachhari", "population": 50364.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.97007, 23.10787 ] } },
{ "type": "Feature", "properties": { "name": "Chhātak", "population": 39218.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.6815, 25.03858 ] } },
{ "type": "Feature", "properties": { "name": "Bhātpāra Abhaynagar", "population": 42653.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.43936, 23.01472 ] } },
{ "type": "Feature", "properties": { "name": "Altos", "population": 28768.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.46, -5.03806 ] } },
{ "type": "Feature", "properties": { "name": "Bhairab Bāzār", "population": 105457.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.9764, 24.0524 ] } },
{ "type": "Feature", "properties": { "name": "Bāndarban", "population": 32523.000000 }, "geometry": { "type": "Point", "coordinates": [ 92.21946, 22.19534 ] } },
{ "type": "Feature", "properties": { "name": "Kālia", "population": 40492.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.63094, 23.043 ] } },
{ "type": "Feature", "properties": { "name": "Baniachang", "population": 37807.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.35787, 24.51863 ] } },
{ "type": "Feature", "properties": { "name": "Bājitpur", "population": 34560.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.95002, 24.21623 ] } },
{ "type": "Feature", "properties": { "name": "Badarganj", "population": 32600.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.05377, 25.67419 ] } },
{ "type": "Feature", "properties": { "name": "Narail", "population": 55112.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.49515, 23.15509 ] } },
{ "type": "Feature", "properties": { "name": "Tungipāra", "population": 62210.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.90326, 22.89983 ] } },
{ "type": "Feature", "properties": { "name": "Sarishābāri", "population": 81325.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.83126, 24.75127 ] } },
{ "type": "Feature", "properties": { "name": "Sakhipur", "population": 40869.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.16943, 24.31988 ] } },
{ "type": "Feature", "properties": { "name": "Raojān", "population": 25708.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.91919, 22.53511 ] } },
{ "type": "Feature", "properties": { "name": "Phultala", "population": 37985.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.51194, 22.71673 ] } },
{ "type": "Feature", "properties": { "name": "Pālang", "population": 67652.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.35076, 23.21824 ] } },
{ "type": "Feature", "properties": { "name": "Pār Naogaon", "population": 192464.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.94875, 24.80418 ] } },
{ "type": "Feature", "properties": { "name": "Nabīnagar", "population": 31671.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.96792, 23.88791 ] } },
{ "type": "Feature", "properties": { "name": "Lakshmīpur", "population": 61703.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.83005, 22.9443 ] } },
{ "type": "Feature", "properties": { "name": "Kesabpur", "population": 30926.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.21954, 22.90725 ] } },
{ "type": "Feature", "properties": { "name": "Hājīganj", "population": 44343.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.85508, 23.25191 ] } },
{ "type": "Feature", "properties": { "name": "Farīdpur", "population": 112187.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.84064, 23.60612 ] } },
{ "type": "Feature", "properties": { "name": "Dinājpur", "population": 206234.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.63779, 25.62745 ] } },
{ "type": "Feature", "properties": { "name": "Uttar Char Fasson", "population": 48305.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.71275, 22.22647 ] } },
{ "type": "Feature", "properties": { "name": "Chittagong", "population": 3920222.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.83168, 22.3384 ] } },
{ "type": "Feature", "properties": { "name": "Char Bhadrāsan", "population": 34423.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.22698, 23.30916 ] } },
{ "type": "Feature", "properties": { "name": "Bera", "population": 39604.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.63262, 24.07821 ] } },
{ "type": "Feature", "properties": { "name": "Burhānuddin", "population": 45670.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.72391, 22.49518 ] } },
{ "type": "Feature", "properties": { "name": "Sātkania", "population": 52005.000000 }, "geometry": { "type": "Point", "coordinates": [ 92.04955, 22.07639 ] } },
{ "type": "Feature", "properties": { "name": "Cox’s Bāzār", "population": 253788.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.96765, 21.45388 ] } },
{ "type": "Feature", "properties": { "name": "Khulna", "population": 1342339.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.56439, 22.80979 ] } },
{ "type": "Feature", "properties": { "name": "Bhola", "population": 99079.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.64403, 22.68759 ] } },
{ "type": "Feature", "properties": { "name": "Barisāl", "population": 202242.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.37013, 22.70497 ] } },
{ "type": "Feature", "properties": { "name": "Jessore", "population": 243987.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.21371, 23.16971 ] } },
{ "type": "Feature", "properties": { "name": "Pābna", "population": 186781.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.2372, 24.00644 ] } },
{ "type": "Feature", "properties": { "name": "Tāngāil", "population": 180144.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.91655, 24.24984 ] } },
{ "type": "Feature", "properties": { "name": "Bogra", "population": 210000.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.37108, 24.85098 ] } },
{ "type": "Feature", "properties": { "name": "Pīrgaaj", "population": 34606.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.35943, 25.85587 ] } },
{ "type": "Feature", "properties": { "name": "Nawābganj", "population": 142361.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.27444, 24.59025 ] } },
{ "type": "Feature", "properties": { "name": "Mādārīpur", "population": 84789.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.20935, 23.17097 ] } },
{ "type": "Feature", "properties": { "name": "Sherpur", "population": 107419.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.01751, 25.01881 ] } },
{ "type": "Feature", "properties": { "name": "Kishorganj", "population": 90690.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.78291, 24.43944 ] } },
{ "type": "Feature", "properties": { "name": "Manikchari", "population": 24813.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.84128, 22.83957 ] } },
{ "type": "Feature", "properties": { "name": "Bhāndāria", "population": 30219.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.06273, 22.48898 ] } },
{ "type": "Feature", "properties": { "name": "Fatikchari", "population": 33200.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.78123, 22.68768 ] } },
{ "type": "Feature", "properties": { "name": "Saidpur", "population": 199422.000000 }, "geometry": { "type": "Point", "coordinates": [ 88.89169, 25.77769 ] } },
{ "type": "Feature", "properties": { "name": "Azimpur", "population": 96641.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.3854, 23.7298 ] } },
{ "type": "Feature", "properties": { "name": "Paltan", "population": 84492.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.41426, 23.73625 ] } },
{ "type": "Feature", "properties": { "name": "Zwijndrecht", "population": 18249.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.32664, 51.21979 ] } },
{ "type": "Feature", "properties": { "name": "Zwevegem", "population": 23358.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.33848, 50.81268 ] } },
{ "type": "Feature", "properties": { "name": "Zutendaal", "population": 6962.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.5753, 50.93306 ] } },
{ "type": "Feature", "properties": { "name": "Zulte", "population": 14670.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.44859, 50.91954 ] } },
{ "type": "Feature", "properties": { "name": "Zoutleeuw", "population": 7897.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.10376, 50.83316 ] } },
{ "type": "Feature", "properties": { "name": "Zottegem", "population": 24434.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.81052, 50.86955 ] } },
{ "type": "Feature", "properties": { "name": "Zonnebeke", "population": 11581.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.98725, 50.8726 ] } },
{ "type": "Feature", "properties": { "name": "Zonhoven", "population": 19922.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.36819, 50.99064 ] } },
{ "type": "Feature", "properties": { "name": "Zomergem", "population": 8158.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.56496, 51.11994 ] } },
{ "type": "Feature", "properties": { "name": "Zoersel", "population": 20642.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.71296, 51.26825 ] } },
{ "type": "Feature", "properties": { "name": "Zingem", "population": 6588.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.65305, 50.90409 ] } },
{ "type": "Feature", "properties": { "name": "Zemst", "population": 21096.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.46079, 50.98318 ] } },
{ "type": "Feature", "properties": { "name": "Zelzate", "population": 11901.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.80777, 51.18963 ] } },
{ "type": "Feature", "properties": { "name": "Zele", "population": 20236.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.0403, 51.06566 ] } },
{ "type": "Feature", "properties": { "name": "Zedelgem", "population": 21968.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.1368, 51.14236 ] } },
{ "type": "Feature", "properties": { "name": "Zaventem", "population": 28188.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.47298, 50.88365 ] } },
{ "type": "Feature", "properties": { "name": "Zandhoven", "population": 12306.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.66164, 51.21488 ] } },
{ "type": "Feature", "properties": { "name": "Yvoir", "population": 8169.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.88059, 50.3279 ] } },
{ "type": "Feature", "properties": { "name": "Wuustwezel", "population": 18117.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.59546, 51.39214 ] } },
{ "type": "Feature", "properties": { "name": "Wommelgem", "population": 11917.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.5225, 51.20452 ] } },
{ "type": "Feature", "properties": { "name": "Wingene", "population": 12887.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.27359, 51.05782 ] } },
{ "type": "Feature", "properties": { "name": "Willebroek", "population": 22808.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.36019, 51.06041 ] } },
{ "type": "Feature", "properties": { "name": "Wijnegem", "population": 8932.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.51895, 51.22787 ] } },
{ "type": "Feature", "properties": { "name": "Wielsbeke", "population": 8828.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.36667, 50.9 ] } },
{ "type": "Feature", "properties": { "name": "Wichelen", "population": 11014.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.97683, 51.00526 ] } },
{ "type": "Feature", "properties": { "name": "Wezembeek-Oppem", "population": 13245.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.49427, 50.8395 ] } },
{ "type": "Feature", "properties": { "name": "Wevelgem", "population": 30954.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.16667, 50.8 ] } },
{ "type": "Feature", "properties": { "name": "Wetteren", "population": 22930.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.88341, 51.00526 ] } },
{ "type": "Feature", "properties": { "name": "Westerlo", "population": 22579.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.91544, 51.09049 ] } },
{ "type": "Feature", "properties": { "name": "Wervik", "population": 17340.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.03854, 50.78069 ] } },
{ "type": "Feature", "properties": { "name": "Wemmel", "population": 14406.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.30613, 50.90812 ] } },
{ "type": "Feature", "properties": { "name": "Wellen", "population": 6804.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.33867, 50.84096 ] } },
{ "type": "Feature", "properties": { "name": "Welkenraedt", "population": 9006.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.97034, 50.6605 ] } },
{ "type": "Feature", "properties": { "name": "Wavre", "population": 32112.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.60138, 50.71717 ] } },
{ "type": "Feature", "properties": { "name": "Recreio", "population": 8882.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.46917, -21.525 ] } },
{ "type": "Feature", "properties": { "name": "Waterloo", "population": 29778.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.3991, 50.71469 ] } },
{ "type": "Feature", "properties": { "name": "Waremme", "population": 13737.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.25524, 50.6976 ] } },
{ "type": "Feature", "properties": { "name": "Waregem", "population": 35896.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.42756, 50.88898 ] } },
{ "type": "Feature", "properties": { "name": "Wanze", "population": 12918.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.20846, 50.53907 ] } },
{ "type": "Feature", "properties": { "name": "Walhain-Saint-Paul", "population": 5992.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.69837, 50.62627 ] } },
{ "type": "Feature", "properties": { "name": "Walcourt", "population": 17501.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.43796, 50.25401 ] } },
{ "type": "Feature", "properties": { "name": "Waimes", "population": 6661.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.11207, 50.41488 ] } },
{ "type": "Feature", "properties": { "name": "Wachtebeke", "population": 6911.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.87183, 51.16852 ] } },
{ "type": "Feature", "properties": { "name": "Waasmunster", "population": 10460.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.08573, 51.10572 ] } },
{ "type": "Feature", "properties": { "name": "Waarschoot", "population": 7762.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.605, 51.1525 ] } },
{ "type": "Feature", "properties": { "name": "Vosselaar", "population": 10317.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.8896, 51.30856 ] } },
{ "type": "Feature", "properties": { "name": "Vorselaar", "population": 7238.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.77259, 51.20243 ] } },
{ "type": "Feature", "properties": { "name": "Visé", "population": 17054.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.69907, 50.7376 ] } },
{ "type": "Feature", "properties": { "name": "Virton", "population": 11259.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.53259, 49.56824 ] } },
{ "type": "Feature", "properties": { "name": "Vilvoorde", "population": 36955.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.42938, 50.92814 ] } },
{ "type": "Feature", "properties": { "name": "Villers-le-Bouillet", "population": 6059.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.25945, 50.57708 ] } },
{ "type": "Feature", "properties": { "name": "Villers-la-Ville", "population": 9592.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.51667, 50.56667 ] } },
{ "type": "Feature", "properties": { "name": "Vielsalm", "population": 7291.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.91502, 50.28407 ] } },
{ "type": "Feature", "properties": { "name": "Veurne", "population": 11983.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.66803, 51.07316 ] } },
{ "type": "Feature", "properties": { "name": "Verviers", "population": 52824.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.86241, 50.58907 ] } },
{ "type": "Feature", "properties": { "name": "Turnhout", "population": 39654.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.94471, 51.32254 ] } },
{ "type": "Feature", "properties": { "name": "Tubize", "population": 21859.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.2009, 50.69059 ] } },
{ "type": "Feature", "properties": { "name": "Trooz", "population": 7559.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.69521, 50.57026 ] } },
{ "type": "Feature", "properties": { "name": "Tremelo", "population": 13721.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.70807, 50.99231 ] } },
{ "type": "Feature", "properties": { "name": "Tournai", "population": 67721.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.38932, 50.60715 ] } },
{ "type": "Feature", "properties": { "name": "Torhout", "population": 18933.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.10085, 51.0656 ] } },
{ "type": "Feature", "properties": { "name": "Tongeren", "population": 29816.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.46484, 50.78054 ] } },
{ "type": "Feature", "properties": { "name": "Tienen", "population": 31743.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.9378, 50.80745 ] } },
{ "type": "Feature", "properties": { "name": "Tielt", "population": 19299.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.32707, 50.99931 ] } },
{ "type": "Feature", "properties": { "name": "Thuin", "population": 14682.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.28604, 50.33933 ] } },
{ "type": "Feature", "properties": { "name": "Theux", "population": 11587.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.81245, 50.53323 ] } },
{ "type": "Feature", "properties": { "name": "Tessenderlo", "population": 16574.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.08856, 51.06513 ] } },
{ "type": "Feature", "properties": { "name": "Tervuren", "population": 20623.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.51418, 50.82372 ] } },
{ "type": "Feature", "properties": { "name": "Ternat", "population": 14569.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.16682, 50.86654 ] } },
{ "type": "Feature", "properties": { "name": "Temse", "population": 26054.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.21372, 51.12794 ] } },
{ "type": "Feature", "properties": { "name": "Stekene", "population": 16989.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.03651, 51.2099 ] } },
{ "type": "Feature", "properties": { "name": "Steenokkerzeel", "population": 10566.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.50989, 50.91851 ] } },
{ "type": "Feature", "properties": { "name": "Stavelot", "population": 6646.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.93124, 50.395 ] } },
{ "type": "Feature", "properties": { "name": "Staden", "population": 10786.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.01469, 50.97456 ] } },
{ "type": "Feature", "properties": { "name": "Stabroek", "population": 17294.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.37127, 51.33189 ] } },
{ "type": "Feature", "properties": { "name": "Sprimont", "population": 12945.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.6595, 50.50922 ] } },
{ "type": "Feature", "properties": { "name": "Spa", "population": 10756.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.86674, 50.48375 ] } },
{ "type": "Feature", "properties": { "name": "Soumagne", "population": 15237.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.74679, 50.61385 ] } },
{ "type": "Feature", "properties": { "name": "Sombreffe", "population": 7452.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.60087, 50.52865 ] } },
{ "type": "Feature", "properties": { "name": "Soignies", "population": 24869.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.07129, 50.57904 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Truiden", "population": 37859.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.18647, 50.81679 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Pieters-Leeuw", "population": 30446.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.24355, 50.77926 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Niklaas", "population": 69010.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.1437, 51.16509 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Martens-Lennik", "population": 8818.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.16965, 50.81158 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Martens-Latem", "population": 8303.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.63779, 51.01459 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Maria-Lierde", "population": 6449.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.84814, 50.82172 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Lievens-Houtem", "population": 9146.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.86225, 50.9197 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Laureins", "population": 6657.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.52441, 51.24202 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Kruis", "population": 16000.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.24949, 51.21399 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Katelijne-Waver", "population": 19487.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.53469, 51.06691 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Gillis-Waas", "population": 17658.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.12374, 51.21914 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Genesius-Rode", "population": 17990.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.35754, 50.74645 ] } },
{ "type": "Feature", "properties": { "name": "Sint-Amands", "population": 7653.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.20957, 51.05645 ] } },
{ "type": "Feature", "properties": { "name": "Silly", "population": 7887.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.92363, 50.64877 ] } },
{ "type": "Feature", "properties": { "name": "Seraing", "population": 60737.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.50115, 50.58362 ] } },
{ "type": "Feature", "properties": { "name": "Seneffe", "population": 11025.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.26301, 50.53135 ] } },
{ "type": "Feature", "properties": { "name": "Schoten", "population": 33622.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.50268, 51.25251 ] } },
{ "type": "Feature", "properties": { "name": "Schilde", "population": 20373.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.58336, 51.24107 ] } },
{ "type": "Feature", "properties": { "name": "Schelle", "population": 7675.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.34114, 51.12615 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Vith", "population": 9135.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.12724, 50.28146 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Nicolas", "population": 22586.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.53243, 50.62837 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Hubert", "population": 5538.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.37401, 50.02668 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Ghislain", "population": 22500.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.81886, 50.44816 ] } },
{ "type": "Feature", "properties": { "name": "Rumst", "population": 14521.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.42217, 51.08153 ] } },
{ "type": "Feature", "properties": { "name": "Ruiselede", "population": 5129.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.39416, 51.04039 ] } },
{ "type": "Feature", "properties": { "name": "Rotselaar", "population": 15007.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.71665, 50.95302 ] } },
{ "type": "Feature", "properties": { "name": "Ronse", "population": 24204.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.6005, 50.74574 ] } },
{ "type": "Feature", "properties": { "name": "Roeulx", "population": 7968.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.11163, 50.50365 ] } },
{ "type": "Feature", "properties": { "name": "Roeselare", "population": 56016.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.12269, 50.94653 ] } },
{ "type": "Feature", "properties": { "name": "Rochefort", "population": 11978.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.2216, 50.1631 ] } },
{ "type": "Feature", "properties": { "name": "Rixensart", "population": 21616.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.52529, 50.71229 ] } },
{ "type": "Feature", "properties": { "name": "Rijkevorsel", "population": 10606.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.76053, 51.34795 ] } },
{ "type": "Feature", "properties": { "name": "Riemst", "population": 15809.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.60131, 50.80995 ] } },
{ "type": "Feature", "properties": { "name": "Retie", "population": 10069.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.08242, 51.26652 ] } },
{ "type": "Feature", "properties": { "name": "Remicourt", "population": 5050.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.32785, 50.68069 ] } },
{ "type": "Feature", "properties": { "name": "Rebecq-Rognon", "population": 10049.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.10683, 50.65147 ] } },
{ "type": "Feature", "properties": { "name": "Ravels", "population": 13560.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.9921, 51.37274 ] } },
{ "type": "Feature", "properties": { "name": "Ranst", "population": 17405.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.56533, 51.18983 ] } },
{ "type": "Feature", "properties": { "name": "Ramillies", "population": 5749.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.90119, 50.63395 ] } },
{ "type": "Feature", "properties": { "name": "Raeren", "population": 9925.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.11535, 50.6672 ] } },
{ "type": "Feature", "properties": { "name": "Quiévrain", "population": 6560.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.68351, 50.40737 ] } },
{ "type": "Feature", "properties": { "name": "Quévy-le-Petit", "population": 7689.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.93602, 50.36879 ] } },
{ "type": "Feature", "properties": { "name": "Quaregnon", "population": 18491.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.8653, 50.44067 ] } },
{ "type": "Feature", "properties": { "name": "Puurs", "population": 15944.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.28844, 51.07409 ] } },
{ "type": "Feature", "properties": { "name": "Putte", "population": 15276.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.63263, 51.05337 ] } },
{ "type": "Feature", "properties": { "name": "Profondeville", "population": 11401.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.86506, 50.37581 ] } },
{ "type": "Feature", "properties": { "name": "Poperinge", "population": 19537.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.72659, 50.85386 ] } },
{ "type": "Feature", "properties": { "name": "Pont-à-Celles", "population": 15909.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.36887, 50.50518 ] } },
{ "type": "Feature", "properties": { "name": "Plombières", "population": 9596.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.95922, 50.73656 ] } },
{ "type": "Feature", "properties": { "name": "Pittem", "population": 6589.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.26317, 50.99279 ] } },
{ "type": "Feature", "properties": { "name": "Philippeville", "population": 8051.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.54374, 50.19612 ] } },
{ "type": "Feature", "properties": { "name": "Perwez", "population": 7340.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.81354, 50.62426 ] } },
{ "type": "Feature", "properties": { "name": "Péruwelz", "population": 16647.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.59373, 50.50819 ] } },
{ "type": "Feature", "properties": { "name": "Pepinster", "population": 9530.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.8049, 50.57375 ] } },
{ "type": "Feature", "properties": { "name": "Peer", "population": 15551.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.45952, 51.1303 ] } },
{ "type": "Feature", "properties": { "name": "Pecq", "population": 5301.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.33789, 50.68619 ] } },
{ "type": "Feature", "properties": { "name": "Lobbes", "population": 5467.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.26716, 50.35258 ] } },
{ "type": "Feature", "properties": { "name": "Paliseul", "population": 5037.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.13537, 49.90395 ] } },
{ "type": "Feature", "properties": { "name": "Overpelt", "population": 13344.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.41557, 51.21038 ] } },
{ "type": "Feature", "properties": { "name": "Overijse", "population": 23486.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.53461, 50.77436 ] } },
{ "type": "Feature", "properties": { "name": "Oupeye", "population": 23594.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.6468, 50.71184 ] } },
{ "type": "Feature", "properties": { "name": "Oud-Turnhout", "population": 12354.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.9841, 51.31978 ] } },
{ "type": "Feature", "properties": { "name": "Oud-Heverlee", "population": 10533.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.66421, 50.83522 ] } },
{ "type": "Feature", "properties": { "name": "Oudenburg", "population": 8752.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.00035, 51.18489 ] } },
{ "type": "Feature", "properties": { "name": "Oudenaarde", "population": 27935.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.60891, 50.85168 ] } },
{ "type": "Feature", "properties": { "name": "Ottignies", "population": 9557.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.56679, 50.66535 ] } },
{ "type": "Feature", "properties": { "name": "Opwijk", "population": 12045.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.18442, 50.96724 ] } },
{ "type": "Feature", "properties": { "name": "Opglabbeek", "population": 9452.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.58346, 51.04258 ] } },
{ "type": "Feature", "properties": { "name": "Oostrozebeke", "population": 7489.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.33799, 50.92093 ] } },
{ "type": "Feature", "properties": { "name": "Oostmalle", "population": 7034.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.73333, 51.3 ] } },
{ "type": "Feature", "properties": { "name": "Oostkamp", "population": 21489.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.23128, 51.15432 ] } },
{ "type": "Feature", "properties": { "name": "Oosterzele", "population": 13151.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.79826, 50.95261 ] } },
{ "type": "Feature", "properties": { "name": "Ostend", "population": 69011.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.927, 51.21551 ] } },
{ "type": "Feature", "properties": { "name": "Olen", "population": 11070.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.8598, 51.14391 ] } },
{ "type": "Feature", "properties": { "name": "Nivelles", "population": 24149.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.32848, 50.59833 ] } },
{ "type": "Feature", "properties": { "name": "Ninove", "population": 34795.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.02657, 50.82776 ] } },
{ "type": "Feature", "properties": { "name": "Nijlen", "population": 20792.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.67008, 51.16096 ] } },
{ "type": "Feature", "properties": { "name": "Nieuwpoort", "population": 10845.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.75135, 51.13008 ] } },
{ "type": "Feature", "properties": { "name": "Nieuwerkerken", "population": 6466.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.19467, 50.8638 ] } },
{ "type": "Feature", "properties": { "name": "Niel", "population": 8656.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.33428, 51.11096 ] } },
{ "type": "Feature", "properties": { "name": "Nevele", "population": 11153.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.54574, 51.03531 ] } },
{ "type": "Feature", "properties": { "name": "Neufchâteau", "population": 6416.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.43535, 49.84074 ] } },
{ "type": "Feature", "properties": { "name": "Neerpelt", "population": 16122.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.4427, 51.22807 ] } },
{ "type": "Feature", "properties": { "name": "Nazareth", "population": 10890.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.59425, 50.95686 ] } },
{ "type": "Feature", "properties": { "name": "Nassogne", "population": 5081.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.34274, 50.12849 ] } },
{ "type": "Feature", "properties": { "name": "Nandrin", "population": 5480.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.41905, 50.50675 ] } },
{ "type": "Feature", "properties": { "name": "Namur", "population": 106284.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.86746, 50.4669 ] } },
{ "type": "Feature", "properties": { "name": "Mouscron", "population": 52069.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.20639, 50.74497 ] } },
{ "type": "Feature", "properties": { "name": "Mortsel", "population": 24525.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.45127, 51.16697 ] } },
{ "type": "Feature", "properties": { "name": "Morlanwelz-Mariemont", "population": 18233.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.24519, 50.45502 ] } },
{ "type": "Feature", "properties": { "name": "Moorslede", "population": 10720.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.06117, 50.8919 ] } },
{ "type": "Feature", "properties": { "name": "Mont-Saint-Guibert", "population": 6557.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.61061, 50.63427 ] } },
{ "type": "Feature", "properties": { "name": "Mons", "population": 91277.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.95229, 50.45413 ] } },
{ "type": "Feature", "properties": { "name": "Momignies", "population": 5183.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.16519, 50.0271 ] } },
{ "type": "Feature", "properties": { "name": "Mol", "population": 32659.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.11662, 51.19188 ] } },
{ "type": "Feature", "properties": { "name": "Moerbeke", "population": 5855.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.93001, 51.17409 ] } },
{ "type": "Feature", "properties": { "name": "Middelkerke", "population": 17789.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.82077, 51.18532 ] } },
{ "type": "Feature", "properties": { "name": "Meulebeke", "population": 10948.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.28804, 50.95136 ] } },
{ "type": "Feature", "properties": { "name": "Mettet", "population": 12014.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.66232, 50.32119 ] } },
{ "type": "Feature", "properties": { "name": "Messancy", "population": 7144.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.81879, 49.59201 ] } },
{ "type": "Feature", "properties": { "name": "Merksplas", "population": 7963.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.86513, 51.35851 ] } },
{ "type": "Feature", "properties": { "name": "Merelbeke", "population": 22047.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.74621, 50.99447 ] } },
{ "type": "Feature", "properties": { "name": "Merchtem", "population": 14660.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.23197, 50.95129 ] } },
{ "type": "Feature", "properties": { "name": "Menen", "population": 31916.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.12245, 50.79722 ] } },
{ "type": "Feature", "properties": { "name": "Melle", "population": 10687.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.80526, 51.00232 ] } },
{ "type": "Feature", "properties": { "name": "Meise", "population": 18497.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.32655, 50.93934 ] } },
{ "type": "Feature", "properties": { "name": "Meerhout", "population": 9346.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.07842, 51.1321 ] } },
{ "type": "Feature", "properties": { "name": "Mechelen", "population": 77530.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.47762, 51.02574 ] } },
{ "type": "Feature", "properties": { "name": "Marchin", "population": 5063.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.2428, 50.46707 ] } },
{ "type": "Feature", "properties": { "name": "Marche-en-Famenne", "population": 16856.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.34416, 50.22678 ] } },
{ "type": "Feature", "properties": { "name": "Manage", "population": 22196.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.23589, 50.50312 ] } },
{ "type": "Feature", "properties": { "name": "Malmédy", "population": 11514.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.02794, 50.42686 ] } },
{ "type": "Feature", "properties": { "name": "Maldegem", "population": 22092.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.44511, 51.20737 ] } },
{ "type": "Feature", "properties": { "name": "Machelen", "population": 12252.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.44174, 50.91061 ] } },
{ "type": "Feature", "properties": { "name": "Maasmechelen", "population": 36251.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.69452, 50.96545 ] } },
{ "type": "Feature", "properties": { "name": "Maaseik", "population": 23684.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.78379, 51.09802 ] } },
{ "type": "Feature", "properties": { "name": "Lummen", "population": 13689.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.19121, 50.98772 ] } },
{ "type": "Feature", "properties": { "name": "Lubbeek", "population": 13574.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.83896, 50.88278 ] } },
{ "type": "Feature", "properties": { "name": "Lovendegem", "population": 9272.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.61298, 51.10168 ] } },
{ "type": "Feature", "properties": { "name": "Louvain-la-Neuve", "population": 29521.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.61443, 50.66829 ] } },
{ "type": "Feature", "properties": { "name": "Londerzeel", "population": 17274.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.30304, 51.00468 ] } },
{ "type": "Feature", "properties": { "name": "Lommel", "population": 31993.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.31349, 51.23074 ] } },
{ "type": "Feature", "properties": { "name": "Lokeren", "population": 37567.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.99339, 51.10364 ] } },
{ "type": "Feature", "properties": { "name": "Lochristi", "population": 19696.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.83194, 51.09644 ] } },
{ "type": "Feature", "properties": { "name": "Lint", "population": 7982.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.49669, 51.12707 ] } },
{ "type": "Feature", "properties": { "name": "Limbourg", "population": 5612.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.9412, 50.61222 ] } },
{ "type": "Feature", "properties": { "name": "Lille", "population": 15466.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.82313, 51.24197 ] } },
{ "type": "Feature", "properties": { "name": "Lier", "population": 33272.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.57041, 51.13128 ] } },
{ "type": "Feature", "properties": { "name": "Liège", "population": 182597.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.56749, 50.63373 ] } },
{ "type": "Feature", "properties": { "name": "Liedekerke", "population": 11980.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.08743, 50.86892 ] } },
{ "type": "Feature", "properties": { "name": "Lichtervelde", "population": 8169.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.15, 51.03333 ] } },
{ "type": "Feature", "properties": { "name": "Leuven", "population": 92892.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.70093, 50.87959 ] } },
{ "type": "Feature", "properties": { "name": "Lessines", "population": 17687.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.83579, 50.71104 ] } },
{ "type": "Feature", "properties": { "name": "Leopoldsburg", "population": 14149.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.25, 51.11667 ] } },
{ "type": "Feature", "properties": { "name": "Lendelede", "population": 5393.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.23747, 50.88626 ] } },
{ "type": "Feature", "properties": { "name": "Ledegem", "population": 9102.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.12409, 50.85785 ] } },
{ "type": "Feature", "properties": { "name": "Ledeberg", "population": 8454.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.74458, 51.03859 ] } },
{ "type": "Feature", "properties": { "name": "Lede", "population": 16813.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.98594, 50.96626 ] } },
{ "type": "Feature", "properties": { "name": "Lebbeke", "population": 17372.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.13457, 51.00464 ] } },
{ "type": "Feature", "properties": { "name": "Landen", "population": 14458.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.082, 50.75267 ] } },
{ "type": "Feature", "properties": { "name": "Lanaken", "population": 24771.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.6468, 50.89318 ] } },
{ "type": "Feature", "properties": { "name": "La Louvière", "population": 76668.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.18785, 50.48657 ] } },
{ "type": "Feature", "properties": { "name": "La Hulpe", "population": 7415.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.48577, 50.73091 ] } },
{ "type": "Feature", "properties": { "name": "La Calamine", "population": 10232.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.01107, 50.71809 ] } },
{ "type": "Feature", "properties": { "name": "La Bruyère", "population": 8194.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.61444, 50.39478 ] } },
{ "type": "Feature", "properties": { "name": "Laarne", "population": 11600.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.85077, 51.03078 ] } },
{ "type": "Feature", "properties": { "name": "Kuurne", "population": 12638.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.2824, 50.85143 ] } },
{ "type": "Feature", "properties": { "name": "Kruishoutem", "population": 8179.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.52588, 50.90168 ] } },
{ "type": "Feature", "properties": { "name": "Kruibeke", "population": 14815.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.31444, 51.17048 ] } },
{ "type": "Feature", "properties": { "name": "Kraainem", "population": 12815.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.46946, 50.86155 ] } },
{ "type": "Feature", "properties": { "name": "Kortrijk", "population": 73879.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.26487, 50.82803 ] } },
{ "type": "Feature", "properties": { "name": "Kortessem", "population": 8042.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.38974, 50.8589 ] } },
{ "type": "Feature", "properties": { "name": "Kortenberg", "population": 17774.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.54353, 50.88982 ] } },
{ "type": "Feature", "properties": { "name": "Kortenaken", "population": 7374.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.05968, 50.90862 ] } },
{ "type": "Feature", "properties": { "name": "Kortemark", "population": 11937.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.04112, 51.02951 ] } },
{ "type": "Feature", "properties": { "name": "Kontich", "population": 20290.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.44706, 51.13213 ] } },
{ "type": "Feature", "properties": { "name": "Koksijde", "population": 21027.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.63772, 51.11642 ] } },
{ "type": "Feature", "properties": { "name": "Koekelare", "population": 8317.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.9783, 51.09047 ] } },
{ "type": "Feature", "properties": { "name": "Knokke-Heist", "population": 33781.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.26667, 51.35 ] } },
{ "type": "Feature", "properties": { "name": "Knesselare", "population": 7889.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.41282, 51.13932 ] } },
{ "type": "Feature", "properties": { "name": "Kinrooi", "population": 11946.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.74207, 51.14543 ] } },
{ "type": "Feature", "properties": { "name": "Keerbergen", "population": 12363.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.63434, 51.00295 ] } },
{ "type": "Feature", "properties": { "name": "Kasterlee", "population": 17765.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.96651, 51.24118 ] } },
{ "type": "Feature", "properties": { "name": "Kaprijke", "population": 6114.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.61519, 51.2172 ] } },
{ "type": "Feature", "properties": { "name": "Kapelle-op-den-Bos", "population": 8859.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.36303, 51.0097 ] } },
{ "type": "Feature", "properties": { "name": "Kapellen", "population": 26410.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.43539, 51.31377 ] } },
{ "type": "Feature", "properties": { "name": "Kampenhout", "population": 10784.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.55103, 50.9421 ] } },
{ "type": "Feature", "properties": { "name": "Kalmthout", "population": 17485.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.47556, 51.38442 ] } },
{ "type": "Feature", "properties": { "name": "Jurbise", "population": 9483.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.90942, 50.531 ] } },
{ "type": "Feature", "properties": { "name": "Juprelle", "population": 8354.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.53127, 50.7076 ] } },
{ "type": "Feature", "properties": { "name": "Jodoigne", "population": 11930.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.86914, 50.72357 ] } },
{ "type": "Feature", "properties": { "name": "Jalhay", "population": 7688.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.96764, 50.55876 ] } },
{ "type": "Feature", "properties": { "name": "Jabbeke", "population": 13488.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.08935, 51.18185 ] } },
{ "type": "Feature", "properties": { "name": "Izegem", "population": 26382.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.21378, 50.91396 ] } },
{ "type": "Feature", "properties": { "name": "Ittre", "population": 6014.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.26476, 50.64396 ] } },
{ "type": "Feature", "properties": { "name": "Ingelmunster", "population": 10603.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.25571, 50.92081 ] } },
{ "type": "Feature", "properties": { "name": "Ieper", "population": 35089.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.88569, 50.85114 ] } },
{ "type": "Feature", "properties": { "name": "Ichtegem", "population": 13582.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.01549, 51.09572 ] } },
{ "type": "Feature", "properties": { "name": "Huy", "population": 19973.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.23284, 50.51894 ] } },
{ "type": "Feature", "properties": { "name": "Hulshout", "population": 9198.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.79081, 51.07451 ] } },
{ "type": "Feature", "properties": { "name": "Huldenberg", "population": 9137.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.5831, 50.78939 ] } },
{ "type": "Feature", "properties": { "name": "Hove", "population": 7968.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.4707, 51.15446 ] } },
{ "type": "Feature", "properties": { "name": "Houthulst", "population": 8951.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.9505, 50.97824 ] } },
{ "type": "Feature", "properties": { "name": "Houthalen", "population": 30050.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.37429, 51.03427 ] } },
{ "type": "Feature", "properties": { "name": "Hoogstraten", "population": 18524.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.76034, 51.40029 ] } },
{ "type": "Feature", "properties": { "name": "Hooglede", "population": 9900.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.08333, 50.98333 ] } },
{ "type": "Feature", "properties": { "name": "Holsbeek", "population": 9094.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.75747, 50.92097 ] } },
{ "type": "Feature", "properties": { "name": "Hoeselt", "population": 9265.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.48767, 50.84714 ] } },
{ "type": "Feature", "properties": { "name": "Hoeilaart", "population": 10272.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.46835, 50.7673 ] } },
{ "type": "Feature", "properties": { "name": "Hoegaarden", "population": 6110.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.88952, 50.7756 ] } },
{ "type": "Feature", "properties": { "name": "Hoboken", "population": 34443.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.34844, 51.17611 ] } },
{ "type": "Feature", "properties": { "name": "Heusden", "population": 31017.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.28013, 51.03664 ] } },
{ "type": "Feature", "properties": { "name": "Herzele", "population": 16523.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.89014, 50.88681 ] } },
{ "type": "Feature", "properties": { "name": "Herve", "population": 16544.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.79353, 50.64083 ] } },
{ "type": "Feature", "properties": { "name": "Herstal", "population": 36503.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.62346, 50.66415 ] } },
{ "type": "Feature", "properties": { "name": "Herselt", "population": 13493.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.88231, 51.05159 ] } },
{ "type": "Feature", "properties": { "name": "Herne", "population": 6459.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.03481, 50.72423 ] } },
{ "type": "Feature", "properties": { "name": "Herk-de-Stad", "population": 11566.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.16636, 50.94013 ] } },
{ "type": "Feature", "properties": { "name": "Herenthout", "population": 8378.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.75572, 51.1401 ] } },
{ "type": "Feature", "properties": { "name": "Herentals", "population": 25912.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.83248, 51.17655 ] } },
{ "type": "Feature", "properties": { "name": "Herent", "population": 19218.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.67056, 50.90861 ] } },
{ "type": "Feature", "properties": { "name": "Hensies", "population": 6390.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.68411, 50.43263 ] } },
{ "type": "Feature", "properties": { "name": "Hemiksem", "population": 9504.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.33874, 51.14484 ] } },
{ "type": "Feature", "properties": { "name": "Helchteren", "population": 30050.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.38244, 51.05591 ] } },
{ "type": "Feature", "properties": { "name": "Heist-op-den-Berg", "population": 37873.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.72827, 51.07537 ] } },
{ "type": "Feature", "properties": { "name": "Heers", "population": 6689.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.3021, 50.75383 ] } },
{ "type": "Feature", "properties": { "name": "Hastière-Lavaux", "population": 5147.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.82446, 50.21849 ] } },
{ "type": "Feature", "properties": { "name": "Hasselt", "population": 69222.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.33781, 50.93106 ] } },
{ "type": "Feature", "properties": { "name": "Harelbeke", "population": 25978.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.30935, 50.85343 ] } },
{ "type": "Feature", "properties": { "name": "Hannut", "population": 14129.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.07898, 50.67142 ] } },
{ "type": "Feature", "properties": { "name": "Hamois", "population": 6662.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.15619, 50.3402 ] } },
{ "type": "Feature", "properties": { "name": "Hamme", "population": 22891.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.13705, 51.09822 ] } },
{ "type": "Feature", "properties": { "name": "Halle", "population": 34479.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.23454, 50.73385 ] } },
{ "type": "Feature", "properties": { "name": "Halen", "population": 8548.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.11096, 50.94837 ] } },
{ "type": "Feature", "properties": { "name": "Habay-la-Vieille", "population": 7704.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.61999, 49.72329 ] } },
{ "type": "Feature", "properties": { "name": "Haaltert", "population": 17129.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.00093, 50.90634 ] } },
{ "type": "Feature", "properties": { "name": "Haacht", "population": 13541.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.63777, 50.97737 ] } },
{ "type": "Feature", "properties": { "name": "Grobbendonk", "population": 10724.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.73562, 51.19043 ] } },
{ "type": "Feature", "properties": { "name": "Grimbergen", "population": 33561.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.37213, 50.93409 ] } },
{ "type": "Feature", "properties": { "name": "Grez-Doiceau", "population": 12367.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.69829, 50.73901 ] } },
{ "type": "Feature", "properties": { "name": "Gooik", "population": 8957.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.11378, 50.79443 ] } },
{ "type": "Feature", "properties": { "name": "Glabbeek-Zuurbemde", "population": 5070.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.94442, 50.87348 ] } },
{ "type": "Feature", "properties": { "name": "Gistel", "population": 11084.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.96387, 51.15612 ] } },
{ "type": "Feature", "properties": { "name": "Gingelom", "population": 7930.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.13422, 50.74792 ] } },
{ "type": "Feature", "properties": { "name": "Gesves", "population": 6150.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.07457, 50.40146 ] } },
{ "type": "Feature", "properties": { "name": "Gerpinnes", "population": 11977.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.52731, 50.33789 ] } },
{ "type": "Feature", "properties": { "name": "Geraardsbergen", "population": 30807.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.88223, 50.77343 ] } },
{ "type": "Feature", "properties": { "name": "Gent", "population": 231493.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.71667, 51.05 ] } },
{ "type": "Feature", "properties": { "name": "Genk", "population": 63666.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.50082, 50.965 ] } },
{ "type": "Feature", "properties": { "name": "Genappe", "population": 14266.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.45152, 50.61173 ] } },
{ "type": "Feature", "properties": { "name": "Gembloux", "population": 21676.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.69889, 50.56149 ] } },
{ "type": "Feature", "properties": { "name": "Geetbets", "population": 5813.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.11199, 50.89431 ] } },
{ "type": "Feature", "properties": { "name": "Geel", "population": 34697.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.98917, 51.16557 ] } },
{ "type": "Feature", "properties": { "name": "Gavere", "population": 11888.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.66184, 50.92917 ] } },
{ "type": "Feature", "properties": { "name": "Galmaarden", "population": 7939.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.97121, 50.75389 ] } },
{ "type": "Feature", "properties": { "name": "Frasnes-lez-Buissenal", "population": 10936.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.62047, 50.66783 ] } },
{ "type": "Feature", "properties": { "name": "Frameries", "population": 20598.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.89603, 50.40578 ] } },
{ "type": "Feature", "properties": { "name": "Fosses-la-Ville", "population": 9062.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.69623, 50.39517 ] } },
{ "type": "Feature", "properties": { "name": "Florenville", "population": 5464.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.3074, 49.69983 ] } },
{ "type": "Feature", "properties": { "name": "Florennes", "population": 10723.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.60636, 50.25127 ] } },
{ "type": "Feature", "properties": { "name": "Floreffe", "population": 7480.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.7596, 50.43452 ] } },
{ "type": "Feature", "properties": { "name": "Fleurus", "population": 22080.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.55006, 50.48351 ] } },
{ "type": "Feature", "properties": { "name": "Fléron", "population": 15994.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.68062, 50.61516 ] } },
{ "type": "Feature", "properties": { "name": "Flémalle-Haute", "population": 25144.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.44471, 50.59994 ] } },
{ "type": "Feature", "properties": { "name": "Farciennes", "population": 11488.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.54152, 50.43006 ] } },
{ "type": "Feature", "properties": { "name": "Evergem", "population": 31615.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.704, 51.10529 ] } },
{ "type": "Feature", "properties": { "name": "Eupen", "population": 18029.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.03647, 50.6279 ] } },
{ "type": "Feature", "properties": { "name": "Étalle", "population": 5228.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.60019, 49.67385 ] } },
{ "type": "Feature", "properties": { "name": "Estinnes-au-Val", "population": 7573.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.10477, 50.41016 ] } },
{ "type": "Feature", "properties": { "name": "Estaimpuis", "population": 9340.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.26785, 50.70485 ] } },
{ "type": "Feature", "properties": { "name": "Essen", "population": 16754.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.46901, 51.46791 ] } },
{ "type": "Feature", "properties": { "name": "Esneux", "population": 13497.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.56775, 50.53596 ] } },
{ "type": "Feature", "properties": { "name": "Erquelinnes", "population": 9396.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.11129, 50.30688 ] } },
{ "type": "Feature", "properties": { "name": "Engis", "population": 5737.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.39916, 50.58156 ] } },
{ "type": "Feature", "properties": { "name": "Enghien", "population": 11367.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.03284, 50.68373 ] } },
{ "type": "Feature", "properties": { "name": "Ellezelles", "population": 5566.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.67985, 50.73512 ] } },
{ "type": "Feature", "properties": { "name": "Éghezée", "population": 14352.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.91175, 50.59076 ] } },
{ "type": "Feature", "properties": { "name": "Eeklo", "population": 19116.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.55654, 51.18703 ] } },
{ "type": "Feature", "properties": { "name": "Écaussinnes-d’Enghien", "population": 9802.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.1658, 50.56822 ] } },
{ "type": "Feature", "properties": { "name": "Durbuy", "population": 10251.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.45631, 50.35291 ] } },
{ "type": "Feature", "properties": { "name": "Duffel", "population": 16011.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.50903, 51.09554 ] } },
{ "type": "Feature", "properties": { "name": "Dour", "population": 16861.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.77792, 50.39583 ] } },
{ "type": "Feature", "properties": { "name": "Dison", "population": 13642.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.8534, 50.61004 ] } },
{ "type": "Feature", "properties": { "name": "Dinant", "population": 12875.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.91166, 50.25807 ] } },
{ "type": "Feature", "properties": { "name": "Dilbeek", "population": 39482.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.25972, 50.84799 ] } },
{ "type": "Feature", "properties": { "name": "Diksmuide", "population": 15515.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.86384, 51.03248 ] } },
{ "type": "Feature", "properties": { "name": "Diest", "population": 22516.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.05062, 50.98923 ] } },
{ "type": "Feature", "properties": { "name": "Diepenbeek", "population": 17699.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.41875, 50.90769 ] } },
{ "type": "Feature", "properties": { "name": "Diegem", "population": 5001.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.43354, 50.89727 ] } },
{ "type": "Feature", "properties": { "name": "Destelbergen", "population": 16853.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.79899, 51.05952 ] } },
{ "type": "Feature", "properties": { "name": "Dessel", "population": 8707.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.11448, 51.23855 ] } },
{ "type": "Feature", "properties": { "name": "De Pinte", "population": 10020.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.64747, 50.99339 ] } },
{ "type": "Feature", "properties": { "name": "De Panne", "population": 9799.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.59368, 51.09793 ] } },
{ "type": "Feature", "properties": { "name": "Dentergem", "population": 8038.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.41617, 50.96429 ] } },
{ "type": "Feature", "properties": { "name": "Dendermonde", "population": 43055.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.10106, 51.02869 ] } },
{ "type": "Feature", "properties": { "name": "Denderleeuw", "population": 16969.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.07601, 50.88506 ] } },
{ "type": "Feature", "properties": { "name": "Deinze", "population": 29815.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.53096, 50.98175 ] } },
{ "type": "Feature", "properties": { "name": "De Haan", "population": 11766.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.03446, 51.27261 ] } },
{ "type": "Feature", "properties": { "name": "Deerlijk", "population": 11292.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.35416, 50.85337 ] } },
{ "type": "Feature", "properties": { "name": "Damme", "population": 10924.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.28144, 51.25147 ] } },
{ "type": "Feature", "properties": { "name": "Dalhem", "population": 6391.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.72774, 50.71315 ] } },
{ "type": "Feature", "properties": { "name": "Couvin", "population": 13518.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.49495, 50.05284 ] } },
{ "type": "Feature", "properties": { "name": "Court-Saint-Étienne", "population": 9353.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.56851, 50.63378 ] } },
{ "type": "Feature", "properties": { "name": "Courcelles", "population": 29473.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.3747, 50.46379 ] } },
{ "type": "Feature", "properties": { "name": "Comblain-au-Pont", "population": 5308.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.57711, 50.47488 ] } },
{ "type": "Feature", "properties": { "name": "Colfontaine", "population": 19964.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.85569, 50.4141 ] } },
{ "type": "Feature", "properties": { "name": "Ciney", "population": 14830.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.10015, 50.29449 ] } },
{ "type": "Feature", "properties": { "name": "Chimay", "population": 9720.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.31712, 50.04856 ] } },
{ "type": "Feature", "properties": { "name": "Chièvres", "population": 6045.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.80711, 50.58787 ] } },
{ "type": "Feature", "properties": { "name": "Chaumont-Gistoux", "population": 10943.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.7212, 50.67753 ] } },
{ "type": "Feature", "properties": { "name": "Chaudfontaine", "population": 20960.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.6341, 50.5828 ] } },
{ "type": "Feature", "properties": { "name": "Châtelet", "population": 35238.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.52826, 50.40338 ] } },
{ "type": "Feature", "properties": { "name": "Chastre-Villeroux-Blanmont", "population": 6243.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.64198, 50.60857 ] } },
{ "type": "Feature", "properties": { "name": "Charleroi", "population": 200132.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.44448, 50.41136 ] } },
{ "type": "Feature", "properties": { "name": "Chapelle-lez-Herlaimont", "population": 14353.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.28227, 50.4713 ] } },
{ "type": "Feature", "properties": { "name": "Celles", "population": 5471.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.45733, 50.71229 ] } },
{ "type": "Feature", "properties": { "name": "Butgenbach", "population": 5516.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.20504, 50.42689 ] } },
{ "type": "Feature", "properties": { "name": "Bullange", "population": 5340.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.25749, 50.40731 ] } },
{ "type": "Feature", "properties": { "name": "Buggenhout", "population": 13510.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.20173, 51.0159 ] } },
{ "type": "Feature", "properties": { "name": "Brussels", "population": 1019022.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.34878, 50.85045 ] } },
{ "type": "Feature", "properties": { "name": "Brunehault", "population": 7592.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.43209, 50.50524 ] } },
{ "type": "Feature", "properties": { "name": "Brugge", "population": 116709.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.22424, 51.20892 ] } },
{ "type": "Feature", "properties": { "name": "Bree", "population": 14363.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.5969, 51.14152 ] } },
{ "type": "Feature", "properties": { "name": "Bredene", "population": 14862.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.97559, 51.23489 ] } },
{ "type": "Feature", "properties": { "name": "Brecht", "population": 25908.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.63829, 51.35024 ] } },
{ "type": "Feature", "properties": { "name": "Brasschaat", "population": 37040.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.49182, 51.2912 ] } },
{ "type": "Feature", "properties": { "name": "Braives", "population": 5672.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.13302, 50.61745 ] } },
{ "type": "Feature", "properties": { "name": "Braine-le-Comte", "population": 20133.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.14658, 50.60979 ] } },
{ "type": "Feature", "properties": { "name": "Braine-le-Château", "population": 9627.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.27385, 50.6799 ] } },
{ "type": "Feature", "properties": { "name": "Braine-l'Alleud", "population": 37512.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.36784, 50.68363 ] } },
{ "type": "Feature", "properties": { "name": "Boutersem", "population": 7702.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.8345, 50.83511 ] } },
{ "type": "Feature", "properties": { "name": "Boussu", "population": 20058.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.7944, 50.43417 ] } },
{ "type": "Feature", "properties": { "name": "Bouillon", "population": 5347.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.06703, 49.79324 ] } },
{ "type": "Feature", "properties": { "name": "Borsbeek", "population": 10334.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.48543, 51.19661 ] } },
{ "type": "Feature", "properties": { "name": "Bornem", "population": 19997.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.24364, 51.09716 ] } },
{ "type": "Feature", "properties": { "name": "Borgloon", "population": 9955.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.34366, 50.80505 ] } },
{ "type": "Feature", "properties": { "name": "Boortmeerbeek", "population": 11570.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.57443, 50.97929 ] } },
{ "type": "Feature", "properties": { "name": "Boom", "population": 15810.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.3717, 51.09242 ] } },
{ "type": "Feature", "properties": { "name": "Bonheiden", "population": 14260.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.54714, 51.02261 ] } },
{ "type": "Feature", "properties": { "name": "Boechout", "population": 12145.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.49195, 51.15959 ] } },
{ "type": "Feature", "properties": { "name": "Blégny", "population": 12745.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.72508, 50.67255 ] } },
{ "type": "Feature", "properties": { "name": "Blankenberge", "population": 18230.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.13227, 51.31306 ] } },
{ "type": "Feature", "properties": { "name": "Binche", "population": 32030.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.16469, 50.41155 ] } },
{ "type": "Feature", "properties": { "name": "Bilzen", "population": 29622.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.5184, 50.87325 ] } },
{ "type": "Feature", "properties": { "name": "Bierbeek", "population": 8994.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.75949, 50.82876 ] } },
{ "type": "Feature", "properties": { "name": "Beyne-Heusay", "population": 11608.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.66508, 50.62251 ] } },
{ "type": "Feature", "properties": { "name": "Beveren", "population": 45179.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.25633, 51.21187 ] } },
{ "type": "Feature", "properties": { "name": "Bertrix", "population": 8063.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.25539, 49.85596 ] } },
{ "type": "Feature", "properties": { "name": "Bertem", "population": 9215.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.62918, 50.86403 ] } },
{ "type": "Feature", "properties": { "name": "Bernissart", "population": 11588.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.64961, 50.4746 ] } },
{ "type": "Feature", "properties": { "name": "Berlare", "population": 13853.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.0, 51.03333 ] } },
{ "type": "Feature", "properties": { "name": "Berlaar", "population": 10370.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.65835, 51.1176 ] } },
{ "type": "Feature", "properties": { "name": "Beringen", "population": 40930.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.22606, 51.04954 ] } },
{ "type": "Feature", "properties": { "name": "Beloeil", "population": 13405.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.73484, 50.55047 ] } },
{ "type": "Feature", "properties": { "name": "Bekkevoort", "population": 5714.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.969, 50.94074 ] } },
{ "type": "Feature", "properties": { "name": "Begijnendijk", "population": 9178.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.78377, 51.01942 ] } },
{ "type": "Feature", "properties": { "name": "Beersel", "population": 23228.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.3002, 50.76589 ] } },
{ "type": "Feature", "properties": { "name": "Beerse", "population": 16208.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.85304, 51.31927 ] } },
{ "type": "Feature", "properties": { "name": "Beernem", "population": 14512.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.33896, 51.13981 ] } },
{ "type": "Feature", "properties": { "name": "Beauvechain", "population": 6334.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.7718, 50.78195 ] } },
{ "type": "Feature", "properties": { "name": "Beauraing", "population": 8242.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.95554, 50.11042 ] } },
{ "type": "Feature", "properties": { "name": "Beaumont", "population": 6645.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.23926, 50.23699 ] } },
{ "type": "Feature", "properties": { "name": "Bastogne", "population": 14395.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.71844, 50.00347 ] } },
{ "type": "Feature", "properties": { "name": "Bassenge", "population": 8151.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.60989, 50.75883 ] } },
{ "type": "Feature", "properties": { "name": "Basse Lasne", "population": 13861.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.49218, 50.69503 ] } },
{ "type": "Feature", "properties": { "name": "Balen", "population": 19978.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.17027, 51.16837 ] } },
{ "type": "Feature", "properties": { "name": "Aywaille", "population": 10636.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.67684, 50.47411 ] } },
{ "type": "Feature", "properties": { "name": "Awans", "population": 8612.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.46329, 50.66774 ] } },
{ "type": "Feature", "properties": { "name": "Avelgem", "population": 9106.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.44502, 50.77618 ] } },
{ "type": "Feature", "properties": { "name": "Aubange", "population": 14932.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.80492, 49.56652 ] } },
{ "type": "Feature", "properties": { "name": "Ath", "population": 26681.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.77801, 50.62937 ] } },
{ "type": "Feature", "properties": { "name": "Assesse", "population": 6279.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.02204, 50.36934 ] } },
{ "type": "Feature", "properties": { "name": "Assenede", "population": 13495.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.75085, 51.22598 ] } },
{ "type": "Feature", "properties": { "name": "Asse", "population": 28985.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.19836, 50.91011 ] } },
{ "type": "Feature", "properties": { "name": "As", "population": 7250.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.58453, 51.00755 ] } },
{ "type": "Feature", "properties": { "name": "Arlon", "population": 26179.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.81667, 49.68333 ] } },
{ "type": "Feature", "properties": { "name": "Arendonk", "population": 12247.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.08289, 51.32267 ] } },
{ "type": "Feature", "properties": { "name": "Ardooie", "population": 9161.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.19736, 50.9757 ] } },
{ "type": "Feature", "properties": { "name": "Anzegem", "population": 13920.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.47786, 50.837 ] } },
{ "type": "Feature", "properties": { "name": "Antwerpen", "population": 459805.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.40346, 51.21989 ] } },
{ "type": "Feature", "properties": { "name": "Antoing", "population": 7507.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.4492, 50.56765 ] } },
{ "type": "Feature", "properties": { "name": "Ans", "population": 27297.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.52029, 50.6623 ] } },
{ "type": "Feature", "properties": { "name": "Anhée", "population": 7125.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.87827, 50.31039 ] } },
{ "type": "Feature", "properties": { "name": "Anderlues", "population": 11597.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.27136, 50.40704 ] } },
{ "type": "Feature", "properties": { "name": "Andenne", "population": 24055.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.09513, 50.48941 ] } },
{ "type": "Feature", "properties": { "name": "Amblève", "population": 5221.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.17002, 50.35357 ] } },
{ "type": "Feature", "properties": { "name": "Amay", "population": 13307.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.30974, 50.54829 ] } },
{ "type": "Feature", "properties": { "name": "Alken", "population": 10933.000000 }, "geometry": { "type": "Point", "coordinates": [ 5.30558, 50.87553 ] } },
{ "type": "Feature", "properties": { "name": "Aiseau", "population": 10906.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.58671, 50.41158 ] } },
{ "type": "Feature", "properties": { "name": "Aartselaar", "population": 14193.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.38678, 51.13412 ] } },
{ "type": "Feature", "properties": { "name": "Aarschot", "population": 27656.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.83695, 50.98715 ] } },
{ "type": "Feature", "properties": { "name": "Aalter", "population": 18802.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.44693, 51.09017 ] } },
{ "type": "Feature", "properties": { "name": "Aalst", "population": 77534.000000 }, "geometry": { "type": "Point", "coordinates": [ 4.0355, 50.93604 ] } },
{ "type": "Feature", "properties": { "name": "Zorgo", "population": 23892.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.61527, 12.24922 ] } },
{ "type": "Feature", "properties": { "name": "Ziniaré", "population": 12703.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.2971, 12.58186 ] } },
{ "type": "Feature", "properties": { "name": "Yako", "population": 22904.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.26075, 12.9591 ] } },
{ "type": "Feature", "properties": { "name": "Tougan", "population": 17590.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.0694, 13.0725 ] } },
{ "type": "Feature", "properties": { "name": "Toma", "population": 12401.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.89879, 12.75844 ] } },
{ "type": "Feature", "properties": { "name": "Titao", "population": 19131.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.06667, 13.76667 ] } },
{ "type": "Feature", "properties": { "name": "Tenkodogo", "population": 37658.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.36972, 11.78 ] } },
{ "type": "Feature", "properties": { "name": "Salanso", "population": 10385.000000 }, "geometry": { "type": "Point", "coordinates": [ -4.08477, 12.17423 ] } },
{ "type": "Feature", "properties": { "name": "Réo", "population": 37535.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.47094, 12.31963 ] } },
{ "type": "Feature", "properties": { "name": "Pitmoaga", "population": 7991.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.87667, 12.23972 ] } },
{ "type": "Feature", "properties": { "name": "Pama", "population": 8902.000000 }, "geometry": { "type": "Point", "coordinates": [ 0.7075, 11.24972 ] } },
{ "type": "Feature", "properties": { "name": "Ouargaye", "population": 10103.000000 }, "geometry": { "type": "Point", "coordinates": [ 0.05886, 11.50202 ] } },
{ "type": "Feature", "properties": { "name": "Ouahigouya", "population": 61096.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.42158, 13.58278 ] } },
{ "type": "Feature", "properties": { "name": "Ouagadougou", "population": 1086505.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.53388, 12.36566 ] } },
{ "type": "Feature", "properties": { "name": "Nouna", "population": 29048.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.86305, 12.72939 ] } },
{ "type": "Feature", "properties": { "name": "Manga", "population": 15173.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.07306, 11.66361 ] } },
{ "type": "Feature", "properties": { "name": "Léo", "population": 26884.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.10654, 11.10033 ] } },
{ "type": "Feature", "properties": { "name": "Koupéla", "population": 32052.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.35103, 12.17864 ] } },
{ "type": "Feature", "properties": { "name": "Koudougou", "population": 87347.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.36272, 12.25263 ] } },
{ "type": "Feature", "properties": { "name": "Kongoussi", "population": 26338.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.53472, 13.32583 ] } },
{ "type": "Feature", "properties": { "name": "Kombissiri", "population": 30137.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.33355, 12.06095 ] } },
{ "type": "Feature", "properties": { "name": "Kokologo", "population": 25958.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.88556, 12.18972 ] } },
{ "type": "Feature", "properties": { "name": "Kaya", "population": 39229.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.08444, 13.09167 ] } },
{ "type": "Feature", "properties": { "name": "Houndé", "population": 36593.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.51667, 11.5 ] } },
{ "type": "Feature", "properties": { "name": "Gourcy", "population": 16765.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.35893, 13.20776 ] } },
{ "type": "Feature", "properties": { "name": "Goulouré", "population": 6677.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.92922, 12.2276 ] } },
{ "type": "Feature", "properties": { "name": "Gorom-Gorom", "population": 6691.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.23468, 14.4429 ] } },
{ "type": "Feature", "properties": { "name": "Garango", "population": 29076.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.55056, 11.8 ] } },
{ "type": "Feature", "properties": { "name": "Fada N'gourma", "population": 33910.000000 }, "geometry": { "type": "Point", "coordinates": [ 0.35843, 12.06157 ] } },
{ "type": "Feature", "properties": { "name": "Dori", "population": 37806.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.0345, 14.0354 ] } },
{ "type": "Feature", "properties": { "name": "Djibo", "population": 22223.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.62554, 14.0994 ] } },
{ "type": "Feature", "properties": { "name": "Diébougou", "population": 12732.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.24967, 10.96209 ] } },
{ "type": "Feature", "properties": { "name": "Diapaga", "population": 26013.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.78838, 12.07305 ] } },
{ "type": "Feature", "properties": { "name": "Dédougou", "population": 45341.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.46075, 12.46338 ] } },
{ "type": "Feature", "properties": { "name": "Dano", "population": 11153.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.05784, 11.1464 ] } },
{ "type": "Feature", "properties": { "name": "Boussé", "population": 15868.000000 }, "geometry": { "type": "Point", "coordinates": [ -1.89288, 12.6576 ] } },
{ "type": "Feature", "properties": { "name": "Boulsa", "population": 17489.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.57469, 12.66664 ] } },
{ "type": "Feature", "properties": { "name": "Boromo", "population": 13157.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.93006, 11.74542 ] } },
{ "type": "Feature", "properties": { "name": "Bogandé", "population": 9854.000000 }, "geometry": { "type": "Point", "coordinates": [ -0.14953, 12.9704 ] } },
{ "type": "Feature", "properties": { "name": "Bobo-Dioulasso", "population": 360106.000000 }, "geometry": { "type": "Point", "coordinates": [ -4.2979, 11.17715 ] } },
{ "type": "Feature", "properties": { "name": "Batié", "population": 6483.000000 }, "geometry": { "type": "Point", "coordinates": [ -2.91667, 9.88333 ] } },
{ "type": "Feature", "properties": { "name": "Banfora", "population": 60288.000000 }, "geometry": { "type": "Point", "coordinates": [ -4.76667, 10.63333 ] } },
{ "type": "Feature", "properties": { "name": "Gaoua", "population": 25104.000000 }, "geometry": { "type": "Point", "coordinates": [ -3.25083, 10.29917 ] } },
{ "type": "Feature", "properties": { "name": "Orodara", "population": 18632.000000 }, "geometry": { "type": "Point", "coordinates": [ -4.93417, 10.94917 ] } },
{ "type": "Feature", "properties": { "name": "Beloslav", "population": 7989.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.7, 43.18333 ] } },
{ "type": "Feature", "properties": { "name": "Zlatograd", "population": 7331.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.1, 41.38333 ] } },
{ "type": "Feature", "properties": { "name": "Zlatitsa", "population": 5786.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.13333, 42.71667 ] } },
{ "type": "Feature", "properties": { "name": "Yambol", "population": 80116.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.5, 42.48333 ] } },
{ "type": "Feature", "properties": { "name": "Yakoruda", "population": 6008.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.68417, 42.02528 ] } },
{ "type": "Feature", "properties": { "name": "Vŭrshets", "population": 7512.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.28611, 43.19528 ] } },
{ "type": "Feature", "properties": { "name": "Vŭlchedrŭm", "population": 5207.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.44472, 43.69639 ] } },
{ "type": "Feature", "properties": { "name": "Vratsa", "population": 64941.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.5625, 43.21 ] } },
{ "type": "Feature", "properties": { "name": "Vidin", "population": 54409.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.8725, 43.99 ] } },
{ "type": "Feature", "properties": { "name": "Vetovo", "population": 5175.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.26667, 43.7 ] } },
{ "type": "Feature", "properties": { "name": "Velingrad", "population": 24036.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.99155, 42.02754 ] } },
{ "type": "Feature", "properties": { "name": "Veliko Tŭrnovo", "population": 66217.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.62904, 43.08124 ] } },
{ "type": "Feature", "properties": { "name": "Varna", "population": 312770.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.91667, 43.21667 ] } },
{ "type": "Feature", "properties": { "name": "Tvŭrditsa", "population": 6519.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.9, 42.7 ] } },
{ "type": "Feature", "properties": { "name": "Tutrakan", "population": 10022.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.61667, 44.05 ] } },
{ "type": "Feature", "properties": { "name": "Targovishte", "population": 37774.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.57215, 43.2512 ] } },
{ "type": "Feature", "properties": { "name": "Tryavna", "population": 13818.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.5, 42.86667 ] } },
{ "type": "Feature", "properties": { "name": "Troyan", "population": 21162.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.71589, 42.89427 ] } },
{ "type": "Feature", "properties": { "name": "Topolovgrad", "population": 6464.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.33333, 42.08333 ] } },
{ "type": "Feature", "properties": { "name": "Dobrich", "population": 94831.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.83333, 43.56667 ] } },
{ "type": "Feature", "properties": { "name": "Teteven", "population": 10790.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.26667, 42.91667 ] } },
{ "type": "Feature", "properties": { "name": "Tervel", "population": 6808.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.4, 43.75 ] } },
{ "type": "Feature", "properties": { "name": "Svoge", "population": 8964.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.35, 42.96667 ] } },
{ "type": "Feature", "properties": { "name": "Svishtov", "population": 32256.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.35044, 43.61959 ] } },
{ "type": "Feature", "properties": { "name": "Svilengrad", "population": 19279.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.2, 41.76667 ] } },
{ "type": "Feature", "properties": { "name": "Sŭedinenie", "population": 6427.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.55, 42.26667 ] } },
{ "type": "Feature", "properties": { "name": "Strazhitsa", "population": 5728.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.96667, 43.23333 ] } },
{ "type": "Feature", "properties": { "name": "Straldzha", "population": 5817.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.68333, 42.6 ] } },
{ "type": "Feature", "properties": { "name": "Stara Zagora", "population": 143431.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.64194, 42.43278 ] } },
{ "type": "Feature", "properties": { "name": "Dupnitsa", "population": 34764.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.11667, 42.26667 ] } },
{ "type": "Feature", "properties": { "name": "Stamboliyski", "population": 12070.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.53333, 42.13333 ] } },
{ "type": "Feature", "properties": { "name": "Sofia", "population": 1152556.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.32415, 42.69751 ] } },
{ "type": "Feature", "properties": { "name": "Smolyan", "population": 32069.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.69194, 41.58528 ] } },
{ "type": "Feature", "properties": { "name": "Slivnitsa", "population": 7545.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.03333, 42.85 ] } },
{ "type": "Feature", "properties": { "name": "Sliven", "population": 96368.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.32917, 42.68583 ] } },
{ "type": "Feature", "properties": { "name": "Bohicon", "population": 125092.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.0667, 7.17826 ] } },
{ "type": "Feature", "properties": { "name": "Simitli", "population": 6729.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.11667, 41.88333 ] } },
{ "type": "Feature", "properties": { "name": "Simeonovgrad", "population": 7388.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.83333, 42.03333 ] } },
{ "type": "Feature", "properties": { "name": "Silistra", "population": 39715.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.26667, 44.11667 ] } },
{ "type": "Feature", "properties": { "name": "Shumen", "population": 87283.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.92286, 43.27064 ] } },
{ "type": "Feature", "properties": { "name": "Sevlievo", "population": 24582.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.11361, 43.02583 ] } },
{ "type": "Feature", "properties": { "name": "Septemvri", "population": 8745.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.1, 42.21667 ] } },
{ "type": "Feature", "properties": { "name": "Sandanski", "population": 26459.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.28333, 41.56667 ] } },
{ "type": "Feature", "properties": { "name": "Samokov", "population": 26765.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.5528, 42.337 ] } },
{ "type": "Feature", "properties": { "name": "Ruse", "population": 156238.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.97083, 43.85639 ] } },
{ "type": "Feature", "properties": { "name": "Razlog", "population": 12486.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.46714, 41.8863 ] } },
{ "type": "Feature", "properties": { "name": "Razgrad", "population": 38285.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.51667, 43.53333 ] } },
{ "type": "Feature", "properties": { "name": "Rakovski", "population": 15782.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.96667, 42.3 ] } },
{ "type": "Feature", "properties": { "name": "Rakitovo", "population": 8376.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.08333, 41.98333 ] } },
{ "type": "Feature", "properties": { "name": "Radomir", "population": 14755.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.95778, 42.54444 ] } },
{ "type": "Feature", "properties": { "name": "Radnevo", "population": 14667.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.93333, 42.3 ] } },
{ "type": "Feature", "properties": { "name": "Provadiya", "population": 13755.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.43333, 43.18333 ] } },
{ "type": "Feature", "properties": { "name": "Veliki Preslav", "population": 9425.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.81667, 43.16667 ] } },
{ "type": "Feature", "properties": { "name": "Popovo", "population": 16571.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.23333, 43.35 ] } },
{ "type": "Feature", "properties": { "name": "Nedelino", "population": 5017.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.08333, 41.45 ] } },
{ "type": "Feature", "properties": { "name": "Pomorie", "population": 13714.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.64393, 42.55882 ] } },
{ "type": "Feature", "properties": { "name": "Polski Trŭmbesh", "population": 5663.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.64972, 43.38361 ] } },
{ "type": "Feature", "properties": { "name": "Plovdiv", "population": 340494.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.75, 42.15 ] } },
{ "type": "Feature", "properties": { "name": "Pleven", "population": 118675.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.61667, 43.41667 ] } },
{ "type": "Feature", "properties": { "name": "Pirdop", "population": 8136.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.18333, 42.7 ] } },
{ "type": "Feature", "properties": { "name": "Petrich", "population": 30308.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.21667, 41.4 ] } },
{ "type": "Feature", "properties": { "name": "Peshtera", "population": 18676.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.3, 42.03333 ] } },
{ "type": "Feature", "properties": { "name": "Perushtitsa", "population": 5350.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.55, 42.05 ] } },
{ "type": "Feature", "properties": { "name": "Pernik", "population": 82467.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.03333, 42.6 ] } },
{ "type": "Feature", "properties": { "name": "Pazardzhik", "population": 75977.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.33333, 42.2 ] } },
{ "type": "Feature", "properties": { "name": "Pavlikeni", "population": 12214.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.32194, 43.24278 ] } },
{ "type": "Feature", "properties": { "name": "Panagyurishte", "population": 19389.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.18333, 42.5 ] } },
{ "type": "Feature", "properties": { "name": "Oryakhovo", "population": 5706.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.96667, 43.73333 ] } },
{ "type": "Feature", "properties": { "name": "Omurtag", "population": 9070.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.41667, 43.1 ] } },
{ "type": "Feature", "properties": { "name": "Novi Pazar", "population": 13276.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.2, 43.35 ] } },
{ "type": "Feature", "properties": { "name": "Nova Zagora", "population": 24340.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.01667, 42.48333 ] } },
{ "type": "Feature", "properties": { "name": "Nesebar", "population": 6302.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.73602, 42.65921 ] } },
{ "type": "Feature", "properties": { "name": "Montana", "population": 47445.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.225, 43.4125 ] } },
{ "type": "Feature", "properties": { "name": "Tsarevo", "population": 6085.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.84541, 42.16955 ] } },
{ "type": "Feature", "properties": { "name": "Mezdra", "population": 11975.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.7, 43.15 ] } },
{ "type": "Feature", "properties": { "name": "Madan", "population": 5661.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.95, 41.5 ] } },
{ "type": "Feature", "properties": { "name": "Lyubimets", "population": 8065.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.08333, 41.83333 ] } },
{ "type": "Feature", "properties": { "name": "Lyaskovets", "population": 8488.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.72833, 43.11111 ] } },
{ "type": "Feature", "properties": { "name": "Lukovit", "population": 9792.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.16667, 43.2 ] } },
{ "type": "Feature", "properties": { "name": "Lovech", "population": 42211.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.71667, 43.13333 ] } },
{ "type": "Feature", "properties": { "name": "Lom", "population": 26594.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.23611, 43.81389 ] } },
{ "type": "Feature", "properties": { "name": "Levski", "population": 11467.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.13333, 43.36667 ] } },
{ "type": "Feature", "properties": { "name": "Kyustendil", "population": 48286.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.69111, 42.28389 ] } },
{ "type": "Feature", "properties": { "name": "Kŭrdzhali", "population": 51000.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.36667, 41.65 ] } },
{ "type": "Feature", "properties": { "name": "Kubrat", "population": 8980.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.5, 43.8 ] } },
{ "type": "Feature", "properties": { "name": "Krumovgrad", "population": 5271.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.65, 41.46667 ] } },
{ "type": "Feature", "properties": { "name": "Krichim", "population": 8580.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.46667, 42.05 ] } },
{ "type": "Feature", "properties": { "name": "Kozloduy", "population": 14717.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.73333, 43.78333 ] } },
{ "type": "Feature", "properties": { "name": "Kotel", "population": 6421.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.45, 42.88333 ] } },
{ "type": "Feature", "properties": { "name": "Kostinbrod", "population": 12175.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.21667, 42.81667 ] } },
{ "type": "Feature", "properties": { "name": "Knezha", "population": 6889.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.08333, 43.5 ] } },
{ "type": "Feature", "properties": { "name": "Khisarya", "population": 7903.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.7, 42.5 ] } },
{ "type": "Feature", "properties": { "name": "Haskovo", "population": 79699.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.55557, 41.93415 ] } },
{ "type": "Feature", "properties": { "name": "Kharmanli", "population": 18931.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.9, 41.93333 ] } },
{ "type": "Feature", "properties": { "name": "Kazanlŭk", "population": 55196.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.4, 42.61667 ] } },
{ "type": "Feature", "properties": { "name": "Kavarna", "population": 11205.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.33333, 43.43333 ] } },
{ "type": "Feature", "properties": { "name": "Karnobat", "population": 19709.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.98333, 42.65 ] } },
{ "type": "Feature", "properties": { "name": "Karlovo", "population": 19958.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.8, 42.63333 ] } },
{ "type": "Feature", "properties": { "name": "Isperikh", "population": 9735.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.83333, 43.71667 ] } },
{ "type": "Feature", "properties": { "name": "Ikhtiman", "population": 14154.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.81667, 42.43333 ] } },
{ "type": "Feature", "properties": { "name": "Mauá", "population": 386069.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.46139, -23.66778 ] } },
{ "type": "Feature", "properties": { "name": "Gŭlŭbovo", "population": 8400.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.85, 42.13333 ] } },
{ "type": "Feature", "properties": { "name": "Sredets", "population": 9573.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.17898, 42.34747 ] } },
{ "type": "Feature", "properties": { "name": "Gotse Delchev", "population": 20471.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.73333, 41.56667 ] } },
{ "type": "Feature", "properties": { "name": "Gorna Oryakhovitsa", "population": 38553.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.70167, 43.12778 ] } },
{ "type": "Feature", "properties": { "name": "Godech", "population": 5154.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.04417, 43.015 ] } },
{ "type": "Feature", "properties": { "name": "Dolni Chiflik", "population": 7169.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.71667, 42.98333 ] } },
{ "type": "Feature", "properties": { "name": "General-Toshevo", "population": 7758.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.03333, 43.7 ] } },
{ "type": "Feature", "properties": { "name": "Gabrovo", "population": 66175.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.33417, 42.87472 ] } },
{ "type": "Feature", "properties": { "name": "Etropole", "population": 11031.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.0, 42.83333 ] } },
{ "type": "Feature", "properties": { "name": "Elkhovo", "population": 11107.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.56667, 42.16667 ] } },
{ "type": "Feature", "properties": { "name": "Elin Pelin", "population": 7373.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.6, 42.66667 ] } },
{ "type": "Feature", "properties": { "name": "Elena", "population": 6042.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.88333, 42.93333 ] } },
{ "type": "Feature", "properties": { "name": "Dulovo", "population": 6788.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.15, 43.81667 ] } },
{ "type": "Feature", "properties": { "name": "Dŭlgopol", "population": 5272.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.35, 43.05 ] } },
{ "type": "Feature", "properties": { "name": "Dryanovo", "population": 8346.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.4785, 42.97897 ] } },
{ "type": "Feature", "properties": { "name": "Dolni Dŭbnik", "population": 5259.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.43333, 43.4 ] } },
{ "type": "Feature", "properties": { "name": "Ar Rifā‘", "population": 79550.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.555, 26.13 ] } },
{ "type": "Feature", "properties": { "name": "Devnya", "population": 8171.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.56944, 43.22222 ] } },
{ "type": "Feature", "properties": { "name": "Devin", "population": 7393.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.40003, 41.74327 ] } },
{ "type": "Feature", "properties": { "name": "Chirpan", "population": 17243.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.33333, 42.2 ] } },
{ "type": "Feature", "properties": { "name": "Cherven Bryag", "population": 21688.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.1, 43.26667 ] } },
{ "type": "Feature", "properties": { "name": "Chepelare", "population": 5478.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.68333, 41.73333 ] } },
{ "type": "Feature", "properties": { "name": "Byala Slatina", "population": 13307.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.93333, 43.46667 ] } },
{ "type": "Feature", "properties": { "name": "Burgas", "population": 195966.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.46781, 42.50606 ] } },
{ "type": "Feature", "properties": { "name": "Botevgrad", "population": 20909.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.78333, 42.9 ] } },
{ "type": "Feature", "properties": { "name": "Bobovdol", "population": 6184.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.01722, 42.36972 ] } },
{ "type": "Feature", "properties": { "name": "Makamba", "population": 19642.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.804, -4.1348 ] } },
{ "type": "Feature", "properties": { "name": "Bururi", "population": 19740.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.62438, -3.94877 ] } },
{ "type": "Feature", "properties": { "name": "Rumonge", "population": 6074.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.4386, -3.9736 ] } },
{ "type": "Feature", "properties": { "name": "Bétérou", "population": 13108.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.25855, 9.19916 ] } },
{ "type": "Feature", "properties": { "name": "Blagoevgrad", "population": 71306.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.1, 42.01667 ] } },
{ "type": "Feature", "properties": { "name": "Berkovitsa", "population": 15027.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.12583, 43.23611 ] } },
{ "type": "Feature", "properties": { "name": "Belogradchik", "population": 5688.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.68361, 43.62722 ] } },
{ "type": "Feature", "properties": { "name": "Belene", "population": 9781.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.11667, 43.65 ] } },
{ "type": "Feature", "properties": { "name": "Bansko", "population": 9232.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.48851, 41.8383 ] } },
{ "type": "Feature", "properties": { "name": "Balchik", "population": 13000.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.16667, 43.41667 ] } },
{ "type": "Feature", "properties": { "name": "Aytos", "population": 20986.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.25, 42.7 ] } },
{ "type": "Feature", "properties": { "name": "Asenovgrad", "population": 52170.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.86667, 42.01667 ] } },
{ "type": "Feature", "properties": { "name": "Aksakovo", "population": 7132.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.81667, 43.25 ] } },
{ "type": "Feature", "properties": { "name": "Zlatni Pyasatsi", "population": 9760.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.0418, 43.285 ] } },
{ "type": "Feature", "properties": { "name": "Sitrah", "population": 37657.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.62056, 26.15472 ] } },
{ "type": "Feature", "properties": { "name": "Madīnat ‘Īsá", "population": 38090.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.54778, 26.17361 ] } },
{ "type": "Feature", "properties": { "name": "Jidd Ḩafş", "population": 31735.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.54778, 26.21861 ] } },
{ "type": "Feature", "properties": { "name": "Madīnat Ḩamad", "population": 52718.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.50694, 26.11528 ] } },
{ "type": "Feature", "properties": { "name": "Dār Kulayb", "population": 65466.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.50389, 26.06861 ] } },
{ "type": "Feature", "properties": { "name": "Al Muharraq", "population": 97458.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.61194, 26.25722 ] } },
{ "type": "Feature", "properties": { "name": "Manama", "population": 147074.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.5832, 26.21536 ] } },
{ "type": "Feature", "properties": { "name": "Al Ḩadd", "population": 12797.000000 }, "geometry": { "type": "Point", "coordinates": [ 50.65417, 26.24556 ] } },
{ "type": "Feature", "properties": { "name": "Bujumbura", "population": 331700.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.3644, -3.3822 ] } },
{ "type": "Feature", "properties": { "name": "Muramvya", "population": 18041.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.6079, -3.2682 ] } },
{ "type": "Feature", "properties": { "name": "Gitega", "population": 23167.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.9308, -3.4264 ] } },
{ "type": "Feature", "properties": { "name": "Ruyigi", "population": 38458.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.24861, -3.47639 ] } },
{ "type": "Feature", "properties": { "name": "Cankuzo", "population": 6585.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.5528, -3.2186 ] } },
{ "type": "Feature", "properties": { "name": "Karuzi", "population": 10705.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.17351, -3.10608 ] } },
{ "type": "Feature", "properties": { "name": "Bubanza", "population": 12728.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.391, -3.0804 ] } },
{ "type": "Feature", "properties": { "name": "Cibitoke", "population": 14220.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.1248, -2.8869 ] } },
{ "type": "Feature", "properties": { "name": "Ngozi", "population": 21506.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.8306, -2.9075 ] } },
{ "type": "Feature", "properties": { "name": "Kayanza", "population": 19443.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.6293, -2.9221 ] } },
{ "type": "Feature", "properties": { "name": "Muyinga", "population": 71076.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.3414, -2.8451 ] } },
{ "type": "Feature", "properties": { "name": "Kirundo", "population": 6083.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.0959, -2.5845 ] } },
{ "type": "Feature", "properties": { "name": "Rutana", "population": 20893.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.992, -3.9279 ] } },
{ "type": "Feature", "properties": { "name": "Tchaourou", "population": 20971.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.59753, 8.88649 ] } },
{ "type": "Feature", "properties": { "name": "Tanguiéta", "population": 19833.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.26651, 10.62118 ] } },
{ "type": "Feature", "properties": { "name": "Savé", "population": 75970.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.4866, 8.03424 ] } },
{ "type": "Feature", "properties": { "name": "Savalou", "population": 30187.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.97558, 7.92807 ] } },
{ "type": "Feature", "properties": { "name": "Sakété", "population": 30111.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.65866, 6.73618 ] } },
{ "type": "Feature", "properties": { "name": "Porto-Novo", "population": 234168.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.60359, 6.49646 ] } },
{ "type": "Feature", "properties": { "name": "Pobé", "population": 32983.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.6649, 6.98008 ] } },
{ "type": "Feature", "properties": { "name": "Parakou", "population": 163753.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.63031, 9.33716 ] } },
{ "type": "Feature", "properties": { "name": "Ouidah", "population": 83503.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.08506, 6.36307 ] } },
{ "type": "Feature", "properties": { "name": "Nikki", "population": 54009.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.21075, 9.94009 ] } },
{ "type": "Feature", "properties": { "name": "Natitingou", "population": 80892.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.37962, 10.30416 ] } },
{ "type": "Feature", "properties": { "name": "Malanville", "population": 37117.000000 }, "geometry": { "type": "Point", "coordinates": [ 3.38327, 11.86819 ] } },
{ "type": "Feature", "properties": { "name": "Lokossa", "population": 86971.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.71674, 6.63869 ] } },
{ "type": "Feature", "properties": { "name": "Kétou", "population": 22341.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.59978, 7.36332 ] } },
{ "type": "Feature", "properties": { "name": "Kandi", "population": 109701.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.93861, 11.13417 ] } },
{ "type": "Feature", "properties": { "name": "Hévié", "population": 13450.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.25, 6.41667 ] } },
{ "type": "Feature", "properties": { "name": "Guilmaro", "population": 6516.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.72444, 10.56583 ] } },
{ "type": "Feature", "properties": { "name": "Grand-Popo", "population": 9847.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.82251, 6.28036 ] } },
{ "type": "Feature", "properties": { "name": "Dogbo", "population": 41312.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.78333, 6.81667 ] } },
{ "type": "Feature", "properties": { "name": "Djougou", "population": 237040.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.66598, 9.70853 ] } },
{ "type": "Feature", "properties": { "name": "Dassa-Zoumé", "population": 21672.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.18333, 7.75 ] } },
{ "type": "Feature", "properties": { "name": "Cové", "population": 38566.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.34017, 7.22097 ] } },
{ "type": "Feature", "properties": { "name": "Cotonou", "population": 690584.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.41833, 6.36536 ] } },
{ "type": "Feature", "properties": { "name": "Comé", "population": 29208.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.88198, 6.40764 ] } },
{ "type": "Feature", "properties": { "name": "Bembèrèkè", "population": 24006.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.66335, 10.22827 ] } },
{ "type": "Feature", "properties": { "name": "Bassila", "population": 23616.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.6654, 9.00814 ] } },
{ "type": "Feature", "properties": { "name": "Banikoara", "population": 22487.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.43856, 11.29845 ] } },
{ "type": "Feature", "properties": { "name": "Aplahoué", "population": 19862.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.68333, 6.93333 ] } },
{ "type": "Feature", "properties": { "name": "Allada", "population": 20094.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.15138, 6.66547 ] } },
{ "type": "Feature", "properties": { "name": "Abomey-Calavi", "population": 385755.000000 }, "geometry": { "type": "Point", "coordinates": [ 2.35566, 6.44852 ] } },
{ "type": "Feature", "properties": { "name": "Abomey", "population": 82154.000000 }, "geometry": { "type": "Point", "coordinates": [ 1.99119, 7.18286 ] } },
{ "type": "Feature", "properties": { "name": "Gustavia", "population": 5988.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.84978, 17.89618 ] } },
{ "type": "Feature", "properties": { "name": "Tutong", "population": 19151.000000 }, "geometry": { "type": "Point", "coordinates": [ 114.65, 4.8 ] } },
{ "type": "Feature", "properties": { "name": "Seria", "population": 30097.000000 }, "geometry": { "type": "Point", "coordinates": [ 114.32476, 4.60637 ] } },
{ "type": "Feature", "properties": { "name": "Kuala Belait", "population": 31178.000000 }, "geometry": { "type": "Point", "coordinates": [ 114.2312, 4.58361 ] } },
{ "type": "Feature", "properties": { "name": "Bandar Seri Begawan", "population": 64409.000000 }, "geometry": { "type": "Point", "coordinates": [ 114.94806, 4.94029 ] } },
{ "type": "Feature", "properties": { "name": "San Matías", "population": 6352.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.4, -16.36667 ] } },
{ "type": "Feature", "properties": { "name": "Roboré", "population": 9882.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.75, -18.33333 ] } },
{ "type": "Feature", "properties": { "name": "Puerto Quijarro", "population": 10392.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.76667, -17.78333 ] } },
{ "type": "Feature", "properties": { "name": "Yacuiba", "population": 82803.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.67753, -22.01643 ] } },
{ "type": "Feature", "properties": { "name": "Warnes", "population": 22036.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.16667, -17.5 ] } },
{ "type": "Feature", "properties": { "name": "Villazón", "population": 30253.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.59422, -22.08659 ] } },
{ "type": "Feature", "properties": { "name": "Villa Yapacaní", "population": 18187.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.83333, -17.4 ] } },
{ "type": "Feature", "properties": { "name": "Villamontes", "population": 18761.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.46903, -21.26235 ] } },
{ "type": "Feature", "properties": { "name": "Vallegrande", "population": 8422.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.10609, -18.48923 ] } },
{ "type": "Feature", "properties": { "name": "Uyuni", "population": 10293.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.82503, -20.45967 ] } },
{ "type": "Feature", "properties": { "name": "Tupiza", "population": 22233.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.71875, -21.44345 ] } },
{ "type": "Feature", "properties": { "name": "Trinidad", "population": 84259.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.9, -14.83333 ] } },
{ "type": "Feature", "properties": { "name": "Tarija", "population": 159269.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.72956, -21.53549 ] } },
{ "type": "Feature", "properties": { "name": "Tarata", "population": 8043.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.02135, -17.60898 ] } },
{ "type": "Feature", "properties": { "name": "Sucre", "population": 224838.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.26274, -19.03332 ] } },
{ "type": "Feature", "properties": { "name": "Santiago del Torno", "population": 15543.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.38118, -17.98674 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa del Sara", "population": 5251.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.59514, -17.10916 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz de la Sierra", "population": 1364389.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.18117, -17.78629 ] } },
{ "type": "Feature", "properties": { "name": "San Pedro", "population": 5002.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.85063, -16.23717 ] } },
{ "type": "Feature", "properties": { "name": "San Julian", "population": 7706.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.86667, -17.78333 ] } },
{ "type": "Feature", "properties": { "name": "San Ignacio de Velasco", "population": 23569.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.95, -16.36667 ] } },
{ "type": "Feature", "properties": { "name": "San Borja", "population": 19640.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.85, -14.81667 ] } },
{ "type": "Feature", "properties": { "name": "Rurrenabaque", "population": 11749.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.52781, -14.44125 ] } },
{ "type": "Feature", "properties": { "name": "Riberalta", "population": 74014.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.06312, -11.00654 ] } },
{ "type": "Feature", "properties": { "name": "Reyes", "population": 7376.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.38333, -14.31667 ] } },
{ "type": "Feature", "properties": { "name": "Punata", "population": 15194.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.83472, -17.54234 ] } },
{ "type": "Feature", "properties": { "name": "Cotoca", "population": 18347.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.05, -17.81667 ] } },
{ "type": "Feature", "properties": { "name": "Potosí", "population": 141251.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.75306, -19.58361 ] } },
{ "type": "Feature", "properties": { "name": "Portachuelo", "population": 11485.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.39282, -17.35168 ] } },
{ "type": "Feature", "properties": { "name": "Patacamaya", "population": 12260.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.92169, -17.2358 ] } },
{ "type": "Feature", "properties": { "name": "Pailón", "population": 9304.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.75, -17.65 ] } },
{ "type": "Feature", "properties": { "name": "Oruro", "population": 208684.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.15, -17.98333 ] } },
{ "type": "Feature", "properties": { "name": "Montero", "population": 88616.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.2505, -17.33866 ] } },
{ "type": "Feature", "properties": { "name": "Monteagudo", "population": 8289.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.95461, -19.79989 ] } },
{ "type": "Feature", "properties": { "name": "Mizque", "population": 30481.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.34016, -17.94101 ] } },
{ "type": "Feature", "properties": { "name": "Mineros", "population": 14385.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.231, -17.11876 ] } },
{ "type": "Feature", "properties": { "name": "Llallagua", "population": 28069.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.58388, -18.42426 ] } },
{ "type": "Feature", "properties": { "name": "La Paz", "population": 812799.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.15, -16.5 ] } },
{ "type": "Feature", "properties": { "name": "La Bélgica", "population": 5501.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.21667, -17.55 ] } },
{ "type": "Feature", "properties": { "name": "Huanuni", "population": 15492.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.83583, -18.289 ] } },
{ "type": "Feature", "properties": { "name": "Guayaramerín", "population": 36008.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.36136, -10.83676 ] } },
{ "type": "Feature", "properties": { "name": "Concepción", "population": 6900.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.9, -16.43333 ] } },
{ "type": "Feature", "properties": { "name": "Colchani", "population": 11988.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.93333, -20.3 ] } },
{ "type": "Feature", "properties": { "name": "Cochabamba", "population": 900414.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.1568, -17.3895 ] } },
{ "type": "Feature", "properties": { "name": "Cobija", "population": 26585.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.76918, -11.02671 ] } },
{ "type": "Feature", "properties": { "name": "Cliza", "population": 8654.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.93253, -17.58777 ] } },
{ "type": "Feature", "properties": { "name": "Chimoré", "population": 5147.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.14002, -16.94807 ] } },
{ "type": "Feature", "properties": { "name": "Challapata", "population": 8016.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.77048, -18.90208 ] } },
{ "type": "Feature", "properties": { "name": "Capinota", "population": 5157.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.26082, -17.71113 ] } },
{ "type": "Feature", "properties": { "name": "Camiri", "population": 27961.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.51833, -20.03849 ] } },
{ "type": "Feature", "properties": { "name": "Ascensión", "population": 14429.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.08333, -15.7 ] } },
{ "type": "Feature", "properties": { "name": "Aiquile", "population": 8224.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.18068, -18.20408 ] } },
{ "type": "Feature", "properties": { "name": "Achacachi", "population": 8447.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.68333, -16.05 ] } },
{ "type": "Feature", "properties": { "name": "Vitorino Freire", "population": 13267.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.23777, -4.04238 ] } },
{ "type": "Feature", "properties": { "name": "Vitória do Mearim", "population": 15775.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.87056, -3.46222 ] } },
{ "type": "Feature", "properties": { "name": "Taperoá", "population": 8879.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.82667, -7.2075 ] } },
{ "type": "Feature", "properties": { "name": "Vitória de Santo Antão", "population": 107383.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.29139, -8.11806 ] } },
{ "type": "Feature", "properties": { "name": "Viseu", "population": 18958.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.14, -1.19667 ] } },
{ "type": "Feature", "properties": { "name": "Conde", "population": 15859.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.9075, -7.25972 ] } },
{ "type": "Feature", "properties": { "name": "Vigia", "population": 29229.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.14167, -0.85833 ] } },
{ "type": "Feature", "properties": { "name": "Viçosa do Ceará", "population": 16636.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.09222, -3.56222 ] } },
{ "type": "Feature", "properties": { "name": "Viçosa", "population": 19573.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.24083, -9.37139 ] } },
{ "type": "Feature", "properties": { "name": "Vicência", "population": 10378.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.32667, -7.65694 ] } },
{ "type": "Feature", "properties": { "name": "Viana", "population": 26689.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.00361, -3.22028 ] } },
{ "type": "Feature", "properties": { "name": "Várzea Alegre", "population": 21841.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.38333, -5.35 ] } },
{ "type": "Feature", "properties": { "name": "Varjota", "population": 16462.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.47667, -4.19444 ] } },
{ "type": "Feature", "properties": { "name": "Vargem Grande", "population": 21419.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.91583, -3.54306 ] } },
{ "type": "Feature", "properties": { "name": "Valença do Piauí", "population": 15881.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.74556, -6.4075 ] } },
{ "type": "Feature", "properties": { "name": "Urucurituba", "population": 10180.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.15856, -3.12845 ] } },
{ "type": "Feature", "properties": { "name": "Uruçuí", "population": 12243.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.55611, -7.22944 ] } },
{ "type": "Feature", "properties": { "name": "Urucará", "population": 8603.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.76, -2.53639 ] } },
{ "type": "Feature", "properties": { "name": "Uruburetama", "population": 12075.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.50833, -3.625 ] } },
{ "type": "Feature", "properties": { "name": "Urbano Santos", "population": 12268.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.40361, -3.20778 ] } },
{ "type": "Feature", "properties": { "name": "Upanema", "population": 6704.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.25778, -5.64194 ] } },
{ "type": "Feature", "properties": { "name": "União dos Palmares", "population": 41178.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.03194, -9.16278 ] } },
{ "type": "Feature", "properties": { "name": "União", "population": 15677.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.86417, -4.58583 ] } },
{ "type": "Feature", "properties": { "name": "Umirim", "population": 12220.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.35028, -3.67722 ] } },
{ "type": "Feature", "properties": { "name": "Umarizal", "population": 8780.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.81444, -5.99056 ] } },
{ "type": "Feature", "properties": { "name": "Uiraúna", "population": 7823.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.41222, -6.51833 ] } },
{ "type": "Feature", "properties": { "name": "Ubajara", "population": 13802.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.92111, -3.85444 ] } },
{ "type": "Feature", "properties": { "name": "Uauá", "population": 11425.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.48167, -9.84139 ] } },
{ "type": "Feature", "properties": { "name": "Tutóia", "population": 12212.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.27444, -2.76194 ] } },
{ "type": "Feature", "properties": { "name": "Turiaçu", "population": 10471.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.37167, -1.66333 ] } },
{ "type": "Feature", "properties": { "name": "Tupanatinga", "population": 5768.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.33972, -8.75333 ] } },
{ "type": "Feature", "properties": { "name": "Tuntum", "population": 16402.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.64889, -5.25806 ] } },
{ "type": "Feature", "properties": { "name": "Tucuruí", "population": 76337.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.67923, -3.76585 ] } },
{ "type": "Feature", "properties": { "name": "Tucumã", "population": 15030.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.05, -0.18333 ] } },
{ "type": "Feature", "properties": { "name": "Trindade", "population": 19313.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.26778, -7.76194 ] } },
{ "type": "Feature", "properties": { "name": "Trairi", "population": 23126.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.26889, -3.27778 ] } },
{ "type": "Feature", "properties": { "name": "Traipu", "population": 8427.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.00333, -9.97056 ] } },
{ "type": "Feature", "properties": { "name": "Touros", "population": 7662.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.46083, -5.19889 ] } },
{ "type": "Feature", "properties": { "name": "Toritama", "population": 23940.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.05667, -8.00667 ] } },
{ "type": "Feature", "properties": { "name": "Tomé Açu", "population": 34053.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.15222, -2.41889 ] } },
{ "type": "Feature", "properties": { "name": "Timon", "population": 124427.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.83667, -5.09417 ] } },
{ "type": "Feature", "properties": { "name": "Timbiras", "population": 17875.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.94056, -4.25528 ] } },
{ "type": "Feature", "properties": { "name": "Timbaúba", "population": 45121.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.31833, -7.50528 ] } },
{ "type": "Feature", "properties": { "name": "Tianguá", "population": 45696.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.99167, -3.73222 ] } },
{ "type": "Feature", "properties": { "name": "Terra Santa", "population": 13512.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.48694, -2.10417 ] } },
{ "type": "Feature", "properties": { "name": "Teresina", "population": 744512.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.80194, -5.08917 ] } },
{ "type": "Feature", "properties": { "name": "Teixeira", "population": 9954.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.25417, -7.22278 ] } },
{ "type": "Feature", "properties": { "name": "São João dos Inhamuns", "population": 29188.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.28333, -6.0 ] } },
{ "type": "Feature", "properties": { "name": "Taquaritinga do Norte", "population": 13379.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.04417, -7.90306 ] } },
{ "type": "Feature", "properties": { "name": "Taquarana", "population": 5288.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.49722, -9.645 ] } },
{ "type": "Feature", "properties": { "name": "Tangará", "population": 8067.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.80167, -6.19944 ] } },
{ "type": "Feature", "properties": { "name": "Tamboril", "population": 14292.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.32056, -4.83222 ] } },
{ "type": "Feature", "properties": { "name": "Tamandaré", "population": 17954.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.09995, -8.75632 ] } },
{ "type": "Feature", "properties": { "name": "Tabira", "population": 16926.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.53944, -7.59083 ] } },
{ "type": "Feature", "properties": { "name": "Surubim", "population": 34580.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.75472, -7.83306 ] } },
{ "type": "Feature", "properties": { "name": "Sumé", "population": 10440.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.88, -7.67167 ] } },
{ "type": "Feature", "properties": { "name": "Sousa", "population": 47927.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.22806, -6.75917 ] } },
{ "type": "Feature", "properties": { "name": "Soure", "population": 18212.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.52333, -0.71667 ] } },
{ "type": "Feature", "properties": { "name": "Soledade", "population": 8090.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.36278, -7.05722 ] } },
{ "type": "Feature", "properties": { "name": "Solânea", "population": 17030.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.54, -6.755 ] } },
{ "type": "Feature", "properties": { "name": "Sobral", "population": 157996.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.34972, -3.68611 ] } },
{ "type": "Feature", "properties": { "name": "Sirinhaém", "population": 40852.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.11611, -8.59083 ] } },
{ "type": "Feature", "properties": { "name": "Simplício Mendes", "population": 7076.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.91028, -7.85389 ] } },
{ "type": "Feature", "properties": { "name": "Sertânia", "population": 18190.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.26444, -8.07361 ] } },
{ "type": "Feature", "properties": { "name": "Serra Talhada", "population": 51203.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.29833, -7.99194 ] } },
{ "type": "Feature", "properties": { "name": "Serra Branca", "population": 8765.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.26667, -6.53333 ] } },
{ "type": "Feature", "properties": { "name": "Senador Pompeu", "population": 16515.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.37167, -5.58806 ] } },
{ "type": "Feature", "properties": { "name": "Senador José Porfírio", "population": 5708.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.95417, -2.59083 ] } },
{ "type": "Feature", "properties": { "name": "Satuba", "population": 15887.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.82444, -9.56333 ] } },
{ "type": "Feature", "properties": { "name": "São Tomé", "population": 6137.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.07528, -5.9725 ] } },
{ "type": "Feature", "properties": { "name": "São Sebastião", "population": 9551.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.55417, -9.93361 ] } },
{ "type": "Feature", "properties": { "name": "São Raimundo Nonato", "population": 19569.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.69944, -9.01528 ] } },
{ "type": "Feature", "properties": { "name": "São Raimundo das Mangabeiras", "population": 10216.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.48111, -7.02194 ] } },
{ "type": "Feature", "properties": { "name": "São Pedro do Piauí", "population": 7408.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.71861, -5.92944 ] } },
{ "type": "Feature", "properties": { "name": "São Paulo do Potengi", "population": 9333.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.76278, -5.895 ] } },
{ "type": "Feature", "properties": { "name": "São Miguel do Tapuio", "population": 7964.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.32333, -5.50361 ] } },
{ "type": "Feature", "properties": { "name": "São Miguel dos Campos", "population": 40890.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.09361, -9.78111 ] } },
{ "type": "Feature", "properties": { "name": "São Miguel do Guamá", "population": 28265.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.48333, -1.62667 ] } },
{ "type": "Feature", "properties": { "name": "São Miguel", "population": 12838.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.36667, -5.46667 ] } },
{ "type": "Feature", "properties": { "name": "São Mateus do Maranhão", "population": 28233.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.475, -4.04167 ] } },
{ "type": "Feature", "properties": { "name": "São Luís do Quitunde", "population": 20563.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.56111, -9.31833 ] } },
{ "type": "Feature", "properties": { "name": "São Luís", "population": 917237.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.30278, -2.52972 ] } },
{ "type": "Feature", "properties": { "name": "São Lourenço da Mata", "population": 88416.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.01833, -8.00222 ] } },
{ "type": "Feature", "properties": { "name": "São José do Egito", "population": 18218.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.27444, -7.47889 ] } },
{ "type": "Feature", "properties": { "name": "São José do Campestre", "population": 10254.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.71389, -6.31556 ] } },
{ "type": "Feature", "properties": { "name": "São José do Belmonte", "population": 14211.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.75972, -7.86139 ] } },
{ "type": "Feature", "properties": { "name": "São José de Ribamar", "population": 27777.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.05417, -2.56194 ] } },
{ "type": "Feature", "properties": { "name": "São José de Piranhas", "population": 7628.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.50194, -7.12056 ] } },
{ "type": "Feature", "properties": { "name": "São José de Mipibu", "population": 15298.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.23778, -6.07472 ] } },
{ "type": "Feature", "properties": { "name": "São José da Tapera", "population": 12391.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.38111, -9.55833 ] } },
{ "type": "Feature", "properties": { "name": "São José da Laje", "population": 12810.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.05833, -9.00972 ] } },
{ "type": "Feature", "properties": { "name": "São José da Coroa Grande", "population": 11512.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.14778, -8.89778 ] } },
{ "type": "Feature", "properties": { "name": "São Joaquim do Monte", "population": 13520.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.80444, -8.4325 ] } },
{ "type": "Feature", "properties": { "name": "São João dos Patos", "population": 19538.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.70222, -6.495 ] } },
{ "type": "Feature", "properties": { "name": "São João do Piauí", "population": 12688.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.24667, -8.35806 ] } },
{ "type": "Feature", "properties": { "name": "São João de Pirabas", "population": 10065.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.17722, -0.77472 ] } },
{ "type": "Feature", "properties": { "name": "São João", "population": 6926.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.36667, -8.87556 ] } },
{ "type": "Feature", "properties": { "name": "São Gonçalo do Amarante", "population": 10381.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.32944, -5.79333 ] } },
{ "type": "Feature", "properties": { "name": "São Gonçalo do Amarante", "population": 23583.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.96833, -3.60722 ] } },
{ "type": "Feature", "properties": { "name": "São Geraldo do Araguaia", "population": 12925.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.555, -6.40056 ] } },
{ "type": "Feature", "properties": { "name": "São Félix do Xingu", "population": 16477.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.995, -6.64472 ] } },
{ "type": "Feature", "properties": { "name": "São Domingos do Maranhão", "population": 18275.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.38528, -5.57583 ] } },
{ "type": "Feature", "properties": { "name": "São Caetano de Odivelas", "population": 8862.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.02, -0.75 ] } },
{ "type": "Feature", "properties": { "name": "São Bernardo", "population": 11171.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.41778, -3.36139 ] } },
{ "type": "Feature", "properties": { "name": "São Bento", "population": 24749.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.75, -6.28333 ] } },
{ "type": "Feature", "properties": { "name": "São Bento", "population": 17245.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.82139, -2.69583 ] } },
{ "type": "Feature", "properties": { "name": "São Benedito do Rio Preto", "population": 12079.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.52833, -3.33361 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio do Tauá", "population": 8921.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.12944, -1.15194 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio", "population": 12529.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.47889, -6.31056 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rita", "population": 119893.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.97806, -7.11389 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rita", "population": 13224.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.85999, -3.86358 ] } },
{ "type": "Feature", "properties": { "name": "Santarém", "population": 189047.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.70833, -2.44306 ] } },
{ "type": "Feature", "properties": { "name": "Santa Quitéria do Maranhão", "population": 17174.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.54667, -3.51556 ] } },
{ "type": "Feature", "properties": { "name": "Santa Quitéria", "population": 24391.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.15667, -4.33194 ] } },
{ "type": "Feature", "properties": { "name": "Santana do Mundaú", "population": 6439.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.22222, -9.16806 ] } },
{ "type": "Feature", "properties": { "name": "Santana do Matos", "population": 8050.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.65556, -5.9575 ] } },
{ "type": "Feature", "properties": { "name": "Santana do Ipanema", "population": 26146.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.24528, -9.37833 ] } },
{ "type": "Feature", "properties": { "name": "Santana do Acaraú", "population": 14707.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.21222, -3.46056 ] } },
{ "type": "Feature", "properties": { "name": "Santa Maria do Pará", "population": 12915.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.57556, -1.35028 ] } },
{ "type": "Feature", "properties": { "name": "Santa Maria da Boa Vista", "population": 14695.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.82556, -8.80778 ] } },
{ "type": "Feature", "properties": { "name": "Santa Luzia", "population": 22909.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.21738, -7.64265 ] } },
{ "type": "Feature", "properties": { "name": "Santa Luzia", "population": 13243.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.91861, -6.87222 ] } },
{ "type": "Feature", "properties": { "name": "Santa Inês", "population": 67424.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.38, -3.66667 ] } },
{ "type": "Feature", "properties": { "name": "Santa Helena", "population": 16045.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.3, -2.23111 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz do Capibaribe", "population": 76450.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.20472, -7.9575 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz", "population": 27775.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.02278, -6.22944 ] } },
{ "type": "Feature", "properties": { "name": "Salinópolis", "population": 40998.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.35611, -0.61361 ] } },
{ "type": "Feature", "properties": { "name": "Salgueiro", "population": 42152.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.11917, -8.07417 ] } },
{ "type": "Feature", "properties": { "name": "Russas", "population": 39465.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.97583, -4.94028 ] } },
{ "type": "Feature", "properties": { "name": "Rio Tinto", "population": 11804.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.08056, -6.80306 ] } },
{ "type": "Feature", "properties": { "name": "Rio Largo", "population": 63387.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.85333, -9.47833 ] } },
{ "type": "Feature", "properties": { "name": "Rio Formoso", "population": 15518.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.16277, -8.66877 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão", "population": 29818.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.37778, -8.51444 ] } },
{ "type": "Feature", "properties": { "name": "Riachão", "population": 12427.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.61722, -7.36194 ] } },
{ "type": "Feature", "properties": { "name": "Reriutaba", "population": 12076.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.58222, -4.14167 ] } },
{ "type": "Feature", "properties": { "name": "Remígio", "population": 9659.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.78039, -6.94646 ] } },
{ "type": "Feature", "properties": { "name": "Regeneração", "population": 13608.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.68691, -6.23122 ] } },
{ "type": "Feature", "properties": { "name": "Redenção", "population": 14174.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.73056, -4.22583 ] } },
{ "type": "Feature", "properties": { "name": "Recife", "population": 1478098.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.88111, -8.05389 ] } },
{ "type": "Feature", "properties": { "name": "Raposa", "population": 11883.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.18333, -6.51667 ] } },
{ "type": "Feature", "properties": { "name": "Quixeré", "population": 11258.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.98861, -5.07417 ] } },
{ "type": "Feature", "properties": { "name": "Quixeramobim", "population": 34321.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.29278, -5.19917 ] } },
{ "type": "Feature", "properties": { "name": "Quixadá", "population": 49328.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.01528, -4.97139 ] } },
{ "type": "Feature", "properties": { "name": "Quipapá", "population": 11533.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.01167, -8.82778 ] } },
{ "type": "Feature", "properties": { "name": "Quebrangulo", "population": 6587.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.47111, -9.31889 ] } },
{ "type": "Feature", "properties": { "name": "Princesa Isabel", "population": 12616.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.99333, -7.73667 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Dutra", "population": 30330.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.49, -5.29 ] } },
{ "type": "Feature", "properties": { "name": "Prainha", "population": 6481.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.48, -1.8 ] } },
{ "type": "Feature", "properties": { "name": "Santana", "population": 83927.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.18167, -0.05833 ] } },
{ "type": "Feature", "properties": { "name": "Porto Franco", "population": 14873.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.39917, -6.33833 ] } },
{ "type": "Feature", "properties": { "name": "Porto de Moz", "population": 9912.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.23833, -1.74833 ] } },
{ "type": "Feature", "properties": { "name": "Porto da Folha", "population": 9420.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.27833, -9.91722 ] } },
{ "type": "Feature", "properties": { "name": "Porto Calvo", "population": 17346.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.39833, -9.045 ] } },
{ "type": "Feature", "properties": { "name": "Porto", "population": 6535.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.71, -3.89333 ] } },
{ "type": "Feature", "properties": { "name": "Portel", "population": 21315.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.82111, -1.93556 ] } },
{ "type": "Feature", "properties": { "name": "Pombos", "population": 15894.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.39583, -8.14139 ] } },
{ "type": "Feature", "properties": { "name": "Pombal", "population": 21751.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.80167, -6.77028 ] } },
{ "type": "Feature", "properties": { "name": "Poço Branco", "population": 7112.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.66278, -5.62278 ] } },
{ "type": "Feature", "properties": { "name": "Pocinhos", "population": 7803.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.06111, -7.07667 ] } },
{ "type": "Feature", "properties": { "name": "Poção de Pedras", "population": 12337.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.85, -4.66667 ] } },
{ "type": "Feature", "properties": { "name": "Pitimbu", "population": 7862.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.80861, -7.47056 ] } },
{ "type": "Feature", "properties": { "name": "Pirpirituba", "population": 8355.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.49861, -6.78 ] } },
{ "type": "Feature", "properties": { "name": "Piripiri", "population": 44864.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.77694, -4.27333 ] } },
{ "type": "Feature", "properties": { "name": "Pirapemas", "population": 6439.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.22333, -3.72667 ] } },
{ "type": "Feature", "properties": { "name": "Piracuruca", "population": 18852.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.70917, -3.92806 ] } },
{ "type": "Feature", "properties": { "name": "Pio XII", "population": 14773.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.1525, -3.8325 ] } },
{ "type": "Feature", "properties": { "name": "Pinheiro", "population": 38893.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.0825, -2.52139 ] } },
{ "type": "Feature", "properties": { "name": "Pindaré Mirim", "population": 22933.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.34333, -3.60833 ] } },
{ "type": "Feature", "properties": { "name": "Pilar", "population": 30617.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.95667, -9.59722 ] } },
{ "type": "Feature", "properties": { "name": "Pilar", "population": 7588.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.26, -7.26722 ] } },
{ "type": "Feature", "properties": { "name": "Picuí", "population": 10779.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.34694, -6.51056 ] } },
{ "type": "Feature", "properties": { "name": "Picos", "population": 57495.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.46694, -7.07694 ] } },
{ "type": "Feature", "properties": { "name": "Piancó", "population": 10481.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.92917, -7.19806 ] } },
{ "type": "Feature", "properties": { "name": "Petrolina", "population": 194650.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.50083, -9.39861 ] } },
{ "type": "Feature", "properties": { "name": "Jatobá", "population": 20575.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.26889, -9.18306 ] } },
{ "type": "Feature", "properties": { "name": "Pesqueira", "population": 41896.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.69639, -8.35778 ] } },
{ "type": "Feature", "properties": { "name": "Pentecoste", "population": 19680.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.27028, -3.79278 ] } },
{ "type": "Feature", "properties": { "name": "Pendências", "population": 9363.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.72222, -5.26 ] } },
{ "type": "Feature", "properties": { "name": "Penalva", "population": 17186.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.17361, -3.29417 ] } },
{ "type": "Feature", "properties": { "name": "Pedro Velho", "population": 6366.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.22139, -6.43917 ] } },
{ "type": "Feature", "properties": { "name": "Pedro II", "population": 22038.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.45861, -4.42472 ] } },
{ "type": "Feature", "properties": { "name": "Pedras de Fogo", "population": 13894.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.11639, -7.40194 ] } },
{ "type": "Feature", "properties": { "name": "Pedra Branca", "population": 20072.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.71722, -5.45417 ] } },
{ "type": "Feature", "properties": { "name": "Pedra", "population": 11196.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.94083, -8.49694 ] } },
{ "type": "Feature", "properties": { "name": "Paulo Ramos", "population": 8888.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.18333, -4.21667 ] } },
{ "type": "Feature", "properties": { "name": "Paulo Afonso", "population": 85350.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.21472, -9.40611 ] } },
{ "type": "Feature", "properties": { "name": "Paulista", "population": 289971.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.87306, -7.94083 ] } },
{ "type": "Feature", "properties": { "name": "Patu", "population": 8841.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.63667, -6.11 ] } },
{ "type": "Feature", "properties": { "name": "Patos", "population": 92575.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.28, -7.02444 ] } },
{ "type": "Feature", "properties": { "name": "Pastos Bons", "population": 10468.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.07667, -6.60167 ] } },
{ "type": "Feature", "properties": { "name": "Passira", "population": 12664.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.58056, -7.995 ] } },
{ "type": "Feature", "properties": { "name": "Passagem Franca", "population": 7376.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.78361, -6.17972 ] } },
{ "type": "Feature", "properties": { "name": "Parnarama", "population": 12201.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.09333, -5.68167 ] } },
{ "type": "Feature", "properties": { "name": "Parnamirim", "population": 7928.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.57833, -8.09056 ] } },
{ "type": "Feature", "properties": { "name": "Parnamirim", "population": 150343.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.26278, -5.91556 ] } },
{ "type": "Feature", "properties": { "name": "Parnaíba", "population": 138008.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.77667, -2.90472 ] } },
{ "type": "Feature", "properties": { "name": "Parintins", "population": 64428.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.73583, -2.62833 ] } },
{ "type": "Feature", "properties": { "name": "Parelhas", "population": 16377.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.6575, -6.68778 ] } },
{ "type": "Feature", "properties": { "name": "Parambu", "population": 14656.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.69444, -6.21111 ] } },
{ "type": "Feature", "properties": { "name": "Paraipaba", "population": 18423.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.14833, -3.43944 ] } },
{ "type": "Feature", "properties": { "name": "Paraibano", "population": 12363.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.98361, -6.43306 ] } },
{ "type": "Feature", "properties": { "name": "Paragominas", "population": 69613.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.48333, -2.96667 ] } },
{ "type": "Feature", "properties": { "name": "Paracuru", "population": 21196.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.03056, -3.41 ] } },
{ "type": "Feature", "properties": { "name": "Pão de Açúcar", "population": 11497.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.43667, -9.74833 ] } },
{ "type": "Feature", "properties": { "name": "Palmares", "population": 41679.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.59167, -8.68333 ] } },
{ "type": "Feature", "properties": { "name": "Pacatuba", "population": 55291.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.62028, -3.98417 ] } },
{ "type": "Feature", "properties": { "name": "Pacajus", "population": 41558.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.46056, -4.1725 ] } },
{ "type": "Feature", "properties": { "name": "Ouricuri", "population": 29317.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.08167, -7.8825 ] } },
{ "type": "Feature", "properties": { "name": "Ourém", "population": 8145.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.11444, -1.55194 ] } },
{ "type": "Feature", "properties": { "name": "Orós", "population": 16328.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.91361, -6.24444 ] } },
{ "type": "Feature", "properties": { "name": "Orobó", "population": 5884.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.60222, -7.745 ] } },
{ "type": "Feature", "properties": { "name": "Oriximiná", "population": 35581.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.86611, -1.76556 ] } },
{ "type": "Feature", "properties": { "name": "Olinda", "population": 366754.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.85528, -8.00889 ] } },
{ "type": "Feature", "properties": { "name": "Oeiras do Pará", "population": 10162.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.85444, -2.00306 ] } },
{ "type": "Feature", "properties": { "name": "Oeiras", "population": 21071.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.13111, -7.02528 ] } },
{ "type": "Feature", "properties": { "name": "Ocara", "population": 6793.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.59667, -4.49083 ] } },
{ "type": "Feature", "properties": { "name": "Ábidos", "population": 24970.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.51806, -1.9175 ] } },
{ "type": "Feature", "properties": { "name": "Novo Oriente", "population": 14529.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.77417, -5.53444 ] } },
{ "type": "Feature", "properties": { "name": "Novo Lino", "population": 5538.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.64667, -8.915 ] } },
{ "type": "Feature", "properties": { "name": "Nova Russas", "population": 21986.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.56306, -4.70667 ] } },
{ "type": "Feature", "properties": { "name": "Nova Olinda do Norte", "population": 12343.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.09542, -3.89174 ] } },
{ "type": "Feature", "properties": { "name": "Nova Floresta", "population": 8623.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.20333, -6.45528 ] } },
{ "type": "Feature", "properties": { "name": "Nova Cruz", "population": 23166.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.43389, -6.47806 ] } },
{ "type": "Feature", "properties": { "name": "Nísia Floresta", "population": 10115.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.20861, -6.09111 ] } },
{ "type": "Feature", "properties": { "name": "Nhamundá", "population": 7772.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.71306, -2.18611 ] } },
{ "type": "Feature", "properties": { "name": "Nazaré da Mata", "population": 26485.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.22778, -7.74167 ] } },
{ "type": "Feature", "properties": { "name": "Natal", "population": 763043.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.20944, -5.795 ] } },
{ "type": "Feature", "properties": { "name": "Murici", "population": 20419.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.94333, -9.30667 ] } },
{ "type": "Feature", "properties": { "name": "Muaná", "population": 7464.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.21667, -1.52833 ] } },
{ "type": "Feature", "properties": { "name": "Moreno", "population": 45237.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.09222, -8.11861 ] } },
{ "type": "Feature", "properties": { "name": "Morada Nova", "population": 37389.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.3725, -5.10667 ] } },
{ "type": "Feature", "properties": { "name": "Monteiro", "population": 17726.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.12, -7.88944 ] } },
{ "type": "Feature", "properties": { "name": "Monte Alegre", "population": 6643.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.30139, -5.88972 ] } },
{ "type": "Feature", "properties": { "name": "Monte Alegre", "population": 22840.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.08102, -2.00082 ] } },
{ "type": "Feature", "properties": { "name": "Montanhas", "population": 8442.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.2875, -6.48583 ] } },
{ "type": "Feature", "properties": { "name": "Monção", "population": 11050.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.25111, -3.49167 ] } },
{ "type": "Feature", "properties": { "name": "Mombaça", "population": 17065.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.6275, -5.74306 ] } },
{ "type": "Feature", "properties": { "name": "Moju", "population": 21510.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.76889, -1.88389 ] } },
{ "type": "Feature", "properties": { "name": "Mossoró", "population": 202005.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.34417, -5.1875 ] } },
{ "type": "Feature", "properties": { "name": "Mocajuba", "population": 16567.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.50722, -2.58417 ] } },
{ "type": "Feature", "properties": { "name": "Missão Velha", "population": 13106.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.14306, -7.24972 ] } },
{ "type": "Feature", "properties": { "name": "Mirador", "population": 6955.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.36306, -6.37083 ] } },
{ "type": "Feature", "properties": { "name": "Milagres", "population": 12588.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.94556, -7.31333 ] } },
{ "type": "Feature", "properties": { "name": "Miguel Alves", "population": 10438.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.89528, -4.16556 ] } },
{ "type": "Feature", "properties": { "name": "Messias", "population": 12375.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.84167, -9.38333 ] } },
{ "type": "Feature", "properties": { "name": "Mazagão", "population": 6500.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.28944, -0.115 ] } },
{ "type": "Feature", "properties": { "name": "Maués", "population": 22475.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.71861, -3.38361 ] } },
{ "type": "Feature", "properties": { "name": "Matriz de Camaragibe", "population": 18705.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.53333, -9.15167 ] } },
{ "type": "Feature", "properties": { "name": "Matinha", "population": 6851.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.03361, -3.10056 ] } },
{ "type": "Feature", "properties": { "name": "Maribondo", "population": 10475.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.30528, -9.57722 ] } },
{ "type": "Feature", "properties": { "name": "Mari", "population": 17535.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.31944, -7.06 ] } },
{ "type": "Feature", "properties": { "name": "Marechal Deodoro", "population": 50571.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.895, -9.71028 ] } },
{ "type": "Feature", "properties": { "name": "Marco", "population": 14501.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.14667, -3.12389 ] } },
{ "type": "Feature", "properties": { "name": "Marapanim", "population": 10236.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.69972, -0.7175 ] } },
{ "type": "Feature", "properties": { "name": "Maraial", "population": 14203.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.80889, -8.7825 ] } },
{ "type": "Feature", "properties": { "name": "Maragogi", "population": 16066.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.2225, -9.01222 ] } },
{ "type": "Feature", "properties": { "name": "Maracanaú", "population": 193529.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.62556, -3.87667 ] } },
{ "type": "Feature", "properties": { "name": "Maracanã", "population": 12682.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.45371, -0.76614 ] } },
{ "type": "Feature", "properties": { "name": "Maracaçumé", "population": 14164.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.95917, -2.04278 ] } },
{ "type": "Feature", "properties": { "name": "Marabá", "population": 145860.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.11778, -5.36861 ] } },
{ "type": "Feature", "properties": { "name": "Mamanguape", "population": 27606.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.12611, -6.83861 ] } },
{ "type": "Feature", "properties": { "name": "Jacaraú", "population": 7035.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.29278, -6.61222 ] } },
{ "type": "Feature", "properties": { "name": "Major Isidoro", "population": 8507.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.985, -9.53222 ] } },
{ "type": "Feature", "properties": { "name": "Maceió", "population": 954991.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.73528, -9.66583 ] } },
{ "type": "Feature", "properties": { "name": "Macau", "population": 18070.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.63444, -5.115 ] } },
{ "type": "Feature", "properties": { "name": "Macaparana", "population": 14362.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.45306, -7.55472 ] } },
{ "type": "Feature", "properties": { "name": "Macapá", "population": 338936.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.06639, 0.03889 ] } },
{ "type": "Feature", "properties": { "name": "Macaíba", "population": 40015.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.35389, -5.85833 ] } },
{ "type": "Feature", "properties": { "name": "Luzilândia", "population": 12999.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.37028, -3.45778 ] } },
{ "type": "Feature", "properties": { "name": "Luís Correia", "population": 11479.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.66694, -2.87917 ] } },
{ "type": "Feature", "properties": { "name": "Limoeiro do Norte", "population": 29449.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.09806, -5.14556 ] } },
{ "type": "Feature", "properties": { "name": "Limoeiro", "population": 42328.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.45028, -7.87472 ] } },
{ "type": "Feature", "properties": { "name": "Lavras da Mangabeira", "population": 17221.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.96444, -6.75333 ] } },
{ "type": "Feature", "properties": { "name": "Lajedo", "population": 25261.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.32, -8.66361 ] } },
{ "type": "Feature", "properties": { "name": "Lago da Pedra", "population": 25996.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.23824, -4.28674 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa Seca", "population": 8103.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.85361, -7.17083 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa Nova", "population": 5984.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.48333, -6.1 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa do Itaenga", "population": 17719.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.29028, -7.93611 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa da Canoa", "population": 13422.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.73778, -9.82972 ] } },
{ "type": "Feature", "properties": { "name": "Juruti", "population": 13333.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.09222, -2.15222 ] } },
{ "type": "Feature", "properties": { "name": "Juripiranga", "population": 8320.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.23806, -7.37333 ] } },
{ "type": "Feature", "properties": { "name": "Junqueiro", "population": 7740.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.47583, -9.92528 ] } },
{ "type": "Feature", "properties": { "name": "Jucurutu", "population": 11535.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.02028, -6.03389 ] } },
{ "type": "Feature", "properties": { "name": "Jucás", "population": 14821.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.5275, -6.52528 ] } },
{ "type": "Feature", "properties": { "name": "Juazeiro do Norte", "population": 225230.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.31528, -7.21306 ] } },
{ "type": "Feature", "properties": { "name": "Juàzeirinho", "population": 8846.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.05, -6.81667 ] } },
{ "type": "Feature", "properties": { "name": "José de Freitas", "population": 21432.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.57556, -4.75639 ] } },
{ "type": "Feature", "properties": { "name": "Joaquim Nabuco", "population": 9965.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.53333, -8.62444 ] } },
{ "type": "Feature", "properties": { "name": "João Pessoa", "population": 650883.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.86306, -7.115 ] } },
{ "type": "Feature", "properties": { "name": "João Câmara", "population": 19885.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.81972, -5.5375 ] } },
{ "type": "Feature", "properties": { "name": "João Alfredo", "population": 11334.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.58833, -7.85583 ] } },
{ "type": "Feature", "properties": { "name": "Girau do Ponciano", "population": 9606.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.82889, -9.88417 ] } },
{ "type": "Feature", "properties": { "name": "Jardim do Seridó", "population": 9520.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.77444, -6.58444 ] } },
{ "type": "Feature", "properties": { "name": "Jardim de Piranhas", "population": 10935.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.35194, -6.37861 ] } },
{ "type": "Feature", "properties": { "name": "Jardim", "population": 7189.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.05667, -3.46444 ] } },
{ "type": "Feature", "properties": { "name": "Jaicós", "population": 7107.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.13778, -7.35917 ] } },
{ "type": "Feature", "properties": { "name": "Jaguaruana", "population": 21790.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.78111, -4.83389 ] } },
{ "type": "Feature", "properties": { "name": "Jaguaribe", "population": 23065.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.62194, -5.89056 ] } },
{ "type": "Feature", "properties": { "name": "Jaboatão", "population": 702621.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.00139, -8.18028 ] } },
{ "type": "Feature", "properties": { "name": "Itupiranga", "population": 21301.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.32667, -5.13472 ] } },
{ "type": "Feature", "properties": { "name": "Itaueira", "population": 5146.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.02556, -7.60333 ] } },
{ "type": "Feature", "properties": { "name": "Itaquitinga", "population": 11128.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.10167, -7.66778 ] } },
{ "type": "Feature", "properties": { "name": "Itacoatiara", "population": 64937.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.44417, -3.14306 ] } },
{ "type": "Feature", "properties": { "name": "Itaporanga", "population": 15890.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.15028, -7.30444 ] } },
{ "type": "Feature", "properties": { "name": "Itapissuma", "population": 16673.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.89222, -7.77639 ] } },
{ "type": "Feature", "properties": { "name": "Itapipoca", "population": 55784.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.57861, -3.49444 ] } },
{ "type": "Feature", "properties": { "name": "Itapecuru Mirim", "population": 34943.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.35861, -3.3925 ] } },
{ "type": "Feature", "properties": { "name": "Itapagé", "population": 32043.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.58611, -3.68667 ] } },
{ "type": "Feature", "properties": { "name": "Itamaracá", "population": 14969.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.82556, -7.74778 ] } },
{ "type": "Feature", "properties": { "name": "Itaituba", "population": 64756.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.98361, -4.27611 ] } },
{ "type": "Feature", "properties": { "name": "Itaitinga", "population": 30938.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.52806, -3.96944 ] } },
{ "type": "Feature", "properties": { "name": "Itaíba", "population": 13864.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.42278, -8.9475 ] } },
{ "type": "Feature", "properties": { "name": "Itabaiana", "population": 19100.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.3325, -7.32861 ] } },
{ "type": "Feature", "properties": { "name": "Irituia", "population": 5602.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.43806, -1.77111 ] } },
{ "type": "Feature", "properties": { "name": "Irauçuba", "population": 13281.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.78333, -3.74611 ] } },
{ "type": "Feature", "properties": { "name": "Ipueiras", "population": 17111.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.45, -7.03333 ] } },
{ "type": "Feature", "properties": { "name": "Ipubi", "population": 16424.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.14889, -7.65194 ] } },
{ "type": "Feature", "properties": { "name": "Ipu", "population": 26678.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.71083, -4.32222 ] } },
{ "type": "Feature", "properties": { "name": "Ipojuca", "population": 53364.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.06389, -8.39889 ] } },
{ "type": "Feature", "properties": { "name": "Inhuma", "population": 7056.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.70778, -6.66833 ] } },
{ "type": "Feature", "properties": { "name": "Inhapi", "population": 7550.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.74861, -9.22139 ] } },
{ "type": "Feature", "properties": { "name": "Ingá", "population": 8751.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.60444, -7.28083 ] } },
{ "type": "Feature", "properties": { "name": "Independência", "population": 11113.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.30861, -5.39639 ] } },
{ "type": "Feature", "properties": { "name": "Imperatriz", "population": 218106.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.49167, -5.52639 ] } },
{ "type": "Feature", "properties": { "name": "Iguatu", "population": 70380.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.29861, -6.35944 ] } },
{ "type": "Feature", "properties": { "name": "Igarapé Miri", "population": 26837.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.95972, -1.975 ] } },
{ "type": "Feature", "properties": { "name": "Igarapé Açu", "population": 24136.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.62, -1.12889 ] } },
{ "type": "Feature", "properties": { "name": "Igarassu", "population": 86457.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.90639, -7.83417 ] } },
{ "type": "Feature", "properties": { "name": "Igaci", "population": 6480.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.63361, -9.53694 ] } },
{ "type": "Feature", "properties": { "name": "Icó", "population": 28323.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.86222, -6.40111 ] } },
{ "type": "Feature", "properties": { "name": "Ibimirim", "population": 12272.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.69028, -8.54056 ] } },
{ "type": "Feature", "properties": { "name": "Ibiapina", "population": 9205.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.88944, -3.92333 ] } },
{ "type": "Feature", "properties": { "name": "Ibateguara", "population": 8755.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.93944, -8.9725 ] } },
{ "type": "Feature", "properties": { "name": "Humberto de Campos", "population": 5208.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.46111, -2.59833 ] } },
{ "type": "Feature", "properties": { "name": "Horizonte", "population": 51171.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.48333, -4.1 ] } },
{ "type": "Feature", "properties": { "name": "Hidrolândia", "population": 10299.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.43778, -4.40806 ] } },
{ "type": "Feature", "properties": { "name": "Gurupá", "population": 6461.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.64, -1.405 ] } },
{ "type": "Feature", "properties": { "name": "Gurinhém", "population": 5618.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.42444, -7.12389 ] } },
{ "type": "Feature", "properties": { "name": "Guaraciaba do Norte", "population": 18186.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.7475, -4.16694 ] } },
{ "type": "Feature", "properties": { "name": "Guarabira", "population": 43749.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.49, -6.85472 ] } },
{ "type": "Feature", "properties": { "name": "Guajará", "population": 9774.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.66667, -2.96667 ] } },
{ "type": "Feature", "properties": { "name": "Guaiúba", "population": 21820.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.63722, -4.03972 ] } },
{ "type": "Feature", "properties": { "name": "Guabiraba", "population": 9285.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.66667, -8.41667 ] } },
{ "type": "Feature", "properties": { "name": "Gravatá", "population": 61249.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.56472, -8.20111 ] } },
{ "type": "Feature", "properties": { "name": "Granja", "population": 25879.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.82611, -3.12028 ] } },
{ "type": "Feature", "properties": { "name": "Grajaú", "population": 30217.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.13861, -5.81944 ] } },
{ "type": "Feature", "properties": { "name": "Governador Dix Sept Rosado", "population": 6626.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.52083, -5.45889 ] } },
{ "type": "Feature", "properties": { "name": "Goianinha", "population": 13433.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.2125, -6.26472 ] } },
{ "type": "Feature", "properties": { "name": "Goiana", "population": 43980.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.0025, -7.56056 ] } },
{ "type": "Feature", "properties": { "name": "Glória do Goitá", "population": 17374.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.29278, -8.00167 ] } },
{ "type": "Feature", "properties": { "name": "Garanhuns", "population": 110085.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.50216, -8.88202 ] } },
{ "type": "Feature", "properties": { "name": "Gameleira", "population": 19423.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.38667, -8.58444 ] } },
{ "type": "Feature", "properties": { "name": "Fortuna", "population": 9755.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.15833, -5.73333 ] } },
{ "type": "Feature", "properties": { "name": "Fortaleza", "population": 2400000.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.54306, -3.71722 ] } },
{ "type": "Feature", "properties": { "name": "Forquilha", "population": 13409.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.26056, -3.79833 ] } },
{ "type": "Feature", "properties": { "name": "Floriano", "population": 48587.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.0225, -6.76694 ] } },
{ "type": "Feature", "properties": { "name": "Floresta", "population": 18100.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.56861, -8.60111 ] } },
{ "type": "Feature", "properties": { "name": "Flores", "population": 11692.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.97472, -7.86806 ] } },
{ "type": "Feature", "properties": { "name": "Flexeiras", "population": 7782.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.78083, -9.1975 ] } },
{ "type": "Feature", "properties": { "name": "Feira Nova", "population": 12984.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.38917, -7.95083 ] } },
{ "type": "Feature", "properties": { "name": "Farias Brito", "population": 11288.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.56556, -6.93056 ] } },
{ "type": "Feature", "properties": { "name": "Fagundes", "population": 5137.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.775, -7.355 ] } },
{ "type": "Feature", "properties": { "name": "Exu", "population": 10875.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.72417, -7.51194 ] } },
{ "type": "Feature", "properties": { "name": "Eusébio", "population": 37289.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.45056, -3.89 ] } },
{ "type": "Feature", "properties": { "name": "Extremoz", "population": 17991.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.30722, -5.70556 ] } },
{ "type": "Feature", "properties": { "name": "Estreito", "population": 17647.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.25, -5.78333 ] } },
{ "type": "Feature", "properties": { "name": "Esperantinópolis", "population": 13166.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.70833, -4.86667 ] } },
{ "type": "Feature", "properties": { "name": "Esperantina", "population": 21044.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.23361, -3.90167 ] } },
{ "type": "Feature", "properties": { "name": "Esperança", "population": 18817.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.85722, -7.03306 ] } },
{ "type": "Feature", "properties": { "name": "Escada", "population": 48083.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.22361, -8.35917 ] } },
{ "type": "Feature", "properties": { "name": "Elesbão Veloso", "population": 10430.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.14028, -6.20194 ] } },
{ "type": "Feature", "properties": { "name": "Dom Pedro", "population": 15570.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.43857, -5.03749 ] } },
{ "type": "Feature", "properties": { "name": "Desterro", "population": 5374.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.09389, -7.29056 ] } },
{ "type": "Feature", "properties": { "name": "Demerval Lobão", "population": 15265.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.67639, -5.35833 ] } },
{ "type": "Feature", "properties": { "name": "Delmiro Gouveia", "population": 35259.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.99917, -9.38861 ] } },
{ "type": "Feature", "properties": { "name": "Custódia", "population": 18107.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.64306, -8.0875 ] } },
{ "type": "Feature", "properties": { "name": "Cururupu", "population": 22007.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.86833, -1.82833 ] } },
{ "type": "Feature", "properties": { "name": "Curuçá", "population": 10843.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.84806, -0.72889 ] } },
{ "type": "Feature", "properties": { "name": "Currais Novos", "population": 35560.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.51778, -6.26083 ] } },
{ "type": "Feature", "properties": { "name": "Curaçá", "population": 11858.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.90944, -8.99028 ] } },
{ "type": "Feature", "properties": { "name": "Cupira", "population": 19096.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.95, -8.61667 ] } },
{ "type": "Feature", "properties": { "name": "Cumaru", "population": 6861.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.69722, -8.00611 ] } },
{ "type": "Feature", "properties": { "name": "Cuité", "population": 11391.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.15361, -6.48361 ] } },
{ "type": "Feature", "properties": { "name": "Cruz do Espírito Santo", "population": 5812.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.08639, -7.14 ] } },
{ "type": "Feature", "properties": { "name": "Cruz", "population": 8723.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.17167, -2.91778 ] } },
{ "type": "Feature", "properties": { "name": "Crato", "population": 88786.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.40944, -7.23417 ] } },
{ "type": "Feature", "properties": { "name": "Crateús", "population": 52933.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.6775, -5.17833 ] } },
{ "type": "Feature", "properties": { "name": "Coroatá", "population": 34129.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.12417, -4.13 ] } },
{ "type": "Feature", "properties": { "name": "Coremas", "population": 11897.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.94583, -7.01444 ] } },
{ "type": "Feature", "properties": { "name": "Coreaú", "population": 12383.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.65667, -3.53333 ] } },
{ "type": "Feature", "properties": { "name": "Condado", "population": 19585.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.10583, -7.58583 ] } },
{ "type": "Feature", "properties": { "name": "Conceição do Araguaia", "population": 27115.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.26472, -8.25778 ] } },
{ "type": "Feature", "properties": { "name": "Colônia Leopoldina", "population": 11913.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.725, -8.90889 ] } },
{ "type": "Feature", "properties": { "name": "Colinas", "population": 25158.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.24917, -6.02583 ] } },
{ "type": "Feature", "properties": { "name": "Coelho Neto", "population": 36184.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.01278, -4.25667 ] } },
{ "type": "Feature", "properties": { "name": "Codó", "population": 83288.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.88556, -4.45528 ] } },
{ "type": "Feature", "properties": { "name": "Cocal", "population": 12097.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.5575, -3.47194 ] } },
{ "type": "Feature", "properties": { "name": "Chorozinho", "population": 9754.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.49778, -4.30028 ] } },
{ "type": "Feature", "properties": { "name": "Chapadinha", "population": 40804.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.36028, -3.74167 ] } },
{ "type": "Feature", "properties": { "name": "Chã Grande", "population": 17112.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.46167, -8.23833 ] } },
{ "type": "Feature", "properties": { "name": "Cedro", "population": 14644.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.06222, -6.60667 ] } },
{ "type": "Feature", "properties": { "name": "Ceará Mirim", "population": 32667.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.42556, -5.63444 ] } },
{ "type": "Feature", "properties": { "name": "Caxias", "population": 148072.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.35611, -4.85889 ] } },
{ "type": "Feature", "properties": { "name": "Caucaia", "population": 275019.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.65306, -3.73611 ] } },
{ "type": "Feature", "properties": { "name": "Catolé do Rocha", "population": 19812.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.74667, -6.34389 ] } },
{ "type": "Feature", "properties": { "name": "Catende", "population": 23322.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.71667, -8.66667 ] } },
{ "type": "Feature", "properties": { "name": "Castelo do Piauí", "population": 8589.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.5525, -5.32222 ] } },
{ "type": "Feature", "properties": { "name": "Castanhal", "population": 137406.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.92639, -1.29389 ] } },
{ "type": "Feature", "properties": { "name": "Cascavel", "population": 52357.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.24194, -4.13306 ] } },
{ "type": "Feature", "properties": { "name": "Carutapera", "population": 12819.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.02, -1.195 ] } },
{ "type": "Feature", "properties": { "name": "Caruaru", "population": 235371.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.97611, -8.28333 ] } },
{ "type": "Feature", "properties": { "name": "Carpina", "population": 70689.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.25472, -7.85083 ] } },
{ "type": "Feature", "properties": { "name": "Carolina", "population": 16228.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.46218, -7.33561 ] } },
{ "type": "Feature", "properties": { "name": "Carnaíba", "population": 6019.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.66667, -8.7 ] } },
{ "type": "Feature", "properties": { "name": "Caririaçu", "population": 12971.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.28361, -7.04222 ] } },
{ "type": "Feature", "properties": { "name": "Cariré", "population": 5488.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.47333, -3.95056 ] } },
{ "type": "Feature", "properties": { "name": "Careiro da Várzea", "population": 6659.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.82674, -3.19695 ] } },
{ "type": "Feature", "properties": { "name": "Caraúbas", "population": 12462.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.55667, -5.7925 ] } },
{ "type": "Feature", "properties": { "name": "Capitão Poço", "population": 32704.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.05944, -1.74639 ] } },
{ "type": "Feature", "properties": { "name": "Capela", "population": 12520.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.07361, -9.4075 ] } },
{ "type": "Feature", "properties": { "name": "Capanema", "population": 47766.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.18083, -1.19583 ] } },
{ "type": "Feature", "properties": { "name": "Canto do Buriti", "population": 11714.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.94444, -8.11 ] } },
{ "type": "Feature", "properties": { "name": "Cantanhede", "population": 8344.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.37667, -3.63333 ] } },
{ "type": "Feature", "properties": { "name": "Canindé de São Francisco", "population": 11052.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.78944, -9.66 ] } },
{ "type": "Feature", "properties": { "name": "Canindé", "population": 42720.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.31167, -4.35889 ] } },
{ "type": "Feature", "properties": { "name": "Canhotinho", "population": 12074.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.19111, -8.88222 ] } },
{ "type": "Feature", "properties": { "name": "Canguaretama", "population": 18873.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.12889, -6.38 ] } },
{ "type": "Feature", "properties": { "name": "Cândido Mendes", "population": 8613.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.71667, -1.44667 ] } },
{ "type": "Feature", "properties": { "name": "Campos Sales", "population": 17648.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.37611, -7.07444 ] } },
{ "type": "Feature", "properties": { "name": "Campo Maior", "population": 31739.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.16861, -4.82778 ] } },
{ "type": "Feature", "properties": { "name": "Campo Alegre", "population": 16785.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.35083, -9.78194 ] } },
{ "type": "Feature", "properties": { "name": "Campina Grande", "population": 348936.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.88111, -7.23056 ] } },
{ "type": "Feature", "properties": { "name": "Camocim de São Félix", "population": 10270.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.76194, -8.35861 ] } },
{ "type": "Feature", "properties": { "name": "Camocim", "population": 44481.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.84111, -2.90222 ] } },
{ "type": "Feature", "properties": { "name": "Cametá", "population": 45200.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.49583, -2.24444 ] } },
{ "type": "Feature", "properties": { "name": "Cajueiro", "population": 15062.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.45, -9.71667 ] } },
{ "type": "Feature", "properties": { "name": "Cajazeiras", "population": 43913.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.55528, -6.89028 ] } },
{ "type": "Feature", "properties": { "name": "Caicó", "population": 54934.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.09778, -6.45833 ] } },
{ "type": "Feature", "properties": { "name": "Caetés", "population": 5386.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.6225, -8.77306 ] } },
{ "type": "Feature", "properties": { "name": "Cacimba de Dentro", "population": 7447.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.79, -6.64167 ] } },
{ "type": "Feature", "properties": { "name": "Cachoeirinha", "population": 12905.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.23306, -8.48639 ] } },
{ "type": "Feature", "properties": { "name": "Cabrobó", "population": 16096.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.31, -8.51417 ] } },
{ "type": "Feature", "properties": { "name": "Cabo", "population": 143105.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.03333, -8.28333 ] } },
{ "type": "Feature", "properties": { "name": "Cabedelo", "population": 54839.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.83389, -6.98111 ] } },
{ "type": "Feature", "properties": { "name": "Caaporã", "population": 13769.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.90833, -7.51556 ] } },
{ "type": "Feature", "properties": { "name": "Buriti dos Lopes", "population": 9475.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.86694, -3.175 ] } },
{ "type": "Feature", "properties": { "name": "Buriti Bravo", "population": 17692.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.83361, -5.83722 ] } },
{ "type": "Feature", "properties": { "name": "Bujaru", "population": 6189.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.04472, -1.515 ] } },
{ "type": "Feature", "properties": { "name": "Buíque", "population": 20324.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.15583, -8.62306 ] } },
{ "type": "Feature", "properties": { "name": "Breves", "population": 46473.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.48028, -1.68222 ] } },
{ "type": "Feature", "properties": { "name": "Brejo Santo", "population": 27384.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.98722, -7.49333 ] } },
{ "type": "Feature", "properties": { "name": "Brejo da Madre de Deus", "population": 27369.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.37111, -8.14583 ] } },
{ "type": "Feature", "properties": { "name": "Brejo", "population": 11636.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.75028, -3.68444 ] } },
{ "type": "Feature", "properties": { "name": "Brejinho", "population": 7625.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.35667, -6.19083 ] } },
{ "type": "Feature", "properties": { "name": "Bragança", "population": 57163.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.76556, -1.05361 ] } },
{ "type": "Feature", "properties": { "name": "Borba", "population": 11918.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.58864, -4.39143 ] } },
{ "type": "Feature", "properties": { "name": "Boqueirão", "population": 11566.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.13422, -7.48237 ] } },
{ "type": "Feature", "properties": { "name": "Bonito", "population": 8865.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.72861, -8.47028 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jesus", "population": 12666.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.35861, -9.07444 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jardim", "population": 13523.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.58722, -7.79583 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jardim", "population": 12343.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.48333, -7.01667 ] } },
{ "type": "Feature", "properties": { "name": "Bom Conselho", "population": 27800.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.67972, -9.16972 ] } },
{ "type": "Feature", "properties": { "name": "Boa Viagem", "population": 24671.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.73222, -5.1275 ] } },
{ "type": "Feature", "properties": { "name": "Bezerros", "population": 51436.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.79694, -8.23333 ] } },
{ "type": "Feature", "properties": { "name": "Bequimão", "population": 5695.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.7825, -2.44889 ] } },
{ "type": "Feature", "properties": { "name": "Benevides", "population": 49794.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.24472, -1.36139 ] } },
{ "type": "Feature", "properties": { "name": "Beneditinos", "population": 5005.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.36667, -5.45 ] } },
{ "type": "Feature", "properties": { "name": "Belo Jardim", "population": 49922.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.42417, -8.33556 ] } },
{ "type": "Feature", "properties": { "name": "Belém do Brejo do Cruz", "population": 8777.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.53583, -6.18861 ] } },
{ "type": "Feature", "properties": { "name": "Belém de São Francisco", "population": 11124.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.96583, -8.75389 ] } },
{ "type": "Feature", "properties": { "name": "Belém", "population": 15550.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.53333, -6.69167 ] } },
{ "type": "Feature", "properties": { "name": "Belém", "population": 1407737.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.50444, -1.45583 ] } },
{ "type": "Feature", "properties": { "name": "Bela Cruz", "population": 12715.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.16778, -3.05056 ] } },
{ "type": "Feature", "properties": { "name": "Beberibe", "population": 37025.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.13056, -4.17972 ] } },
{ "type": "Feature", "properties": { "name": "Baturité", "population": 22417.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.88472, -4.32861 ] } },
{ "type": "Feature", "properties": { "name": "Batalha", "population": 11820.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.12472, -9.67778 ] } },
{ "type": "Feature", "properties": { "name": "Batalha", "population": 8744.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.075, -4.025 ] } },
{ "type": "Feature", "properties": { "name": "Barroquinha", "population": 12410.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.13611, -3.01889 ] } },
{ "type": "Feature", "properties": { "name": "Barro", "population": 11519.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.86667, -6.71667 ] } },
{ "type": "Feature", "properties": { "name": "Barreiros", "population": 35565.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.18639, -8.81833 ] } },
{ "type": "Feature", "properties": { "name": "Barreirinhas", "population": 17437.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.82591, -2.75556 ] } },
{ "type": "Feature", "properties": { "name": "Barreirinha", "population": 11257.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.07, -2.79333 ] } },
{ "type": "Feature", "properties": { "name": "Barras", "population": 21597.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.29444, -4.24444 ] } },
{ "type": "Feature", "properties": { "name": "Barra do Corda", "population": 48901.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.23693, -5.50308 ] } },
{ "type": "Feature", "properties": { "name": "Barra de Santo Antônio", "population": 10057.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.50722, -9.40472 ] } },
{ "type": "Feature", "properties": { "name": "Barcarena", "population": 29871.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.62583, -1.50583 ] } },
{ "type": "Feature", "properties": { "name": "Barbalha", "population": 33943.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.30417, -7.31111 ] } },
{ "type": "Feature", "properties": { "name": "Baraúna", "population": 14112.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.61667, -5.08 ] } },
{ "type": "Feature", "properties": { "name": "Bananeiras", "population": 7371.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.63333, -6.75 ] } },
{ "type": "Feature", "properties": { "name": "Balsas", "population": 68056.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.03556, -7.5325 ] } },
{ "type": "Feature", "properties": { "name": "Baião", "population": 12316.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.67167, -2.79056 ] } },
{ "type": "Feature", "properties": { "name": "Bacabal", "population": 72372.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.79167, -4.29167 ] } },
{ "type": "Feature", "properties": { "name": "Autazes", "population": 9614.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.13056, -3.57972 ] } },
{ "type": "Feature", "properties": { "name": "Aurora", "population": 10757.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.9675, -6.9425 ] } },
{ "type": "Feature", "properties": { "name": "Augusto Corrêa", "population": 16279.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.635, -1.02167 ] } },
{ "type": "Feature", "properties": { "name": "Atalaia", "population": 18908.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.02278, -9.50194 ] } },
{ "type": "Feature", "properties": { "name": "Assaré", "population": 11369.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.875, -6.87444 ] } },
{ "type": "Feature", "properties": { "name": "Aroeiras", "population": 7019.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.7075, -7.54528 ] } },
{ "type": "Feature", "properties": { "name": "Arês", "population": 7231.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.16028, -6.19444 ] } },
{ "type": "Feature", "properties": { "name": "Areia Branca", "population": 18372.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.13694, -4.95611 ] } },
{ "type": "Feature", "properties": { "name": "Areia", "population": 13824.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.69167, -6.96333 ] } },
{ "type": "Feature", "properties": { "name": "Arcoverde", "population": 57163.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.05389, -8.41889 ] } },
{ "type": "Feature", "properties": { "name": "Araruna", "population": 7667.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.74167, -6.55833 ] } },
{ "type": "Feature", "properties": { "name": "Araripina", "population": 38569.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.49833, -7.57611 ] } },
{ "type": "Feature", "properties": { "name": "Araripe", "population": 11860.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.04611, -7.2125 ] } },
{ "type": "Feature", "properties": { "name": "Arari", "population": 16777.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.78, -3.45361 ] } },
{ "type": "Feature", "properties": { "name": "Arara", "population": 7641.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.75833, -6.82833 ] } },
{ "type": "Feature", "properties": { "name": "Arapiraca", "population": 166562.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.66111, -9.7525 ] } },
{ "type": "Feature", "properties": { "name": "Araioses", "population": 8667.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.90306, -2.89 ] } },
{ "type": "Feature", "properties": { "name": "Araguaína", "population": 105019.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.20722, -7.19111 ] } },
{ "type": "Feature", "properties": { "name": "Araçoiaba", "population": 13095.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.09083, -7.79028 ] } },
{ "type": "Feature", "properties": { "name": "Aracoiaba", "population": 13425.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.81417, -4.37111 ] } },
{ "type": "Feature", "properties": { "name": "Aracati", "population": 44293.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.76972, -4.56167 ] } },
{ "type": "Feature", "properties": { "name": "Aquiraz", "population": 65116.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.39111, -3.90139 ] } },
{ "type": "Feature", "properties": { "name": "Apodi", "population": 16757.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.79889, -5.66417 ] } },
{ "type": "Feature", "properties": { "name": "Angicos", "population": 7728.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.60111, -5.66556 ] } },
{ "type": "Feature", "properties": { "name": "Ananindeua", "population": 433956.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.37222, -1.36556 ] } },
{ "type": "Feature", "properties": { "name": "Anajatuba", "population": 5627.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.61972, -3.26444 ] } },
{ "type": "Feature", "properties": { "name": "Anadia", "population": 9574.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.30417, -9.68444 ] } },
{ "type": "Feature", "properties": { "name": "Amontada", "population": 13520.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.83167, -3.36167 ] } },
{ "type": "Feature", "properties": { "name": "Amarante do Maranhão", "population": 11510.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.74222, -5.56667 ] } },
{ "type": "Feature", "properties": { "name": "Amarante", "population": 8828.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.84544, -6.24316 ] } },
{ "type": "Feature", "properties": { "name": "Amaraji", "population": 16660.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.4525, -8.38306 ] } },
{ "type": "Feature", "properties": { "name": "Altinho", "population": 11913.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.05944, -8.48972 ] } },
{ "type": "Feature", "properties": { "name": "Altamira", "population": 70888.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.20639, -3.20333 ] } },
{ "type": "Feature", "properties": { "name": "Almeirim", "population": 20464.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.58167, -1.52333 ] } },
{ "type": "Feature", "properties": { "name": "Alhandra", "population": 10788.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.91444, -7.43861 ] } },
{ "type": "Feature", "properties": { "name": "Alexandria", "population": 9769.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.01583, -6.4125 ] } },
{ "type": "Feature", "properties": { "name": "Alenquer", "population": 26290.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.73833, -1.94167 ] } },
{ "type": "Feature", "properties": { "name": "Alcântara", "population": 5655.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.41669, -2.4041 ] } },
{ "type": "Feature", "properties": { "name": "Alagoinha", "population": 7474.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.545, -6.95 ] } },
{ "type": "Feature", "properties": { "name": "Alagoa Nova", "population": 9182.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.75833, -7.07083 ] } },
{ "type": "Feature", "properties": { "name": "Alagoa Grande", "population": 16406.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.63, -7.15833 ] } },
{ "type": "Feature", "properties": { "name": "Águas Belas", "population": 22563.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.12306, -9.11139 ] } },
{ "type": "Feature", "properties": { "name": "Água Preta", "population": 16444.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.53056, -8.7075 ] } },
{ "type": "Feature", "properties": { "name": "Água Branca", "population": 5160.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.93611, -9.26083 ] } },
{ "type": "Feature", "properties": { "name": "Água Branca", "population": 13912.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.63611, -5.89222 ] } },
{ "type": "Feature", "properties": { "name": "Agrestina", "population": 14452.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.94472, -8.45806 ] } },
{ "type": "Feature", "properties": { "name": "Afuá", "population": 7031.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.38667, -0.15667 ] } },
{ "type": "Feature", "properties": { "name": "Afonso Bezerra", "population": 6947.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.50556, -5.49833 ] } },
{ "type": "Feature", "properties": { "name": "Afogados da Ingazeira", "population": 25060.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.63917, -7.75083 ] } },
{ "type": "Feature", "properties": { "name": "Açu", "population": 36125.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.90861, -5.57667 ] } },
{ "type": "Feature", "properties": { "name": "Acopiara", "population": 24561.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.4525, -6.09528 ] } },
{ "type": "Feature", "properties": { "name": "Acaraú", "population": 28389.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.12, -2.88556 ] } },
{ "type": "Feature", "properties": { "name": "Acará", "population": 12802.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.19667, -1.96083 ] } },
{ "type": "Feature", "properties": { "name": "Abreu e Lima", "population": 81959.000000 }, "geometry": { "type": "Point", "coordinates": [ -34.90278, -7.91167 ] } },
{ "type": "Feature", "properties": { "name": "Abaetetuba", "population": 78050.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.8825, -1.71806 ] } },
{ "type": "Feature", "properties": { "name": "Xique Xique", "population": 35433.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.72815, -10.82294 ] } },
{ "type": "Feature", "properties": { "name": "Chavantes", "population": 10306.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.70944, -23.03889 ] } },
{ "type": "Feature", "properties": { "name": "Xanxerê", "population": 32957.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.40417, -26.87694 ] } },
{ "type": "Feature", "properties": { "name": "Votuporanga", "population": 69863.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.97278, -20.42278 ] } },
{ "type": "Feature", "properties": { "name": "Votorantim", "population": 99390.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.43778, -23.54667 ] } },
{ "type": "Feature", "properties": { "name": "Volta Redonda", "population": 249580.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.10417, -22.52306 ] } },
{ "type": "Feature", "properties": { "name": "Vitória da Conquista", "population": 253137.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.83944, -14.86611 ] } },
{ "type": "Feature", "properties": { "name": "Vitória", "population": 312656.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.33778, -20.31944 ] } },
{ "type": "Feature", "properties": { "name": "Visconde do Rio Branco", "population": 29009.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.84056, -21.01028 ] } },
{ "type": "Feature", "properties": { "name": "Viradouro", "population": 17172.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.29694, -20.87306 ] } },
{ "type": "Feature", "properties": { "name": "Vinhedo", "population": 56492.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.97528, -23.02972 ] } },
{ "type": "Feature", "properties": { "name": "Vila Velha", "population": 394930.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.2925, -20.32972 ] } },
{ "type": "Feature", "properties": { "name": "Videira", "population": 42440.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.15167, -27.00833 ] } },
{ "type": "Feature", "properties": { "name": "Viçosa", "population": 68680.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.88194, -20.75389 ] } },
{ "type": "Feature", "properties": { "name": "Vianópolis", "population": 7807.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.51639, -16.74194 ] } },
{ "type": "Feature", "properties": { "name": "Viana", "population": 55122.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.49611, -20.39028 ] } },
{ "type": "Feature", "properties": { "name": "Viamão", "population": 285269.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.02333, -30.08111 ] } },
{ "type": "Feature", "properties": { "name": "Vespasiano", "population": 94749.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.92333, -19.69194 ] } },
{ "type": "Feature", "properties": { "name": "Veranópolis", "population": 19861.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.54944, -28.93611 ] } },
{ "type": "Feature", "properties": { "name": "Vera Cruz", "population": 30556.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.03333, -12.63333 ] } },
{ "type": "Feature", "properties": { "name": "Wenceslau Braz", "population": 15726.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.80278, -23.87389 ] } },
{ "type": "Feature", "properties": { "name": "Venâncio Aires", "population": 40627.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.19194, -29.60639 ] } },
{ "type": "Feature", "properties": { "name": "Vazante", "population": 15459.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.90778, -17.98694 ] } },
{ "type": "Feature", "properties": { "name": "Vassouras", "population": 21174.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.6625, -22.40389 ] } },
{ "type": "Feature", "properties": { "name": "Varzelândia", "population": 6397.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.0275, -15.70139 ] } },
{ "type": "Feature", "properties": { "name": "Várzea Paulista", "population": 110936.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.82833, -23.21139 ] } },
{ "type": "Feature", "properties": { "name": "Várzea Grande", "population": 249752.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.1325, -15.64667 ] } },
{ "type": "Feature", "properties": { "name": "Várzea da Palma", "population": 28706.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.73367, -17.5976 ] } },
{ "type": "Feature", "properties": { "name": "Varginha", "population": 116571.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.43028, -21.55139 ] } },
{ "type": "Feature", "properties": { "name": "Vargem Grande do Sul", "population": 36213.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.89361, -21.83222 ] } },
{ "type": "Feature", "properties": { "name": "Valparaíso", "population": 15938.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.86833, -21.22778 ] } },
{ "type": "Feature", "properties": { "name": "Valinhos", "population": 88630.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.99583, -22.97056 ] } },
{ "type": "Feature", "properties": { "name": "Valente", "population": 12588.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.46194, -11.41222 ] } },
{ "type": "Feature", "properties": { "name": "Valença", "population": 61144.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.70028, -22.24556 ] } },
{ "type": "Feature", "properties": { "name": "Valença", "population": 63231.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.07306, -13.37028 ] } },
{ "type": "Feature", "properties": { "name": "Vacaria", "population": 56765.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.93389, -28.51222 ] } },
{ "type": "Feature", "properties": { "name": "Urussanga", "population": 10669.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.32083, -28.51778 ] } },
{ "type": "Feature", "properties": { "name": "Urupês", "population": 10745.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.29, -21.20167 ] } },
{ "type": "Feature", "properties": { "name": "Uruguaiana", "population": 123480.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.08833, -29.75472 ] } },
{ "type": "Feature", "properties": { "name": "Uruçuca", "population": 24409.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.28444, -14.59306 ] } },
{ "type": "Feature", "properties": { "name": "Uruana", "population": 10258.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.6875, -15.49806 ] } },
{ "type": "Feature", "properties": { "name": "Uruaçu", "population": 30088.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.14083, -14.52472 ] } },
{ "type": "Feature", "properties": { "name": "União da Vitória", "population": 48741.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.08639, -26.23 ] } },
{ "type": "Feature", "properties": { "name": "Unaí", "population": 60202.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.90611, -16.3575 ] } },
{ "type": "Feature", "properties": { "name": "Una", "population": 22613.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.07528, -15.29333 ] } },
{ "type": "Feature", "properties": { "name": "Umuarama", "population": 89687.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.325, -23.76639 ] } },
{ "type": "Feature", "properties": { "name": "Umbaúba", "population": 12880.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.65778, -11.38333 ] } },
{ "type": "Feature", "properties": { "name": "Uberlândia", "population": 563536.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.27722, -18.91861 ] } },
{ "type": "Feature", "properties": { "name": "Uberaba", "population": 260843.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.93194, -19.74833 ] } },
{ "type": "Feature", "properties": { "name": "Ubatuba", "population": 79007.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.07111, -23.43389 ] } },
{ "type": "Feature", "properties": { "name": "Ubatã", "population": 15604.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.52278, -14.21389 ] } },
{ "type": "Feature", "properties": { "name": "Ubaitaba", "population": 28375.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.32333, -14.3125 ] } },
{ "type": "Feature", "properties": { "name": "Ubaíra", "population": 8069.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.66278, -13.26806 ] } },
{ "type": "Feature", "properties": { "name": "Ubá", "population": 97828.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.94278, -21.12 ] } },
{ "type": "Feature", "properties": { "name": "Turmalina", "population": 8795.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.73, -17.28556 ] } },
{ "type": "Feature", "properties": { "name": "Tupi Paulista", "population": 10877.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.57056, -21.38111 ] } },
{ "type": "Feature", "properties": { "name": "Tupanciretã", "population": 17488.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.83583, -29.08056 ] } },
{ "type": "Feature", "properties": { "name": "Tupaciguara", "population": 24398.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.705, -18.59222 ] } },
{ "type": "Feature", "properties": { "name": "Tupã", "population": 62035.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.51361, -21.93472 ] } },
{ "type": "Feature", "properties": { "name": "Tucano", "population": 31203.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.78667, -10.96306 ] } },
{ "type": "Feature", "properties": { "name": "Tubarão", "population": 67245.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.00694, -28.46667 ] } },
{ "type": "Feature", "properties": { "name": "Triunfo", "population": 14749.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.71806, -29.94333 ] } },
{ "type": "Feature", "properties": { "name": "Trindade", "population": 97521.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.48889, -16.64944 ] } },
{ "type": "Feature", "properties": { "name": "Três Rios", "population": 71944.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.20917, -22.11667 ] } },
{ "type": "Feature", "properties": { "name": "Três Pontas", "population": 43749.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.5125, -21.36667 ] } },
{ "type": "Feature", "properties": { "name": "Três Passos", "population": 17286.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.93194, -27.45556 ] } },
{ "type": "Feature", "properties": { "name": "Três Lagoas", "population": 78712.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.70406, -20.78741 ] } },
{ "type": "Feature", "properties": { "name": "Três de Maio", "population": 18278.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.24, -27.77333 ] } },
{ "type": "Feature", "properties": { "name": "Três Coroas", "population": 21051.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.77778, -29.51694 ] } },
{ "type": "Feature", "properties": { "name": "Três Corações", "population": 63457.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.25333, -21.69694 ] } },
{ "type": "Feature", "properties": { "name": "Três Barras", "population": 14855.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.32222, -26.10639 ] } },
{ "type": "Feature", "properties": { "name": "Tremembé", "population": 31719.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.54944, -22.95833 ] } },
{ "type": "Feature", "properties": { "name": "Tramandaí", "population": 34734.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.13361, -29.98472 ] } },
{ "type": "Feature", "properties": { "name": "Torres", "population": 32791.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.72694, -29.33528 ] } },
{ "type": "Feature", "properties": { "name": "Toledo", "population": 119313.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.74306, -24.71361 ] } },
{ "type": "Feature", "properties": { "name": "Tocantins", "population": 12875.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.01778, -21.175 ] } },
{ "type": "Feature", "properties": { "name": "Tobias Barreto", "population": 29740.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.99833, -11.18389 ] } },
{ "type": "Feature", "properties": { "name": "Timóteo", "population": 91722.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.64953, -19.58106 ] } },
{ "type": "Feature", "properties": { "name": "Timbó", "population": 33765.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.27167, -26.82333 ] } },
{ "type": "Feature", "properties": { "name": "Tijucas", "population": 22481.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.63361, -27.24139 ] } },
{ "type": "Feature", "properties": { "name": "Tietê", "population": 32061.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.71472, -23.10194 ] } },
{ "type": "Feature", "properties": { "name": "Tibagi", "population": 12644.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.41361, -24.50944 ] } },
{ "type": "Feature", "properties": { "name": "Teutônia", "population": 21834.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.80639, -29.44806 ] } },
{ "type": "Feature", "properties": { "name": "Terra Roxa", "population": 10911.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.0314, -23.85571 ] } },
{ "type": "Feature", "properties": { "name": "Terra Rica", "population": 10346.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.61694, -22.70944 ] } },
{ "type": "Feature", "properties": { "name": "Terra Nova", "population": 11169.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.66667, -12.36667 ] } },
{ "type": "Feature", "properties": { "name": "Terra Boa", "population": 12958.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.44417, -23.76806 ] } },
{ "type": "Feature", "properties": { "name": "Teresópolis", "population": 123979.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.97822, -22.4167 ] } },
{ "type": "Feature", "properties": { "name": "Terenos", "population": 6086.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.86028, -20.44222 ] } },
{ "type": "Feature", "properties": { "name": "Teófilo Otoni", "population": 101170.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.50528, -17.8575 ] } },
{ "type": "Feature", "properties": { "name": "Teodoro Sampaio", "population": 15193.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.1675, -22.5325 ] } },
{ "type": "Feature", "properties": { "name": "Telêmaco Borba", "population": 58880.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.61556, -24.32389 ] } },
{ "type": "Feature", "properties": { "name": "Taubaté", "population": 251641.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.55528, -23.02639 ] } },
{ "type": "Feature", "properties": { "name": "Tatuí", "population": 93580.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.85694, -23.35556 ] } },
{ "type": "Feature", "properties": { "name": "Tarumã", "population": 10337.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.57722, -22.74667 ] } },
{ "type": "Feature", "properties": { "name": "Taquarituba", "population": 21492.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.24444, -23.53306 ] } },
{ "type": "Feature", "properties": { "name": "Taquaritinga", "population": 50098.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.50472, -21.40611 ] } },
{ "type": "Feature", "properties": { "name": "Taquari", "population": 27107.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.86444, -29.79972 ] } },
{ "type": "Feature", "properties": { "name": "Taquara", "population": 48051.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.78056, -29.65056 ] } },
{ "type": "Feature", "properties": { "name": "Tapiramutá", "population": 16544.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.79139, -11.84722 ] } },
{ "type": "Feature", "properties": { "name": "Tapes", "population": 18570.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.39583, -30.67333 ] } },
{ "type": "Feature", "properties": { "name": "Taperoá", "population": 8095.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.09861, -13.53806 ] } },
{ "type": "Feature", "properties": { "name": "Tapejara", "population": 14064.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.01389, -28.06806 ] } },
{ "type": "Feature", "properties": { "name": "Tapejara", "population": 10726.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.87333, -23.73306 ] } },
{ "type": "Feature", "properties": { "name": "Tanhaçu", "population": 6620.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.24806, -14.02139 ] } },
{ "type": "Feature", "properties": { "name": "Tanguá", "population": 23740.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.71417, -22.73028 ] } },
{ "type": "Feature", "properties": { "name": "Tanabi", "population": 18227.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.64917, -20.62639 ] } },
{ "type": "Feature", "properties": { "name": "Tambaú", "population": 19956.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.27444, -21.705 ] } },
{ "type": "Feature", "properties": { "name": "Taiobeiras", "population": 24351.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.23306, -15.80778 ] } },
{ "type": "Feature", "properties": { "name": "Taguatinga", "population": 13711.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.43611, -12.40389 ] } },
{ "type": "Feature", "properties": { "name": "Taboão da Serra", "population": 214523.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.79167, -23.62611 ] } },
{ "type": "Feature", "properties": { "name": "Tabatinga", "population": 11616.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.6875, -21.71667 ] } },
{ "type": "Feature", "properties": { "name": "Suzano", "population": 283314.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.31083, -23.5425 ] } },
{ "type": "Feature", "properties": { "name": "Sumaré", "population": 227977.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.26694, -22.82194 ] } },
{ "type": "Feature", "properties": { "name": "Sorocaba", "population": 558862.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.45806, -23.50167 ] } },
{ "type": "Feature", "properties": { "name": "Sombrio", "population": 14864.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.61667, -29.11389 ] } },
{ "type": "Feature", "properties": { "name": "Soledade", "population": 24791.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.51028, -28.81833 ] } },
{ "type": "Feature", "properties": { "name": "Socorro", "population": 24272.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.52889, -22.59139 ] } },
{ "type": "Feature", "properties": { "name": "Sobradinho", "population": 19304.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.1, -12.83333 ] } },
{ "type": "Feature", "properties": { "name": "Siqueira Campos", "population": 13866.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.83389, -23.68889 ] } },
{ "type": "Feature", "properties": { "name": "Simão Dias", "population": 18385.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.81111, -10.73833 ] } },
{ "type": "Feature", "properties": { "name": "Silvânia", "population": 11377.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.60806, -16.65889 ] } },
{ "type": "Feature", "properties": { "name": "Silva Jardim", "population": 16888.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.39167, -22.65083 ] } },
{ "type": "Feature", "properties": { "name": "Sidrolândia", "population": 16878.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.96139, -20.93194 ] } },
{ "type": "Feature", "properties": { "name": "Siderópolis", "population": 8536.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.42444, -28.59778 ] } },
{ "type": "Feature", "properties": { "name": "Severínia", "population": 13212.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.80278, -20.80944 ] } },
{ "type": "Feature", "properties": { "name": "Sete Lagoas", "population": 201334.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.24667, -19.46583 ] } },
{ "type": "Feature", "properties": { "name": "Sertãozinho", "population": 99211.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.99028, -21.13778 ] } },
{ "type": "Feature", "properties": { "name": "Sertanópolis", "population": 13903.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.03639, -23.05861 ] } },
{ "type": "Feature", "properties": { "name": "Serro", "population": 12616.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.37944, -18.60472 ] } },
{ "type": "Feature", "properties": { "name": "Serrinha", "population": 49078.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.0075, -11.66417 ] } },
{ "type": "Feature", "properties": { "name": "Serra Negra", "population": 22632.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.70056, -22.61222 ] } },
{ "type": "Feature", "properties": { "name": "Serrana", "population": 39826.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.59556, -21.21139 ] } },
{ "type": "Feature", "properties": { "name": "Serra", "population": 394153.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.30778, -20.12861 ] } },
{ "type": "Feature", "properties": { "name": "Seropédica", "population": 54846.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.7075, -22.74389 ] } },
{ "type": "Feature", "properties": { "name": "Senhor do Bonfim", "population": 48471.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.18944, -10.46139 ] } },
{ "type": "Feature", "properties": { "name": "Sengés", "population": 14867.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.46315, -24.11335 ] } },
{ "type": "Feature", "properties": { "name": "Senador Canedo", "population": 61800.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.09306, -16.70806 ] } },
{ "type": "Feature", "properties": { "name": "Seabra", "population": 16764.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.77028, -12.41861 ] } },
{ "type": "Feature", "properties": { "name": "Schroeder", "population": 15505.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.07306, -26.4125 ] } },
{ "type": "Feature", "properties": { "name": "Saubara", "population": 15662.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.76861, -12.7375 ] } },
{ "type": "Feature", "properties": { "name": "Sarzedo", "population": 20798.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.14472, -20.03528 ] } },
{ "type": "Feature", "properties": { "name": "Sarandi", "population": 15158.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.92306, -27.94389 ] } },
{ "type": "Feature", "properties": { "name": "Sarandi", "population": 84697.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.87389, -23.44361 ] } },
{ "type": "Feature", "properties": { "name": "Saquarema", "population": 62056.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.51028, -22.92 ] } },
{ "type": "Feature", "properties": { "name": "Sapucaia", "population": 130937.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.15, -29.83333 ] } },
{ "type": "Feature", "properties": { "name": "Sapucaia", "population": 12329.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.91444, -21.995 ] } },
{ "type": "Feature", "properties": { "name": "Sapiranga", "population": 76051.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.00694, -29.63806 ] } },
{ "type": "Feature", "properties": { "name": "São Vicente", "population": 324457.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.39194, -23.96306 ] } },
{ "type": "Feature", "properties": { "name": "São Simão", "population": 12351.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.55083, -21.47917 ] } },
{ "type": "Feature", "properties": { "name": "São Sepé", "population": 19181.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.56528, -30.16056 ] } },
{ "type": "Feature", "properties": { "name": "São Sebastião do Passé", "population": 31049.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.49528, -12.5125 ] } },
{ "type": "Feature", "properties": { "name": "São Sebastião do Paraíso", "population": 68654.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.99139, -20.91694 ] } },
{ "type": "Feature", "properties": { "name": "São Sebastião do Caí", "population": 19012.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.37556, -29.58667 ] } },
{ "type": "Feature", "properties": { "name": "São Sebastião", "population": 76367.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.40972, -23.76 ] } },
{ "type": "Feature", "properties": { "name": "São Roque", "population": 50540.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.13528, -23.52917 ] } },
{ "type": "Feature", "properties": { "name": "São Pedro do Sul", "population": 12137.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.17889, -29.62056 ] } },
{ "type": "Feature", "properties": { "name": "São Pedro da Aldeia", "population": 55014.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.10278, -22.83917 ] } },
{ "type": "Feature", "properties": { "name": "São Pedro", "population": 27068.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.91389, -22.54861 ] } },
{ "type": "Feature", "properties": { "name": "São Paulo", "population": 10021295.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.63611, -23.5475 ] } },
{ "type": "Feature", "properties": { "name": "São Miguel do Iguaçu", "population": 15434.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.23778, -25.34806 ] } },
{ "type": "Feature", "properties": { "name": "São Miguel do Araguaia", "population": 18809.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.16278, -13.275 ] } },
{ "type": "Feature", "properties": { "name": "São Mateus do Sul", "population": 24904.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.38278, -25.87417 ] } },
{ "type": "Feature", "properties": { "name": "São Mateus", "population": 77117.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.85891, -18.72011 ] } },
{ "type": "Feature", "properties": { "name": "São Marcos", "population": 18591.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.06806, -28.97111 ] } },
{ "type": "Feature", "properties": { "name": "São Manuel", "population": 33587.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.57056, -22.73111 ] } },
{ "type": "Feature", "properties": { "name": "São Luiz Gonzaga", "population": 31798.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.96083, -28.40833 ] } },
{ "type": "Feature", "properties": { "name": "São Luís de Montes Belos", "population": 23619.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.37222, -16.525 ] } },
{ "type": "Feature", "properties": { "name": "São Lourenço do Sul", "population": 25340.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.97833, -31.36528 ] } },
{ "type": "Feature", "properties": { "name": "São Lourenço dOeste", "population": 14871.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.85111, -26.35917 ] } },
{ "type": "Feature", "properties": { "name": "São Lourenço da Serra", "population": 13330.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.9425, -23.8525 ] } },
{ "type": "Feature", "properties": { "name": "São Lourenço", "population": 41143.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.05444, -22.11639 ] } },
{ "type": "Feature", "properties": { "name": "São Leopoldo", "population": 209229.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.14722, -29.76028 ] } },
{ "type": "Feature", "properties": { "name": "São José dos Pinhais", "population": 124224.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.20836, -25.5302 ] } },
{ "type": "Feature", "properties": { "name": "São José dos Campos", "population": 613764.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.88694, -23.17944 ] } },
{ "type": "Feature", "properties": { "name": "São José do Rio Preto", "population": 374699.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.37944, -20.81972 ] } },
{ "type": "Feature", "properties": { "name": "São José do Rio Pardo", "population": 46989.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.88861, -21.59556 ] } },
{ "type": "Feature", "properties": { "name": "São José do Calçado", "population": 7442.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.65444, -21.02528 ] } },
{ "type": "Feature", "properties": { "name": "São José", "population": 200000.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.1632, -28.21171 ] } },
{ "type": "Feature", "properties": { "name": "São Joaquim de Bicas", "population": 14630.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.27389, -20.04917 ] } },
{ "type": "Feature", "properties": { "name": "São Joaquim da Barra", "population": 42720.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.85472, -20.58139 ] } },
{ "type": "Feature", "properties": { "name": "São Joaquim", "population": 16250.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.93167, -28.29389 ] } },
{ "type": "Feature", "properties": { "name": "São João Nepomuceno", "population": 23154.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.01056, -21.54 ] } },
{ "type": "Feature", "properties": { "name": "São João Evangelista", "population": 10049.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.76333, -18.54778 ] } },
{ "type": "Feature", "properties": { "name": "São João do Paraíso", "population": 8859.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.01444, -15.31361 ] } },
{ "type": "Feature", "properties": { "name": "São João de Meriti", "population": 454849.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.37222, -22.80389 ] } },
{ "type": "Feature", "properties": { "name": "São João del Rei", "population": 78592.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.26167, -21.13556 ] } },
{ "type": "Feature", "properties": { "name": "São João da Ponte", "population": 8373.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.00778, -15.92917 ] } },
{ "type": "Feature", "properties": { "name": "São João da Boa Vista", "population": 76540.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.79806, -21.96917 ] } },
{ "type": "Feature", "properties": { "name": "São João da Barra", "population": 20606.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.05111, -21.64028 ] } },
{ "type": "Feature", "properties": { "name": "São João Batista", "population": 14538.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.84944, -27.27611 ] } },
{ "type": "Feature", "properties": { "name": "São Jerônimo", "population": 17056.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.72222, -29.95917 ] } },
{ "type": "Feature", "properties": { "name": "São Gotardo", "population": 34145.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.04889, -19.31111 ] } },
{ "type": "Feature", "properties": { "name": "São Gonçalo dos Campos", "population": 14822.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.96667, -12.43333 ] } },
{ "type": "Feature", "properties": { "name": "São Gonçalo do Sapucaí", "population": 19487.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.59528, -21.89222 ] } },
{ "type": "Feature", "properties": { "name": "São Gabriel", "population": 55434.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.32, -30.33639 ] } },
{ "type": "Feature", "properties": { "name": "São Francisco do Sul", "population": 36224.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.63806, -26.24333 ] } },
{ "type": "Feature", "properties": { "name": "São Francisco do Conde", "population": 24614.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.68, -12.6275 ] } },
{ "type": "Feature", "properties": { "name": "São Francisco de Paula", "population": 13292.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.58361, -29.44806 ] } },
{ "type": "Feature", "properties": { "name": "São Francisco de Assis", "population": 14305.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.13111, -29.55028 ] } },
{ "type": "Feature", "properties": { "name": "São Francisco", "population": 33033.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.86444, -15.94861 ] } },
{ "type": "Feature", "properties": { "name": "São Fidélis", "population": 27793.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.74694, -21.64611 ] } },
{ "type": "Feature", "properties": { "name": "São Felipe", "population": 9574.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.39174, -14.8386 ] } },
{ "type": "Feature", "properties": { "name": "São Domingos do Prata", "population": 9466.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.96833, -19.865 ] } },
{ "type": "Feature", "properties": { "name": "São Desidério", "population": 7295.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.97333, -12.36333 ] } },
{ "type": "Feature", "properties": { "name": "São Cristóvão", "population": 71539.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.20639, -11.01472 ] } },
{ "type": "Feature", "properties": { "name": "Santa Maria do Suaçuí", "population": 9936.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.41417, -18.19028 ] } },
{ "type": "Feature", "properties": { "name": "Regente Feijó", "population": 17218.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.30278, -22.22139 ] } },
{ "type": "Feature", "properties": { "name": "São Carlos", "population": 205035.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.89083, -22.0175 ] } },
{ "type": "Feature", "properties": { "name": "São Caetano do Sul", "population": 136453.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.55111, -23.62306 ] } },
{ "type": "Feature", "properties": { "name": "São Borja", "population": 59613.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.00444, -28.66056 ] } },
{ "type": "Feature", "properties": { "name": "São Bernardo do Campo", "population": 743372.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.565, -23.69389 ] } },
{ "type": "Feature", "properties": { "name": "São Bento do Sul", "population": 77597.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.37861, -26.25028 ] } },
{ "type": "Feature", "properties": { "name": "Santos Dumont", "population": 41582.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.5525, -21.45667 ] } },
{ "type": "Feature", "properties": { "name": "Santos", "population": 411403.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.33361, -23.96083 ] } },
{ "type": "Feature", "properties": { "name": "Santo Estêvão", "population": 27279.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.25139, -12.43028 ] } },
{ "type": "Feature", "properties": { "name": "Santo Augusto", "population": 10305.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.77722, -27.85083 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio do Sudoeste", "population": 11723.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.72528, -26.07361 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio do Monte", "population": 22592.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.29361, -20.08722 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio do Leverger", "population": 6387.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.07667, -15.86556 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio do Amparo", "population": 16730.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.91889, -20.94639 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio de Posse", "population": 18148.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.91944, -22.60611 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio de Pádua", "population": 33076.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.18028, -21.53944 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio de Jesus", "population": 73957.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.26139, -12.96889 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio da Platina", "population": 35260.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.07722, -23.295 ] } },
{ "type": "Feature", "properties": { "name": "Santo Ângelo", "population": 64606.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.26306, -28.29917 ] } },
{ "type": "Feature", "properties": { "name": "Santo André", "population": 662373.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.53833, -23.66389 ] } },
{ "type": "Feature", "properties": { "name": "Santo Anastácio", "population": 17233.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.61028, -21.83833 ] } },
{ "type": "Feature", "properties": { "name": "Santo Amaro das Brotas", "population": 9302.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.05444, -10.78889 ] } },
{ "type": "Feature", "properties": { "name": "Santo Amaro da Imperatriz", "population": 18418.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.77861, -27.68806 ] } },
{ "type": "Feature", "properties": { "name": "Santo Amaro", "population": 46748.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.71194, -12.54667 ] } },
{ "type": "Feature", "properties": { "name": "Santiago", "population": 46611.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.86722, -29.19167 ] } },
{ "type": "Feature", "properties": { "name": "Santa Vitória do Palmar", "population": 27775.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.36806, -33.51889 ] } },
{ "type": "Feature", "properties": { "name": "Santa Vitória", "population": 11656.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.12139, -18.83861 ] } },
{ "type": "Feature", "properties": { "name": "Santa Teresa", "population": 9156.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.60028, -19.93556 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa de Viterbo", "population": 21473.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.36306, -21.47278 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rosa", "population": 58957.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.48139, -27.87083 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rita do Sapucaí", "population": 28765.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.70333, -22.25222 ] } },
{ "type": "Feature", "properties": { "name": "Santa Rita do Passa Quatro", "population": 24578.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.47806, -21.71028 ] } },
{ "type": "Feature", "properties": { "name": "Santana do Paraíso", "population": 25515.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.56861, -19.36361 ] } },
{ "type": "Feature", "properties": { "name": "Santana do Livramento", "population": 89694.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.53278, -30.89083 ] } },
{ "type": "Feature", "properties": { "name": "Santana de Parnaíba", "population": 98989.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.91778, -23.44417 ] } },
{ "type": "Feature", "properties": { "name": "Santana", "population": 12628.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.8, -14.46667 ] } },
{ "type": "Feature", "properties": { "name": "Santa Maria da Vitória", "population": 23488.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.18861, -13.39472 ] } },
{ "type": "Feature", "properties": { "name": "Santa Maria", "population": 249219.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.80694, -29.68417 ] } },
{ "type": "Feature", "properties": { "name": "Santa Luzia", "population": 243503.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.85139, -19.76972 ] } },
{ "type": "Feature", "properties": { "name": "Santaluz", "population": 24739.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.37472, -11.25583 ] } },
{ "type": "Feature", "properties": { "name": "Santa Isabel", "population": 33709.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.22139, -23.31556 ] } },
{ "type": "Feature", "properties": { "name": "Santa Inês", "population": 10520.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.81889, -13.29222 ] } },
{ "type": "Feature", "properties": { "name": "Santa Helena de Goiás", "population": 34254.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.59694, -17.81361 ] } },
{ "type": "Feature", "properties": { "name": "Santa Gertrudes", "population": 18490.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.53028, -22.45667 ] } },
{ "type": "Feature", "properties": { "name": "Santa Fé do Sul", "population": 25802.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.92583, -20.21111 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz do Sul", "population": 106113.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.42583, -29.7175 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz do Rio Pardo", "population": 37336.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.6325, -22.89889 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz das Palmeiras", "population": 25800.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.24861, -21.82694 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cruz Cabrália", "population": 19545.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.02472, -16.27806 ] } },
{ "type": "Feature", "properties": { "name": "Santa Cecília", "population": 15092.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.42694, -26.96083 ] } },
{ "type": "Feature", "properties": { "name": "Santa Branca", "population": 8659.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.88389, -23.39667 ] } },
{ "type": "Feature", "properties": { "name": "Santa Bárbara d'Oeste", "population": 188000.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.41361, -22.75361 ] } },
{ "type": "Feature", "properties": { "name": "Santa Adélia", "population": 12585.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.80417, -21.24278 ] } },
{ "type": "Feature", "properties": { "name": "Sananduva", "population": 9601.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.80667, -27.94972 ] } },
{ "type": "Feature", "properties": { "name": "Salvador", "population": 2711840.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.51083, -12.97111 ] } },
{ "type": "Feature", "properties": { "name": "Salto de Pirapora", "population": 32227.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.57333, -23.64889 ] } },
{ "type": "Feature", "properties": { "name": "Salto", "population": 98387.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.28694, -23.20083 ] } },
{ "type": "Feature", "properties": { "name": "Salinas", "population": 25746.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.29028, -16.17028 ] } },
{ "type": "Feature", "properties": { "name": "Salgado", "population": 5457.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.475, -11.03194 ] } },
{ "type": "Feature", "properties": { "name": "Sacramento", "population": 16982.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.44, -19.86528 ] } },
{ "type": "Feature", "properties": { "name": "Sabinópolis", "population": 9713.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.08389, -18.66611 ] } },
{ "type": "Feature", "properties": { "name": "Ruy Barbosa", "population": 21093.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.49389, -12.28389 ] } },
{ "type": "Feature", "properties": { "name": "Rubiataba", "population": 16128.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.80333, -15.16444 ] } },
{ "type": "Feature", "properties": { "name": "Rosário Oeste", "population": 10468.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.4275, -14.83611 ] } },
{ "type": "Feature", "properties": { "name": "Rosário do Sul", "population": 36721.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.91417, -30.25833 ] } },
{ "type": "Feature", "properties": { "name": "Rondonópolis", "population": 152912.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.63556, -16.47083 ] } },
{ "type": "Feature", "properties": { "name": "Rolante", "population": 15594.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.57583, -29.65056 ] } },
{ "type": "Feature", "properties": { "name": "Rolândia", "population": 51004.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.36917, -23.30972 ] } },
{ "type": "Feature", "properties": { "name": "Rio Verde de Mato Grosso", "population": 16613.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.84417, -18.91806 ] } },
{ "type": "Feature", "properties": { "name": "Rio Real", "population": 24005.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.93278, -11.48472 ] } },
{ "type": "Feature", "properties": { "name": "Rio Pomba", "population": 13706.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.17917, -21.27472 ] } },
{ "type": "Feature", "properties": { "name": "Rio Piracicaba", "population": 10439.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.17417, -19.92917 ] } },
{ "type": "Feature", "properties": { "name": "Rio Pardo de Minas", "population": 9540.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.53972, -15.60972 ] } },
{ "type": "Feature", "properties": { "name": "Registro", "population": 45697.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.84361, -24.4875 ] } },
{ "type": "Feature", "properties": { "name": "Rio Pardo", "population": 26998.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.37806, -29.98972 ] } },
{ "type": "Feature", "properties": { "name": "Rio Novo do Sul", "population": 6717.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.93639, -20.8625 ] } },
{ "type": "Feature", "properties": { "name": "Rio Novo", "population": 6255.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.12589, -21.47703 ] } },
{ "type": "Feature", "properties": { "name": "Rio Negro", "population": 23006.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.7975, -26.10583 ] } },
{ "type": "Feature", "properties": { "name": "Rio Negrinho", "population": 41914.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.51833, -26.25444 ] } },
{ "type": "Feature", "properties": { "name": "Riolândia", "population": 10575.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.68194, -19.98083 ] } },
{ "type": "Feature", "properties": { "name": "Rio Grande da Serra", "population": 38161.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.39833, -23.74417 ] } },
{ "type": "Feature", "properties": { "name": "Rio Grande", "population": 187838.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.09861, -32.035 ] } },
{ "type": "Feature", "properties": { "name": "Rio do Sul", "population": 51944.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.64306, -27.21417 ] } },
{ "type": "Feature", "properties": { "name": "Rio de Janeiro", "population": 6023699.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.2075, -22.90278 ] } },
{ "type": "Feature", "properties": { "name": "Rio das Pedras", "population": 23722.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.60611, -22.84333 ] } },
{ "type": "Feature", "properties": { "name": "Rio das Ostras", "population": 100000.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.945, -22.52694 ] } },
{ "type": "Feature", "properties": { "name": "Rio Claro", "population": 12620.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.13556, -22.72306 ] } },
{ "type": "Feature", "properties": { "name": "Rio Claro", "population": 180147.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.56139, -22.41139 ] } },
{ "type": "Feature", "properties": { "name": "Rio Casca", "population": 11769.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.65083, -20.22611 ] } },
{ "type": "Feature", "properties": { "name": "Rio Brilhante", "population": 18837.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.54639, -21.80194 ] } },
{ "type": "Feature", "properties": { "name": "Rio Branco do Sul", "population": 26441.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.31417, -25.19 ] } },
{ "type": "Feature", "properties": { "name": "Rio Bonito", "population": 35997.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.60972, -22.70861 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirópolis", "population": 11214.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.41667, -10.53944 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão Preto", "population": 619746.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.81028, -21.1775 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão Pires", "population": 111888.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.41333, -23.71056 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão das Neves", "population": 406802.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.08667, -19.76694 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão da Ilha", "population": 21000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.53219, -27.69934 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão Branco", "population": 9718.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.76556, -24.22083 ] } },
{ "type": "Feature", "properties": { "name": "Ribeirão Bonito", "population": 10877.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.17611, -22.06667 ] } },
{ "type": "Feature", "properties": { "name": "Ribeira do Pombal", "population": 28235.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.53583, -10.83444 ] } },
{ "type": "Feature", "properties": { "name": "Ribas do Rio Pardo", "population": 11934.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.75917, -20.44306 ] } },
{ "type": "Feature", "properties": { "name": "Riacho de Santana", "population": 12657.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.93889, -13.60917 ] } },
{ "type": "Feature", "properties": { "name": "Riachão do Jacuípe", "population": 16911.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.38556, -11.80694 ] } },
{ "type": "Feature", "properties": { "name": "Riachão das Neves", "population": 11236.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.91, -11.74611 ] } },
{ "type": "Feature", "properties": { "name": "Resplendor", "population": 15131.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.25528, -19.32556 ] } },
{ "type": "Feature", "properties": { "name": "Reserva", "population": 11096.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.85056, -24.65028 ] } },
{ "type": "Feature", "properties": { "name": "Resende", "population": 111514.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.44667, -22.46889 ] } },
{ "type": "Feature", "properties": { "name": "Realeza", "population": 10389.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.5325, -25.76889 ] } },
{ "type": "Feature", "properties": { "name": "Raposos", "population": 13262.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.80417, -19.96722 ] } },
{ "type": "Feature", "properties": { "name": "Rancharia", "population": 25530.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.89306, -22.22917 ] } },
{ "type": "Feature", "properties": { "name": "Quirinópolis", "population": 32104.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.45167, -18.44833 ] } },
{ "type": "Feature", "properties": { "name": "Queimados", "population": 135741.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.55528, -22.71611 ] } },
{ "type": "Feature", "properties": { "name": "Queimadas", "population": 10439.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.62639, -10.97833 ] } },
{ "type": "Feature", "properties": { "name": "Quatro Barras", "population": 17526.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.07694, -25.36556 ] } },
{ "type": "Feature", "properties": { "name": "Quatis", "population": 10289.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.25806, -22.40722 ] } },
{ "type": "Feature", "properties": { "name": "Quatá", "population": 10370.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.69833, -22.2475 ] } },
{ "type": "Feature", "properties": { "name": "Quaraí", "population": 23229.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.45139, -30.3875 ] } },
{ "type": "Feature", "properties": { "name": "Prudentópolis", "population": 19611.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.97778, -25.21306 ] } },
{ "type": "Feature", "properties": { "name": "Propriá", "population": 23786.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.84028, -10.21111 ] } },
{ "type": "Feature", "properties": { "name": "Promissão", "population": 27031.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.85806, -21.53667 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Venceslau", "population": 34026.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.84389, -21.87611 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Prudente", "population": 209502.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.38889, -22.12556 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Olegário", "population": 13586.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.41806, -18.41778 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Epitácio", "population": 38742.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.11556, -21.76333 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Bernardes", "population": 12953.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.55306, -22.00611 ] } },
{ "type": "Feature", "properties": { "name": "Prata", "population": 19896.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.92417, -19.30722 ] } },
{ "type": "Feature", "properties": { "name": "Praia Grande", "population": 250027.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.40278, -24.00583 ] } },
{ "type": "Feature", "properties": { "name": "Pradópolis", "population": 13192.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.06556, -21.35944 ] } },
{ "type": "Feature", "properties": { "name": "Prado", "population": 15464.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.22083, -17.34111 ] } },
{ "type": "Feature", "properties": { "name": "Poxoréo", "population": 12475.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.38917, -15.83722 ] } },
{ "type": "Feature", "properties": { "name": "Pouso Alegre", "population": 115201.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.93639, -22.23 ] } },
{ "type": "Feature", "properties": { "name": "Posse", "population": 20003.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.36944, -14.09306 ] } },
{ "type": "Feature", "properties": { "name": "Porto União", "population": 28907.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.07833, -26.23806 ] } },
{ "type": "Feature", "properties": { "name": "Porto Seguro", "population": 123173.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.06472, -16.44972 ] } },
{ "type": "Feature", "properties": { "name": "Porto Real do Colégio", "population": 6001.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.84, -10.18583 ] } },
{ "type": "Feature", "properties": { "name": "Porto Real", "population": 12061.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.29028, -22.41972 ] } },
{ "type": "Feature", "properties": { "name": "Porto Murtinho", "population": 12667.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.8825, -21.69889 ] } },
{ "type": "Feature", "properties": { "name": "Porto Ferreira", "population": 49127.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.47917, -21.85389 ] } },
{ "type": "Feature", "properties": { "name": "Porto Feliz", "population": 41015.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.52389, -23.21472 ] } },
{ "type": "Feature", "properties": { "name": "Porto Belo", "population": 14720.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.55306, -27.15778 ] } },
{ "type": "Feature", "properties": { "name": "Pôrto Barra do Ivinheima", "population": 14527.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.66667, -22.96667 ] } },
{ "type": "Feature", "properties": { "name": "Porto Alegre", "population": 1372741.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.23, -30.03306 ] } },
{ "type": "Feature", "properties": { "name": "Porteirinha", "population": 14144.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.02833, -15.74333 ] } },
{ "type": "Feature", "properties": { "name": "Portão", "population": 21051.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.24194, -29.70167 ] } },
{ "type": "Feature", "properties": { "name": "Porecatu", "population": 11390.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.37917, -22.75583 ] } },
{ "type": "Feature", "properties": { "name": "Porciúncula", "population": 12511.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.04083, -20.96278 ] } },
{ "type": "Feature", "properties": { "name": "Porangatu", "population": 32758.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.14861, -13.44083 ] } },
{ "type": "Feature", "properties": { "name": "Ponto Novo", "population": 7141.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.13361, -10.86278 ] } },
{ "type": "Feature", "properties": { "name": "Pontes e Lacerda", "population": 29381.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.33528, -15.22611 ] } },
{ "type": "Feature", "properties": { "name": "Ponte Nova", "population": 48187.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.90861, -20.41639 ] } },
{ "type": "Feature", "properties": { "name": "Ponta Porã", "population": 55763.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.72556, -22.53611 ] } },
{ "type": "Feature", "properties": { "name": "Pontalina", "population": 13639.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.44722, -17.525 ] } },
{ "type": "Feature", "properties": { "name": "Pontal", "population": 32566.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.03722, -21.0225 ] } },
{ "type": "Feature", "properties": { "name": "Ponta Grossa", "population": 292177.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.16194, -25.095 ] } },
{ "type": "Feature", "properties": { "name": "Pompéu", "population": 25277.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.93528, -19.22444 ] } },
{ "type": "Feature", "properties": { "name": "Pompéia", "population": 18015.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.17167, -22.10861 ] } },
{ "type": "Feature", "properties": { "name": "Pomerode", "population": 21898.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.17694, -26.74056 ] } },
{ "type": "Feature", "properties": { "name": "Poço Verde", "population": 12167.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.18333, -10.70833 ] } },
{ "type": "Feature", "properties": { "name": "Poços de Caldas", "population": 146588.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.56139, -21.78778 ] } },
{ "type": "Feature", "properties": { "name": "Poconé", "population": 21484.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.62278, -16.25667 ] } },
{ "type": "Feature", "properties": { "name": "Poções", "population": 35254.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.36528, -14.52972 ] } },
{ "type": "Feature", "properties": { "name": "Poá", "population": 107432.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.34472, -23.52806 ] } },
{ "type": "Feature", "properties": { "name": "Planaltina", "population": 88853.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.61417, -15.45278 ] } },
{ "type": "Feature", "properties": { "name": "Piúma", "population": 17634.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.72194, -20.83778 ] } },
{ "type": "Feature", "properties": { "name": "Piuí", "population": 27327.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.95806, -20.46528 ] } },
{ "type": "Feature", "properties": { "name": "Pitangui", "population": 18858.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.89028, -19.68278 ] } },
{ "type": "Feature", "properties": { "name": "Pitangueiras", "population": 28540.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.22167, -21.00944 ] } },
{ "type": "Feature", "properties": { "name": "Pitanga", "population": 18652.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.76139, -24.75722 ] } },
{ "type": "Feature", "properties": { "name": "Piritiba", "population": 16230.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.55528, -11.73028 ] } },
{ "type": "Feature", "properties": { "name": "Pires do Rio", "population": 24822.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.27944, -17.29972 ] } },
{ "type": "Feature", "properties": { "name": "Pirenópolis", "population": 13615.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.96087, -15.85072 ] } },
{ "type": "Feature", "properties": { "name": "Piraquara", "population": 41161.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.06795, -25.44227 ] } },
{ "type": "Feature", "properties": { "name": "Pirapozinho", "population": 21709.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.5, -22.27528 ] } },
{ "type": "Feature", "properties": { "name": "Pirapora do Bom Jesus", "population": 14690.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.00222, -23.39694 ] } },
{ "type": "Feature", "properties": { "name": "Pirapora", "population": 51656.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.94194, -17.345 ] } },
{ "type": "Feature", "properties": { "name": "Piranhas", "population": 9886.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.82222, -16.42694 ] } },
{ "type": "Feature", "properties": { "name": "Pirajuí", "population": 17503.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.45722, -21.99861 ] } },
{ "type": "Feature", "properties": { "name": "Piraju", "population": 25270.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.38389, -23.19361 ] } },
{ "type": "Feature", "properties": { "name": "Piraí do Sul", "population": 16409.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.94861, -24.52611 ] } },
{ "type": "Feature", "properties": { "name": "Piraí", "population": 19105.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.89806, -22.62917 ] } },
{ "type": "Feature", "properties": { "name": "Pirassununga", "population": 60413.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.42583, -21.99611 ] } },
{ "type": "Feature", "properties": { "name": "Piracicaba", "population": 342209.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.64917, -22.72528 ] } },
{ "type": "Feature", "properties": { "name": "Piracanjuba", "population": 16736.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.01667, -17.30278 ] } },
{ "type": "Feature", "properties": { "name": "Piracaia", "population": 26075.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.35806, -23.05389 ] } },
{ "type": "Feature", "properties": { "name": "Piquete", "population": 13844.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.17611, -22.61361 ] } },
{ "type": "Feature", "properties": { "name": "Pinheiro Machado", "population": 11176.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.38111, -31.57833 ] } },
{ "type": "Feature", "properties": { "name": "Pinheiral", "population": 19469.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.00056, -22.51278 ] } },
{ "type": "Feature", "properties": { "name": "Pinhão", "population": 15141.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.65972, -25.69556 ] } },
{ "type": "Feature", "properties": { "name": "Espírito Santo do Pinhal", "population": 37448.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.68278, -22.11583 ] } },
{ "type": "Feature", "properties": { "name": "Pindorama", "population": 12247.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.90722, -21.18583 ] } },
{ "type": "Feature", "properties": { "name": "Pindobaçu", "population": 17229.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.36083, -10.74167 ] } },
{ "type": "Feature", "properties": { "name": "Pindamonhangaba", "population": 132218.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.46167, -22.92389 ] } },
{ "type": "Feature", "properties": { "name": "Pilar do Sul", "population": 19107.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.71639, -23.81306 ] } },
{ "type": "Feature", "properties": { "name": "Piedade", "population": 27912.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.42778, -23.71194 ] } },
{ "type": "Feature", "properties": { "name": "Piaçabuçu", "population": 9861.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.43444, -10.40556 ] } },
{ "type": "Feature", "properties": { "name": "Petrópolis", "population": 272691.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.17861, -22.505 ] } },
{ "type": "Feature", "properties": { "name": "Petrolina de Goiás", "population": 7710.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.33806, -16.095 ] } },
{ "type": "Feature", "properties": { "name": "Peruíbe", "population": 63030.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.99833, -24.32 ] } },
{ "type": "Feature", "properties": { "name": "Pereira Barreto", "population": 22537.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.10917, -20.63833 ] } },
{ "type": "Feature", "properties": { "name": "Perdões", "population": 17821.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.09139, -21.09083 ] } },
{ "type": "Feature", "properties": { "name": "Penha", "population": 20096.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.64583, -26.76944 ] } },
{ "type": "Feature", "properties": { "name": "Penedo", "population": 42097.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.58639, -10.29028 ] } },
{ "type": "Feature", "properties": { "name": "Penápolis", "population": 54477.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.0775, -21.41972 ] } },
{ "type": "Feature", "properties": { "name": "Pelotas", "population": 320674.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.3425, -31.77194 ] } },
{ "type": "Feature", "properties": { "name": "Pedro Leopoldo", "population": 49261.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.04306, -19.61806 ] } },
{ "type": "Feature", "properties": { "name": "Pedreira", "population": 39198.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.90139, -22.74194 ] } },
{ "type": "Feature", "properties": { "name": "Pedregulho", "population": 11216.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.47667, -20.25694 ] } },
{ "type": "Feature", "properties": { "name": "Pedra Azul", "population": 20899.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.29722, -16.00528 ] } },
{ "type": "Feature", "properties": { "name": "Pederneiras", "population": 38020.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.775, -22.35167 ] } },
{ "type": "Feature", "properties": { "name": "Peçanha", "population": 6902.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.55694, -18.54861 ] } },
{ "type": "Feature", "properties": { "name": "Peabiru", "population": 12344.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.34306, -23.91278 ] } },
{ "type": "Feature", "properties": { "name": "Paulínia", "population": 65595.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.15417, -22.76111 ] } },
{ "type": "Feature", "properties": { "name": "Pau Brasil", "population": 8136.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.65111, -15.46417 ] } },
{ "type": "Feature", "properties": { "name": "Patrocínio", "population": 71963.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.9925, -18.94389 ] } },
{ "type": "Feature", "properties": { "name": "Patos de Minas", "population": 126234.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.51806, -18.57889 ] } },
{ "type": "Feature", "properties": { "name": "Pato Branco", "population": 65754.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.67056, -26.22861 ] } },
{ "type": "Feature", "properties": { "name": "Paty do Alferes", "population": 20659.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.41861, -22.42861 ] } },
{ "type": "Feature", "properties": { "name": "Passos", "population": 98752.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.60972, -20.71889 ] } },
{ "type": "Feature", "properties": { "name": "Passo Fundo", "population": 179529.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.40667, -28.26278 ] } },
{ "type": "Feature", "properties": { "name": "Passa Quatro", "population": 12765.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.96667, -22.39028 ] } },
{ "type": "Feature", "properties": { "name": "Parobé", "population": 48559.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.83472, -29.62861 ] } },
{ "type": "Feature", "properties": { "name": "Pariquera Açu", "population": 13436.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.88111, -24.715 ] } },
{ "type": "Feature", "properties": { "name": "Paripiranga", "population": 6965.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.86167, -10.6875 ] } },
{ "type": "Feature", "properties": { "name": "Paraúna", "population": 9731.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.44861, -16.94778 ] } },
{ "type": "Feature", "properties": { "name": "Paratinga", "population": 10261.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.18417, -12.69056 ] } },
{ "type": "Feature", "properties": { "name": "Paraty", "population": 15118.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.71306, -23.21778 ] } },
{ "type": "Feature", "properties": { "name": "Paranhos", "population": 6516.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.43111, -23.89278 ] } },
{ "type": "Feature", "properties": { "name": "Paranavaí", "population": 72848.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.46528, -23.07306 ] } },
{ "type": "Feature", "properties": { "name": "Paranapanema", "population": 16215.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.72441, -23.3863 ] } },
{ "type": "Feature", "properties": { "name": "Paranaíba", "population": 32217.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.19083, -19.67722 ] } },
{ "type": "Feature", "properties": { "name": "Paranaguá", "population": 141013.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.52537, -25.51626 ] } },
{ "type": "Feature", "properties": { "name": "Paramirim", "population": 7421.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.23889, -13.4425 ] } },
{ "type": "Feature", "properties": { "name": "Paraisópolis", "population": 13563.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.78, -22.55417 ] } },
{ "type": "Feature", "properties": { "name": "Paraíba do Sul", "population": 35517.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.29321, -22.15847 ] } },
{ "type": "Feature", "properties": { "name": "Paraguaçu Paulista", "population": 39120.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.57583, -22.41278 ] } },
{ "type": "Feature", "properties": { "name": "Paraguaçu", "population": 15741.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.7375, -21.54722 ] } },
{ "type": "Feature", "properties": { "name": "Pará de Minas", "population": 75786.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.60833, -19.86028 ] } },
{ "type": "Feature", "properties": { "name": "Paracatu", "population": 70753.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.87472, -17.22222 ] } },
{ "type": "Feature", "properties": { "name": "Paracambi", "population": 36098.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.7084, -22.60829 ] } },
{ "type": "Feature", "properties": { "name": "Papagaios", "population": 11850.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.74778, -19.44917 ] } },
{ "type": "Feature", "properties": { "name": "Panorama", "population": 14227.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.85972, -21.35639 ] } },
{ "type": "Feature", "properties": { "name": "Pancas", "population": 8183.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.85139, -19.225 ] } },
{ "type": "Feature", "properties": { "name": "Panambi", "population": 30407.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.50167, -28.2925 ] } },
{ "type": "Feature", "properties": { "name": "Palotina", "population": 23059.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.84, -24.28389 ] } },
{ "type": "Feature", "properties": { "name": "Palmital", "population": 18539.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.2175, -22.78889 ] } },
{ "type": "Feature", "properties": { "name": "Palmeiras de Goiás", "population": 13572.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.92583, -16.805 ] } },
{ "type": "Feature", "properties": { "name": "Palmeira das Missões", "population": 30954.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.31361, -27.89944 ] } },
{ "type": "Feature", "properties": { "name": "Palmeira", "population": 18630.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.00639, -25.42944 ] } },
{ "type": "Feature", "properties": { "name": "Palmas de Monte Alto", "population": 7091.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.16194, -14.26722 ] } },
{ "type": "Feature", "properties": { "name": "Palmas", "population": 39150.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.99056, -26.48417 ] } },
{ "type": "Feature", "properties": { "name": "Palmares do Sul", "population": 8392.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.50972, -30.25778 ] } },
{ "type": "Feature", "properties": { "name": "Palhoça", "population": 122423.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.66778, -27.64528 ] } },
{ "type": "Feature", "properties": { "name": "Paiçandu", "population": 34365.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.04861, -23.4575 ] } },
{ "type": "Feature", "properties": { "name": "Padre Paraíso", "population": 10608.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.48444, -17.07417 ] } },
{ "type": "Feature", "properties": { "name": "Padre Bernardo", "population": 16118.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.28281, -15.16595 ] } },
{ "type": "Feature", "properties": { "name": "Pacaembu", "population": 10101.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.26056, -21.56222 ] } },
{ "type": "Feature", "properties": { "name": "Ouro Preto", "population": 63678.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.50517, -20.39484 ] } },
{ "type": "Feature", "properties": { "name": "Ouro Branco", "population": 26687.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.69486, -20.52334 ] } },
{ "type": "Feature", "properties": { "name": "Ourinhos", "population": 97799.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.87056, -22.97889 ] } },
{ "type": "Feature", "properties": { "name": "Otacílio Costa", "population": 14557.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.12194, -27.48306 ] } },
{ "type": "Feature", "properties": { "name": "Osvaldo Cruz", "population": 25746.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.87861, -21.79667 ] } },
{ "type": "Feature", "properties": { "name": "Osório", "population": 34628.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.26972, -29.88667 ] } },
{ "type": "Feature", "properties": { "name": "Osasco", "population": 677856.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.79167, -23.5325 ] } },
{ "type": "Feature", "properties": { "name": "Ortigueira", "population": 11540.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.94944, -24.20833 ] } },
{ "type": "Feature", "properties": { "name": "Orleans", "population": 16422.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.29139, -28.35889 ] } },
{ "type": "Feature", "properties": { "name": "Orlândia", "population": 44766.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.88667, -20.72028 ] } },
{ "type": "Feature", "properties": { "name": "Orizona", "population": 7583.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.29583, -17.03139 ] } },
{ "type": "Feature", "properties": { "name": "Oliveira dos Brejinhos", "population": 5596.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.89611, -12.31694 ] } },
{ "type": "Feature", "properties": { "name": "Oliveira", "population": 34710.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.82722, -20.69639 ] } },
{ "type": "Feature", "properties": { "name": "Olindina", "population": 12316.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.33333, -11.36667 ] } },
{ "type": "Feature", "properties": { "name": "Olímpia", "population": 45199.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.91472, -20.73722 ] } },
{ "type": "Feature", "properties": { "name": "Nuporanga", "population": 6900.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.75177, -20.73095 ] } },
{ "type": "Feature", "properties": { "name": "Novo Horizonte", "population": 30158.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.22083, -21.46806 ] } },
{ "type": "Feature", "properties": { "name": "Novo Hamburgo", "population": 253841.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.13056, -29.67833 ] } },
{ "type": "Feature", "properties": { "name": "Novo Cruzeiro", "population": 10385.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.87528, -17.46806 ] } },
{ "type": "Feature", "properties": { "name": "Nova Viçosa", "population": 55980.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.37194, -17.89194 ] } },
{ "type": "Feature", "properties": { "name": "Nova Venécia", "population": 28362.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.40056, -18.71056 ] } },
{ "type": "Feature", "properties": { "name": "Nova Soure", "population": 11340.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.48333, -11.23333 ] } },
{ "type": "Feature", "properties": { "name": "Nova Prata", "population": 17943.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.61, -28.78389 ] } },
{ "type": "Feature", "properties": { "name": "Nova Petrópolis", "population": 16049.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.11444, -29.37639 ] } },
{ "type": "Feature", "properties": { "name": "Nova Olímpia", "population": 19274.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.28806, -14.79722 ] } },
{ "type": "Feature", "properties": { "name": "Nova Odessa", "population": 49432.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.29583, -22.7775 ] } },
{ "type": "Feature", "properties": { "name": "Nova Londrina", "population": 11042.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.985, -22.76583 ] } },
{ "type": "Feature", "properties": { "name": "Nova Lima", "population": 88399.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.84667, -19.98556 ] } },
{ "type": "Feature", "properties": { "name": "Nova Iguaçu", "population": 1002118.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.45111, -22.75917 ] } },
{ "type": "Feature", "properties": { "name": "Nova Granada", "population": 15715.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.31417, -20.53389 ] } },
{ "type": "Feature", "properties": { "name": "Nova Friburgo", "population": 153361.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.53111, -22.28194 ] } },
{ "type": "Feature", "properties": { "name": "Nova Era", "population": 15595.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.0375, -19.75 ] } },
{ "type": "Feature", "properties": { "name": "Nova Aurora", "population": 9013.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.56667, -22.86667 ] } },
{ "type": "Feature", "properties": { "name": "Nossa Senhora do Socorro", "population": 163993.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.12611, -10.855 ] } },
{ "type": "Feature", "properties": { "name": "Nossa Senhora das Dores", "population": 14550.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.19333, -10.49167 ] } },
{ "type": "Feature", "properties": { "name": "Nossa Senhora da Glória", "population": 18612.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.42028, -10.21833 ] } },
{ "type": "Feature", "properties": { "name": "Nortelândia", "population": 9634.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.80278, -14.45472 ] } },
{ "type": "Feature", "properties": { "name": "Nobres", "population": 12009.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.3275, -14.72028 ] } },
{ "type": "Feature", "properties": { "name": "Niterói", "population": 456456.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.10361, -22.88333 ] } },
{ "type": "Feature", "properties": { "name": "Niquelândia", "population": 27541.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.45972, -14.47389 ] } },
{ "type": "Feature", "properties": { "name": "Nilópolis", "population": 147281.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.41389, -22.8075 ] } },
{ "type": "Feature", "properties": { "name": "Nerópolis", "population": 21870.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.21861, -16.40639 ] } },
{ "type": "Feature", "properties": { "name": "Nepomuceno", "population": 18911.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.23583, -21.23583 ] } },
{ "type": "Feature", "properties": { "name": "Neópolis", "population": 12421.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.57944, -10.32 ] } },
{ "type": "Feature", "properties": { "name": "Nazaré", "population": 25604.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.01444, -13.035 ] } },
{ "type": "Feature", "properties": { "name": "Naviraí", "population": 36452.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.19056, -23.065 ] } },
{ "type": "Feature", "properties": { "name": "Navegantes", "population": 47781.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.65417, -26.89889 ] } },
{ "type": "Feature", "properties": { "name": "Natividade", "population": 12014.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.97333, -21.04222 ] } },
{ "type": "Feature", "properties": { "name": "Não Me Toque", "population": 12555.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.82083, -28.45917 ] } },
{ "type": "Feature", "properties": { "name": "Nanuque", "population": 37824.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.35389, -17.83917 ] } },
{ "type": "Feature", "properties": { "name": "Muzambinho", "population": 16253.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.52556, -21.37583 ] } },
{ "type": "Feature", "properties": { "name": "Mutum", "population": 12582.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.43833, -19.8 ] } },
{ "type": "Feature", "properties": { "name": "Mutuípe", "population": 10016.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.50472, -13.22861 ] } },
{ "type": "Feature", "properties": { "name": "Muritiba", "population": 22388.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.25, -12.91667 ] } },
{ "type": "Feature", "properties": { "name": "Muriaé", "population": 91173.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.36639, -21.13056 ] } },
{ "type": "Feature", "properties": { "name": "Muniz Freire", "population": 8312.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.41306, -20.46417 ] } },
{ "type": "Feature", "properties": { "name": "Mucurici", "population": 9524.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.51583, -18.09333 ] } },
{ "type": "Feature", "properties": { "name": "Mucuri", "population": 26775.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.55083, -18.08639 ] } },
{ "type": "Feature", "properties": { "name": "Mozarlândia", "population": 11251.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.57056, -14.74472 ] } },
{ "type": "Feature", "properties": { "name": "Morro do Chapéu", "population": 21670.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.15804, -11.54852 ] } },
{ "type": "Feature", "properties": { "name": "Morro da Fumaça", "population": 13951.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.21, -28.65083 ] } },
{ "type": "Feature", "properties": { "name": "Morro Agudo", "population": 25265.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.05778, -20.73139 ] } },
{ "type": "Feature", "properties": { "name": "Morrinhos", "population": 34143.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.09944, -17.73111 ] } },
{ "type": "Feature", "properties": { "name": "Moreira Sales", "population": 8698.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.00694, -24.06222 ] } },
{ "type": "Feature", "properties": { "name": "Monte Sião", "population": 11089.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.5725, -22.4325 ] } },
{ "type": "Feature", "properties": { "name": "Montes Claros", "population": 332379.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.86167, -16.735 ] } },
{ "type": "Feature", "properties": { "name": "Monte Santo de Minas", "population": 16617.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.98028, -21.18972 ] } },
{ "type": "Feature", "properties": { "name": "Monte Santo", "population": 7398.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.33278, -10.43778 ] } },
{ "type": "Feature", "properties": { "name": "Montenegro", "population": 54057.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.46111, -29.68861 ] } },
{ "type": "Feature", "properties": { "name": "Monte Mor", "population": 40290.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.31583, -22.94667 ] } },
{ "type": "Feature", "properties": { "name": "Monte Carmelo", "population": 44041.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.49861, -18.72472 ] } },
{ "type": "Feature", "properties": { "name": "Monte Azul Paulista", "population": 18117.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.64139, -20.90722 ] } },
{ "type": "Feature", "properties": { "name": "Monte Azul", "population": 11221.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.87472, -15.155 ] } },
{ "type": "Feature", "properties": { "name": "Monte Aprazível", "population": 16308.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.71417, -20.7725 ] } },
{ "type": "Feature", "properties": { "name": "Monte Alto", "population": 41893.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.49639, -21.26111 ] } },
{ "type": "Feature", "properties": { "name": "Monte Alegre de Sergipe", "population": 6816.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.56222, -10.02722 ] } },
{ "type": "Feature", "properties": { "name": "Monte Alegre de Minas", "population": 12451.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.88083, -18.87056 ] } },
{ "type": "Feature", "properties": { "name": "Montanha", "population": 11934.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.36333, -18.12694 ] } },
{ "type": "Feature", "properties": { "name": "Mongaguá", "population": 45930.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.62083, -24.09306 ] } },
{ "type": "Feature", "properties": { "name": "Mogi Mirim", "population": 78244.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.95778, -22.43194 ] } },
{ "type": "Feature", "properties": { "name": "Mogi-Gaucu", "population": 128865.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.94552, -22.3677 ] } },
{ "type": "Feature", "properties": { "name": "Mogi das Cruzes", "population": 325746.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.18833, -23.52278 ] } },
{ "type": "Feature", "properties": { "name": "Mococa", "population": 59654.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.00472, -21.46778 ] } },
{ "type": "Feature", "properties": { "name": "Mirante do Paranapanema", "population": 9387.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.90639, -22.29194 ] } },
{ "type": "Feature", "properties": { "name": "Mirandopólis", "population": 23378.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.10167, -21.13361 ] } },
{ "type": "Feature", "properties": { "name": "Miranda", "population": 13189.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.37833, -20.24056 ] } },
{ "type": "Feature", "properties": { "name": "Miraí", "population": 8499.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.61417, -21.19528 ] } },
{ "type": "Feature", "properties": { "name": "Miracema", "population": 26684.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.19667, -21.41222 ] } },
{ "type": "Feature", "properties": { "name": "Miracatu", "population": 11679.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.45972, -24.28139 ] } },
{ "type": "Feature", "properties": { "name": "Mirabela", "population": 8934.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.16444, -16.26278 ] } },
{ "type": "Feature", "properties": { "name": "Mineiros", "population": 38951.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.55111, -17.56944 ] } },
{ "type": "Feature", "properties": { "name": "Minas Novas", "population": 7365.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.59028, -17.21861 ] } },
{ "type": "Feature", "properties": { "name": "Mimoso do Sul", "population": 14044.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.36639, -21.06417 ] } },
{ "type": "Feature", "properties": { "name": "Miguel Pereira", "population": 23850.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.46889, -22.45389 ] } },
{ "type": "Feature", "properties": { "name": "Miguelópolis", "population": 18262.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.03194, -20.17944 ] } },
{ "type": "Feature", "properties": { "name": "Miguel Calmon", "population": 13747.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.595, -11.42889 ] } },
{ "type": "Feature", "properties": { "name": "Mendes", "population": 17308.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.73278, -22.52667 ] } },
{ "type": "Feature", "properties": { "name": "Medina", "population": 14686.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.47694, -16.2225 ] } },
{ "type": "Feature", "properties": { "name": "Medianeira", "population": 34069.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.09389, -25.29528 ] } },
{ "type": "Feature", "properties": { "name": "Medeiros Neto", "population": 15254.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.22056, -17.37389 ] } },
{ "type": "Feature", "properties": { "name": "Matozinhos", "population": 30843.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.08139, -19.55778 ] } },
{ "type": "Feature", "properties": { "name": "Mato Verde", "population": 7783.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.86639, -15.39722 ] } },
{ "type": "Feature", "properties": { "name": "Matipó", "population": 12996.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.34111, -20.28389 ] } },
{ "type": "Feature", "properties": { "name": "Matias Barbosa", "population": 12072.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.31944, -21.86917 ] } },
{ "type": "Feature", "properties": { "name": "Mateus Leme", "population": 24890.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.42778, -19.98639 ] } },
{ "type": "Feature", "properties": { "name": "Matelândia", "population": 10816.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.99639, -25.24083 ] } },
{ "type": "Feature", "properties": { "name": "Matão", "population": 72468.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.36583, -21.60333 ] } },
{ "type": "Feature", "properties": { "name": "Mata de São João", "population": 26679.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.29917, -12.53028 ] } },
{ "type": "Feature", "properties": { "name": "Mascote", "population": 18863.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.3025, -15.56306 ] } },
{ "type": "Feature", "properties": { "name": "Maruim", "population": 12153.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.08167, -10.7375 ] } },
{ "type": "Feature", "properties": { "name": "Martinópolis", "population": 18488.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.17083, -22.14583 ] } },
{ "type": "Feature", "properties": { "name": "Martinho Campos", "population": 9197.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.23694, -19.33167 ] } },
{ "type": "Feature", "properties": { "name": "Maringá", "population": 311724.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.93861, -23.42528 ] } },
{ "type": "Feature", "properties": { "name": "Marília", "population": 212218.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.94583, -22.21389 ] } },
{ "type": "Feature", "properties": { "name": "Maricá", "population": 79551.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.81861, -22.91944 ] } },
{ "type": "Feature", "properties": { "name": "Mariana", "population": 45236.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.41611, -20.37778 ] } },
{ "type": "Feature", "properties": { "name": "Marialva", "population": 26000.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.79167, -23.485 ] } },
{ "type": "Feature", "properties": { "name": "Marechal Floriano", "population": 5869.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.68306, -20.41278 ] } },
{ "type": "Feature", "properties": { "name": "Marechal Cândido Rondon", "population": 43028.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.05667, -24.55611 ] } },
{ "type": "Feature", "properties": { "name": "Mar de Espanha", "population": 9677.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.00972, -21.86722 ] } },
{ "type": "Feature", "properties": { "name": "Marau", "population": 26860.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.2, -28.44917 ] } },
{ "type": "Feature", "properties": { "name": "Marataizes", "population": 25397.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.82444, -21.04333 ] } },
{ "type": "Feature", "properties": { "name": "Maragogipe", "population": 20921.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.91944, -12.77778 ] } },
{ "type": "Feature", "properties": { "name": "Maracás", "population": 22049.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.43083, -13.44111 ] } },
{ "type": "Feature", "properties": { "name": "Maracaju", "population": 22690.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.16833, -21.61444 ] } },
{ "type": "Feature", "properties": { "name": "Maracaí", "population": 11959.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.66722, -22.61056 ] } },
{ "type": "Feature", "properties": { "name": "Mantenópolis", "population": 8547.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.12278, -18.8625 ] } },
{ "type": "Feature", "properties": { "name": "Manhumirim", "population": 15544.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.95806, -20.35778 ] } },
{ "type": "Feature", "properties": { "name": "Manhuaçu", "population": 54607.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.03361, -20.25806 ] } },
{ "type": "Feature", "properties": { "name": "Mangaratiba", "population": 27022.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.04056, -22.95972 ] } },
{ "type": "Feature", "properties": { "name": "Manga", "population": 11732.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.93222, -14.75583 ] } },
{ "type": "Feature", "properties": { "name": "Mandaguari", "population": 38238.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.67083, -23.5475 ] } },
{ "type": "Feature", "properties": { "name": "Mandaguaçu", "population": 14866.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.09528, -23.34722 ] } },
{ "type": "Feature", "properties": { "name": "Malhador", "population": 5574.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.30472, -10.65778 ] } },
{ "type": "Feature", "properties": { "name": "Malacacheta", "population": 8819.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.07667, -17.84222 ] } },
{ "type": "Feature", "properties": { "name": "Mairiporã", "population": 54415.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.58667, -23.31861 ] } },
{ "type": "Feature", "properties": { "name": "Mairinque", "population": 44456.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.18333, -23.54583 ] } },
{ "type": "Feature", "properties": { "name": "Mairi", "population": 13471.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.14889, -11.71139 ] } },
{ "type": "Feature", "properties": { "name": "Mafra", "population": 40081.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.80528, -26.11139 ] } },
{ "type": "Feature", "properties": { "name": "Madre de Deus", "population": 14887.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.62083, -12.74083 ] } },
{ "type": "Feature", "properties": { "name": "Machado", "population": 33002.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.91972, -21.67472 ] } },
{ "type": "Feature", "properties": { "name": "Macaúbas", "population": 14597.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.69861, -13.01944 ] } },
{ "type": "Feature", "properties": { "name": "Macatuba", "population": 16179.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.71139, -22.50222 ] } },
{ "type": "Feature", "properties": { "name": "Macaé", "population": 143029.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.78694, -22.37083 ] } },
{ "type": "Feature", "properties": { "name": "Luziânia", "population": 143601.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.95028, -16.2525 ] } },
{ "type": "Feature", "properties": { "name": "Luz", "population": 14396.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.68556, -19.80139 ] } },
{ "type": "Feature", "properties": { "name": "Lucélia", "population": 14806.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.01889, -21.72028 ] } },
{ "type": "Feature", "properties": { "name": "Lucas", "population": 27665.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.93333, -16.33333 ] } },
{ "type": "Feature", "properties": { "name": "Louveira", "population": 31093.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.95056, -23.08639 ] } },
{ "type": "Feature", "properties": { "name": "Lorena", "population": 76506.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.12472, -22.73083 ] } },
{ "type": "Feature", "properties": { "name": "Londrina", "population": 471832.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.16278, -23.31028 ] } },
{ "type": "Feature", "properties": { "name": "Loanda", "population": 18233.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.13722, -22.92306 ] } },
{ "type": "Feature", "properties": { "name": "Livramento do Brumado", "population": 19914.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.84056, -13.64306 ] } },
{ "type": "Feature", "properties": { "name": "Lins", "population": 69451.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.7425, -21.67861 ] } },
{ "type": "Feature", "properties": { "name": "Linhares", "population": 105075.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.07222, -19.39111 ] } },
{ "type": "Feature", "properties": { "name": "Limeira", "population": 289665.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.40167, -22.56472 ] } },
{ "type": "Feature", "properties": { "name": "Lima Duarte", "population": 13480.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.79306, -21.8425 ] } },
{ "type": "Feature", "properties": { "name": "Leopoldina", "population": 46742.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.64306, -21.53194 ] } },
{ "type": "Feature", "properties": { "name": "Lençóis Paulista", "population": 57375.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.80028, -22.59861 ] } },
{ "type": "Feature", "properties": { "name": "Leme", "population": 81209.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.39028, -22.18556 ] } },
{ "type": "Feature", "properties": { "name": "Lavras", "population": 81472.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.99972, -21.24528 ] } },
{ "type": "Feature", "properties": { "name": "Lauro Muller", "population": 10035.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.39667, -28.39278 ] } },
{ "type": "Feature", "properties": { "name": "Laranjeiras do Sul", "population": 18424.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.41611, -25.40778 ] } },
{ "type": "Feature", "properties": { "name": "Laranjeiras", "population": 23251.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.17, -10.80639 ] } },
{ "type": "Feature", "properties": { "name": "Laranjal Paulista", "population": 21264.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.83667, -23.04972 ] } },
{ "type": "Feature", "properties": { "name": "Lapão", "population": 11252.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.83194, -11.38333 ] } },
{ "type": "Feature", "properties": { "name": "Lapa", "population": 25621.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.71583, -25.76972 ] } },
{ "type": "Feature", "properties": { "name": "Lambari", "population": 14516.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.35028, -21.97556 ] } },
{ "type": "Feature", "properties": { "name": "Lajinha", "population": 15729.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.62278, -20.15139 ] } },
{ "type": "Feature", "properties": { "name": "Lages", "population": 164676.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.32611, -27.81611 ] } },
{ "type": "Feature", "properties": { "name": "Lajeado", "population": 65407.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.96139, -29.46694 ] } },
{ "type": "Feature", "properties": { "name": "Laguna", "population": 39711.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.78083, -28.4825 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa Vermelha", "population": 24445.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.52583, -28.20861 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa Santa", "population": 38486.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.9009, -19.63006 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa Formosa", "population": 11822.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.4075, -18.77861 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa da Prata", "population": 43118.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.54361, -20.0225 ] } },
{ "type": "Feature", "properties": { "name": "Lagoa", "population": 5200.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.46713, -27.60491 ] } },
{ "type": "Feature", "properties": { "name": "Lagarto", "population": 45445.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.65, -10.91722 ] } },
{ "type": "Feature", "properties": { "name": "Ladário", "population": 15790.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.60167, -19.00472 ] } },
{ "type": "Feature", "properties": { "name": "Juquitiba", "population": 13959.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.06833, -23.93167 ] } },
{ "type": "Feature", "properties": { "name": "Juquiá", "population": 13497.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.63472, -24.32083 ] } },
{ "type": "Feature", "properties": { "name": "Junqueirópolis", "population": 13965.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.43361, -21.51472 ] } },
{ "type": "Feature", "properties": { "name": "Jundiaí", "population": 321589.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.88417, -23.18639 ] } },
{ "type": "Feature", "properties": { "name": "Júlio de Castilhos", "population": 20388.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.68167, -29.22694 ] } },
{ "type": "Feature", "properties": { "name": "Juiz de Fora", "population": 470193.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.35028, -21.76417 ] } },
{ "type": "Feature", "properties": { "name": "Juatuba", "population": 24537.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.34278, -19.95194 ] } },
{ "type": "Feature", "properties": { "name": "José Bonifácio", "population": 27828.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.68833, -21.05278 ] } },
{ "type": "Feature", "properties": { "name": "Joinville", "population": 461304.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.84556, -26.30444 ] } },
{ "type": "Feature", "properties": { "name": "João Pinheiro", "population": 28080.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.1725, -17.7425 ] } },
{ "type": "Feature", "properties": { "name": "João Neiva", "population": 10383.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.38556, -19.7575 ] } },
{ "type": "Feature", "properties": { "name": "João Monlevade", "population": 72762.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.17361, -19.81 ] } },
{ "type": "Feature", "properties": { "name": "Joanópolis", "population": 11772.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.27556, -22.93028 ] } },
{ "type": "Feature", "properties": { "name": "Joaíma", "population": 9020.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.03056, -16.65417 ] } },
{ "type": "Feature", "properties": { "name": "Joaçaba", "population": 23516.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.50472, -27.17806 ] } },
{ "type": "Feature", "properties": { "name": "Jitaúna", "population": 11619.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.88889, -14.01889 ] } },
{ "type": "Feature", "properties": { "name": "Jetibá", "population": 5883.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.68145, -20.02069 ] } },
{ "type": "Feature", "properties": { "name": "Jerônimo Monteiro", "population": 6902.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.395, -20.78944 ] } },
{ "type": "Feature", "properties": { "name": "Jeremoabo", "population": 16642.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.48083, -10.075 ] } },
{ "type": "Feature", "properties": { "name": "Jequitinhonha", "population": 15463.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.00333, -16.43389 ] } },
{ "type": "Feature", "properties": { "name": "Jequié", "population": 127475.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.08512, -13.85875 ] } },
{ "type": "Feature", "properties": { "name": "Jaú", "population": 119206.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.55778, -22.29639 ] } },
{ "type": "Feature", "properties": { "name": "Jataizinho", "population": 10014.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.98, -23.25417 ] } },
{ "type": "Feature", "properties": { "name": "Jataí", "population": 76547.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.72166, -17.87939 ] } },
{ "type": "Feature", "properties": { "name": "Jarinu", "population": 17899.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.72833, -23.10139 ] } },
{ "type": "Feature", "properties": { "name": "Jardinópolis", "population": 34718.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.76389, -21.01778 ] } },
{ "type": "Feature", "properties": { "name": "Jardim", "population": 23780.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.13806, -21.48028 ] } },
{ "type": "Feature", "properties": { "name": "Jaraguá do Sul", "population": 130130.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.06667, -26.48611 ] } },
{ "type": "Feature", "properties": { "name": "Jaraguá", "population": 30409.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.33444, -15.75694 ] } },
{ "type": "Feature", "properties": { "name": "Japeri", "population": 95101.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.65333, -22.64306 ] } },
{ "type": "Feature", "properties": { "name": "Japaratuba", "population": 8092.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.94028, -10.59333 ] } },
{ "type": "Feature", "properties": { "name": "Januária", "population": 34811.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.35988, -15.48866 ] } },
{ "type": "Feature", "properties": { "name": "Jandira", "population": 113605.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.9025, -23.5275 ] } },
{ "type": "Feature", "properties": { "name": "Jandaia do Sul", "population": 17507.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.64333, -23.60306 ] } },
{ "type": "Feature", "properties": { "name": "Janaúba", "population": 56572.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.30889, -15.8025 ] } },
{ "type": "Feature", "properties": { "name": "Jales", "population": 43831.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.54583, -20.26889 ] } },
{ "type": "Feature", "properties": { "name": "Jaguaruna", "population": 11649.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.02556, -28.615 ] } },
{ "type": "Feature", "properties": { "name": "Jaguariúna", "population": 31717.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.98583, -22.70556 ] } },
{ "type": "Feature", "properties": { "name": "Jaguariaíva", "population": 30626.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.70932, -24.24423 ] } },
{ "type": "Feature", "properties": { "name": "Jaguarari", "population": 22612.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.19583, -10.26389 ] } },
{ "type": "Feature", "properties": { "name": "Jaguarão", "population": 29613.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.37583, -32.56611 ] } },
{ "type": "Feature", "properties": { "name": "Jaguaquara", "population": 41498.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.97083, -13.53056 ] } },
{ "type": "Feature", "properties": { "name": "Jacutinga", "population": 18469.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.61222, -22.28556 ] } },
{ "type": "Feature", "properties": { "name": "Jacupiranga", "population": 11149.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.00222, -24.6925 ] } },
{ "type": "Feature", "properties": { "name": "Jacobina", "population": 47637.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.51372, -11.18143 ] } },
{ "type": "Feature", "properties": { "name": "Jaciara", "population": 22737.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.96833, -15.96528 ] } },
{ "type": "Feature", "properties": { "name": "Jacarezinho", "population": 35090.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.96944, -23.16056 ] } },
{ "type": "Feature", "properties": { "name": "Jacareí", "population": 213110.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.96583, -23.30528 ] } },
{ "type": "Feature", "properties": { "name": "Jaboticabal", "population": 69394.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.32222, -21.25472 ] } },
{ "type": "Feature", "properties": { "name": "Ivoti", "population": 18171.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.16056, -29.59111 ] } },
{ "type": "Feature", "properties": { "name": "Iúna", "population": 14290.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.53583, -20.34583 ] } },
{ "type": "Feature", "properties": { "name": "Ituverava", "population": 36997.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.78056, -20.33944 ] } },
{ "type": "Feature", "properties": { "name": "Iturama", "population": 29805.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.19556, -19.72806 ] } },
{ "type": "Feature", "properties": { "name": "Itupeva", "population": 20605.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.05778, -23.15306 ] } },
{ "type": "Feature", "properties": { "name": "Itumbiara", "population": 79582.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.21528, -18.41917 ] } },
{ "type": "Feature", "properties": { "name": "Ituiutaba", "population": 85345.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.46212, -18.97428 ] } },
{ "type": "Feature", "properties": { "name": "Ituberá", "population": 19887.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.14917, -13.73222 ] } },
{ "type": "Feature", "properties": { "name": "Itu", "population": 137586.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.29917, -23.26417 ] } },
{ "type": "Feature", "properties": { "name": "Itororó", "population": 17324.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.07028, -15.11694 ] } },
{ "type": "Feature", "properties": { "name": "Itiruçu", "population": 11498.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.15028, -13.53167 ] } },
{ "type": "Feature", "properties": { "name": "Itirapina", "population": 13229.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.82278, -22.25278 ] } },
{ "type": "Feature", "properties": { "name": "Itaúna", "population": 77400.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.57639, -20.07528 ] } },
{ "type": "Feature", "properties": { "name": "Itaú de Minas", "population": 14888.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.75222, -20.73944 ] } },
{ "type": "Feature", "properties": { "name": "Itatinga", "population": 15696.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.61583, -23.10167 ] } },
{ "type": "Feature", "properties": { "name": "Itatiba", "population": 67934.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.83889, -23.00583 ] } },
{ "type": "Feature", "properties": { "name": "Itatiaia", "population": 12571.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.56333, -22.49611 ] } },
{ "type": "Feature", "properties": { "name": "Itararé", "population": 44809.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.33167, -24.1125 ] } },
{ "type": "Feature", "properties": { "name": "Itarantim", "population": 12369.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.06556, -15.65972 ] } },
{ "type": "Feature", "properties": { "name": "Itaqui", "population": 34631.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.55306, -29.12528 ] } },
{ "type": "Feature", "properties": { "name": "Itaquaquecetuba", "population": 336679.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.34833, -23.48611 ] } },
{ "type": "Feature", "properties": { "name": "Itapuranga", "population": 19709.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.94861, -15.56222 ] } },
{ "type": "Feature", "properties": { "name": "Itapuí", "population": 10445.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.71917, -22.23333 ] } },
{ "type": "Feature", "properties": { "name": "Itaporanga", "population": 10202.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.48972, -23.70778 ] } },
{ "type": "Feature", "properties": { "name": "Itápolis", "population": 34552.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.81278, -21.59556 ] } },
{ "type": "Feature", "properties": { "name": "Itapirapuã", "population": 7923.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.61333, -15.82333 ] } },
{ "type": "Feature", "properties": { "name": "Itapira", "population": 61607.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.82167, -22.43611 ] } },
{ "type": "Feature", "properties": { "name": "Itapevi", "population": 201748.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.93417, -23.54889 ] } },
{ "type": "Feature", "properties": { "name": "Itapeva", "population": 62957.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.87556, -23.98222 ] } },
{ "type": "Feature", "properties": { "name": "Itapetininga", "population": 126243.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.05306, -23.59167 ] } },
{ "type": "Feature", "properties": { "name": "Itapetinga", "population": 59721.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.24778, -15.24889 ] } },
{ "type": "Feature", "properties": { "name": "Itaperuna", "population": 84435.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.88778, -21.205 ] } },
{ "type": "Feature", "properties": { "name": "Itaperuçu", "population": 26546.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.34778, -25.22 ] } },
{ "type": "Feature", "properties": { "name": "Itapemirim", "population": 17536.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.83389, -21.01111 ] } },
{ "type": "Feature", "properties": { "name": "Itapema", "population": 36761.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.61139, -27.09028 ] } },
{ "type": "Feature", "properties": { "name": "Itapecerica da Serra", "population": 151605.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.84917, -23.71694 ] } },
{ "type": "Feature", "properties": { "name": "Itapecerica", "population": 16684.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.12556, -20.4725 ] } },
{ "type": "Feature", "properties": { "name": "Itaparica", "population": 20100.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.67861, -12.88833 ] } },
{ "type": "Feature", "properties": { "name": "Itapaci", "population": 16117.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.54944, -14.95083 ] } },
{ "type": "Feature", "properties": { "name": "Itaocara", "population": 16762.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.07611, -21.66917 ] } },
{ "type": "Feature", "properties": { "name": "Itanhém", "population": 13517.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.33, -17.16639 ] } },
{ "type": "Feature", "properties": { "name": "Itanhandu", "population": 11274.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.93472, -22.29583 ] } },
{ "type": "Feature", "properties": { "name": "Imbituva", "population": 19671.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.60444, -25.23 ] } },
{ "type": "Feature", "properties": { "name": "Itanhaém", "population": 90385.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.78889, -24.18306 ] } },
{ "type": "Feature", "properties": { "name": "Itambé", "population": 23558.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.62444, -15.245 ] } },
{ "type": "Feature", "properties": { "name": "Itambacuri", "population": 14652.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.685, -18.03111 ] } },
{ "type": "Feature", "properties": { "name": "Itamarandiba", "population": 18063.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.85889, -17.85722 ] } },
{ "type": "Feature", "properties": { "name": "Itamaraju", "population": 47628.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.53111, -17.03917 ] } },
{ "type": "Feature", "properties": { "name": "Itajuípe", "population": 15516.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.375, -14.67806 ] } },
{ "type": "Feature", "properties": { "name": "Itajubá", "population": 81870.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.45278, -22.42556 ] } },
{ "type": "Feature", "properties": { "name": "Itajobi", "population": 12231.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.05444, -21.31806 ] } },
{ "type": "Feature", "properties": { "name": "Itagibá", "population": 9843.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.84278, -14.28361 ] } },
{ "type": "Feature", "properties": { "name": "Itajaí", "population": 155716.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.66194, -26.90778 ] } },
{ "type": "Feature", "properties": { "name": "Itaí", "population": 22304.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.09056, -23.41778 ] } },
{ "type": "Feature", "properties": { "name": "Itaguaí", "population": 100752.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.77528, -22.85222 ] } },
{ "type": "Feature", "properties": { "name": "Itaguaçu", "population": 8201.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.85556, -19.80194 ] } },
{ "type": "Feature", "properties": { "name": "Itagi", "population": 10533.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.00611, -14.16278 ] } },
{ "type": "Feature", "properties": { "name": "Itacaré", "population": 12484.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.99584, -14.2789 ] } },
{ "type": "Feature", "properties": { "name": "Itacarambi", "population": 13084.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.09194, -15.10222 ] } },
{ "type": "Feature", "properties": { "name": "Itabuna", "population": 205660.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.28028, -14.78556 ] } },
{ "type": "Feature", "properties": { "name": "Itaboraí", "population": 182498.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.85944, -22.74444 ] } },
{ "type": "Feature", "properties": { "name": "Itabirito", "population": 39452.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.80139, -20.25333 ] } },
{ "type": "Feature", "properties": { "name": "Itabira", "population": 99496.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.22694, -19.61917 ] } },
{ "type": "Feature", "properties": { "name": "Itaberaí", "population": 22129.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.81028, -16.02028 ] } },
{ "type": "Feature", "properties": { "name": "Itaberaba", "population": 47301.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.30694, -12.5275 ] } },
{ "type": "Feature", "properties": { "name": "Itaberá", "population": 11097.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.13722, -23.86194 ] } },
{ "type": "Feature", "properties": { "name": "Itabaianinha", "population": 17149.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.79, -11.27389 ] } },
{ "type": "Feature", "properties": { "name": "Itabaiana", "population": 63888.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.42528, -10.685 ] } },
{ "type": "Feature", "properties": { "name": "Irecê", "population": 63626.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.85583, -11.30417 ] } },
{ "type": "Feature", "properties": { "name": "Irati", "population": 45830.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.65111, -25.46722 ] } },
{ "type": "Feature", "properties": { "name": "Irará", "population": 9099.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.76667, -12.05 ] } },
{ "type": "Feature", "properties": { "name": "Iraquara", "population": 5131.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.61944, -12.24861 ] } },
{ "type": "Feature", "properties": { "name": "Iracemápolis", "population": 16795.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.51861, -22.58056 ] } },
{ "type": "Feature", "properties": { "name": "Ipuã", "population": 12370.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.01222, -20.43806 ] } },
{ "type": "Feature", "properties": { "name": "Iporã", "population": 10353.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.70417, -24.00306 ] } },
{ "type": "Feature", "properties": { "name": "Iporá", "population": 28254.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.11778, -16.44194 ] } },
{ "type": "Feature", "properties": { "name": "Ipirá", "population": 27217.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.73722, -12.15833 ] } },
{ "type": "Feature", "properties": { "name": "Ipiaú", "population": 38762.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.73708, -14.13341 ] } },
{ "type": "Feature", "properties": { "name": "Iperó", "population": 17160.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.68861, -23.35028 ] } },
{ "type": "Feature", "properties": { "name": "Ipauçu", "population": 10833.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.62639, -23.05667 ] } },
{ "type": "Feature", "properties": { "name": "Ipatinga", "population": 228746.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.53667, -19.46833 ] } },
{ "type": "Feature", "properties": { "name": "Ipameri", "population": 18607.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.15972, -17.72194 ] } },
{ "type": "Feature", "properties": { "name": "Ipaba", "population": 15970.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.41944, -19.41361 ] } },
{ "type": "Feature", "properties": { "name": "Inhumas", "population": 44058.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.49611, -16.35778 ] } },
{ "type": "Feature", "properties": { "name": "Inhapim", "population": 13593.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.12, -19.54917 ] } },
{ "type": "Feature", "properties": { "name": "Inhambupe", "population": 14735.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.35306, -11.78444 ] } },
{ "type": "Feature", "properties": { "name": "Indaiatuba", "population": 179911.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.2119, -23.08842 ] } },
{ "type": "Feature", "properties": { "name": "Indaial", "population": 44359.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.23167, -26.89778 ] } },
{ "type": "Feature", "properties": { "name": "Bicas", "population": 12683.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.05944, -21.72528 ] } },
{ "type": "Feature", "properties": { "name": "Ilhéus", "population": 155499.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.03949, -14.79364 ] } },
{ "type": "Feature", "properties": { "name": "Ilha Solteira", "population": 24997.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.3425, -20.43278 ] } },
{ "type": "Feature", "properties": { "name": "Ilhabela", "population": 32892.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.35806, -23.77806 ] } },
{ "type": "Feature", "properties": { "name": "Ijuí", "population": 71202.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.91472, -28.38778 ] } },
{ "type": "Feature", "properties": { "name": "Iguatemi", "population": 9619.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.56111, -23.68028 ] } },
{ "type": "Feature", "properties": { "name": "Iguape", "population": 23784.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.55528, -24.70806 ] } },
{ "type": "Feature", "properties": { "name": "Iguaí", "population": 14217.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.08917, -14.75639 ] } },
{ "type": "Feature", "properties": { "name": "Iguaba Grande", "population": 11104.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.22889, -22.83917 ] } },
{ "type": "Feature", "properties": { "name": "Igrejinha", "population": 28679.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.79028, -29.57444 ] } },
{ "type": "Feature", "properties": { "name": "Igarapé", "population": 21427.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.30167, -20.07028 ] } },
{ "type": "Feature", "properties": { "name": "Igarapava", "population": 29057.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.74694, -20.03833 ] } },
{ "type": "Feature", "properties": { "name": "Igaraçu do Tietê", "population": 22758.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.55778, -22.50917 ] } },
{ "type": "Feature", "properties": { "name": "Iconha", "population": 5051.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.81111, -20.79306 ] } },
{ "type": "Feature", "properties": { "name": "Içara", "population": 51454.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.3, -28.71333 ] } },
{ "type": "Feature", "properties": { "name": "Ibotirama", "population": 17354.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.22056, -12.18528 ] } },
{ "type": "Feature", "properties": { "name": "Ibiúna", "population": 22860.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.2225, -23.65639 ] } },
{ "type": "Feature", "properties": { "name": "Ibitinga", "population": 49074.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.82889, -21.75778 ] } },
{ "type": "Feature", "properties": { "name": "Ibirubá", "population": 14180.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.08972, -28.6275 ] } },
{ "type": "Feature", "properties": { "name": "Ibirité", "population": 141374.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.05889, -20.02194 ] } },
{ "type": "Feature", "properties": { "name": "Ibirataia", "population": 19942.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.64056, -14.06694 ] } },
{ "type": "Feature", "properties": { "name": "Ibirapitanga", "population": 7302.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.37361, -14.16417 ] } },
{ "type": "Feature", "properties": { "name": "Ibirama", "population": 18357.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.51778, -27.05694 ] } },
{ "type": "Feature", "properties": { "name": "Ibiraçu", "population": 8921.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.36972, -19.83194 ] } },
{ "type": "Feature", "properties": { "name": "Ibiporã", "population": 44790.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.04806, -23.26917 ] } },
{ "type": "Feature", "properties": { "name": "Ibipeba", "population": 14428.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.01111, -11.64083 ] } },
{ "type": "Feature", "properties": { "name": "Ibicuí", "population": 10639.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.98667, -14.84167 ] } },
{ "type": "Feature", "properties": { "name": "Ibicaraí", "population": 19574.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.5875, -14.865 ] } },
{ "type": "Feature", "properties": { "name": "Ibiá", "population": 18428.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.53889, -19.47833 ] } },
{ "type": "Feature", "properties": { "name": "Ibatiba", "population": 12265.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.51056, -20.23389 ] } },
{ "type": "Feature", "properties": { "name": "Ibaté", "population": 29550.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.99667, -21.95472 ] } },
{ "type": "Feature", "properties": { "name": "Ibaiti", "population": 25796.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.18778, -23.84861 ] } },
{ "type": "Feature", "properties": { "name": "Iaçu", "population": 22664.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.21167, -12.76722 ] } },
{ "type": "Feature", "properties": { "name": "Iaciara", "population": 9207.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.63167, -14.09583 ] } },
{ "type": "Feature", "properties": { "name": "Hortolândia", "population": 203533.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.22, -22.85833 ] } },
{ "type": "Feature", "properties": { "name": "Horizontina", "population": 14416.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.30778, -27.62583 ] } },
{ "type": "Feature", "properties": { "name": "Hidrolândia", "population": 7082.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.22806, -16.96222 ] } },
{ "type": "Feature", "properties": { "name": "Herval", "population": 18063.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.39556, -32.02361 ] } },
{ "type": "Feature", "properties": { "name": "Gurupi", "population": 64789.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.06861, -11.72917 ] } },
{ "type": "Feature", "properties": { "name": "Guiratinga", "population": 10934.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.76177, -16.34534 ] } },
{ "type": "Feature", "properties": { "name": "Guia Lopes da Laguna", "population": 9681.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.11417, -21.45778 ] } },
{ "type": "Feature", "properties": { "name": "Guaxupé", "population": 47889.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.71278, -21.30528 ] } },
{ "type": "Feature", "properties": { "name": "Guarulhos", "population": 1169577.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.53333, -23.46278 ] } },
{ "type": "Feature", "properties": { "name": "Guarujá", "population": 310424.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.25639, -23.99306 ] } },
{ "type": "Feature", "properties": { "name": "Guariba", "population": 30464.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.22833, -21.36 ] } },
{ "type": "Feature", "properties": { "name": "Guaratuba", "population": 18906.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.57472, -25.88278 ] } },
{ "type": "Feature", "properties": { "name": "Guaratinguetá", "population": 105880.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.1925, -22.81639 ] } },
{ "type": "Feature", "properties": { "name": "Guaratinga", "population": 9519.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.78189, -16.58564 ] } },
{ "type": "Feature", "properties": { "name": "Guararema", "population": 23572.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.035, -23.415 ] } },
{ "type": "Feature", "properties": { "name": "Guararapes", "population": 27557.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.64278, -21.26083 ] } },
{ "type": "Feature", "properties": { "name": "Guarapuava", "population": 150850.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.46541, -25.39048 ] } },
{ "type": "Feature", "properties": { "name": "Guarapari", "population": 100925.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.50204, -20.65367 ] } },
{ "type": "Feature", "properties": { "name": "Guaraniaçu", "population": 7781.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.87806, -25.10083 ] } },
{ "type": "Feature", "properties": { "name": "Guaranésia", "population": 17437.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.8025, -21.29917 ] } },
{ "type": "Feature", "properties": { "name": "Guaramirim", "population": 21422.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.00278, -26.47306 ] } },
{ "type": "Feature", "properties": { "name": "Guará", "population": 18263.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.82417, -20.42833 ] } },
{ "type": "Feature", "properties": { "name": "Guaporé", "population": 20050.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.89028, -28.84556 ] } },
{ "type": "Feature", "properties": { "name": "Guapó", "population": 10075.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.53194, -16.83056 ] } },
{ "type": "Feature", "properties": { "name": "Guapimirim", "population": 31202.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.98194, -22.53722 ] } },
{ "type": "Feature", "properties": { "name": "Guapiaçu", "population": 14065.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.22028, -20.795 ] } },
{ "type": "Feature", "properties": { "name": "Guanhães", "population": 23727.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.9325, -18.775 ] } },
{ "type": "Feature", "properties": { "name": "Guanambi", "population": 58877.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.78139, -14.22333 ] } },
{ "type": "Feature", "properties": { "name": "Guaíra", "population": 34092.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.31056, -20.31833 ] } },
{ "type": "Feature", "properties": { "name": "Guaçuí", "population": 19786.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.67944, -20.77556 ] } },
{ "type": "Feature", "properties": { "name": "Gravataí", "population": 238778.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.99278, -29.94218 ] } },
{ "type": "Feature", "properties": { "name": "Governador Valadares", "population": 250878.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.94944, -18.85111 ] } },
{ "type": "Feature", "properties": { "name": "Goiatuba", "population": 25925.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.35472, -18.0125 ] } },
{ "type": "Feature", "properties": { "name": "Goiás", "population": 19098.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.14028, -15.93444 ] } },
{ "type": "Feature", "properties": { "name": "Goianira", "population": 22822.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.42639, -16.49611 ] } },
{ "type": "Feature", "properties": { "name": "Goiânia", "population": 1171195.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.25389, -16.67861 ] } },
{ "type": "Feature", "properties": { "name": "Goianésia", "population": 47883.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.1175, -15.3175 ] } },
{ "type": "Feature", "properties": { "name": "Goianápolis", "population": 10114.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.02389, -16.51056 ] } },
{ "type": "Feature", "properties": { "name": "Giruá", "population": 12168.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.34972, -28.02833 ] } },
{ "type": "Feature", "properties": { "name": "General Salgado", "population": 8083.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.36056, -20.64833 ] } },
{ "type": "Feature", "properties": { "name": "Gaspar", "population": 33658.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.95889, -26.93139 ] } },
{ "type": "Feature", "properties": { "name": "Garibaldi", "population": 30364.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.53361, -29.25611 ] } },
{ "type": "Feature", "properties": { "name": "Garça", "population": 41302.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.65611, -22.21056 ] } },
{ "type": "Feature", "properties": { "name": "Gandu", "population": 21565.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.48667, -13.74389 ] } },
{ "type": "Feature", "properties": { "name": "Fundão", "population": 12714.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.40473, -19.93408 ] } },
{ "type": "Feature", "properties": { "name": "Frutal", "population": 40931.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.94056, -20.02472 ] } },
{ "type": "Feature", "properties": { "name": "Frei Paulo", "population": 7047.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.53444, -10.54944 ] } },
{ "type": "Feature", "properties": { "name": "Frederico Westphalen", "population": 20896.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.39444, -27.35917 ] } },
{ "type": "Feature", "properties": { "name": "Franco da Rocha", "population": 108858.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.72694, -23.32167 ] } },
{ "type": "Feature", "properties": { "name": "Francisco Sá", "population": 13997.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.48833, -16.47583 ] } },
{ "type": "Feature", "properties": { "name": "Francisco Morato", "population": 171790.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.74528, -23.28167 ] } },
{ "type": "Feature", "properties": { "name": "Francisco Beltrão", "population": 57618.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.055, -26.08111 ] } },
{ "type": "Feature", "properties": { "name": "Foz do Iguaçu", "population": 293523.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.58806, -25.54778 ] } },
{ "type": "Feature", "properties": { "name": "Forquilhinha", "population": 22998.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.47222, -28.7475 ] } },
{ "type": "Feature", "properties": { "name": "Formosa do Rio Preto", "population": 14354.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.19306, -11.04833 ] } },
{ "type": "Feature", "properties": { "name": "Formosa", "population": 81232.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.33444, -15.53722 ] } },
{ "type": "Feature", "properties": { "name": "Formiga", "population": 56404.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.42639, -20.46444 ] } },
{ "type": "Feature", "properties": { "name": "Paulista Flórida", "population": 8865.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.2, -21.6 ] } },
{ "type": "Feature", "properties": { "name": "Florianópolis", "population": 412724.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.54917, -27.59667 ] } },
{ "type": "Feature", "properties": { "name": "Florestópolis", "population": 13250.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.38722, -22.86333 ] } },
{ "type": "Feature", "properties": { "name": "Flores da Cunha", "population": 20521.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.18167, -29.02889 ] } },
{ "type": "Feature", "properties": { "name": "Firminópolis", "population": 9084.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.305, -16.58194 ] } },
{ "type": "Feature", "properties": { "name": "Ferraz de Vasconcelos", "population": 167900.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.36861, -23.54083 ] } },
{ "type": "Feature", "properties": { "name": "Fernandópolis", "population": 61931.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.24639, -20.28389 ] } },
{ "type": "Feature", "properties": { "name": "Feira de Santana", "population": 481911.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.96667, -12.26667 ] } },
{ "type": "Feature", "properties": { "name": "Faxinal", "population": 13464.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.31944, -24.00028 ] } },
{ "type": "Feature", "properties": { "name": "Fartura", "population": 12405.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.51, -23.38833 ] } },
{ "type": "Feature", "properties": { "name": "Farroupilha", "population": 57650.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.34778, -29.225 ] } },
{ "type": "Feature", "properties": { "name": "Extrema", "population": 13682.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.31833, -22.85472 ] } },
{ "type": "Feature", "properties": { "name": "Euclides da Cunha", "population": 29738.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.01583, -10.5075 ] } },
{ "type": "Feature", "properties": { "name": "Estrela", "population": 24200.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.93833, -28.06111 ] } },
{ "type": "Feature", "properties": { "name": "Esteio", "population": 84902.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.17917, -29.86139 ] } },
{ "type": "Feature", "properties": { "name": "Estância Velha", "population": 40390.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.17389, -29.64833 ] } },
{ "type": "Feature", "properties": { "name": "Estância", "population": 55654.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.43833, -11.26833 ] } },
{ "type": "Feature", "properties": { "name": "Espumoso", "population": 10340.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.84972, -28.72472 ] } },
{ "type": "Feature", "properties": { "name": "Esplanada", "population": 18859.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.945, -11.79611 ] } },
{ "type": "Feature", "properties": { "name": "Espinosa", "population": 17548.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.81917, -14.92611 ] } },
{ "type": "Feature", "properties": { "name": "Espera Feliz", "population": 13030.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.90722, -20.65028 ] } },
{ "type": "Feature", "properties": { "name": "Esmeraldas", "population": 103206.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.31389, -19.7625 ] } },
{ "type": "Feature", "properties": { "name": "Erechim", "population": 96087.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.2754, -27.63461 ] } },
{ "type": "Feature", "properties": { "name": "Entre Rios", "population": 27405.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.08444, -11.94194 ] } },
{ "type": "Feature", "properties": { "name": "Engenheiro Beltrão", "population": 14954.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.26917, -23.79722 ] } },
{ "type": "Feature", "properties": { "name": "Encruzilhada do Sul", "population": 17199.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.52194, -30.54389 ] } },
{ "type": "Feature", "properties": { "name": "Encantado", "population": 16637.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.86972, -29.23611 ] } },
{ "type": "Feature", "properties": { "name": "Embu Guaçu", "population": 76310.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.81139, -23.83222 ] } },
{ "type": "Feature", "properties": { "name": "Embu", "population": 221733.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.85222, -23.64889 ] } },
{ "type": "Feature", "properties": { "name": "Elói Mendes", "population": 19413.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.56528, -21.61 ] } },
{ "type": "Feature", "properties": { "name": "Elias Fausto", "population": 12704.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.37389, -23.04278 ] } },
{ "type": "Feature", "properties": { "name": "Eldorado", "population": 9075.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.28361, -23.78694 ] } },
{ "type": "Feature", "properties": { "name": "Edéia", "population": 9838.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.93139, -17.33833 ] } },
{ "type": "Feature", "properties": { "name": "Ecoporanga", "population": 13774.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.83056, -18.37333 ] } },
{ "type": "Feature", "properties": { "name": "Duque de Caxias", "population": 818329.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.31167, -22.78556 ] } },
{ "type": "Feature", "properties": { "name": "Duartina", "population": 11902.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.40389, -22.41444 ] } },
{ "type": "Feature", "properties": { "name": "Dourados", "population": 162202.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.80556, -22.22111 ] } },
{ "type": "Feature", "properties": { "name": "Dores do Indaiá", "population": 12859.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.60167, -19.46333 ] } },
{ "type": "Feature", "properties": { "name": "Dom Pedrito", "population": 36911.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.67306, -30.98278 ] } },
{ "type": "Feature", "properties": { "name": "Domingos Martins", "population": 6061.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.65917, -20.36333 ] } },
{ "type": "Feature", "properties": { "name": "Dois Vizinhos", "population": 22766.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.05722, -25.73361 ] } },
{ "type": "Feature", "properties": { "name": "Dois Córregos", "population": 20974.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.38028, -22.36611 ] } },
{ "type": "Feature", "properties": { "name": "Divinópolis", "population": 193832.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.88389, -20.13889 ] } },
{ "type": "Feature", "properties": { "name": "Divino das Laranjeiras", "population": 9058.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.47972, -18.77778 ] } },
{ "type": "Feature", "properties": { "name": "Diamantino", "population": 15699.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.44611, -14.40861 ] } },
{ "type": "Feature", "properties": { "name": "Diamantina", "population": 37343.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.60568, -18.24142 ] } },
{ "type": "Feature", "properties": { "name": "Diadema", "population": 390633.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.62278, -23.68611 ] } },
{ "type": "Feature", "properties": { "name": "Descalvado", "population": 26137.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.61944, -21.90389 ] } },
{ "type": "Feature", "properties": { "name": "Curvelo", "population": 63954.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.43083, -18.75639 ] } },
{ "type": "Feature", "properties": { "name": "Curitibanos", "population": 32141.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.58444, -27.28278 ] } },
{ "type": "Feature", "properties": { "name": "Curitiba", "population": 1718421.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.27306, -25.42778 ] } },
{ "type": "Feature", "properties": { "name": "Cunha", "population": 11895.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.95972, -23.07444 ] } },
{ "type": "Feature", "properties": { "name": "Cuiabá", "population": 521934.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.09667, -15.59611 ] } },
{ "type": "Feature", "properties": { "name": "Cubatão", "population": 118410.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.42528, -23.895 ] } },
{ "type": "Feature", "properties": { "name": "Cruzília", "population": 12816.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.80833, -21.83861 ] } },
{ "type": "Feature", "properties": { "name": "Cruzeiro do Oeste", "population": 15057.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.07333, -23.785 ] } },
{ "type": "Feature", "properties": { "name": "Cruzeiro", "population": 72022.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.97108, -22.57316 ] } },
{ "type": "Feature", "properties": { "name": "Cruz das Almas", "population": 47844.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.10194, -12.67 ] } },
{ "type": "Feature", "properties": { "name": "Cruz Alta", "population": 65275.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.60639, -28.63861 ] } },
{ "type": "Feature", "properties": { "name": "Crixás", "population": 11559.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.96917, -14.54889 ] } },
{ "type": "Feature", "properties": { "name": "Cristinápolis", "population": 6430.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.75528, -11.47556 ] } },
{ "type": "Feature", "properties": { "name": "Cristalina", "population": 36531.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.61361, -16.76861 ] } },
{ "type": "Feature", "properties": { "name": "Criciúma", "population": 161954.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.36972, -28.6775 ] } },
{ "type": "Feature", "properties": { "name": "Cravinhos", "population": 32689.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.72944, -21.34028 ] } },
{ "type": "Feature", "properties": { "name": "Coxim", "population": 30215.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.76, -18.50667 ] } },
{ "type": "Feature", "properties": { "name": "Cotia", "population": 174828.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.91917, -23.60389 ] } },
{ "type": "Feature", "properties": { "name": "Costa Rica", "population": 12930.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.65, -23.41667 ] } },
{ "type": "Feature", "properties": { "name": "Cosmópolis", "population": 47772.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.19611, -22.64583 ] } },
{ "type": "Feature", "properties": { "name": "Coruripe", "population": 31427.000000 }, "geometry": { "type": "Point", "coordinates": [ -36.17556, -10.12556 ] } },
{ "type": "Feature", "properties": { "name": "Corupá", "population": 12600.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.24306, -26.42528 ] } },
{ "type": "Feature", "properties": { "name": "Corumbá", "population": 96520.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.65333, -19.00917 ] } },
{ "type": "Feature", "properties": { "name": "Correntina", "population": 13186.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.63667, -13.34333 ] } },
{ "type": "Feature", "properties": { "name": "Correia Pinto", "population": 13752.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.36111, -27.58472 ] } },
{ "type": "Feature", "properties": { "name": "Coronel Vivida", "population": 15841.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.56778, -25.97972 ] } },
{ "type": "Feature", "properties": { "name": "Coronel Fabriciano", "population": 100916.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.62889, -19.51861 ] } },
{ "type": "Feature", "properties": { "name": "Coromandel", "population": 22647.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.20028, -18.47333 ] } },
{ "type": "Feature", "properties": { "name": "Corinto", "population": 22121.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.45639, -18.38083 ] } },
{ "type": "Feature", "properties": { "name": "Cordeirópolis", "population": 25630.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.45667, -22.48194 ] } },
{ "type": "Feature", "properties": { "name": "Cordeiro", "population": 15601.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.36083, -22.02861 ] } },
{ "type": "Feature", "properties": { "name": "Corbélia", "population": 12725.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.30667, -24.79889 ] } },
{ "type": "Feature", "properties": { "name": "Coração de Maria", "population": 6571.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.75, -12.23333 ] } },
{ "type": "Feature", "properties": { "name": "Coração de Jesus", "population": 12410.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.365, -16.68528 ] } },
{ "type": "Feature", "properties": { "name": "Contagem", "population": 627123.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.05361, -19.93167 ] } },
{ "type": "Feature", "properties": { "name": "Conselheiro Pena", "population": 12734.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.47222, -19.17222 ] } },
{ "type": "Feature", "properties": { "name": "Conselheiro Lafaiete", "population": 111596.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.78611, -20.66028 ] } },
{ "type": "Feature", "properties": { "name": "Congonhas", "population": 48819.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.8588, -20.50525 ] } },
{ "type": "Feature", "properties": { "name": "Conde", "population": 15557.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.61056, -11.81361 ] } },
{ "type": "Feature", "properties": { "name": "Concórdia", "population": 55367.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.02778, -27.23417 ] } },
{ "type": "Feature", "properties": { "name": "Conchas", "population": 14301.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.01056, -23.01528 ] } },
{ "type": "Feature", "properties": { "name": "Conchal", "population": 21351.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.1725, -22.33028 ] } },
{ "type": "Feature", "properties": { "name": "Conceição do Rio Verde", "population": 12401.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.08528, -21.88083 ] } },
{ "type": "Feature", "properties": { "name": "Conceição do Mato Dentro", "population": 10708.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.425, -19.03722 ] } },
{ "type": "Feature", "properties": { "name": "Conceição do Coité", "population": 35171.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.28278, -11.56389 ] } },
{ "type": "Feature", "properties": { "name": "Conceição do Almeida", "population": 9690.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.17, -12.77944 ] } },
{ "type": "Feature", "properties": { "name": "Conceição do Jacuípe", "population": 21597.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.76667, -12.31667 ] } },
{ "type": "Feature", "properties": { "name": "Conceição das Alagoas", "population": 16152.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.38833, -19.91472 ] } },
{ "type": "Feature", "properties": { "name": "Conceição da Feira", "population": 15834.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.99861, -12.50583 ] } },
{ "type": "Feature", "properties": { "name": "Conceição da Barra", "population": 19309.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.73222, -18.59333 ] } },
{ "type": "Feature", "properties": { "name": "Colorado", "population": 20449.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.97306, -22.8375 ] } },
{ "type": "Feature", "properties": { "name": "Colombo", "population": 217000.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.22417, -25.29167 ] } },
{ "type": "Feature", "properties": { "name": "Colatina", "population": 101190.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.63056, -19.53944 ] } },
{ "type": "Feature", "properties": { "name": "Cocal", "population": 13303.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.32767, -28.60321 ] } },
{ "type": "Feature", "properties": { "name": "Coaraci", "population": 32344.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.55111, -14.64083 ] } },
{ "type": "Feature", "properties": { "name": "Clevelândia", "population": 14701.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.47083, -26.39583 ] } },
{ "type": "Feature", "properties": { "name": "Cláudio", "population": 21824.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.76583, -20.44333 ] } },
{ "type": "Feature", "properties": { "name": "Cipó", "population": 10821.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.51361, -11.09972 ] } },
{ "type": "Feature", "properties": { "name": "Cidreira", "population": 8965.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.20556, -30.18111 ] } },
{ "type": "Feature", "properties": { "name": "Cícero Dantas", "population": 18317.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.38333, -10.6 ] } },
{ "type": "Feature", "properties": { "name": "Cianorte", "population": 55994.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.605, -23.66333 ] } },
{ "type": "Feature", "properties": { "name": "Chuí", "population": 6605.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.45667, -33.69111 ] } },
{ "type": "Feature", "properties": { "name": "Chopinzinho", "population": 14141.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.52333, -25.85583 ] } },
{ "type": "Feature", "properties": { "name": "Charqueadas", "population": 32076.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.62528, -29.95472 ] } },
{ "type": "Feature", "properties": { "name": "Charqueada", "population": 12391.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.77806, -22.50972 ] } },
{ "type": "Feature", "properties": { "name": "Chapecó", "population": 160157.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.61833, -27.09639 ] } },
{ "type": "Feature", "properties": { "name": "Chapada dos Guimarães", "population": 13650.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.74972, -15.46056 ] } },
{ "type": "Feature", "properties": { "name": "Cerro Largo", "population": 9548.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.73806, -28.14861 ] } },
{ "type": "Feature", "properties": { "name": "Cerquilho", "population": 35367.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.74361, -23.165 ] } },
{ "type": "Feature", "properties": { "name": "Cerqueira César", "population": 14260.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.16611, -23.03556 ] } },
{ "type": "Feature", "properties": { "name": "Ceres", "population": 18759.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.59833, -15.30833 ] } },
{ "type": "Feature", "properties": { "name": "Centralina", "population": 9497.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.19944, -18.58389 ] } },
{ "type": "Feature", "properties": { "name": "Centenário do Sul", "population": 8357.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.59528, -22.82111 ] } },
{ "type": "Feature", "properties": { "name": "Celso Ramos", "population": 15162.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.33639, -27.63444 ] } },
{ "type": "Feature", "properties": { "name": "Caxias do Sul", "population": 381270.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.17944, -29.16806 ] } },
{ "type": "Feature", "properties": { "name": "Caxambu", "population": 22701.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.9325, -21.97722 ] } },
{ "type": "Feature", "properties": { "name": "Catu", "population": 39932.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.37889, -12.35306 ] } },
{ "type": "Feature", "properties": { "name": "Catanduva", "population": 109612.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.97278, -21.13778 ] } },
{ "type": "Feature", "properties": { "name": "Catalão", "population": 63544.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.94639, -18.16583 ] } },
{ "type": "Feature", "properties": { "name": "Cataguases", "population": 62618.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.69667, -21.38917 ] } },
{ "type": "Feature", "properties": { "name": "Castro Alves", "population": 13868.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.42833, -12.76556 ] } },
{ "type": "Feature", "properties": { "name": "Castro", "population": 42091.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.01225, -24.78927 ] } },
{ "type": "Feature", "properties": { "name": "Castilho", "population": 11419.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.4875, -20.87222 ] } },
{ "type": "Feature", "properties": { "name": "Castelo", "population": 20198.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.18472, -20.60361 ] } },
{ "type": "Feature", "properties": { "name": "Cassilândia", "population": 18497.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.73417, -19.11333 ] } },
{ "type": "Feature", "properties": { "name": "Cássia", "population": 14391.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.92194, -20.58306 ] } },
{ "type": "Feature", "properties": { "name": "Casimiro de Abreu", "population": 19087.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.20417, -22.48056 ] } },
{ "type": "Feature", "properties": { "name": "Cascavel", "population": 257172.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.45528, -24.95583 ] } },
{ "type": "Feature", "properties": { "name": "Casa Branca", "population": 22497.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.08639, -21.77389 ] } },
{ "type": "Feature", "properties": { "name": "Carmo do Rio Verde", "population": 6053.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.7075, -15.35361 ] } },
{ "type": "Feature", "properties": { "name": "Carmo do Rio Claro", "population": 14446.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.11889, -20.97194 ] } },
{ "type": "Feature", "properties": { "name": "Carmo do Paranaíba", "population": 26537.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.31611, -19.00083 ] } },
{ "type": "Feature", "properties": { "name": "Carmo do Cajuru", "population": 16332.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.77111, -20.18417 ] } },
{ "type": "Feature", "properties": { "name": "Carmo", "population": 11555.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.60861, -21.93361 ] } },
{ "type": "Feature", "properties": { "name": "Carlos Chagas", "population": 13206.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.76639, -17.70306 ] } },
{ "type": "Feature", "properties": { "name": "Carlos Barbosa", "population": 19105.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.50361, -29.2975 ] } },
{ "type": "Feature", "properties": { "name": "Carira", "population": 10275.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.70111, -10.36083 ] } },
{ "type": "Feature", "properties": { "name": "Carinhanha", "population": 11407.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.765, -14.30472 ] } },
{ "type": "Feature", "properties": { "name": "Cardoso", "population": 10556.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.91417, -20.08194 ] } },
{ "type": "Feature", "properties": { "name": "Carazinho", "population": 59417.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.78639, -28.28389 ] } },
{ "type": "Feature", "properties": { "name": "Caratinga", "population": 60066.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.13917, -19.78972 ] } },
{ "type": "Feature", "properties": { "name": "Caarapó", "population": 13863.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.82222, -22.63417 ] } },
{ "type": "Feature", "properties": { "name": "Carapicuíba", "population": 361112.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.835, -23.52272 ] } },
{ "type": "Feature", "properties": { "name": "Carangola", "population": 25321.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.02944, -20.73306 ] } },
{ "type": "Feature", "properties": { "name": "Carandaí", "population": 16657.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.80639, -20.95361 ] } },
{ "type": "Feature", "properties": { "name": "Carambeí", "population": 13465.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.1159, -24.9526 ] } },
{ "type": "Feature", "properties": { "name": "Caraí", "population": 6750.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.69472, -17.18889 ] } },
{ "type": "Feature", "properties": { "name": "Caraguatatuba", "population": 90843.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.41306, -23.62028 ] } },
{ "type": "Feature", "properties": { "name": "Capivari", "population": 35518.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.50778, -22.995 ] } },
{ "type": "Feature", "properties": { "name": "Capinzal", "population": 23795.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.61194, -27.34361 ] } },
{ "type": "Feature", "properties": { "name": "Capinópolis", "population": 12486.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.56972, -18.68194 ] } },
{ "type": "Feature", "properties": { "name": "Capim Grosso", "population": 17322.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.01278, -11.38111 ] } },
{ "type": "Feature", "properties": { "name": "Capelinha", "population": 20073.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.51583, -17.69139 ] } },
{ "type": "Feature", "properties": { "name": "Capela do Alto", "population": 11991.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.73472, -23.47056 ] } },
{ "type": "Feature", "properties": { "name": "Capela", "population": 16023.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.05278, -10.50333 ] } },
{ "type": "Feature", "properties": { "name": "Capão da Canoa", "population": 35896.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.00972, -29.74556 ] } },
{ "type": "Feature", "properties": { "name": "Capâo Bonito", "population": 37206.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.34944, -24.00583 ] } },
{ "type": "Feature", "properties": { "name": "Cantagalo", "population": 14019.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.36806, -21.98111 ] } },
{ "type": "Feature", "properties": { "name": "Canoinhas", "population": 38862.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.39, -26.17722 ] } },
{ "type": "Feature", "properties": { "name": "Canoas", "population": 328291.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.18361, -29.91778 ] } },
{ "type": "Feature", "properties": { "name": "Canguçu", "population": 20134.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.67556, -31.395 ] } },
{ "type": "Feature", "properties": { "name": "Canela", "population": 33528.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.81357, -29.35622 ] } },
{ "type": "Feature", "properties": { "name": "Cândido Mota", "population": 28144.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.38694, -22.74639 ] } },
{ "type": "Feature", "properties": { "name": "Cândido de Abreu", "population": 5102.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.33333, -24.56694 ] } },
{ "type": "Feature", "properties": { "name": "Candelária", "population": 30171.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.78889, -29.66917 ] } },
{ "type": "Feature", "properties": { "name": "Canavieiras", "population": 26375.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.94722, -15.675 ] } },
{ "type": "Feature", "properties": { "name": "Canarana", "population": 10785.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.76889, -11.68472 ] } },
{ "type": "Feature", "properties": { "name": "Cananéia", "population": 13785.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.92667, -25.01472 ] } },
{ "type": "Feature", "properties": { "name": "Campo Verde", "population": 22806.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.06667, -20.41667 ] } },
{ "type": "Feature", "properties": { "name": "Campos Novos", "population": 22563.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.225, -27.40167 ] } },
{ "type": "Feature", "properties": { "name": "Campos Gerais", "population": 22260.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.75861, -21.235 ] } },
{ "type": "Feature", "properties": { "name": "Campos do Jordão", "population": 53319.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.59139, -22.73944 ] } },
{ "type": "Feature", "properties": { "name": "Campos Belos", "population": 15582.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.77167, -13.03667 ] } },
{ "type": "Feature", "properties": { "name": "Campos Altos", "population": 12648.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.17139, -19.69611 ] } },
{ "type": "Feature", "properties": { "name": "Campos", "population": 387417.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.33044, -21.75227 ] } },
{ "type": "Feature", "properties": { "name": "Campo Mourão", "population": 75401.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.37929, -24.04309 ] } },
{ "type": "Feature", "properties": { "name": "Campo Largo", "population": 94668.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.53014, -25.45955 ] } },
{ "type": "Feature", "properties": { "name": "Campo Grande", "population": 729151.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.64639, -20.44278 ] } },
{ "type": "Feature", "properties": { "name": "Campo Formoso", "population": 23920.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.32139, -10.5075 ] } },
{ "type": "Feature", "properties": { "name": "Campo do Brito", "population": 8011.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.49333, -10.73333 ] } },
{ "type": "Feature", "properties": { "name": "Campo Belo", "population": 47491.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.27722, -20.89722 ] } },
{ "type": "Feature", "properties": { "name": "Campina Verde", "population": 13137.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.48639, -19.53556 ] } },
{ "type": "Feature", "properties": { "name": "Campinas", "population": 1031554.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.06083, -22.90556 ] } },
{ "type": "Feature", "properties": { "name": "Campina Grande do Sul", "population": 31112.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.05528, -25.30556 ] } },
{ "type": "Feature", "properties": { "name": "Campestre", "population": 11802.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.24639, -21.71111 ] } },
{ "type": "Feature", "properties": { "name": "Campanha", "population": 12506.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.40056, -21.83611 ] } },
{ "type": "Feature", "properties": { "name": "Cambuquira", "population": 10116.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.29583, -21.85222 ] } },
{ "type": "Feature", "properties": { "name": "Cambuí", "population": 21246.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.0575, -22.61222 ] } },
{ "type": "Feature", "properties": { "name": "Cambuci", "population": 9395.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.91111, -21.57528 ] } },
{ "type": "Feature", "properties": { "name": "Cambé", "population": 91080.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.27833, -23.27583 ] } },
{ "type": "Feature", "properties": { "name": "Cambará", "population": 21380.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.07361, -23.04639 ] } },
{ "type": "Feature", "properties": { "name": "Camaquã", "population": 53169.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.81222, -30.85111 ] } },
{ "type": "Feature", "properties": { "name": "Camapuã", "population": 11118.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.04389, -19.53139 ] } },
{ "type": "Feature", "properties": { "name": "Camanducaia", "population": 17822.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.14472, -22.75528 ] } },
{ "type": "Feature", "properties": { "name": "Camamu", "population": 13924.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.10389, -13.94472 ] } },
{ "type": "Feature", "properties": { "name": "Camaçari", "population": 188758.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.32417, -12.6975 ] } },
{ "type": "Feature", "properties": { "name": "Caldas Novas", "population": 63675.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.62789, -17.74431 ] } },
{ "type": "Feature", "properties": { "name": "Cajuru", "population": 19539.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.30417, -21.27528 ] } },
{ "type": "Feature", "properties": { "name": "Cajati", "population": 27565.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.12278, -24.73611 ] } },
{ "type": "Feature", "properties": { "name": "Cajamar", "population": 56682.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.87694, -23.35611 ] } },
{ "type": "Feature", "properties": { "name": "Caieiras", "population": 87188.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.74056, -23.36417 ] } },
{ "type": "Feature", "properties": { "name": "Caiapônia", "population": 10947.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.81028, -16.95667 ] } },
{ "type": "Feature", "properties": { "name": "Cafelândia", "population": 13777.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.61, -21.8025 ] } },
{ "type": "Feature", "properties": { "name": "Cafarnaum", "population": 12937.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.46833, -11.69361 ] } },
{ "type": "Feature", "properties": { "name": "Caetité", "population": 27187.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.475, -14.06944 ] } },
{ "type": "Feature", "properties": { "name": "Caeté", "population": 33231.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.66972, -19.88 ] } },
{ "type": "Feature", "properties": { "name": "Caculé", "population": 12143.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.22222, -14.50333 ] } },
{ "type": "Feature", "properties": { "name": "Caçu", "population": 10098.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.13083, -18.55667 ] } },
{ "type": "Feature", "properties": { "name": "Caconde", "population": 12434.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.64389, -21.52944 ] } },
{ "type": "Feature", "properties": { "name": "Cachoeiro de Itapemirim", "population": 187019.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.11278, -20.84889 ] } },
{ "type": "Feature", "properties": { "name": "Cachoeirinha", "population": 121084.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.09389, -29.95111 ] } },
{ "type": "Feature", "properties": { "name": "Cachoeiras de Macacu", "population": 46177.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.65306, -22.4625 ] } },
{ "type": "Feature", "properties": { "name": "Cachoeira do Sul", "population": 74694.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.89389, -30.03917 ] } },
{ "type": "Feature", "properties": { "name": "Cachoeira", "population": 16145.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.95583, -12.61833 ] } },
{ "type": "Feature", "properties": { "name": "Cacequi", "population": 12867.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.825, -29.88361 ] } },
{ "type": "Feature", "properties": { "name": "Caçapava do Sul", "population": 17522.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.48496, -30.51436 ] } },
{ "type": "Feature", "properties": { "name": "Caçapava", "population": 72340.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.70694, -23.10083 ] } },
{ "type": "Feature", "properties": { "name": "Caçador", "population": 63726.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.015, -26.77528 ] } },
{ "type": "Feature", "properties": { "name": "Cabreúva", "population": 38738.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.13278, -23.3075 ] } },
{ "type": "Feature", "properties": { "name": "Cabo Frio", "population": 108239.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.02622, -22.88717 ] } },
{ "type": "Feature", "properties": { "name": "Butiá", "population": 19494.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.96222, -30.11972 ] } },
{ "type": "Feature", "properties": { "name": "Buritizeiro", "population": 25103.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.96222, -17.35111 ] } },
{ "type": "Feature", "properties": { "name": "Buritis", "population": 16243.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.42333, -15.61778 ] } },
{ "type": "Feature", "properties": { "name": "Buriti Alegre", "population": 9427.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.04028, -18.14 ] } },
{ "type": "Feature", "properties": { "name": "Buritama", "population": 12712.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.14722, -21.06611 ] } },
{ "type": "Feature", "properties": { "name": "Buri", "population": 15958.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.59278, -23.7975 ] } },
{ "type": "Feature", "properties": { "name": "Boquim", "population": 14848.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.62056, -11.14694 ] } },
{ "type": "Feature", "properties": { "name": "Buerarema", "population": 16001.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.29972, -14.95944 ] } },
{ "type": "Feature", "properties": { "name": "Bueno Brandão", "population": 5777.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.35083, -22.44083 ] } },
{ "type": "Feature", "properties": { "name": "Brusque", "population": 88284.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.9175, -27.09806 ] } },
{ "type": "Feature", "properties": { "name": "Brumado", "population": 41989.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.66528, -14.20361 ] } },
{ "type": "Feature", "properties": { "name": "Brumadinho", "population": 27563.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.19972, -20.14333 ] } },
{ "type": "Feature", "properties": { "name": "Brotas", "population": 18689.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.12667, -22.28417 ] } },
{ "type": "Feature", "properties": { "name": "Brodósqui", "population": 18366.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.65861, -20.99139 ] } },
{ "type": "Feature", "properties": { "name": "Brasília de Minas", "population": 14728.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.43333, -16.20639 ] } },
{ "type": "Feature", "properties": { "name": "Brasília", "population": 2207718.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.92972, -15.77972 ] } },
{ "type": "Feature", "properties": { "name": "Bragança Paulista", "population": 125096.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.54194, -22.95194 ] } },
{ "type": "Feature", "properties": { "name": "Braço do Norte", "population": 22374.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.16556, -28.275 ] } },
{ "type": "Feature", "properties": { "name": "Botucatu", "population": 113862.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.445, -22.88583 ] } },
{ "type": "Feature", "properties": { "name": "Botelhos", "population": 11072.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.395, -21.63333 ] } },
{ "type": "Feature", "properties": { "name": "Borda da Mata", "population": 12814.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.16528, -22.27417 ] } },
{ "type": "Feature", "properties": { "name": "Borborema", "population": 11758.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.07361, -21.61972 ] } },
{ "type": "Feature", "properties": { "name": "Boquira", "population": 6306.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.73056, -12.82306 ] } },
{ "type": "Feature", "properties": { "name": "Bonito", "population": 14504.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.48194, -21.12111 ] } },
{ "type": "Feature", "properties": { "name": "Bom Sucesso", "population": 13786.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.75806, -21.03306 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jesus dos Perdões", "population": 12422.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.46528, -23.135 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jesus do Itabapoana", "population": 30821.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.67972, -21.13389 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jesus do Galho", "population": 12475.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.31611, -19.82889 ] } },
{ "type": "Feature", "properties": { "name": "Bom Jesus da Lapa", "population": 40691.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.41806, -13.255 ] } },
{ "type": "Feature", "properties": { "name": "Bom Despacho", "population": 40303.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.25222, -19.73639 ] } },
{ "type": "Feature", "properties": { "name": "Boituva", "population": 48750.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.67222, -23.28333 ] } },
{ "type": "Feature", "properties": { "name": "Bocaiúva", "population": 32114.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.815, -17.10778 ] } },
{ "type": "Feature", "properties": { "name": "Boa Esperança do Sul", "population": 10787.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.39083, -21.9925 ] } },
{ "type": "Feature", "properties": { "name": "Boa Esperança", "population": 33840.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.56583, -21.09 ] } },
{ "type": "Feature", "properties": { "name": "Boa Esperança", "population": 9254.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.29583, -18.54 ] } },
{ "type": "Feature", "properties": { "name": "Blumenau", "population": 293949.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.06611, -26.91944 ] } },
{ "type": "Feature", "properties": { "name": "Biritiba Mirim", "population": 26459.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.03861, -23.5725 ] } },
{ "type": "Feature", "properties": { "name": "Birigui", "population": 102277.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.34, -21.28861 ] } },
{ "type": "Feature", "properties": { "name": "Biguaçu", "population": 51992.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.65556, -27.49417 ] } },
{ "type": "Feature", "properties": { "name": "Betim", "population": 384000.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.19833, -19.96778 ] } },
{ "type": "Feature", "properties": { "name": "Bertioga", "population": 35759.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.13861, -23.85444 ] } },
{ "type": "Feature", "properties": { "name": "Bernardino de Campos", "population": 9342.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.47417, -23.01306 ] } },
{ "type": "Feature", "properties": { "name": "Bento Gonçalves", "population": 90852.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.51917, -29.17139 ] } },
{ "type": "Feature", "properties": { "name": "Belo Oriente", "population": 18470.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.48361, -19.22 ] } },
{ "type": "Feature", "properties": { "name": "Belo Horizonte", "population": 2373224.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.93778, -19.92083 ] } },
{ "type": "Feature", "properties": { "name": "Belmonte", "population": 9806.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.88143, -15.86104 ] } },
{ "type": "Feature", "properties": { "name": "Belford Roxo", "population": 466096.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.39944, -22.76417 ] } },
{ "type": "Feature", "properties": { "name": "Bela Vista do Paraíso", "population": 14332.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.19056, -22.99667 ] } },
{ "type": "Feature", "properties": { "name": "Bela Vista de Goiás", "population": 14289.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.95333, -16.97278 ] } },
{ "type": "Feature", "properties": { "name": "Bela Vista", "population": 18127.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.52111, -22.10889 ] } },
{ "type": "Feature", "properties": { "name": "Bebedouro", "population": 71862.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.47917, -20.94944 ] } },
{ "type": "Feature", "properties": { "name": "Bauru", "population": 335024.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.06056, -22.31472 ] } },
{ "type": "Feature", "properties": { "name": "Batatais", "population": 51976.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.585, -20.89111 ] } },
{ "type": "Feature", "properties": { "name": "Bataiporã", "population": 7346.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.27111, -22.29528 ] } },
{ "type": "Feature", "properties": { "name": "Bastos", "population": 17680.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.73389, -21.92194 ] } },
{ "type": "Feature", "properties": { "name": "Barueri", "population": 251994.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.87611, -23.51056 ] } },
{ "type": "Feature", "properties": { "name": "Barroso", "population": 16975.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.97583, -21.18694 ] } },
{ "type": "Feature", "properties": { "name": "Barro Alto", "population": 7633.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.91583, -14.97083 ] } },
{ "type": "Feature", "properties": { "name": "Barro Alto", "population": 14172.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.91167, -11.76083 ] } },
{ "type": "Feature", "properties": { "name": "Barrinha", "population": 26981.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.16389, -21.19361 ] } },
{ "type": "Feature", "properties": { "name": "Barretos", "population": 101220.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.56778, -20.55722 ] } },
{ "type": "Feature", "properties": { "name": "Barreiro do Jaíba", "population": 18167.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.59187, -15.61532 ] } },
{ "type": "Feature", "properties": { "name": "Barreiras", "population": 158292.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.99, -12.15278 ] } },
{ "type": "Feature", "properties": { "name": "Barra Velha", "population": 17665.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.68472, -26.63222 ] } },
{ "type": "Feature", "properties": { "name": "Barra Mansa", "population": 164052.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.17139, -22.54417 ] } },
{ "type": "Feature", "properties": { "name": "Barra dos Coqueiros", "population": 28586.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.03861, -10.90889 ] } },
{ "type": "Feature", "properties": { "name": "Barra do Piraí", "population": 87668.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.82556, -22.47 ] } },
{ "type": "Feature", "properties": { "name": "Barra do Garças", "population": 52398.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.25667, -15.89 ] } },
{ "type": "Feature", "properties": { "name": "Barra do Bugres", "population": 31311.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.18111, -15.0725 ] } },
{ "type": "Feature", "properties": { "name": "Barra de São Francisco", "population": 20743.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.89083, -18.755 ] } },
{ "type": "Feature", "properties": { "name": "Barra da Estiva", "population": 12614.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.32694, -13.62611 ] } },
{ "type": "Feature", "properties": { "name": "Barra Bonita", "population": 37246.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.55806, -22.49472 ] } },
{ "type": "Feature", "properties": { "name": "Barra", "population": 20894.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.14167, -11.08944 ] } },
{ "type": "Feature", "properties": { "name": "Bariri", "population": 28801.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.74028, -22.07444 ] } },
{ "type": "Feature", "properties": { "name": "Barbacena", "population": 122211.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.77361, -21.22583 ] } },
{ "type": "Feature", "properties": { "name": "Manaquiri", "population": 9981.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.35, -3.31667 ] } },
{ "type": "Feature", "properties": { "name": "Barão de Cocais", "population": 22387.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.48722, -19.94583 ] } },
{ "type": "Feature", "properties": { "name": "Bandeirantes", "population": 29494.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.3675, -23.11 ] } },
{ "type": "Feature", "properties": { "name": "Bambuí", "population": 18840.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.97694, -20.00639 ] } },
{ "type": "Feature", "properties": { "name": "Balneário Camboriú", "population": 49100.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.63472, -26.99056 ] } },
{ "type": "Feature", "properties": { "name": "Baixo Guandu", "population": 19292.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.01583, -19.51889 ] } },
{ "type": "Feature", "properties": { "name": "Baixa Grande", "population": 7534.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.16806, -11.95972 ] } },
{ "type": "Feature", "properties": { "name": "Bagé", "population": 98940.000000 }, "geometry": { "type": "Point", "coordinates": [ -54.10694, -31.33139 ] } },
{ "type": "Feature", "properties": { "name": "Baependi", "population": 12853.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.89, -21.95889 ] } },
{ "type": "Feature", "properties": { "name": "Bady Bassitt", "population": 14214.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.44528, -20.91806 ] } },
{ "type": "Feature", "properties": { "name": "Avaré", "population": 81285.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.92583, -23.09861 ] } },
{ "type": "Feature", "properties": { "name": "Auriflama", "population": 11970.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.55472, -20.68556 ] } },
{ "type": "Feature", "properties": { "name": "Atibaia", "population": 110968.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.55028, -23.11694 ] } },
{ "type": "Feature", "properties": { "name": "Astorga", "population": 20128.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.66556, -23.2325 ] } },
{ "type": "Feature", "properties": { "name": "Astolfo Dutra", "population": 10999.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.86222, -21.31528 ] } },
{ "type": "Feature", "properties": { "name": "Assis", "population": 100911.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.41222, -22.66167 ] } },
{ "type": "Feature", "properties": { "name": "Assaí", "population": 12545.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.84139, -23.37333 ] } },
{ "type": "Feature", "properties": { "name": "Arujá", "population": 72077.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.32083, -23.39611 ] } },
{ "type": "Feature", "properties": { "name": "Artur Nogueira", "population": 40403.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.1725, -22.57306 ] } },
{ "type": "Feature", "properties": { "name": "Arroio Grande", "population": 16117.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.08694, -32.2375 ] } },
{ "type": "Feature", "properties": { "name": "Arroio dos Ratos", "population": 13404.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.72917, -30.07722 ] } },
{ "type": "Feature", "properties": { "name": "Arroio do Meio", "population": 16331.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.945, -29.40111 ] } },
{ "type": "Feature", "properties": { "name": "Arraial do Cabo", "population": 26163.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.02778, -22.96611 ] } },
{ "type": "Feature", "properties": { "name": "Armação de Búzios", "population": 23463.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.88167, -22.74694 ] } },
{ "type": "Feature", "properties": { "name": "Arinos", "population": 10077.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.10556, -15.91694 ] } },
{ "type": "Feature", "properties": { "name": "Arenápolis", "population": 9059.000000 }, "geometry": { "type": "Point", "coordinates": [ -56.84611, -14.45028 ] } },
{ "type": "Feature", "properties": { "name": "Areia Branca", "population": 7414.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.31528, -10.75778 ] } },
{ "type": "Feature", "properties": { "name": "Areal", "population": 11041.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.10556, -22.23056 ] } },
{ "type": "Feature", "properties": { "name": "Areado", "population": 10689.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.14556, -21.35861 ] } },
{ "type": "Feature", "properties": { "name": "Arcos", "population": 33355.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.53944, -20.28194 ] } },
{ "type": "Feature", "properties": { "name": "Araxá", "population": 82595.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.94056, -19.59333 ] } },
{ "type": "Feature", "properties": { "name": "Araucária", "population": 111302.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.41028, -25.59306 ] } },
{ "type": "Feature", "properties": { "name": "Araruama", "population": 109637.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.34306, -22.87278 ] } },
{ "type": "Feature", "properties": { "name": "Araras", "population": 107463.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.38417, -22.35694 ] } },
{ "type": "Feature", "properties": { "name": "Araraquara", "population": 168468.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.17556, -21.79444 ] } },
{ "type": "Feature", "properties": { "name": "Araranguá", "population": 43444.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.49538, -28.93575 ] } },
{ "type": "Feature", "properties": { "name": "Arapongas", "population": 97512.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.42444, -23.41944 ] } },
{ "type": "Feature", "properties": { "name": "Araguari", "population": 96565.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.18722, -18.64722 ] } },
{ "type": "Feature", "properties": { "name": "Aragarças", "population": 16781.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.25083, -15.8975 ] } },
{ "type": "Feature", "properties": { "name": "Araçuaí", "population": 22005.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.07028, -16.84972 ] } },
{ "type": "Feature", "properties": { "name": "Aracruz", "population": 58271.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.27333, -19.82028 ] } },
{ "type": "Feature", "properties": { "name": "Araçoiaba da Serra", "population": 15395.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.61417, -23.50528 ] } },
{ "type": "Feature", "properties": { "name": "Araci", "population": 15088.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.96667, -11.33333 ] } },
{ "type": "Feature", "properties": { "name": "Araçatuba", "population": 170024.000000 }, "geometry": { "type": "Point", "coordinates": [ -50.43278, -21.20889 ] } },
{ "type": "Feature", "properties": { "name": "Aracaju", "population": 490175.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.07167, -10.91111 ] } },
{ "type": "Feature", "properties": { "name": "Aquidauana", "population": 35303.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.78722, -20.47111 ] } },
{ "type": "Feature", "properties": { "name": "Aquidabã", "population": 10596.000000 }, "geometry": { "type": "Point", "coordinates": [ -37.01861, -10.28139 ] } },
{ "type": "Feature", "properties": { "name": "Apucarana", "population": 107085.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.46083, -23.55083 ] } },
{ "type": "Feature", "properties": { "name": "Apiaí", "population": 18259.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.8425, -24.50944 ] } },
{ "type": "Feature", "properties": { "name": "Aparecida do Taboado", "population": 17332.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.09361, -20.08667 ] } },
{ "type": "Feature", "properties": { "name": "Aparecida", "population": 34237.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.22972, -22.84694 ] } },
{ "type": "Feature", "properties": { "name": "Antonina", "population": 16152.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.71194, -25.42861 ] } },
{ "type": "Feature", "properties": { "name": "Anicuns", "population": 15684.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.96167, -16.46111 ] } },
{ "type": "Feature", "properties": { "name": "Anguera", "population": 10242.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.24639, -12.15111 ] } },
{ "type": "Feature", "properties": { "name": "Angra dos Reis", "population": 153635.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.31806, -23.00667 ] } },
{ "type": "Feature", "properties": { "name": "Angatuba", "population": 14476.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.41278, -23.48972 ] } },
{ "type": "Feature", "properties": { "name": "Andrelândia", "population": 10079.000000 }, "geometry": { "type": "Point", "coordinates": [ -44.30917, -21.73972 ] } },
{ "type": "Feature", "properties": { "name": "Andradina", "population": 52406.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.37944, -20.89611 ] } },
{ "type": "Feature", "properties": { "name": "Andradas", "population": 26772.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.56917, -22.06806 ] } },
{ "type": "Feature", "properties": { "name": "Anastácio", "population": 18817.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.80694, -20.48361 ] } },
{ "type": "Feature", "properties": { "name": "Anápolis", "population": 319587.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.95278, -16.32667 ] } },
{ "type": "Feature", "properties": { "name": "Ampére", "population": 14274.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.47278, -25.915 ] } },
{ "type": "Feature", "properties": { "name": "Amparo", "population": 41497.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.76444, -22.70111 ] } },
{ "type": "Feature", "properties": { "name": "Américo Brasiliense", "population": 34331.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.10167, -21.72444 ] } },
{ "type": "Feature", "properties": { "name": "Americana", "population": 196022.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.33139, -22.73917 ] } },
{ "type": "Feature", "properties": { "name": "América Dourada", "population": 14015.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.43611, -11.45528 ] } },
{ "type": "Feature", "properties": { "name": "Amargosa", "population": 22530.000000 }, "geometry": { "type": "Point", "coordinates": [ -39.60472, -13.03028 ] } },
{ "type": "Feature", "properties": { "name": "Alvorada", "population": 10232.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.12472, -12.48 ] } },
{ "type": "Feature", "properties": { "name": "Alvinópolis", "population": 12068.000000 }, "geometry": { "type": "Point", "coordinates": [ -43.04889, -20.10667 ] } },
{ "type": "Feature", "properties": { "name": "Álvares Machado", "population": 21642.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.47194, -22.07944 ] } },
{ "type": "Feature", "properties": { "name": "Alto Piquiri", "population": 10039.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.44056, -24.02806 ] } },
{ "type": "Feature", "properties": { "name": "Alto Paraná", "population": 10888.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.31889, -23.12889 ] } },
{ "type": "Feature", "properties": { "name": "Altãnia", "population": 11242.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.90167, -23.87444 ] } },
{ "type": "Feature", "properties": { "name": "Alto Araguaia", "population": 8780.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.21528, -17.31472 ] } },
{ "type": "Feature", "properties": { "name": "Altinópolis", "population": 14615.000000 }, "geometry": { "type": "Point", "coordinates": [ -47.37389, -21.02556 ] } },
{ "type": "Feature", "properties": { "name": "Alterosa", "population": 9277.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.14306, -21.24917 ] } },
{ "type": "Feature", "properties": { "name": "Alpinópolis", "population": 13286.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.38806, -20.86361 ] } },
{ "type": "Feature", "properties": { "name": "Almirante Tamandaré", "population": 89499.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.31, -25.32472 ] } },
{ "type": "Feature", "properties": { "name": "Almenara", "population": 29333.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.69444, -16.18361 ] } },
{ "type": "Feature", "properties": { "name": "Alfredo Chaves", "population": 6422.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.74972, -20.635 ] } },
{ "type": "Feature", "properties": { "name": "Alfenas", "population": 71406.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.94722, -21.42917 ] } },
{ "type": "Feature", "properties": { "name": "Além Paraíba", "population": 33907.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.70444, -21.88778 ] } },
{ "type": "Feature", "properties": { "name": "Alegrete", "population": 87236.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.79194, -29.78306 ] } },
{ "type": "Feature", "properties": { "name": "Alegre", "population": 19757.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.53306, -20.76361 ] } },
{ "type": "Feature", "properties": { "name": "Alagoinhas", "population": 122688.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.41917, -12.13556 ] } },
{ "type": "Feature", "properties": { "name": "Aimorés", "population": 19133.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.06389, -19.49583 ] } },
{ "type": "Feature", "properties": { "name": "Agudos", "population": 30807.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.9875, -22.46917 ] } },
{ "type": "Feature", "properties": { "name": "Águas Vermelhas", "population": 16409.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.46, -15.74722 ] } },
{ "type": "Feature", "properties": { "name": "Águas Formosas", "population": 11511.000000 }, "geometry": { "type": "Point", "coordinates": [ -40.93583, -17.08222 ] } },
{ "type": "Feature", "properties": { "name": "Águas de Lindóia", "population": 18805.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.63278, -22.47639 ] } },
{ "type": "Feature", "properties": { "name": "Aguaí", "population": 27503.000000 }, "geometry": { "type": "Point", "coordinates": [ -46.97861, -22.05944 ] } },
{ "type": "Feature", "properties": { "name": "Afonso Cláudio", "population": 13543.000000 }, "geometry": { "type": "Point", "coordinates": [ -41.12389, -20.07417 ] } },
{ "type": "Feature", "properties": { "name": "Adamantina", "population": 31078.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.0725, -21.68528 ] } },
{ "type": "Feature", "properties": { "name": "Açucena", "population": 14505.000000 }, "geometry": { "type": "Point", "coordinates": [ -42.54639, -19.07306 ] } },
{ "type": "Feature", "properties": { "name": "Acajutiba", "population": 14348.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.01722, -11.66222 ] } },
{ "type": "Feature", "properties": { "name": "Abaeté", "population": 20370.000000 }, "geometry": { "type": "Point", "coordinates": [ -45.44583, -19.16 ] } },
{ "type": "Feature", "properties": { "name": "Abadiânia", "population": 7062.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.70694, -16.20417 ] } },
{ "type": "Feature", "properties": { "name": "Guaíba", "population": 101024.000000 }, "geometry": { "type": "Point", "coordinates": [ -51.325, -30.11389 ] } },
{ "type": "Feature", "properties": { "name": "Palmas", "population": 196272.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.32766, -10.16745 ] } },
{ "type": "Feature", "properties": { "name": "Pontal do Paraná", "population": 14969.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.51111, -25.67361 ] } },
{ "type": "Feature", "properties": { "name": "Tefé", "population": 44942.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.72054, -3.36841 ] } },
{ "type": "Feature", "properties": { "name": "Tarauacá", "population": 16526.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.76556, -8.16139 ] } },
{ "type": "Feature", "properties": { "name": "Tabatinga", "population": 28229.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.93858, -4.23116 ] } },
{ "type": "Feature", "properties": { "name": "Sena Madureira", "population": 20516.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.67245, -9.06341 ] } },
{ "type": "Feature", "properties": { "name": "São Paulo de Olivença", "population": 11763.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.8725, -3.37833 ] } },
{ "type": "Feature", "properties": { "name": "São Gabriel da Cachoeira", "population": 15231.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.08527, -0.1181 ] } },
{ "type": "Feature", "properties": { "name": "Santo Antônio do Içá", "population": 9302.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.93972, -3.10222 ] } },
{ "type": "Feature", "properties": { "name": "Rio Branco", "population": 257642.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.81, -9.97472 ] } },
{ "type": "Feature", "properties": { "name": "Porto Velho", "population": 306180.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.90389, -8.76194 ] } },
{ "type": "Feature", "properties": { "name": "Pauini", "population": 7633.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.97639, -7.71361 ] } },
{ "type": "Feature", "properties": { "name": "Novo Aripuanã", "population": 11044.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.37972, -5.12056 ] } },
{ "type": "Feature", "properties": { "name": "Manicoré", "population": 14055.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.30028, -5.80917 ] } },
{ "type": "Feature", "properties": { "name": "Mâncio Lima", "population": 7086.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.89583, -7.61417 ] } },
{ "type": "Feature", "properties": { "name": "Manaus", "population": 1598210.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.025, -3.10194 ] } },
{ "type": "Feature", "properties": { "name": "Manacapuru", "population": 52459.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.62056, -3.29972 ] } },
{ "type": "Feature", "properties": { "name": "Jutaí", "population": 5862.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.9, -5.18333 ] } },
{ "type": "Feature", "properties": { "name": "Humaitá", "population": 31206.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.03105, -7.51651 ] } },
{ "type": "Feature", "properties": { "name": "Fonte Boa", "population": 16060.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.09167, -2.51389 ] } },
{ "type": "Feature", "properties": { "name": "Feijó", "population": 12951.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.35486, -8.1654 ] } },
{ "type": "Feature", "properties": { "name": "Envira", "population": 9956.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.21667, -7.3 ] } },
{ "type": "Feature", "properties": { "name": "Eirunepé", "population": 17175.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.87361, -6.66028 ] } },
{ "type": "Feature", "properties": { "name": "Cruzeiro do Sul", "population": 79819.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.67756, -7.62759 ] } },
{ "type": "Feature", "properties": { "name": "Codajás", "population": 11185.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.05694, -3.83667 ] } },
{ "type": "Feature", "properties": { "name": "Coari", "population": 50490.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.14139, -4.085 ] } },
{ "type": "Feature", "properties": { "name": "Carauari", "population": 18059.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.89583, -4.88278 ] } },
{ "type": "Feature", "properties": { "name": "Canutama", "population": 6320.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.38306, -6.53389 ] } },
{ "type": "Feature", "properties": { "name": "Boca do Acre", "population": 14427.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.39778, -8.75222 ] } },
{ "type": "Feature", "properties": { "name": "Boa Vista", "population": 235150.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.67333, 2.81972 ] } },
{ "type": "Feature", "properties": { "name": "Benjamin Constant", "population": 13998.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.03179, -4.37555 ] } },
{ "type": "Feature", "properties": { "name": "Barcelos", "population": 7353.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.9269, -0.97357 ] } },
{ "type": "Feature", "properties": { "name": "Ariquemes", "population": 58096.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.04083, -9.91333 ] } },
{ "type": "Feature", "properties": { "name": "Aripuanã", "population": 26983.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.63333, -9.16667 ] } },
{ "type": "Feature", "properties": { "name": "Anori", "population": 8064.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.64417, -3.77278 ] } },
{ "type": "Feature", "properties": { "name": "Alvarães", "population": 5527.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.80417, -3.22083 ] } },
{ "type": "Feature", "properties": { "name": "Iranduba", "population": 11180.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.18611, -3.28472 ] } },
{ "type": "Feature", "properties": { "name": "Xapuri", "population": 5721.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.50444, -10.65167 ] } },
{ "type": "Feature", "properties": { "name": "Vilhena", "population": 63231.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.14583, -12.74056 ] } },
{ "type": "Feature", "properties": { "name": "Senador Guiomard", "population": 11727.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.73917, -10.15222 ] } },
{ "type": "Feature", "properties": { "name": "Presidente Médici", "population": 11922.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.90139, -11.17528 ] } },
{ "type": "Feature", "properties": { "name": "Pôsto Fiscal Rolim de Moura", "population": 37949.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.27726, -13.08271 ] } },
{ "type": "Feature", "properties": { "name": "Plácido de Castro", "population": 11945.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.18556, -10.33528 ] } },
{ "type": "Feature", "properties": { "name": "Pimenta Bueno", "population": 25762.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.19361, -11.6725 ] } },
{ "type": "Feature", "properties": { "name": "Ouro Preto do Oeste", "population": 26683.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.21583, -10.74806 ] } },
{ "type": "Feature", "properties": { "name": "Ji Paraná", "population": 107697.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.95167, -10.88528 ] } },
{ "type": "Feature", "properties": { "name": "Jaru", "population": 28015.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.46639, -10.43889 ] } },
{ "type": "Feature", "properties": { "name": "Guajará Mirim", "population": 34119.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.33944, -10.78278 ] } },
{ "type": "Feature", "properties": { "name": "Cacoal", "population": 55560.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.44722, -11.43861 ] } },
{ "type": "Feature", "properties": { "name": "Brasiléia", "population": 11200.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.74806, -11.01611 ] } },
{ "type": "Feature", "properties": { "name": "Aparecida de Goiânia", "population": 510770.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.24389, -16.82333 ] } },
{ "type": "Feature", "properties": { "name": "Campinas", "population": 20000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.60694, -27.59444 ] } },
{ "type": "Feature", "properties": { "name": "Jaboatão dos Guararapes", "population": 630008.000000 }, "geometry": { "type": "Point", "coordinates": [ -35.01472, -8.11278 ] } },
{ "type": "Feature", "properties": { "name": "Lauro de Freitas", "population": 141280.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.32722, -12.89444 ] } },
{ "type": "Feature", "properties": { "name": "Pinhais", "population": 117000.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.1925, -25.44472 ] } },
{ "type": "Feature", "properties": { "name": "Rio Preto da Eva", "population": 24283.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.70172, -2.69795 ] } },
{ "type": "Feature", "properties": { "name": "Simões Filho", "population": 116662.000000 }, "geometry": { "type": "Point", "coordinates": [ -38.40389, -12.78444 ] } },
{ "type": "Feature", "properties": { "name": "Sinop", "population": 116013.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.5025, -11.86417 ] } },
{ "type": "Feature", "properties": { "name": "Itacorubi", "population": 12000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.49503, -27.58315 ] } },
{ "type": "Feature", "properties": { "name": "Corrego Grande", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.50593, -27.60141 ] } },
{ "type": "Feature", "properties": { "name": "Santa Monica", "population": 5100.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.50756, -27.59137 ] } },
{ "type": "Feature", "properties": { "name": "Trindade", "population": 15100.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.52335, -27.58612 ] } },
{ "type": "Feature", "properties": { "name": "Morro da Cruz", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.53562, -27.5849 ] } },
{ "type": "Feature", "properties": { "name": "Saco dos Limoes", "population": 14000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.53605, -27.60864 ] } },
{ "type": "Feature", "properties": { "name": "Costeira do Pirajubae", "population": 9300.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.5212, -27.63586 ] } },
{ "type": "Feature", "properties": { "name": "Freguesia do Ribeirao da Ilha", "population": 21000.000000 }, "geometry": { "type": "Point", "coordinates": [ -48.56266, -27.71773 ] } },
{ "type": "Feature", "properties": { "name": "Gavea", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ -49.36547, -26.90967 ] } },
{ "type": "Feature", "properties": { "name": "West End", "population": 12724.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.97702, 26.68711 ] } },
{ "type": "Feature", "properties": { "name": "San Andros", "population": 7800.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.05, 25.06667 ] } },
{ "type": "Feature", "properties": { "name": "Nassau", "population": 227940.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.34306, 25.05823 ] } },
{ "type": "Feature", "properties": { "name": "Marsh Harbour", "population": 5314.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.0636, 26.54124 ] } },
{ "type": "Feature", "properties": { "name": "Lucaya", "population": 46525.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.66667, 26.53333 ] } },
{ "type": "Feature", "properties": { "name": "George Town", "population": 7314.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.78665, 23.51616 ] } },
{ "type": "Feature", "properties": { "name": "Freeport", "population": 26910.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.7, 26.53333 ] } },
{ "type": "Feature", "properties": { "name": "Cooper’s Town", "population": 8413.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.51667, 26.86667 ] } },
{ "type": "Feature", "properties": { "name": "Wangdue Phodrang", "population": 7507.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.89915, 27.48615 ] } },
{ "type": "Feature", "properties": { "name": "Thimphu", "population": 98676.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.64191, 27.46609 ] } },
{ "type": "Feature", "properties": { "name": "Sarpang", "population": 10416.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.26745, 26.86395 ] } },
{ "type": "Feature", "properties": { "name": "Punākha", "population": 21500.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.87743, 27.59137 ] } },
{ "type": "Feature", "properties": { "name": "Phuntsholing", "population": 17043.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.38837, 26.85164 ] } },
{ "type": "Feature", "properties": { "name": "Tsirang", "population": 18667.000000 }, "geometry": { "type": "Point", "coordinates": [ 90.12291, 27.0219 ] } },
{ "type": "Feature", "properties": { "name": "Samtse", "population": 5479.000000 }, "geometry": { "type": "Point", "coordinates": [ 89.09951, 26.89903 ] } },
{ "type": "Feature", "properties": { "name": "Pemagatshel", "population": 13864.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.40305, 27.03795 ] } },
{ "type": "Feature", "properties": { "name": "Samdrup Jongkhar", "population": 7507.000000 }, "geometry": { "type": "Point", "coordinates": [ 91.50519, 26.80069 ] } },
{ "type": "Feature", "properties": { "name": "Tshabong", "population": 6591.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.45, -26.05 ] } },
{ "type": "Feature", "properties": { "name": "Tonota", "population": 17759.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.46153, -21.44236 ] } },
{ "type": "Feature", "properties": { "name": "Thamaga", "population": 20756.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.53975, -24.67014 ] } },
{ "type": "Feature", "properties": { "name": "Shakawe", "population": 5651.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.84219, -18.36536 ] } },
{ "type": "Feature", "properties": { "name": "Serowe", "population": 47419.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.71077, -22.38754 ] } },
{ "type": "Feature", "properties": { "name": "Selebi-Phikwe", "population": 53727.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.84296, -21.97895 ] } },
{ "type": "Feature", "properties": { "name": "Ramotswa", "population": 21450.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.86989, -24.87158 ] } },
{ "type": "Feature", "properties": { "name": "Rakops", "population": 5222.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.36052, -21.02257 ] } },
{ "type": "Feature", "properties": { "name": "Palapye", "population": 30650.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.12507, -22.54605 ] } },
{ "type": "Feature", "properties": { "name": "Otse", "population": 6275.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.73333, -25.01667 ] } },
{ "type": "Feature", "properties": { "name": "Orapa", "population": 9189.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.37642, -21.3115 ] } },
{ "type": "Feature", "properties": { "name": "Mosopa", "population": 19561.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.42156, -24.7718 ] } },
{ "type": "Feature", "properties": { "name": "Molepolole", "population": 63248.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.49508, -24.40659 ] } },
{ "type": "Feature", "properties": { "name": "Mogoditshane", "population": 43394.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.86556, -24.62694 ] } },
{ "type": "Feature", "properties": { "name": "Mochudi", "population": 36962.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.15, -24.41667 ] } },
{ "type": "Feature", "properties": { "name": "Maun", "population": 49945.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.41667, -19.98333 ] } },
{ "type": "Feature", "properties": { "name": "Mahalapye", "population": 44471.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.81421, -23.10407 ] } },
{ "type": "Feature", "properties": { "name": "Lobatse", "population": 30883.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.67728, -25.22435 ] } },
{ "type": "Feature", "properties": { "name": "Letlhakeng", "population": 6781.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.02977, -24.09442 ] } },
{ "type": "Feature", "properties": { "name": "Letlhakane", "population": 18136.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.59263, -21.41494 ] } },
{ "type": "Feature", "properties": { "name": "Kopong", "population": 6895.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.88333, -24.48333 ] } },
{ "type": "Feature", "properties": { "name": "Kasane", "population": 9250.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.15, -17.81667 ] } },
{ "type": "Feature", "properties": { "name": "Kanye", "population": 44716.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.33273, -24.96675 ] } },
{ "type": "Feature", "properties": { "name": "Janeng", "population": 16853.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.55, -25.41667 ] } },
{ "type": "Feature", "properties": { "name": "Ghanzi", "population": 9934.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.78333, -21.56667 ] } },
{ "type": "Feature", "properties": { "name": "Gaborone", "population": 208411.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.90859, -24.65451 ] } },
{ "type": "Feature", "properties": { "name": "Gabane", "population": 12884.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.78222, -24.66667 ] } },
{ "type": "Feature", "properties": { "name": "Francistown", "population": 89979.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.50787, -21.16995 ] } },
{ "type": "Feature", "properties": { "name": "Metsemotlhaba", "population": 5544.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.80306, -24.55139 ] } },
{ "type": "Feature", "properties": { "name": "Skidal’", "population": 10700.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.2478, 53.5904 ] } },
{ "type": "Feature", "properties": { "name": "Horad Zhodzina", "population": 61007.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.3331, 54.0985 ] } },
{ "type": "Feature", "properties": { "name": "Zhlobin", "population": 73089.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.024, 52.8926 ] } },
{ "type": "Feature", "properties": { "name": "Zhytkavichy", "population": 13630.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.8561, 52.2168 ] } },
{ "type": "Feature", "properties": { "name": "Zhdanovichy", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.425, 53.9432 ] } },
{ "type": "Feature", "properties": { "name": "Zhabinka", "population": 10921.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.0115, 52.1984 ] } },
{ "type": "Feature", "properties": { "name": "Zel’va", "population": 7000.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.8153, 53.1504 ] } },
{ "type": "Feature", "properties": { "name": "Zaslawye", "population": 13500.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.2695, 54.0114 ] } },
{ "type": "Feature", "properties": { "name": "Voranava", "population": 6500.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.3112, 54.1492 ] } },
{ "type": "Feature", "properties": { "name": "Vitebsk", "population": 342700.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.2049, 55.1904 ] } },
{ "type": "Feature", "properties": { "name": "Vishnyeva", "population": 7000.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.5228, 54.7102 ] } },
{ "type": "Feature", "properties": { "name": "Vilyeyka", "population": 30000.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.9111, 54.4914 ] } },
{ "type": "Feature", "properties": { "name": "Vyetka", "population": 8969.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.1794, 52.5591 ] } },
{ "type": "Feature", "properties": { "name": "Vyerkhnyadzvinsk", "population": 7700.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.9389, 55.7777 ] } },
{ "type": "Feature", "properties": { "name": "Vawkavysk", "population": 47300.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.4513, 53.1561 ] } },
{ "type": "Feature", "properties": { "name": "Valozhyn", "population": 9727.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.5266, 54.0892 ] } },
{ "type": "Feature", "properties": { "name": "Uzda", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.2137, 53.4627 ] } },
{ "type": "Feature", "properties": { "name": "Ushachy", "population": 6071.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.6158, 55.179 ] } },
{ "type": "Feature", "properties": { "name": "Talachyn", "population": 11381.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.6955, 54.4087 ] } },
{ "type": "Feature", "properties": { "name": "Svislach", "population": 6886.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.0957, 53.0368 ] } },
{ "type": "Feature", "properties": { "name": "Svyetlahorsk", "population": 71250.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.7389, 52.6329 ] } },
{ "type": "Feature", "properties": { "name": "Stowbtsy", "population": 15500.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.7434, 53.4785 ] } },
{ "type": "Feature", "properties": { "name": "Stolin", "population": 10491.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.84597, 51.89115 ] } },
{ "type": "Feature", "properties": { "name": "Staryya Darohi", "population": 10094.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.267, 53.0402 ] } },
{ "type": "Feature", "properties": { "name": "Starobin", "population": 6000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.4606, 52.7267 ] } },
{ "type": "Feature", "properties": { "name": "Smarhon’", "population": 36900.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.3957, 54.4798 ] } },
{ "type": "Feature", "properties": { "name": "Horad Smalyavichy", "population": 12516.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.0894, 54.0249 ] } },
{ "type": "Feature", "properties": { "name": "Smilavichy", "population": 5200.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.0115, 53.7496 ] } },
{ "type": "Feature", "properties": { "name": "Slutsk", "population": 62228.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.5597, 53.0274 ] } },
{ "type": "Feature", "properties": { "name": "Slonim", "population": 51434.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.3163, 53.0869 ] } },
{ "type": "Feature", "properties": { "name": "Slawharad", "population": 8300.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.0014, 53.4429 ] } },
{ "type": "Feature", "properties": { "name": "Shklow", "population": 13485.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.2877, 54.2131 ] } },
{ "type": "Feature", "properties": { "name": "Shchuchin", "population": 15700.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.7465, 53.6014 ] } },
{ "type": "Feature", "properties": { "name": "Sharkawshchyna", "population": 7500.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.4686, 55.3689 ] } },
{ "type": "Feature", "properties": { "name": "Syanno", "population": 9987.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.7086, 54.8108 ] } },
{ "type": "Feature", "properties": { "name": "Syenitsa", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.5343, 53.8313 ] } },
{ "type": "Feature", "properties": { "name": "Greenwood", "population": 6915.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.89879, 44.98345 ] } },
{ "type": "Feature", "properties": { "name": "Salihorsk", "population": 101614.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.5415, 52.7876 ] } },
{ "type": "Feature", "properties": { "name": "Rasony", "population": 5400.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.8135, 55.9058 ] } },
{ "type": "Feature", "properties": { "name": "Ros’", "population": 6200.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.4128, 53.2858 ] } },
{ "type": "Feature", "properties": { "name": "Rahachow", "population": 34700.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.0495, 53.0934 ] } },
{ "type": "Feature", "properties": { "name": "Rechytsa", "population": 65400.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.3916, 52.3617 ] } },
{ "type": "Feature", "properties": { "name": "Rakaw", "population": 6300.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.0562, 53.9674 ] } },
{ "type": "Feature", "properties": { "name": "Radashkovichy", "population": 5700.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.2412, 54.1554 ] } },
{ "type": "Feature", "properties": { "name": "Pruzhany", "population": 19135.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.4573, 52.556 ] } },
{ "type": "Feature", "properties": { "name": "Polatsk", "population": 82258.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.7856, 55.4879 ] } },
{ "type": "Feature", "properties": { "name": "Plyeshchanitsy", "population": 7800.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.8301, 54.4235 ] } },
{ "type": "Feature", "properties": { "name": "Pinsk", "population": 130777.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.0951, 52.1229 ] } },
{ "type": "Feature", "properties": { "name": "Pyetrykaw", "population": 10552.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.4921, 52.1289 ] } },
{ "type": "Feature", "properties": { "name": "Pastavy", "population": 20218.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.83263, 55.11676 ] } },
{ "type": "Feature", "properties": { "name": "Astravyets", "population": 8300.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.95537, 54.61378 ] } },
{ "type": "Feature", "properties": { "name": "Asipovichy", "population": 34591.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.6386, 53.3011 ] } },
{ "type": "Feature", "properties": { "name": "Orsha", "population": 125347.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.4172, 54.5081 ] } },
{ "type": "Feature", "properties": { "name": "Novoye Medvezhino", "population": 120000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.45, 53.88333 ] } },
{ "type": "Feature", "properties": { "name": "Novolukoml’", "population": 13800.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.15016, 54.66192 ] } },
{ "type": "Feature", "properties": { "name": "Nyasvizh", "population": 12847.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.6779, 53.2189 ] } },
{ "type": "Feature", "properties": { "name": "Navapolatsk", "population": 100885.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.5987, 55.5318 ] } },
{ "type": "Feature", "properties": { "name": "Navahrudak", "population": 30748.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.8191, 53.5942 ] } },
{ "type": "Feature", "properties": { "name": "Myadzyel", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.9371, 54.8789 ] } },
{ "type": "Feature", "properties": { "name": "Mstsislaw", "population": 11500.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.7217, 54.0185 ] } },
{ "type": "Feature", "properties": { "name": "Myory", "population": 10649.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.6281, 55.6222 ] } },
{ "type": "Feature", "properties": { "name": "Minsk", "population": 1742124.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.56667, 53.9 ] } },
{ "type": "Feature", "properties": { "name": "Mikashevichy", "population": 14000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.476, 52.2173 ] } },
{ "type": "Feature", "properties": { "name": "Mazyr", "population": 112137.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.2456, 52.0495 ] } },
{ "type": "Feature", "properties": { "name": "Masty", "population": 16102.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.5387, 53.4122 ] } },
{ "type": "Feature", "properties": { "name": "Mar’’ina Horka", "population": 20100.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.147, 53.509 ] } },
{ "type": "Feature", "properties": { "name": "Malaryta", "population": 9692.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.074, 51.7905 ] } },
{ "type": "Feature", "properties": { "name": "Maladzyechna", "population": 101300.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.854, 54.3167 ] } },
{ "type": "Feature", "properties": { "name": "Mahilyow", "population": 369200.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.3449, 53.9168 ] } },
{ "type": "Feature", "properties": { "name": "Machulishchy", "population": 8000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.5948, 53.7788 ] } },
{ "type": "Feature", "properties": { "name": "Lyuban’", "population": 10107.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.0048, 52.7985 ] } },
{ "type": "Feature", "properties": { "name": "Lyepyel’", "population": 17400.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.699, 54.8814 ] } },
{ "type": "Feature", "properties": { "name": "Lyakhavichy", "population": 11500.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.2656, 53.0388 ] } },
{ "type": "Feature", "properties": { "name": "Luninyets", "population": 25000.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.8047, 52.2472 ] } },
{ "type": "Feature", "properties": { "name": "Loyew", "population": 7000.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.7953, 51.9458 ] } },
{ "type": "Feature", "properties": { "name": "Loshnitsa", "population": 6524.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.7649, 54.2796 ] } },
{ "type": "Feature", "properties": { "name": "Lahoysk", "population": 10321.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.8512, 54.2064 ] } },
{ "type": "Feature", "properties": { "name": "Lyozna", "population": 6600.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.797, 55.0247 ] } },
{ "type": "Feature", "properties": { "name": "Lida", "population": 98036.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.29972, 53.88333 ] } },
{ "type": "Feature", "properties": { "name": "Krychaw", "population": 27681.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.717, 53.7125 ] } },
{ "type": "Feature", "properties": { "name": "Krupki", "population": 7900.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.1374, 54.3178 ] } },
{ "type": "Feature", "properties": { "name": "Kruhlaye", "population": 7300.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.7968, 54.2497 ] } },
{ "type": "Feature", "properties": { "name": "Krasnasyel’ski", "population": 7300.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.4301, 53.2645 ] } },
{ "type": "Feature", "properties": { "name": "Krasnapollye", "population": 6100.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.3999, 53.3353 ] } },
{ "type": "Feature", "properties": { "name": "Kastsyukowka", "population": 10552.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.9173, 52.5387 ] } },
{ "type": "Feature", "properties": { "name": "Kastsyukovichy", "population": 11946.000000 }, "geometry": { "type": "Point", "coordinates": [ 32.0514, 53.3525 ] } },
{ "type": "Feature", "properties": { "name": "Karelichy", "population": 7800.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.1406, 53.5648 ] } },
{ "type": "Feature", "properties": { "name": "Kapyl’", "population": 10500.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.0913, 53.1516 ] } },
{ "type": "Feature", "properties": { "name": "Kalodzishchy", "population": 17000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.7823, 53.944 ] } },
{ "type": "Feature", "properties": { "name": "Kobryn", "population": 50691.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.3564, 52.2138 ] } },
{ "type": "Feature", "properties": { "name": "Klimavichy", "population": 14951.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.9586, 53.6079 ] } },
{ "type": "Feature", "properties": { "name": "Klichaw", "population": 7200.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.3356, 53.4923 ] } },
{ "type": "Feature", "properties": { "name": "Klyetsk", "population": 9641.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.6321, 53.0635 ] } },
{ "type": "Feature", "properties": { "name": "Kirawsk", "population": 8700.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.4752, 53.2693 ] } },
{ "type": "Feature", "properties": { "name": "Khoyniki", "population": 13200.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.9552, 51.8911 ] } },
{ "type": "Feature", "properties": { "name": "Kamyanyets", "population": 8700.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.81, 52.40013 ] } },
{ "type": "Feature", "properties": { "name": "Kalinkavichy", "population": 37190.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.3257, 52.1323 ] } },
{ "type": "Feature", "properties": { "name": "Iwye", "population": 9684.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.7727, 53.9299 ] } },
{ "type": "Feature", "properties": { "name": "Ivyanyets", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.7432, 53.8864 ] } },
{ "type": "Feature", "properties": { "name": "Ivatsevichy", "population": 24200.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.3401, 52.709 ] } },
{ "type": "Feature", "properties": { "name": "Ivanava", "population": 13614.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.5365, 52.1451 ] } },
{ "type": "Feature", "properties": { "name": "Horki", "population": 33897.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.9863, 54.2862 ] } },
{ "type": "Feature", "properties": { "name": "Gomel", "population": 480951.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.9754, 52.4345 ] } },
{ "type": "Feature", "properties": { "name": "Hlybokaye", "population": 22000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.6905, 55.1384 ] } },
{ "type": "Feature", "properties": { "name": "Haradok", "population": 13380.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.9845, 55.4624 ] } },
{ "type": "Feature", "properties": { "name": "Hal’shany", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.0144, 54.2585 ] } },
{ "type": "Feature", "properties": { "name": "Hlusk", "population": 7800.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.6845, 52.903 ] } },
{ "type": "Feature", "properties": { "name": "Hatava", "population": 8000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.6407, 53.7829 ] } },
{ "type": "Feature", "properties": { "name": "Dzyarzhynsk", "population": 24609.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.138, 53.6832 ] } },
{ "type": "Feature", "properties": { "name": "Dzyatlava", "population": 8300.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.4068, 53.4631 ] } },
{ "type": "Feature", "properties": { "name": "Dubrowna", "population": 8000.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.691, 54.5716 ] } },
{ "type": "Feature", "properties": { "name": "Drahichyn", "population": 13389.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.1597, 52.1874 ] } },
{ "type": "Feature", "properties": { "name": "Dokshytsy", "population": 8190.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.7667, 54.8918 ] } },
{ "type": "Feature", "properties": { "name": "Dobrush", "population": 19083.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.3237, 52.4089 ] } },
{ "type": "Feature", "properties": { "name": "Davyd-Haradok", "population": 7694.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.2161, 52.0566 ] } },
{ "type": "Feature", "properties": { "name": "Chervyen’", "population": 9900.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.4313, 53.7059 ] } },
{ "type": "Feature", "properties": { "name": "Cherykaw", "population": 7874.000000 }, "geometry": { "type": "Point", "coordinates": [ 31.3831, 53.5689 ] } },
{ "type": "Feature", "properties": { "name": "Chachersk", "population": 7600.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.9179, 52.9164 ] } },
{ "type": "Feature", "properties": { "name": "Chavusy", "population": 11313.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.9717, 53.8098 ] } },
{ "type": "Feature", "properties": { "name": "Chashniki", "population": 11484.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.1608, 54.8584 ] } },
{ "type": "Feature", "properties": { "name": "Bykhaw", "population": 17500.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.2454, 53.521 ] } },
{ "type": "Feature", "properties": { "name": "Byaroza", "population": 29645.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.9786, 52.5314 ] } },
{ "type": "Feature", "properties": { "name": "Druzhny", "population": 8978.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.8977, 53.6238 ] } },
{ "type": "Feature", "properties": { "name": "Brest", "population": 300715.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.68775, 52.09755 ] } },
{ "type": "Feature", "properties": { "name": "Braslaw", "population": 12378.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.0418, 55.6413 ] } },
{ "type": "Feature", "properties": { "name": "Vyalikaya Byerastavitsa", "population": 5900.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.0166, 53.196 ] } },
{ "type": "Feature", "properties": { "name": "Berëzovka", "population": 11800.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.49927, 53.72143 ] } },
{ "type": "Feature", "properties": { "name": "Byerazino", "population": 12800.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.9879, 53.8391 ] } },
{ "type": "Feature", "properties": { "name": "Byalynichy", "population": 9600.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.7141, 53.9994 ] } },
{ "type": "Feature", "properties": { "name": "Byelaazyorsk", "population": 10691.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.1784, 52.4731 ] } },
{ "type": "Feature", "properties": { "name": "Horad Barysaw", "population": 100000.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.505, 54.2279 ] } },
{ "type": "Feature", "properties": { "name": "Baranovichi", "population": 168772.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.0139, 53.1327 ] } },
{ "type": "Feature", "properties": { "name": "Baran’", "population": 11600.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.3159, 54.4784 ] } },
{ "type": "Feature", "properties": { "name": "Babruysk", "population": 220517.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.2214, 53.1384 ] } },
{ "type": "Feature", "properties": { "name": "Ashmyany", "population": 14345.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.936, 54.421 ] } },
{ "type": "Feature", "properties": { "name": "Fanipol", "population": 13200.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.33338, 53.74998 ] } },
{ "type": "Feature", "properties": { "name": "Malinovka", "population": 105000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.4374, 53.8579 ] } },
{ "type": "Feature", "properties": { "name": "Borovlyany", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.6754, 54.0022 ] } },
{ "type": "Feature", "properties": { "name": "Chyst’", "population": 5300.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.1067, 54.2698 ] } },
{ "type": "Feature", "properties": { "name": "Lyasny", "population": 15000.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.6963, 54.0072 ] } },
{ "type": "Feature", "properties": { "name": "San Pedro", "population": 8418.000000 }, "geometry": { "type": "Point", "coordinates": [ -87.9659, 17.91598 ] } },
{ "type": "Feature", "properties": { "name": "San Ignacio", "population": 16812.000000 }, "geometry": { "type": "Point", "coordinates": [ -89.08058, 17.15297 ] } },
{ "type": "Feature", "properties": { "name": "Punta Gorda", "population": 5205.000000 }, "geometry": { "type": "Point", "coordinates": [ -88.8097, 16.09835 ] } },
{ "type": "Feature", "properties": { "name": "Orange Walk", "population": 15298.000000 }, "geometry": { "type": "Point", "coordinates": [ -88.56328, 18.08124 ] } },
{ "type": "Feature", "properties": { "name": "Dangriga", "population": 10750.000000 }, "geometry": { "type": "Point", "coordinates": [ -88.23313, 16.9697 ] } },
{ "type": "Feature", "properties": { "name": "Corozal", "population": 9871.000000 }, "geometry": { "type": "Point", "coordinates": [ -88.38849, 18.39375 ] } },
{ "type": "Feature", "properties": { "name": "Benque Viejo del Carmen", "population": 7092.000000 }, "geometry": { "type": "Point", "coordinates": [ -89.13917, 17.075 ] } },
{ "type": "Feature", "properties": { "name": "Belmopan", "population": 13381.000000 }, "geometry": { "type": "Point", "coordinates": [ -88.76667, 17.25 ] } },
{ "type": "Feature", "properties": { "name": "Belize City", "population": 61461.000000 }, "geometry": { "type": "Point", "coordinates": [ -88.19756, 17.49952 ] } },
{ "type": "Feature", "properties": { "name": "Abbotsford", "population": 151683.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.25257, 49.05798 ] } },
{ "type": "Feature", "properties": { "name": "Acton Vale", "population": 5135.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.56582, 45.65007 ] } },
{ "type": "Feature", "properties": { "name": "Airdrie", "population": 24673.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.03528, 51.30011 ] } },
{ "type": "Feature", "properties": { "name": "Ajax", "population": 90167.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.03288, 43.85012 ] } },
{ "type": "Feature", "properties": { "name": "Alma", "population": 29526.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.6491, 48.55009 ] } },
{ "type": "Feature", "properties": { "name": "Amherst", "population": 9336.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.19874, 45.83345 ] } },
{ "type": "Feature", "properties": { "name": "Amherstburg", "population": 11459.000000 }, "geometry": { "type": "Point", "coordinates": [ -83.04985, 42.11679 ] } },
{ "type": "Feature", "properties": { "name": "Amos", "population": 17918.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.11624, 48.56688 ] } },
{ "type": "Feature", "properties": { "name": "Angus", "population": 10269.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.88295, 44.31681 ] } },
{ "type": "Feature", "properties": { "name": "Anmore", "population": 126456.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.85263, 49.31637 ] } },
{ "type": "Feature", "properties": { "name": "Antigonish", "population": 5003.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.99858, 45.61685 ] } },
{ "type": "Feature", "properties": { "name": "Arnprior", "population": 9607.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.34939, 45.43341 ] } },
{ "type": "Feature", "properties": { "name": "Asbestos", "population": 7190.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.9324, 45.76678 ] } },
{ "type": "Feature", "properties": { "name": "Aylmer", "population": 7527.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.98302, 42.76679 ] } },
{ "type": "Feature", "properties": { "name": "Baie-Comeau", "population": 29808.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.14894, 49.21679 ] } },
{ "type": "Feature", "properties": { "name": "Banff", "population": 7502.000000 }, "geometry": { "type": "Point", "coordinates": [ -115.56982, 51.17622 ] } },
{ "type": "Feature", "properties": { "name": "Barrie", "population": 182041.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.66634, 44.40011 ] } },
{ "type": "Feature", "properties": { "name": "Bay Roberts", "population": 13737.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.26478, 47.59989 ] } },
{ "type": "Feature", "properties": { "name": "Beaconsfield", "population": 19194.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.86586, 45.43341 ] } },
{ "type": "Feature", "properties": { "name": "Beauharnois", "population": 11918.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.8725, 45.31341 ] } },
{ "type": "Feature", "properties": { "name": "Beaumont", "population": 7366.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.41871, 53.35013 ] } },
{ "type": "Feature", "properties": { "name": "Bécancour", "population": 11134.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.43241, 46.33336 ] } },
{ "type": "Feature", "properties": { "name": "Belleville", "population": 49454.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.38277, 44.16682 ] } },
{ "type": "Feature", "properties": { "name": "Bells Corners", "population": 9977.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.83012, 45.31588 ] } },
{ "type": "Feature", "properties": { "name": "Beloeil", "population": 18927.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.19915, 45.56678 ] } },
{ "type": "Feature", "properties": { "name": "Blainville", "population": 46493.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.88249, 45.66678 ] } },
{ "type": "Feature", "properties": { "name": "Bluewater", "population": 7044.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.59977, 43.46679 ] } },
{ "type": "Feature", "properties": { "name": "Boisbriand", "population": 26483.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.83249, 45.61678 ] } },
{ "type": "Feature", "properties": { "name": "Bois-des-Filion", "population": 8383.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.74918, 45.66678 ] } },
{ "type": "Feature", "properties": { "name": "Bonnyville", "population": 6003.000000 }, "geometry": { "type": "Point", "coordinates": [ -110.73505, 54.26684 ] } },
{ "type": "Feature", "properties": { "name": "Boucherville", "population": 39062.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.43605, 45.59104 ] } },
{ "type": "Feature", "properties": { "name": "Bracebridge", "population": 8238.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.31633, 45.03341 ] } },
{ "type": "Feature", "properties": { "name": "Bradford West Gwillimbury", "population": 18811.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.61633, 44.11681 ] } },
{ "type": "Feature", "properties": { "name": "Brandon", "population": 26234.000000 }, "geometry": { "type": "Point", "coordinates": [ -99.95306, 49.84692 ] } },
{ "type": "Feature", "properties": { "name": "Brant", "population": 34415.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.34967, 43.1334 ] } },
{ "type": "Feature", "properties": { "name": "Brantford", "population": 87759.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.26636, 43.1334 ] } },
{ "type": "Feature", "properties": { "name": "Bridgewater", "population": 8070.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.51546, 44.38345 ] } },
{ "type": "Feature", "properties": { "name": "Brockville", "population": 23886.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.68705, 44.59132 ] } },
{ "type": "Feature", "properties": { "name": "Bromont", "population": 6049.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.64912, 45.31678 ] } },
{ "type": "Feature", "properties": { "name": "Brooks", "population": 12744.000000 }, "geometry": { "type": "Point", "coordinates": [ -111.88509, 50.58341 ] } },
{ "type": "Feature", "properties": { "name": "Brossard", "population": 69575.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.46583, 45.45008 ] } },
{ "type": "Feature", "properties": { "name": "Brownsburg-Chatham", "population": 6664.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.4159, 45.68342 ] } },
{ "type": "Feature", "properties": { "name": "Burlington", "population": 164415.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.83713, 43.38621 ] } },
{ "type": "Feature", "properties": { "name": "Burnaby", "population": 202799.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.95263, 49.26636 ] } },
{ "type": "Feature", "properties": { "name": "Calgary", "population": 1019942.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.08529, 51.05011 ] } },
{ "type": "Feature", "properties": { "name": "Cambridge", "population": 120372.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.31269, 43.3601 ] } },
{ "type": "Feature", "properties": { "name": "Camlachie", "population": 7506.000000 }, "geometry": { "type": "Point", "coordinates": [ -82.1616, 43.03596 ] } },
{ "type": "Feature", "properties": { "name": "Campbell River", "population": 33430.000000 }, "geometry": { "type": "Point", "coordinates": [ -125.24459, 50.01634 ] } },
{ "type": "Feature", "properties": { "name": "Camrose", "population": 15686.000000 }, "geometry": { "type": "Point", "coordinates": [ -112.83525, 53.01684 ] } },
{ "type": "Feature", "properties": { "name": "Candiac", "population": 15947.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.51587, 45.38338 ] } },
{ "type": "Feature", "properties": { "name": "Canmore", "population": 12288.000000 }, "geometry": { "type": "Point", "coordinates": [ -115.35206, 51.08335 ] } },
{ "type": "Feature", "properties": { "name": "Carbonear", "population": 6814.000000 }, "geometry": { "type": "Point", "coordinates": [ -53.21478, 47.73319 ] } },
{ "type": "Feature", "properties": { "name": "Carignan", "population": 7426.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.29916, 45.45008 ] } },
{ "type": "Feature", "properties": { "name": "Carleton Place", "population": 9743.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.14938, 45.13341 ] } },
{ "type": "Feature", "properties": { "name": "Castlegar", "population": 8715.000000 }, "geometry": { "type": "Point", "coordinates": [ -117.66894, 49.29984 ] } },
{ "type": "Feature", "properties": { "name": "Chambly", "population": 22608.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.28246, 45.45008 ] } },
{ "type": "Feature", "properties": { "name": "Charlemagne", "population": 5594.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.48247, 45.71678 ] } },
{ "type": "Feature", "properties": { "name": "Charlottetown", "population": 42402.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.12671, 46.23525 ] } },
{ "type": "Feature", "properties": { "name": "Châteauguay", "population": 42786.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.74919, 45.38338 ] } },
{ "type": "Feature", "properties": { "name": "Chibougamau", "population": 7563.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.36586, 49.91684 ] } },
{ "type": "Feature", "properties": { "name": "Chilliwack", "population": 77000.000000 }, "geometry": { "type": "Point", "coordinates": [ -121.95257, 49.16638 ] } },
{ "type": "Feature", "properties": { "name": "Clarence-Rockland", "population": 20790.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.29101, 45.5501 ] } },
{ "type": "Feature", "properties": { "name": "Coaldale", "population": 6317.000000 }, "geometry": { "type": "Point", "coordinates": [ -112.61854, 49.7167 ] } },
{ "type": "Feature", "properties": { "name": "Coaticook", "population": 7021.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.79907, 45.13339 ] } },
{ "type": "Feature", "properties": { "name": "Cobourg", "population": 18099.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.16515, 43.95977 ] } },
{ "type": "Feature", "properties": { "name": "Cochrane", "population": 16365.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.46871, 51.18341 ] } },
{ "type": "Feature", "properties": { "name": "Cold Lake", "population": 11595.000000 }, "geometry": { "type": "Point", "coordinates": [ -110.18154, 54.46525 ] } },
{ "type": "Feature", "properties": { "name": "Collingwood", "population": 15809.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.21638, 44.4834 ] } },
{ "type": "Feature", "properties": { "name": "Colwood", "population": 14687.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.48591, 48.43293 ] } },
{ "type": "Feature", "properties": { "name": "Conception Bay South", "population": 17087.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.99806, 47.49989 ] } },
{ "type": "Feature", "properties": { "name": "Concord", "population": 8255.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.48291, 43.80011 ] } },
{ "type": "Feature", "properties": { "name": "Coquitlam", "population": 114565.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.75262, 49.28297 ] } },
{ "type": "Feature", "properties": { "name": "Corner Brook", "population": 18693.000000 }, "geometry": { "type": "Point", "coordinates": [ -57.95202, 48.95001 ] } },
{ "type": "Feature", "properties": { "name": "Cornwall", "population": 48821.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.72815, 45.01809 ] } },
{ "type": "Feature", "properties": { "name": "Côte-Saint-Luc", "population": 31395.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.66585, 45.46536 ] } },
{ "type": "Feature", "properties": { "name": "Courtenay", "population": 32793.000000 }, "geometry": { "type": "Point", "coordinates": [ -124.9936, 49.68657 ] } },
{ "type": "Feature", "properties": { "name": "Cowansville", "population": 10887.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.74913, 45.20008 ] } },
{ "type": "Feature", "properties": { "name": "Cranbrook", "population": 18610.000000 }, "geometry": { "type": "Point", "coordinates": [ -115.76879, 49.49991 ] } },
{ "type": "Feature", "properties": { "name": "Dartmouth", "population": 101343.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.57719, 44.67134 ] } },
{ "type": "Feature", "properties": { "name": "Dauphin", "population": 8418.000000 }, "geometry": { "type": "Point", "coordinates": [ -100.05023, 51.14941 ] } },
{ "type": "Feature", "properties": { "name": "Dawson Creek", "population": 10802.000000 }, "geometry": { "type": "Point", "coordinates": [ -120.2403, 55.75984 ] } },
{ "type": "Feature", "properties": { "name": "Delson", "population": 7322.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.54917, 45.36678 ] } },
{ "type": "Feature", "properties": { "name": "Delta", "population": 101668.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.9068, 49.14399 ] } },
{ "type": "Feature", "properties": { "name": "Deux-Montagnes", "population": 17402.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.90168, 45.53455 ] } },
{ "type": "Feature", "properties": { "name": "Devon", "population": 5225.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.73533, 53.36683 ] } },
{ "type": "Feature", "properties": { "name": "Dieppe", "population": 18565.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.68735, 46.07844 ] } },
{ "type": "Feature", "properties": { "name": "Dolbeau-Mistassini", "population": 12916.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.23142, 48.8786 ] } },
{ "type": "Feature", "properties": { "name": "Dollard-Des Ormeaux", "population": 48930.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.82419, 45.49452 ] } },
{ "type": "Feature", "properties": { "name": "Dorchester", "population": 9329.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.06643, 42.98339 ] } },
{ "type": "Feature", "properties": { "name": "Dorval", "population": 18088.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.75335, 45.4473 ] } },
{ "type": "Feature", "properties": { "name": "Drayton Valley", "population": 6099.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.98544, 53.21682 ] } },
{ "type": "Feature", "properties": { "name": "Drummondville", "population": 59489.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.48241, 45.88336 ] } },
{ "type": "Feature", "properties": { "name": "Dryden", "population": 8195.000000 }, "geometry": { "type": "Point", "coordinates": [ -92.75032, 49.78334 ] } },
{ "type": "Feature", "properties": { "name": "Duncan", "population": 22199.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.70266, 48.78293 ] } },
{ "type": "Feature", "properties": { "name": "Edmonton", "population": 712391.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.46871, 53.55014 ] } },
{ "type": "Feature", "properties": { "name": "Edson", "population": 7975.000000 }, "geometry": { "type": "Point", "coordinates": [ -116.43559, 53.58345 ] } },
{ "type": "Feature", "properties": { "name": "Elliot Lake", "population": 12508.000000 }, "geometry": { "type": "Point", "coordinates": [ -82.63315, 46.38336 ] } },
{ "type": "Feature", "properties": { "name": "Estevan", "population": 9904.000000 }, "geometry": { "type": "Point", "coordinates": [ -102.98422, 49.13337 ] } },
{ "type": "Feature", "properties": { "name": "Etobicoke", "population": 347948.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.56711, 43.65421 ] } },
{ "type": "Feature", "properties": { "name": "Farnham", "population": 6061.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.98244, 45.28338 ] } },
{ "type": "Feature", "properties": { "name": "Fernie", "population": 5019.000000 }, "geometry": { "type": "Point", "coordinates": [ -115.06871, 49.49996 ] } },
{ "type": "Feature", "properties": { "name": "Flin Flon", "population": 6002.000000 }, "geometry": { "type": "Point", "coordinates": [ -101.86497, 54.76824 ] } },
{ "type": "Feature", "properties": { "name": "Fort Erie", "population": 15953.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.93286, 42.90012 ] } },
{ "type": "Feature", "properties": { "name": "Fort Frances", "population": 7931.000000 }, "geometry": { "type": "Point", "coordinates": [ -93.4003, 48.59988 ] } },
{ "type": "Feature", "properties": { "name": "Fort McMurray", "population": 76000.000000 }, "geometry": { "type": "Point", "coordinates": [ -111.38103, 56.72676 ] } },
{ "type": "Feature", "properties": { "name": "Fort Saskatchewan", "population": 14957.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.2187, 53.71684 ] } },
{ "type": "Feature", "properties": { "name": "Fort St. John", "population": 17402.000000 }, "geometry": { "type": "Point", "coordinates": [ -120.85292, 56.24988 ] } },
{ "type": "Feature", "properties": { "name": "Fredericton", "population": 52337.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.66558, 45.94541 ] } },
{ "type": "Feature", "properties": { "name": "Gananoque", "population": 5458.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.16607, 44.33342 ] } },
{ "type": "Feature", "properties": { "name": "Gaspé", "population": 14819.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.48194, 48.83341 ] } },
{ "type": "Feature", "properties": { "name": "Gatineau", "population": 242124.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.70164, 45.47723 ] } },
{ "type": "Feature", "properties": { "name": "Gibsons", "population": 6821.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.50555, 49.39539 ] } },
{ "type": "Feature", "properties": { "name": "Glace Bay", "population": 19968.000000 }, "geometry": { "type": "Point", "coordinates": [ -59.95698, 46.19695 ] } },
{ "type": "Feature", "properties": { "name": "Goderich", "population": 8032.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.71648, 43.75008 ] } },
{ "type": "Feature", "properties": { "name": "Granby", "population": 53979.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.73243, 45.40008 ] } },
{ "type": "Feature", "properties": { "name": "Grande Prairie", "population": 41462.000000 }, "geometry": { "type": "Point", "coordinates": [ -118.80271, 55.16667 ] } },
{ "type": "Feature", "properties": { "name": "Grand Falls-Windsor", "population": 12076.000000 }, "geometry": { "type": "Point", "coordinates": [ -55.66492, 48.93324 ] } },
{ "type": "Feature", "properties": { "name": "Greater Sudbury", "population": 157857.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.99001, 46.49 ] } },
{ "type": "Feature", "properties": { "name": "Gravenhurst", "population": 5839.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.36633, 44.91681 ] } },
{ "type": "Feature", "properties": { "name": "Greater Napanee", "population": 15132.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.94944, 44.25012 ] } },
{ "type": "Feature", "properties": { "name": "Guelph", "population": 115760.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.25599, 43.54594 ] } },
{ "type": "Feature", "properties": { "name": "Hamilton", "population": 519949.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.84963, 43.25011 ] } },
{ "type": "Feature", "properties": { "name": "Hampstead", "population": 6996.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.66307, 45.48064 ] } },
{ "type": "Feature", "properties": { "name": "Hanceville", "population": 10000.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.04458, 51.91922 ] } },
{ "type": "Feature", "properties": { "name": "Hanover", "population": 7255.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.03303, 44.15009 ] } },
{ "type": "Feature", "properties": { "name": "Happy Valley-Goose Bay", "population": 7572.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.33153, 53.31685 ] } },
{ "type": "Feature", "properties": { "name": "Hawkesbury", "population": 12283.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.61595, 45.60009 ] } },
{ "type": "Feature", "properties": { "name": "High River", "population": 9826.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.86867, 50.58341 ] } },
{ "type": "Feature", "properties": { "name": "Hinton", "population": 9889.000000 }, "geometry": { "type": "Point", "coordinates": [ -117.58567, 53.40009 ] } },
{ "type": "Feature", "properties": { "name": "Hudson", "population": 5088.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.14922, 45.45008 ] } },
{ "type": "Feature", "properties": { "name": "Huntsville", "population": 19579.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.21632, 45.33341 ] } },
{ "type": "Feature", "properties": { "name": "Huron East", "population": 9264.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.29975, 43.61679 ] } },
{ "type": "Feature", "properties": { "name": "Ingersoll", "population": 11874.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.88302, 43.03339 ] } },
{ "type": "Feature", "properties": { "name": "Innisfil", "population": 7345.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.64964, 44.30011 ] } },
{ "type": "Feature", "properties": { "name": "Iqaluit", "population": 6124.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.51727, 63.74697 ] } },
{ "type": "Feature", "properties": { "name": "Joliette", "population": 34772.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.44915, 46.01677 ] } },
{ "type": "Feature", "properties": { "name": "Kamloops", "population": 68714.000000 }, "geometry": { "type": "Point", "coordinates": [ -120.3192, 50.66648 ] } },
{ "type": "Feature", "properties": { "name": "Kapuskasing", "population": 9240.000000 }, "geometry": { "type": "Point", "coordinates": [ -82.43308, 49.41694 ] } },
{ "type": "Feature", "properties": { "name": "Kelowna", "population": 125109.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.48568, 49.88307 ] } },
{ "type": "Feature", "properties": { "name": "Kentville", "population": 12636.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.49605, 45.0771 ] } },
{ "type": "Feature", "properties": { "name": "Keswick", "population": 21000.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.46632, 44.25011 ] } },
{ "type": "Feature", "properties": { "name": "Kimberley", "population": 6513.000000 }, "geometry": { "type": "Point", "coordinates": [ -115.9776, 49.67071 ] } },
{ "type": "Feature", "properties": { "name": "Kingston", "population": 114195.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.48098, 44.22976 ] } },
{ "type": "Feature", "properties": { "name": "Kirkland", "population": 20491.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.86586, 45.45008 ] } },
{ "type": "Feature", "properties": { "name": "Kirkland Lake", "population": 7775.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.03767, 48.14461 ] } },
{ "type": "Feature", "properties": { "name": "Kitchener", "population": 233700.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.5112, 43.42537 ] } },
{ "type": "Feature", "properties": { "name": "Kitimat", "population": 8987.000000 }, "geometry": { "type": "Point", "coordinates": [ -128.65342, 54.05244 ] } },
{ "type": "Feature", "properties": { "name": "Labrador City", "population": 10313.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.91137, 52.94626 ] } },
{ "type": "Feature", "properties": { "name": "Lac-Brome", "population": 5629.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.51581, 45.21678 ] } },
{ "type": "Feature", "properties": { "name": "Lachute", "population": 9562.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.33253, 45.65008 ] } },
{ "type": "Feature", "properties": { "name": "Lacombe", "population": 10059.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.7353, 52.46681 ] } },
{ "type": "Feature", "properties": { "name": "Ladysmith", "population": 8740.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.81699, 48.99016 ] } },
{ "type": "Feature", "properties": { "name": "Lambton Shores", "population": 10656.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.93309, 43.16678 ] } },
{ "type": "Feature", "properties": { "name": "Langford", "population": 22459.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.50261, 48.44963 ] } },
{ "type": "Feature", "properties": { "name": "Langley", "population": 23606.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.65883, 49.10107 ] } },
{ "type": "Feature", "properties": { "name": "Langley", "population": 93726.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.58589, 49.08297 ] } },
{ "type": "Feature", "properties": { "name": "La Prairie", "population": 21763.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.49917, 45.41678 ] } },
{ "type": "Feature", "properties": { "name": "La Sarre", "population": 7206.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.19964, 48.80019 ] } },
{ "type": "Feature", "properties": { "name": "L'Assomption", "population": 16738.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.4294, 45.82318 ] } },
{ "type": "Feature", "properties": { "name": "La Tuque", "population": 9503.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.7824, 47.43337 ] } },
{ "type": "Feature", "properties": { "name": "Laval", "population": 376845.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.692, 45.56995 ] } },
{ "type": "Feature", "properties": { "name": "Lavaltrie", "population": 8762.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.28245, 45.88338 ] } },
{ "type": "Feature", "properties": { "name": "Leduc", "population": 15561.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.55201, 53.26682 ] } },
{ "type": "Feature", "properties": { "name": "Les Coteaux", "population": 10622.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.23254, 45.28338 ] } },
{ "type": "Feature", "properties": { "name": "Lethbridge", "population": 70617.000000 }, "geometry": { "type": "Point", "coordinates": [ -112.81856, 49.69999 ] } },
{ "type": "Feature", "properties": { "name": "L'Île-Perrot", "population": 9927.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.9492, 45.38338 ] } },
{ "type": "Feature", "properties": { "name": "Lloydminster", "population": 15910.000000 }, "geometry": { "type": "Point", "coordinates": [ -110.00157, 53.28346 ] } },
{ "type": "Feature", "properties": { "name": "London", "population": 346765.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.23304, 42.98339 ] } },
{ "type": "Feature", "properties": { "name": "Longueuil", "population": 229330.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.51806, 45.53121 ] } },
{ "type": "Feature", "properties": { "name": "Lorraine", "population": 9613.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.78249, 45.68338 ] } },
{ "type": "Feature", "properties": { "name": "Louiseville", "population": 5819.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.94145, 46.25594 ] } },
{ "type": "Feature", "properties": { "name": "Magog", "population": 15550.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.14909, 45.26678 ] } },
{ "type": "Feature", "properties": { "name": "Maple Ridge", "population": 70000.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.60193, 49.21939 ] } },
{ "type": "Feature", "properties": { "name": "Marieville", "population": 5600.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.16585, 45.43338 ] } },
{ "type": "Feature", "properties": { "name": "Markham", "population": 261573.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.2663, 43.86682 ] } },
{ "type": "Feature", "properties": { "name": "Mascouche", "population": 34626.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.59956, 45.74965 ] } },
{ "type": "Feature", "properties": { "name": "Medicine Hat", "population": 63138.000000 }, "geometry": { "type": "Point", "coordinates": [ -110.66834, 50.05006 ] } },
{ "type": "Feature", "properties": { "name": "Melfort", "population": 5410.000000 }, "geometry": { "type": "Point", "coordinates": [ -104.61768, 52.86673 ] } },
{ "type": "Feature", "properties": { "name": "Mercier", "population": 10121.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.74919, 45.31678 ] } },
{ "type": "Feature", "properties": { "name": "Princeville", "population": 5571.000000 }, "geometry": { "type": "Point", "coordinates": [ -61.29853, 45.76684 ] } },
{ "type": "Feature", "properties": { "name": "Merritt", "population": 7179.000000 }, "geometry": { "type": "Point", "coordinates": [ -120.7942, 50.11225 ] } },
{ "type": "Feature", "properties": { "name": "Midland", "population": 31502.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.88296, 44.7501 ] } },
{ "type": "Feature", "properties": { "name": "Milton", "population": 84362.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.88294, 43.51681 ] } },
{ "type": "Feature", "properties": { "name": "Mirabel", "population": 34626.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.08251, 45.65008 ] } },
{ "type": "Feature", "properties": { "name": "Miramichi", "population": 18129.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.50186, 47.02895 ] } },
{ "type": "Feature", "properties": { "name": "Mississauga", "population": 668549.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.6583, 43.5789 ] } },
{ "type": "Feature", "properties": { "name": "Moncton", "population": 87467.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.80186, 46.11594 ] } },
{ "type": "Feature", "properties": { "name": "Mont-Laurier", "population": 13405.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.4993, 46.55011 ] } },
{ "type": "Feature", "properties": { "name": "Montréal", "population": 3268513.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.58781, 45.50884 ] } },
{ "type": "Feature", "properties": { "name": "Montréal-Ouest", "population": 5184.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.64918, 45.45286 ] } },
{ "type": "Feature", "properties": { "name": "Mont-Royal", "population": 18933.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.64918, 45.51675 ] } },
{ "type": "Feature", "properties": { "name": "Mont-Saint-Hilaire", "population": 15720.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.19915, 45.56678 ] } },
{ "type": "Feature", "properties": { "name": "Mont-Tremblant", "population": 8892.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.58438, 46.21274 ] } },
{ "type": "Feature", "properties": { "name": "Moose Jaw", "population": 32166.000000 }, "geometry": { "type": "Point", "coordinates": [ -105.53445, 50.40005 ] } },
{ "type": "Feature", "properties": { "name": "Morden", "population": 6395.000000 }, "geometry": { "type": "Point", "coordinates": [ -98.10136, 49.1919 ] } },
{ "type": "Feature", "properties": { "name": "Morinville", "population": 8108.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.65203, 53.80014 ] } },
{ "type": "Feature", "properties": { "name": "Mount Pearl", "population": 24671.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.78135, 47.51659 ] } },
{ "type": "Feature", "properties": { "name": "Nanaimo", "population": 84905.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.94003, 49.16638 ] } },
{ "type": "Feature", "properties": { "name": "Nelson", "population": 9813.000000 }, "geometry": { "type": "Point", "coordinates": [ -117.28553, 49.49985 ] } },
{ "type": "Feature", "properties": { "name": "New Glasgow", "population": 20322.000000 }, "geometry": { "type": "Point", "coordinates": [ -62.64863, 45.58344 ] } },
{ "type": "Feature", "properties": { "name": "Newmarket", "population": 74295.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.46631, 44.05011 ] } },
{ "type": "Feature", "properties": { "name": "Parry Sound", "population": 6469.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.03527, 45.34732 ] } },
{ "type": "Feature", "properties": { "name": "New Westminster", "population": 58549.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.91092, 49.20678 ] } },
{ "type": "Feature", "properties": { "name": "Niagara Falls", "population": 82000.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.06627, 43.10012 ] } },
{ "type": "Feature", "properties": { "name": "Nicolet", "population": 5257.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.61582, 46.21676 ] } },
{ "type": "Feature", "properties": { "name": "Norfolk County", "population": 60847.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.38297, 42.8334 ] } },
{ "type": "Feature", "properties": { "name": "North Battleford", "population": 19440.000000 }, "geometry": { "type": "Point", "coordinates": [ -108.2967, 52.77972 ] } },
{ "type": "Feature", "properties": { "name": "North Bay", "population": 50170.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.46633, 46.3168 ] } },
{ "type": "Feature", "properties": { "name": "North Cowichan", "population": 32272.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.68596, 48.84133 ] } },
{ "type": "Feature", "properties": { "name": "North Perth", "population": 12254.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.96723, 43.7251 ] } },
{ "type": "Feature", "properties": { "name": "North Saanich", "population": 11089.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.41933, 48.66634 ] } },
{ "type": "Feature", "properties": { "name": "North Vancouver", "population": 48000.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.06934, 49.31636 ] } },
{ "type": "Feature", "properties": { "name": "North York", "population": 636000.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.4163, 43.76681 ] } },
{ "type": "Feature", "properties": { "name": "Notre-Dame-de-l'Île-Perrot", "population": 9885.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.9325, 45.36678 ] } },
{ "type": "Feature", "properties": { "name": "Notre-Dame-des-Prairies", "population": 8230.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.43245, 46.05007 ] } },
{ "type": "Feature", "properties": { "name": "Oak Bay", "population": 18015.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.3026, 48.44964 ] } },
{ "type": "Feature", "properties": { "name": "Oakville", "population": 165697.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.68292, 43.45011 ] } },
{ "type": "Feature", "properties": { "name": "Okotoks", "population": 14826.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.98281, 50.72885 ] } },
{ "type": "Feature", "properties": { "name": "Olds", "population": 6947.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.10199, 51.78341 ] } },
{ "type": "Feature", "properties": { "name": "Orangeville", "population": 32640.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.09967, 43.9168 ] } },
{ "type": "Feature", "properties": { "name": "Orillia", "population": 30178.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.42068, 44.60868 ] } },
{ "type": "Feature", "properties": { "name": "Oromocto", "population": 8998.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.47917, 45.83512 ] } },
{ "type": "Feature", "properties": { "name": "Oshawa", "population": 247989.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.84957, 43.90012 ] } },
{ "type": "Feature", "properties": { "name": "Ottawa", "population": 812129.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.69812, 45.41117 ] } },
{ "type": "Feature", "properties": { "name": "Otterburn Park", "population": 8464.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.21585, 45.53338 ] } },
{ "type": "Feature", "properties": { "name": "Owen Sound", "population": 22625.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.94349, 44.56717 ] } },
{ "type": "Feature", "properties": { "name": "Parksville", "population": 21150.000000 }, "geometry": { "type": "Point", "coordinates": [ -124.31575, 49.31947 ] } },
{ "type": "Feature", "properties": { "name": "Peace River", "population": 5340.000000 }, "geometry": { "type": "Point", "coordinates": [ -117.28599, 56.2501 ] } },
{ "type": "Feature", "properties": { "name": "Pembroke", "population": 15551.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.11616, 45.81681 ] } },
{ "type": "Feature", "properties": { "name": "Penticton", "population": 37721.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.58584, 49.48062 ] } },
{ "type": "Feature", "properties": { "name": "Perth", "population": 6481.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.24939, 44.90011 ] } },
{ "type": "Feature", "properties": { "name": "Petawawa", "population": 15988.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.28007, 45.89452 ] } },
{ "type": "Feature", "properties": { "name": "Peterborough", "population": 75877.000000 }, "geometry": { "type": "Point", "coordinates": [ -78.31623, 44.30012 ] } },
{ "type": "Feature", "properties": { "name": "Petrolia", "population": 5453.000000 }, "geometry": { "type": "Point", "coordinates": [ -82.14981, 42.86678 ] } },
{ "type": "Feature", "properties": { "name": "Pickering", "population": 87838.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.13289, 43.90012 ] } },
{ "type": "Feature", "properties": { "name": "Pincourt", "population": 11197.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.9825, 45.38338 ] } },
{ "type": "Feature", "properties": { "name": "Pitt Meadows", "population": 17410.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.68965, 49.22119 ] } },
{ "type": "Feature", "properties": { "name": "Pointe-Claire", "population": 30161.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.81669, 45.44868 ] } },
{ "type": "Feature", "properties": { "name": "Ponoka", "population": 6656.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.58147, 52.6768 ] } },
{ "type": "Feature", "properties": { "name": "Pont Rouge", "population": 7518.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.08247, 48.88332 ] } },
{ "type": "Feature", "properties": { "name": "Portage la Prairie", "population": 12957.000000 }, "geometry": { "type": "Point", "coordinates": [ -98.29263, 49.97282 ] } },
{ "type": "Feature", "properties": { "name": "Port Alberni", "population": 21282.000000 }, "geometry": { "type": "Point", "coordinates": [ -124.8028, 49.24133 ] } },
{ "type": "Feature", "properties": { "name": "Port-Cartier", "population": 5851.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.86545, 50.03339 ] } },
{ "type": "Feature", "properties": { "name": "Port Colborne", "population": 18599.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.23288, 42.90012 ] } },
{ "type": "Feature", "properties": { "name": "Port Moody", "population": 27512.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.85263, 49.28297 ] } },
{ "type": "Feature", "properties": { "name": "Powell River", "population": 12779.000000 }, "geometry": { "type": "Point", "coordinates": [ -124.54926, 49.87022 ] } },
{ "type": "Feature", "properties": { "name": "Prévost", "population": 10132.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.08251, 45.86678 ] } },
{ "type": "Feature", "properties": { "name": "Prince Albert", "population": 34609.000000 }, "geometry": { "type": "Point", "coordinates": [ -105.76772, 53.20008 ] } },
{ "type": "Feature", "properties": { "name": "Prince Edward", "population": 25496.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.24946, 44.00012 ] } },
{ "type": "Feature", "properties": { "name": "Prince George", "population": 65558.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.75301, 53.9166 ] } },
{ "type": "Feature", "properties": { "name": "Prince Rupert", "population": 14708.000000 }, "geometry": { "type": "Point", "coordinates": [ -130.32098, 54.31507 ] } },
{ "type": "Feature", "properties": { "name": "Quesnel", "population": 13788.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.4931, 52.97842 ] } },
{ "type": "Feature", "properties": { "name": "Quinte West", "population": 42697.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.56618, 44.18342 ] } },
{ "type": "Feature", "properties": { "name": "Rawdon", "population": 10400.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.71587, 46.05007 ] } },
{ "type": "Feature", "properties": { "name": "Rayside-Balfour", "population": 16050.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.20763, 46.60873 ] } },
{ "type": "Feature", "properties": { "name": "Red Deer", "population": 73593.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.802, 52.26682 ] } },
{ "type": "Feature", "properties": { "name": "Regina", "population": 176183.000000 }, "geometry": { "type": "Point", "coordinates": [ -104.6178, 50.45008 ] } },
{ "type": "Feature", "properties": { "name": "Renfrew", "population": 8018.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.68272, 45.46681 ] } },
{ "type": "Feature", "properties": { "name": "Repentigny", "population": 76237.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.45008, 45.74222 ] } },
{ "type": "Feature", "properties": { "name": "Revelstoke", "population": 7533.000000 }, "geometry": { "type": "Point", "coordinates": [ -118.2023, 50.98317 ] } },
{ "type": "Feature", "properties": { "name": "Richelieu", "population": 5208.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.24602, 45.44336 ] } },
{ "type": "Feature", "properties": { "name": "Richmond", "population": 182000.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.13683, 49.17003 ] } },
{ "type": "Feature", "properties": { "name": "Richmond Hill", "population": 185541.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.43725, 43.87111 ] } },
{ "type": "Feature", "properties": { "name": "Roberval", "population": 9287.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.23244, 48.5168 ] } },
{ "type": "Feature", "properties": { "name": "Rocky Mountain House", "population": 6527.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.9188, 52.36683 ] } },
{ "type": "Feature", "properties": { "name": "Rosemère", "population": 14173.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.79919, 45.63338 ] } },
{ "type": "Feature", "properties": { "name": "Rouyn-Noranda", "population": 24023.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.02311, 48.23656 ] } },
{ "type": "Feature", "properties": { "name": "Sackville", "population": 5411.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.38455, 45.91875 ] } },
{ "type": "Feature", "properties": { "name": "Saguenay", "population": 143692.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.06573, 48.41675 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Basile-le-Grand", "population": 15605.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.28246, 45.53338 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Bruno-de-Montarville", "population": 24388.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.34916, 45.53341 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Constant", "population": 23957.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.56588, 45.36678 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Adèle", "population": 10634.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.13251, 45.95008 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Agathe-des-Monts", "population": 5706.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.28252, 46.05009 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Anne-de-Bellevue", "population": 5197.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.9456, 45.40618 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Anne-des-Monts", "population": 5602.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.49243, 49.12402 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Anne-des-Plaines", "population": 10680.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.81156, 45.76468 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Catherine", "population": 16211.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.56632, 46.31836 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Julie", "population": 29019.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.33246, 45.58338 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Marthe-sur-le-Lac", "population": 11311.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.9325, 45.53338 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Thérèse", "population": 25224.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.82757, 45.63922 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Eustache", "population": 42062.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.90554, 45.565 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Félicien", "population": 8088.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.44906, 48.65007 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Hyacinthe", "population": 50326.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.95699, 45.63076 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Jean-sur-Richelieu", "population": 71613.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.26259, 45.30713 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Jérôme", "population": 54948.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.00365, 45.78036 ] } },
{ "type": "Feature", "properties": { "name": "Saint John", "population": 87857.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.06766, 45.27271 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Laurent", "population": 77391.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.66585, 45.50008 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Lazare", "population": 17016.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.13256, 45.40008 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Léonard", "population": 73423.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.59501, 45.58773 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Lin-Laurentides", "population": 14159.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.76588, 45.85008 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Raymond", "population": 9273.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.60948, 45.46698 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Sauveur", "population": 9191.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.17943, 45.88686 ] } },
{ "type": "Feature", "properties": { "name": "Salaberry-de-Valleyfield", "population": 38662.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.13253, 45.25008 ] } },
{ "type": "Feature", "properties": { "name": "Salmon Arm", "population": 16205.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.30237, 50.6998 ] } },
{ "type": "Feature", "properties": { "name": "Sarnia", "population": 82998.000000 }, "geometry": { "type": "Point", "coordinates": [ -82.40407, 42.97866 ] } },
{ "type": "Feature", "properties": { "name": "Saskatoon", "population": 198958.000000 }, "geometry": { "type": "Point", "coordinates": [ -106.63452, 52.11679 ] } },
{ "type": "Feature", "properties": { "name": "Sault Ste. Marie", "population": 74948.000000 }, "geometry": { "type": "Point", "coordinates": [ -84.33325, 46.51677 ] } },
{ "type": "Feature", "properties": { "name": "Sechelt", "population": 5977.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.75903, 49.47512 ] } },
{ "type": "Feature", "properties": { "name": "Selkirk", "population": 9653.000000 }, "geometry": { "type": "Point", "coordinates": [ -96.88452, 50.1436 ] } },
{ "type": "Feature", "properties": { "name": "Sept-Îles", "population": 22582.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.38208, 50.20011 ] } },
{ "type": "Feature", "properties": { "name": "Shawinigan", "population": 49161.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.74913, 46.56675 ] } },
{ "type": "Feature", "properties": { "name": "Sherbrooke", "population": 129447.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.89908, 45.40008 ] } },
{ "type": "Feature", "properties": { "name": "Sherwood Park", "population": 55063.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.3187, 53.51684 ] } },
{ "type": "Feature", "properties": { "name": "Slave Lake", "population": 7661.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.76896, 55.28344 ] } },
{ "type": "Feature", "properties": { "name": "Smithers", "population": 5438.000000 }, "geometry": { "type": "Point", "coordinates": [ -127.17428, 54.78036 ] } },
{ "type": "Feature", "properties": { "name": "Smiths Falls", "population": 10553.000000 }, "geometry": { "type": "Point", "coordinates": [ -76.02333, 44.90452 ] } },
{ "type": "Feature", "properties": { "name": "Sooke", "population": 6145.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.72762, 48.37463 ] } },
{ "type": "Feature", "properties": { "name": "Sorel-Tracy", "population": 33591.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.11585, 46.03336 ] } },
{ "type": "Feature", "properties": { "name": "South Huron", "population": 9982.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.51647, 43.31679 ] } },
{ "type": "Feature", "properties": { "name": "Spruce Grove", "population": 17767.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.91874, 53.53344 ] } },
{ "type": "Feature", "properties": { "name": "St. Albert", "population": 57719.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.63533, 53.63344 ] } },
{ "type": "Feature", "properties": { "name": "St. Catharines", "population": 131989.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.24267, 43.17126 ] } },
{ "type": "Feature", "properties": { "name": "Steinbach", "population": 9607.000000 }, "geometry": { "type": "Point", "coordinates": [ -96.68451, 49.52579 ] } },
{ "type": "Feature", "properties": { "name": "Stephenville", "population": 6278.000000 }, "geometry": { "type": "Point", "coordinates": [ -58.5818, 48.55001 ] } },
{ "type": "Feature", "properties": { "name": "Stettler", "population": 5494.000000 }, "geometry": { "type": "Point", "coordinates": [ -112.71861, 52.31683 ] } },
{ "type": "Feature", "properties": { "name": "Stony Plain", "population": 8939.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.00205, 53.53343 ] } },
{ "type": "Feature", "properties": { "name": "Stratford", "population": 30233.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.94972, 43.36679 ] } },
{ "type": "Feature", "properties": { "name": "Strathmore", "population": 10009.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.38523, 51.05011 ] } },
{ "type": "Feature", "properties": { "name": "St. Thomas", "population": 36110.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.18038, 42.77361 ] } },
{ "type": "Feature", "properties": { "name": "Summerland", "population": 6292.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.66911, 49.59977 ] } },
{ "type": "Feature", "properties": { "name": "Summerside", "population": 14808.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.78762, 46.39593 ] } },
{ "type": "Feature", "properties": { "name": "Surrey", "population": 394976.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.82509, 49.10635 ] } },
{ "type": "Feature", "properties": { "name": "Swift Current", "population": 14703.000000 }, "geometry": { "type": "Point", "coordinates": [ -107.80135, 50.28337 ] } },
{ "type": "Feature", "properties": { "name": "Sylvan Lake", "population": 10518.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.0853, 52.31681 ] } },
{ "type": "Feature", "properties": { "name": "Taber", "population": 8163.000000 }, "geometry": { "type": "Point", "coordinates": [ -112.14603, 49.78703 ] } },
{ "type": "Feature", "properties": { "name": "Temiskaming Shores", "population": 10442.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.71529, 47.49376 ] } },
{ "type": "Feature", "properties": { "name": "Terrace", "population": 19443.000000 }, "geometry": { "type": "Point", "coordinates": [ -128.60345, 54.51634 ] } },
{ "type": "Feature", "properties": { "name": "Terrebonne", "population": 94703.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.64732, 45.70004 ] } },
{ "type": "Feature", "properties": { "name": "The Pas", "population": 6055.000000 }, "geometry": { "type": "Point", "coordinates": [ -101.25413, 53.82509 ] } },
{ "type": "Feature", "properties": { "name": "Thompson", "population": 12467.000000 }, "geometry": { "type": "Point", "coordinates": [ -97.85579, 55.7435 ] } },
{ "type": "Feature", "properties": { "name": "Thorold", "population": 18224.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.19958, 43.11682 ] } },
{ "type": "Feature", "properties": { "name": "Thunder Bay", "population": 99334.000000 }, "geometry": { "type": "Point", "coordinates": [ -89.25018, 48.38202 ] } },
{ "type": "Feature", "properties": { "name": "Timmins", "population": 42997.000000 }, "geometry": { "type": "Point", "coordinates": [ -81.33312, 48.46686 ] } },
{ "type": "Feature", "properties": { "name": "Toronto", "population": 2600000.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.4163, 43.70011 ] } },
{ "type": "Feature", "properties": { "name": "Trail", "population": 9707.000000 }, "geometry": { "type": "Point", "coordinates": [ -117.70223, 49.09983 ] } },
{ "type": "Feature", "properties": { "name": "Waterloo", "population": 97475.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.51639, 43.4668 ] } },
{ "type": "Feature", "properties": { "name": "Trois-Rivières", "population": 119693.000000 }, "geometry": { "type": "Point", "coordinates": [ -72.5477, 46.34515 ] } },
{ "type": "Feature", "properties": { "name": "Truro", "population": 20650.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.26538, 45.36685 ] } },
{ "type": "Feature", "properties": { "name": "Uxbridge", "population": 11531.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.11628, 44.10012 ] } },
{ "type": "Feature", "properties": { "name": "Val-des-Monts", "population": 9539.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.66604, 45.6501 ] } },
{ "type": "Feature", "properties": { "name": "Val-d'Or", "population": 31123.000000 }, "geometry": { "type": "Point", "coordinates": [ -77.7828, 48.10018 ] } },
{ "type": "Feature", "properties": { "name": "Vancouver", "population": 1837969.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.11934, 49.24966 ] } },
{ "type": "Feature", "properties": { "name": "Varennes", "population": 20950.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.43246, 45.68338 ] } },
{ "type": "Feature", "properties": { "name": "Vaudreuil-Dorion", "population": 25789.000000 }, "geometry": { "type": "Point", "coordinates": [ -74.03251, 45.40008 ] } },
{ "type": "Feature", "properties": { "name": "Vaughan", "population": 238866.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.49827, 43.8361 ] } },
{ "type": "Feature", "properties": { "name": "Vegreville", "population": 5678.000000 }, "geometry": { "type": "Point", "coordinates": [ -112.05182, 53.50015 ] } },
{ "type": "Feature", "properties": { "name": "Vernon", "population": 47274.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.27337, 50.26729 ] } },
{ "type": "Feature", "properties": { "name": "Victoria", "population": 289625.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.3693, 48.43294 ] } },
{ "type": "Feature", "properties": { "name": "Victoriaville", "population": 34426.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.96579, 46.05007 ] } },
{ "type": "Feature", "properties": { "name": "Wainwright", "population": 5380.000000 }, "geometry": { "type": "Point", "coordinates": [ -110.85723, 52.83904 ] } },
{ "type": "Feature", "properties": { "name": "Wasaga Beach", "population": 7567.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.01637, 44.5168 ] } },
{ "type": "Feature", "properties": { "name": "Welland", "population": 50331.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.24958, 42.98342 ] } },
{ "type": "Feature", "properties": { "name": "West End", "population": 44560.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.13333, 49.28333 ] } },
{ "type": "Feature", "properties": { "name": "Westlock", "population": 5067.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.86876, 54.15016 ] } },
{ "type": "Feature", "properties": { "name": "Westmount", "population": 20494.000000 }, "geometry": { "type": "Point", "coordinates": [ -73.59918, 45.48341 ] } },
{ "type": "Feature", "properties": { "name": "Wetaskiwin", "population": 11302.000000 }, "geometry": { "type": "Point", "coordinates": [ -113.36869, 52.96683 ] } },
{ "type": "Feature", "properties": { "name": "Weyburn", "population": 9362.000000 }, "geometry": { "type": "Point", "coordinates": [ -103.85109, 49.66675 ] } },
{ "type": "Feature", "properties": { "name": "Whistler", "population": 10600.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.96946, 50.1164 ] } },
{ "type": "Feature", "properties": { "name": "Whitecourt", "population": 8763.000000 }, "geometry": { "type": "Point", "coordinates": [ -115.68548, 54.15015 ] } },
{ "type": "Feature", "properties": { "name": "Whitehorse", "population": 23272.000000 }, "geometry": { "type": "Point", "coordinates": [ -135.05375, 60.71611 ] } },
{ "type": "Feature", "properties": { "name": "White Rock", "population": 66450.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.8026, 49.01636 ] } },
{ "type": "Feature", "properties": { "name": "Williams Lake", "population": 14168.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.14451, 52.14153 ] } },
{ "type": "Feature", "properties": { "name": "Windsor", "population": 5408.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.99909, 45.56678 ] } },
{ "type": "Feature", "properties": { "name": "Windsor", "population": 278013.000000 }, "geometry": { "type": "Point", "coordinates": [ -83.01654, 42.30008 ] } },
{ "type": "Feature", "properties": { "name": "Winkler", "population": 8270.000000 }, "geometry": { "type": "Point", "coordinates": [ -97.94104, 49.1817 ] } },
{ "type": "Feature", "properties": { "name": "Winnipeg", "population": 632063.000000 }, "geometry": { "type": "Point", "coordinates": [ -97.14704, 49.8844 ] } },
{ "type": "Feature", "properties": { "name": "Woodstock", "population": 33892.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.7497, 43.13339 ] } },
{ "type": "Feature", "properties": { "name": "Yarmouth", "population": 7500.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.11557, 43.83345 ] } },
{ "type": "Feature", "properties": { "name": "Yellowknife", "population": 15865.000000 }, "geometry": { "type": "Point", "coordinates": [ -114.35255, 62.456 ] } },
{ "type": "Feature", "properties": { "name": "Yorkton", "population": 15669.000000 }, "geometry": { "type": "Point", "coordinates": [ -102.46766, 51.2167 ] } },
{ "type": "Feature", "properties": { "name": "Beauceville", "population": 6226.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.77873, 46.21785 ] } },
{ "type": "Feature", "properties": { "name": "Halifax", "population": 359111.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.57239, 44.64533 ] } },
{ "type": "Feature", "properties": { "name": "Scarborough", "population": 600000.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.25666, 43.77223 ] } },
{ "type": "Feature", "properties": { "name": "Cole Harbour", "population": 20000.000000 }, "geometry": { "type": "Point", "coordinates": [ -63.47506, 44.67244 ] } },
{ "type": "Feature", "properties": { "name": "St. John's", "population": 99182.000000 }, "geometry": { "type": "Point", "coordinates": [ -52.70931, 47.56494 ] } },
{ "type": "Feature", "properties": { "name": "Québec", "population": 528595.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.21454, 46.81228 ] } },
{ "type": "Feature", "properties": { "name": "Lévis", "population": 126396.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.17793, 46.80326 ] } },
{ "type": "Feature", "properties": { "name": "Montmagny", "population": 11724.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.55493, 46.98043 ] } },
{ "type": "Feature", "properties": { "name": "Rimouski", "population": 42240.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.52396, 48.44879 ] } },
{ "type": "Feature", "properties": { "name": "Rivière-du-Loup", "population": 18586.000000 }, "geometry": { "type": "Point", "coordinates": [ -69.54243, 47.82699 ] } },
{ "type": "Feature", "properties": { "name": "Sydney", "population": 105968.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.1831, 46.1351 ] } },
{ "type": "Feature", "properties": { "name": "L'Ancienne-Lorette", "population": 16516.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.35191, 46.79392 ] } },
{ "type": "Feature", "properties": { "name": "Edmundston", "population": 16643.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.32512, 47.3737 ] } },
{ "type": "Feature", "properties": { "name": "Sainte Catherine de la Jacques Cartier", "population": 5021.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.62056, 46.85244 ] } },
{ "type": "Feature", "properties": { "name": "Baie-Saint-Paul", "population": 7288.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.49858, 47.44109 ] } },
{ "type": "Feature", "properties": { "name": "Campbellton", "population": 7384.000000 }, "geometry": { "type": "Point", "coordinates": [ -66.67272, 48.00751 ] } },
{ "type": "Feature", "properties": { "name": "Bathurst", "population": 12714.000000 }, "geometry": { "type": "Point", "coordinates": [ -65.65112, 47.61814 ] } },
{ "type": "Feature", "properties": { "name": "Matane", "population": 14812.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.52197, 48.82857 ] } },
{ "type": "Feature", "properties": { "name": "Paris", "population": 11177.000000 }, "geometry": { "type": "Point", "coordinates": [ -80.38333, 43.2 ] } },
{ "type": "Feature", "properties": { "name": "Amqui", "population": 6261.000000 }, "geometry": { "type": "Point", "coordinates": [ -67.43134, 48.46382 ] } },
{ "type": "Feature", "properties": { "name": "Chandler", "population": 7914.000000 }, "geometry": { "type": "Point", "coordinates": [ -64.67926, 48.34935 ] } },
{ "type": "Feature", "properties": { "name": "Thetford-Mines", "population": 25704.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.30539, 46.09371 ] } },
{ "type": "Feature", "properties": { "name": "Mont-Joli", "population": 6568.000000 }, "geometry": { "type": "Point", "coordinates": [ -68.19214, 48.58388 ] } },
{ "type": "Feature", "properties": { "name": "La Malbaie", "population": 8959.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.15268, 47.654 ] } },
{ "type": "Feature", "properties": { "name": "Sainte-Marie", "population": 11584.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.01168, 46.43401 ] } },
{ "type": "Feature", "properties": { "name": "Plessisville", "population": 6677.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.76201, 46.21856 ] } },
{ "type": "Feature", "properties": { "name": "West Kelowna", "population": 28793.000000 }, "geometry": { "type": "Point", "coordinates": [ -119.58333, 49.8625 ] } },
{ "type": "Feature", "properties": { "name": "Bellechasse Regional County Municipality", "population": 29570.000000 }, "geometry": { "type": "Point", "coordinates": [ -70.71667, 46.66667 ] } },
{ "type": "Feature", "properties": { "name": "Sydney Mines", "population": 7312.000000 }, "geometry": { "type": "Point", "coordinates": [ -60.21767, 46.23669 ] } },
{ "type": "Feature", "properties": { "name": "Jonquière", "population": 54842.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.24884, 48.41648 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Augustin-de-Desmaures", "population": 17281.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.45131, 46.74064 ] } },
{ "type": "Feature", "properties": { "name": "Donnacona", "population": 5564.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.7239, 46.68042 ] } },
{ "type": "Feature", "properties": { "name": "Ladner", "population": 200000.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.08241, 49.08938 ] } },
{ "type": "Feature", "properties": { "name": "Walnut Grove", "population": 25683.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.64042, 49.16473 ] } },
{ "type": "Feature", "properties": { "name": "Aldergrove", "population": 12363.000000 }, "geometry": { "type": "Point", "coordinates": [ -122.47087, 49.05801 ] } },
{ "type": "Feature", "properties": { "name": "Breakeyville", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.22327, 46.68037 ] } },
{ "type": "Feature", "properties": { "name": "Ancaster", "population": 33232.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.98716, 43.21806 ] } },
{ "type": "Feature", "properties": { "name": "Shannon", "population": 5086.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.51464, 46.88026 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Henri", "population": 5023.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.06927, 46.69314 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Lambert-de-Lauzon", "population": 6177.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.20892, 46.58624 ] } },
{ "type": "Feature", "properties": { "name": "Pont-Rouge", "population": 8723.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.69566, 46.75468 ] } },
{ "type": "Feature", "properties": { "name": "Princeville", "population": 5693.000000 }, "geometry": { "type": "Point", "coordinates": [ -71.87462, 46.17163 ] } },
{ "type": "Feature", "properties": { "name": "West Vancouver", "population": 42694.000000 }, "geometry": { "type": "Point", "coordinates": [ -123.16652, 49.36672 ] } },
{ "type": "Feature", "properties": { "name": "Willowdale", "population": 79440.000000 }, "geometry": { "type": "Point", "coordinates": [ -79.39909, 43.76672 ] } },
{ "type": "Feature", "properties": { "name": "Yangambi", "population": 35531.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.43973, 0.76755 ] } },
{ "type": "Feature", "properties": { "name": "Watsa", "population": 24516.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.53551, 3.03716 ] } },
{ "type": "Feature", "properties": { "name": "Wamba", "population": 17373.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.99466, 2.14838 ] } },
{ "type": "Feature", "properties": { "name": "Uvira", "population": 170391.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.13779, -3.39534 ] } },
{ "type": "Feature", "properties": { "name": "Tshikapa", "population": 267462.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.79995, -6.41621 ] } },
{ "type": "Feature", "properties": { "name": "Sake", "population": 17151.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.04339, -1.57386 ] } },
{ "type": "Feature", "properties": { "name": "Mwene-Ditu", "population": 189177.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.45278, -7.00906 ] } },
{ "type": "Feature", "properties": { "name": "Mweka", "population": 50675.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.5595, -4.85187 ] } },
{ "type": "Feature", "properties": { "name": "Mbuji-Mayi", "population": 874761.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.58979, -6.13603 ] } },
{ "type": "Feature", "properties": { "name": "Lusambo", "population": 41416.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.44391, -4.97503 ] } },
{ "type": "Feature", "properties": { "name": "Luebo", "population": 35183.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.42192, -5.35218 ] } },
{ "type": "Feature", "properties": { "name": "Lubao", "population": 43068.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.74885, -5.38771 ] } },
{ "type": "Feature", "properties": { "name": "Lodja", "population": 68244.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.6005, -3.52105 ] } },
{ "type": "Feature", "properties": { "name": "Lisala", "population": 70087.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.51672, 2.15127 ] } },
{ "type": "Feature", "properties": { "name": "Kisangani", "population": 539158.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.19099, 0.51528 ] } },
{ "type": "Feature", "properties": { "name": "Kindu", "population": 135698.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.92237, -2.94373 ] } },
{ "type": "Feature", "properties": { "name": "Kasongo", "population": 55118.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.66656, -4.42741 ] } },
{ "type": "Feature", "properties": { "name": "Kananga", "population": 463546.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.41659, -5.89624 ] } },
{ "type": "Feature", "properties": { "name": "Kampene", "population": 37034.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.66715, -3.59678 ] } },
{ "type": "Feature", "properties": { "name": "Kamina", "population": 73557.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.99798, -8.73508 ] } },
{ "type": "Feature", "properties": { "name": "Kalemie", "population": 146974.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.19471, -5.94749 ] } },
{ "type": "Feature", "properties": { "name": "Kabinda", "population": 59004.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.48179, -6.13791 ] } },
{ "type": "Feature", "properties": { "name": "Kabare", "population": 37034.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.79081, -2.49682 ] } },
{ "type": "Feature", "properties": { "name": "Kabalo", "population": 29833.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.9143, -6.05255 ] } },
{ "type": "Feature", "properties": { "name": "Isiro", "population": 127076.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.61603, 2.77391 ] } },
{ "type": "Feature", "properties": { "name": "Ilebo", "population": 107093.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.58638, -4.33111 ] } },
{ "type": "Feature", "properties": { "name": "Goma", "population": 144124.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.22845, -1.67409 ] } },
{ "type": "Feature", "properties": { "name": "Gbadolite", "population": 50493.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.00284, 4.279 ] } },
{ "type": "Feature", "properties": { "name": "Gandajika", "population": 154425.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.95328, -6.74504 ] } },
{ "type": "Feature", "properties": { "name": "Demba", "population": 22263.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.26962, -5.49573 ] } },
{ "type": "Feature", "properties": { "name": "Butembo", "population": 154621.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.29117, 0.14164 ] } },
{ "type": "Feature", "properties": { "name": "Buta", "population": 50130.000000 }, "geometry": { "type": "Point", "coordinates": [ 24.72997, 2.78582 ] } },
{ "type": "Feature", "properties": { "name": "Businga", "population": 28919.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.88577, 3.33863 ] } },
{ "type": "Feature", "properties": { "name": "Bunia", "population": 96764.000000 }, "geometry": { "type": "Point", "coordinates": [ 30.25224, 1.55941 ] } },
{ "type": "Feature", "properties": { "name": "Bumba", "population": 95520.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.46827, 2.18771 ] } },
{ "type": "Feature", "properties": { "name": "Bukavu", "population": 225389.000000 }, "geometry": { "type": "Point", "coordinates": [ 28.84281, -2.49077 ] } },
{ "type": "Feature", "properties": { "name": "Bukama", "population": 38770.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.85475, -9.20443 ] } },
{ "type": "Feature", "properties": { "name": "Bondo", "population": 17860.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.68665, 3.81461 ] } },
{ "type": "Feature", "properties": { "name": "Boende", "population": 32091.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.88053, -0.28163 ] } },
{ "type": "Feature", "properties": { "name": "Beni", "population": 89648.000000 }, "geometry": { "type": "Point", "coordinates": [ 29.47306, 0.49113 ] } },
{ "type": "Feature", "properties": { "name": "Basoko", "population": 43709.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.61598, 1.23909 ] } },
{ "type": "Feature", "properties": { "name": "Aketi", "population": 35161.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.78326, 2.73877 ] } },
{ "type": "Feature", "properties": { "name": "Lubumbashi", "population": 1373770.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.47938, -11.66089 ] } },
{ "type": "Feature", "properties": { "name": "Likasi", "population": 422414.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.7384, -10.98303 ] } },
{ "type": "Feature", "properties": { "name": "Kolwezi", "population": 418000.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.46674, -10.71484 ] } },
{ "type": "Feature", "properties": { "name": "Kipushi", "population": 62332.000000 }, "geometry": { "type": "Point", "coordinates": [ 27.25135, -11.76097 ] } },
{ "type": "Feature", "properties": { "name": "Kambove", "population": 36702.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.59746, -10.87352 ] } },
{ "type": "Feature", "properties": { "name": "Tshela", "population": 38845.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.9484, -4.99707 ] } },
{ "type": "Feature", "properties": { "name": "Nioki", "population": 40695.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.69001, -2.72037 ] } },
{ "type": "Feature", "properties": { "name": "Mushie", "population": 33062.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.92238, -3.01728 ] } },
{ "type": "Feature", "properties": { "name": "Mbanza-Ngungu", "population": 86356.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.85838, -5.25837 ] } },
{ "type": "Feature", "properties": { "name": "Mbandaka", "population": 184185.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.26034, 0.04865 ] } },
{ "type": "Feature", "properties": { "name": "Matadi", "population": 180109.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.44068, -5.79949 ] } },
{ "type": "Feature", "properties": { "name": "Mangai", "population": 37188.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.53385, -4.02328 ] } },
{ "type": "Feature", "properties": { "name": "Lukolela", "population": 15000.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.1821, -1.06046 ] } },
{ "type": "Feature", "properties": { "name": "Libenge", "population": 27053.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.63566, 3.65332 ] } },
{ "type": "Feature", "properties": { "name": "Pointe-Noire", "population": 659084.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.86352, -4.77609 ] } },
{ "type": "Feature", "properties": { "name": "Kinshasa", "population": 7785965.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.31357, -4.32758 ] } },
{ "type": "Feature", "properties": { "name": "Kikwit", "population": 186991.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.81619, -5.04098 ] } },
{ "type": "Feature", "properties": { "name": "Kasongo-Lunda", "population": 20060.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.81735, -6.47833 ] } },
{ "type": "Feature", "properties": { "name": "Kasangulu", "population": 27961.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.16554, -4.5833 ] } },
{ "type": "Feature", "properties": { "name": "Inongo", "population": 40113.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.2881, -1.9275 ] } },
{ "type": "Feature", "properties": { "name": "Gemena", "population": 117639.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.77234, 3.25651 ] } },
{ "type": "Feature", "properties": { "name": "Bulungu", "population": 48344.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.60364, -4.54437 ] } },
{ "type": "Feature", "properties": { "name": "Bosobolo", "population": 14553.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.8833, 4.1898 ] } },
{ "type": "Feature", "properties": { "name": "Bolobo", "population": 27862.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.23249, -2.158 ] } },
{ "type": "Feature", "properties": { "name": "Bandundu", "population": 118211.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.38063, -3.31687 ] } },
{ "type": "Feature", "properties": { "name": "Masina", "population": 485167.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.39139, -4.38361 ] } },
{ "type": "Feature", "properties": { "name": "Zemio", "population": 14000.000000 }, "geometry": { "type": "Point", "coordinates": [ 25.13614, 5.03144 ] } },
{ "type": "Feature", "properties": { "name": "Rafaï", "population": 13459.000000 }, "geometry": { "type": "Point", "coordinates": [ 23.91667, 4.95 ] } },
{ "type": "Feature", "properties": { "name": "Ouadda", "population": 5434.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.40075, 8.07771 ] } },
{ "type": "Feature", "properties": { "name": "Obo", "population": 12887.000000 }, "geometry": { "type": "Point", "coordinates": [ 26.49211, 5.39586 ] } },
{ "type": "Feature", "properties": { "name": "Ndélé", "population": 11764.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.64728, 8.41091 ] } },
{ "type": "Feature", "properties": { "name": "Mobaye", "population": 19431.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.17861, 4.31902 ] } },
{ "type": "Feature", "properties": { "name": "Kembé", "population": 11513.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.88645, 4.62275 ] } },
{ "type": "Feature", "properties": { "name": "Ippy", "population": 16571.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.22468, 6.26793 ] } },
{ "type": "Feature", "properties": { "name": "Bria", "population": 29027.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.98633, 6.54233 ] } },
{ "type": "Feature", "properties": { "name": "Birao", "population": 10178.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.78818, 10.28488 ] } },
{ "type": "Feature", "properties": { "name": "Bangassou", "population": 24361.000000 }, "geometry": { "type": "Point", "coordinates": [ 22.81838, 4.74132 ] } },
{ "type": "Feature", "properties": { "name": "Bambari", "population": 32547.000000 }, "geometry": { "type": "Point", "coordinates": [ 20.67565, 5.76795 ] } },
{ "type": "Feature", "properties": { "name": "Alindao", "population": 14234.000000 }, "geometry": { "type": "Point", "coordinates": [ 21.20876, 5.02667 ] } },
{ "type": "Feature", "properties": { "name": "Sibut", "population": 34267.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.07389, 5.71801 ] } },
{ "type": "Feature", "properties": { "name": "Paoua", "population": 18441.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.44059, 7.24269 ] } },
{ "type": "Feature", "properties": { "name": "Nola", "population": 26809.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.04583, 3.52494 ] } },
{ "type": "Feature", "properties": { "name": "Mongoumba", "population": 10885.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.59364, 3.64153 ] } },
{ "type": "Feature", "properties": { "name": "Mbaïki", "population": 67132.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.98923, 3.86781 ] } },
{ "type": "Feature", "properties": { "name": "Kouango", "population": 7529.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.96186, 4.99337 ] } },
{ "type": "Feature", "properties": { "name": "Kaga Bandoro", "population": 56520.000000 }, "geometry": { "type": "Point", "coordinates": [ 19.18744, 6.98961 ] } },
{ "type": "Feature", "properties": { "name": "Kabo", "population": 13637.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.62903, 7.69937 ] } },
{ "type": "Feature", "properties": { "name": "Gamboula", "population": 7646.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.13926, 4.11775 ] } },
{ "type": "Feature", "properties": { "name": "Damara", "population": 20093.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.7035, 4.96075 ] } },
{ "type": "Feature", "properties": { "name": "Carnot", "population": 38071.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.87735, 4.94273 ] } },
{ "type": "Feature", "properties": { "name": "Bozoum", "population": 40201.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.37992, 6.31933 ] } },
{ "type": "Feature", "properties": { "name": "Bouca", "population": 13250.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.2767, 6.50734 ] } },
{ "type": "Feature", "properties": { "name": "Bouar", "population": 28581.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.59599, 5.93404 ] } },
{ "type": "Feature", "properties": { "name": "Bossangoa", "population": 27428.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.45518, 6.49263 ] } },
{ "type": "Feature", "properties": { "name": "Boda", "population": 16655.000000 }, "geometry": { "type": "Point", "coordinates": [ 17.46953, 4.31887 ] } },
{ "type": "Feature", "properties": { "name": "Boali", "population": 5876.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.12747, 4.80048 ] } },
{ "type": "Feature", "properties": { "name": "Bimbo", "population": 129655.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.41583, 4.25671 ] } },
{ "type": "Feature", "properties": { "name": "Berbérati", "population": 61815.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.79216, 4.26116 ] } },
{ "type": "Feature", "properties": { "name": "Batangafo", "population": 15310.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.2833, 7.30082 ] } },
{ "type": "Feature", "properties": { "name": "Baoro", "population": 6319.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.96667, 5.66667 ] } },
{ "type": "Feature", "properties": { "name": "Bangui", "population": 542393.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.55496, 4.36122 ] } },
{ "type": "Feature", "properties": { "name": "Sibiti", "population": 19089.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.34985, -3.68192 ] } },
{ "type": "Feature", "properties": { "name": "Owando", "population": 23952.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.89988, -0.48193 ] } },
{ "type": "Feature", "properties": { "name": "Ouésso", "population": 23915.000000 }, "geometry": { "type": "Point", "coordinates": [ 16.05167, 1.61361 ] } },
{ "type": "Feature", "properties": { "name": "Mossendjo", "population": 18231.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.70423, -2.94968 ] } },
{ "type": "Feature", "properties": { "name": "Makoua", "population": 11355.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.63333, 0.00694 ] } },
{ "type": "Feature", "properties": { "name": "Madingou", "population": 22760.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.55, -4.15361 ] } },
{ "type": "Feature", "properties": { "name": "Dolisie", "population": 103894.000000 }, "geometry": { "type": "Point", "coordinates": [ 12.66664, -4.19834 ] } },
{ "type": "Feature", "properties": { "name": "Loandjili", "population": 23204.000000 }, "geometry": { "type": "Point", "coordinates": [ 11.85778, -4.75611 ] } },
{ "type": "Feature", "properties": { "name": "Kinkala", "population": 13882.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.76444, -4.36139 ] } },
{ "type": "Feature", "properties": { "name": "Kayes", "population": 58737.000000 }, "geometry": { "type": "Point", "coordinates": [ 13.28608, -4.20493 ] } },
{ "type": "Feature", "properties": { "name": "Impfondo", "population": 20859.000000 }, "geometry": { "type": "Point", "coordinates": [ 18.05981, 1.61804 ] } },
{ "type": "Feature", "properties": { "name": "Gamboma", "population": 20877.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.86444, -1.87639 ] } },
{ "type": "Feature", "properties": { "name": "Djambala", "population": 9650.000000 }, "geometry": { "type": "Point", "coordinates": [ 14.75333, -2.54472 ] } },
{ "type": "Feature", "properties": { "name": "Brazzaville", "population": 1284609.000000 }, "geometry": { "type": "Point", "coordinates": [ 15.28318, -4.26613 ] } },
{ "type": "Feature", "properties": { "name": "Zürich", "population": 341730.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.55, 47.36667 ] } },
{ "type": "Feature", "properties": { "name": "Zug", "population": 23435.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.51745, 47.17242 ] } },
{ "type": "Feature", "properties": { "name": "Zuchwil", "population": 9268.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.56649, 47.20173 ] } },
{ "type": "Feature", "properties": { "name": "Zollikon", "population": 5812.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.57407, 47.34019 ] } },
{ "type": "Feature", "properties": { "name": "Zollikofen", "population": 9121.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.45809, 46.99905 ] } },
{ "type": "Feature", "properties": { "name": "Zofingen", "population": 11451.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.94586, 47.28779 ] } },
{ "type": "Feature", "properties": { "name": "Zermatt", "population": 6629.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.74912, 46.02126 ] } },
{ "type": "Feature", "properties": { "name": "Yverdon-les-Bains", "population": 23702.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.64115, 46.77852 ] } },
{ "type": "Feature", "properties": { "name": "Würenlos", "population": 5497.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.36439, 47.44208 ] } },
{ "type": "Feature", "properties": { "name": "Worb", "population": 11053.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.56306, 46.92984 ] } },
{ "type": "Feature", "properties": { "name": "Wollerau", "population": 6883.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.71903, 47.19478 ] } },
{ "type": "Feature", "properties": { "name": "Wohlen", "population": 13875.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.27877, 47.35236 ] } },
{ "type": "Feature", "properties": { "name": "Wohlen", "population": 9159.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.35685, 46.97118 ] } },
{ "type": "Feature", "properties": { "name": "Wittenbach", "population": 8542.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.37761, 47.46308 ] } },
{ "type": "Feature", "properties": { "name": "Zürich (Kreis 7) \/ Witikon", "population": 9099.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.59105, 47.35751 ] } },
{ "type": "Feature", "properties": { "name": "Winterthur", "population": 91908.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.7251, 47.50003 ] } },
{ "type": "Feature", "properties": { "name": "Windisch", "population": 6689.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.21842, 47.47899 ] } },
{ "type": "Feature", "properties": { "name": "Wil", "population": 16808.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.04552, 47.46152 ] } },
{ "type": "Feature", "properties": { "name": "Zürich (Kreis 3) \/ Alt-Wiedikon", "population": 14931.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.51497, 47.36201 ] } },
{ "type": "Feature", "properties": { "name": "Wetzikon", "population": 12969.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.79779, 47.3264 ] } },
{ "type": "Feature", "properties": { "name": "Wettingen", "population": 18191.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.31636, 47.47049 ] } },
{ "type": "Feature", "properties": { "name": "Weinfelden", "population": 9414.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.1, 47.56667 ] } },
{ "type": "Feature", "properties": { "name": "Wattwil", "population": 8089.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.08757, 47.30225 ] } },
{ "type": "Feature", "properties": { "name": "Wallisellen", "population": 11705.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.59672, 47.41499 ] } },
{ "type": "Feature", "properties": { "name": "Walenstadt", "population": 5000.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.31194, 47.12411 ] } },
{ "type": "Feature", "properties": { "name": "Wahlern", "population": 6225.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.35318, 46.82806 ] } },
{ "type": "Feature", "properties": { "name": "Wädenswil", "population": 13269.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.6687, 47.22683 ] } },
{ "type": "Feature", "properties": { "name": "Visp", "population": 6576.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.88149, 46.2937 ] } },
{ "type": "Feature", "properties": { "name": "Villmergen", "population": 5489.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.24583, 47.34917 ] } },
{ "type": "Feature", "properties": { "name": "Villars-sur-Glâne", "population": 10021.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.11717, 46.79054 ] } },
{ "type": "Feature", "properties": { "name": "Viganello", "population": 6375.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.96879, 46.01342 ] } },
{ "type": "Feature", "properties": { "name": "Veyrier", "population": 9800.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.18436, 46.16699 ] } },
{ "type": "Feature", "properties": { "name": "Vevey", "population": 15812.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.84345, 46.46299 ] } },
{ "type": "Feature", "properties": { "name": "Versoix", "population": 11467.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.16166, 46.28402 ] } },
{ "type": "Feature", "properties": { "name": "Vernier", "population": 30086.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.08497, 46.21702 ] } },
{ "type": "Feature", "properties": { "name": "Veltheim (Kreis 5)", "population": 8901.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.717, 47.51419 ] } },
{ "type": "Feature", "properties": { "name": "Uzwil", "population": 12111.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.13922, 47.43813 ] } },
{ "type": "Feature", "properties": { "name": "Uznach", "population": 5561.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.98263, 47.22421 ] } },
{ "type": "Feature", "properties": { "name": "Uster", "population": 23279.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.72091, 47.34713 ] } },
{ "type": "Feature", "properties": { "name": "Urtenen", "population": 5258.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.50081, 47.02667 ] } },
{ "type": "Feature", "properties": { "name": "Untersiggenthal", "population": 6344.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.25554, 47.50213 ] } },
{ "type": "Feature", "properties": { "name": "Unterseen", "population": 5150.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.84722, 46.6853 ] } },
{ "type": "Feature", "properties": { "name": "Unterägeri", "population": 7973.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.5853, 47.13645 ] } },
{ "type": "Feature", "properties": { "name": "Uetendorf", "population": 5654.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.57251, 46.77392 ] } },
{ "type": "Feature", "properties": { "name": "Trimbach", "population": 6220.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.8868, 47.36561 ] } },
{ "type": "Feature", "properties": { "name": "Töss (Kreis 4)", "population": 8672.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.70215, 47.4789 ] } },
{ "type": "Feature", "properties": { "name": "Thun", "population": 42136.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.62166, 46.75118 ] } },
{ "type": "Feature", "properties": { "name": "Therwil", "population": 9595.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.55286, 47.50117 ] } },
{ "type": "Feature", "properties": { "name": "Thalwil", "population": 13296.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.56351, 47.29175 ] } },
{ "type": "Feature", "properties": { "name": "Teufen", "population": 5683.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.38644, 47.3908 ] } },
{ "type": "Feature", "properties": { "name": "Sursee", "population": 8014.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.11113, 47.17088 ] } },
{ "type": "Feature", "properties": { "name": "Sumiswald", "population": 5159.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.74526, 47.02747 ] } },
{ "type": "Feature", "properties": { "name": "Suhr", "population": 9374.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.07967, 47.37172 ] } },
{ "type": "Feature", "properties": { "name": "Steinhausen", "population": 8509.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.48581, 47.1951 ] } },
{ "type": "Feature", "properties": { "name": "Steffisburg", "population": 15191.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.63249, 46.77807 ] } },
{ "type": "Feature", "properties": { "name": "Stans", "population": 7475.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.36609, 46.95805 ] } },
{ "type": "Feature", "properties": { "name": "Stäfa", "population": 5737.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.72342, 47.24254 ] } },
{ "type": "Feature", "properties": { "name": "Spreitenbach", "population": 10562.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.36301, 47.42016 ] } },
{ "type": "Feature", "properties": { "name": "Spiez", "population": 12594.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.69111, 46.68473 ] } },
{ "type": "Feature", "properties": { "name": "Solothurn", "population": 14853.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.53714, 47.20791 ] } },
{ "type": "Feature", "properties": { "name": "Sissach", "population": 5873.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.80888, 47.46408 ] } },
{ "type": "Feature", "properties": { "name": "Sirnach", "population": 6463.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.99763, 47.46222 ] } },
{ "type": "Feature", "properties": { "name": "Sitten", "population": 28045.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.35942, 46.22908 ] } },
{ "type": "Feature", "properties": { "name": "Sierre", "population": 15752.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.53559, 46.29192 ] } },
{ "type": "Feature", "properties": { "name": "Zürich (Kreis 11) \/ Seebach", "population": 17851.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.54779, 47.42181 ] } },
{ "type": "Feature", "properties": { "name": "Schwyz", "population": 14177.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.65414, 47.02076 ] } },
{ "type": "Feature", "properties": { "name": "Schübelbach", "population": 7745.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.92811, 47.17326 ] } },
{ "type": "Feature", "properties": { "name": "Schlieren", "population": 12695.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.44763, 47.39668 ] } },
{ "type": "Feature", "properties": { "name": "Schaffhausen", "population": 33863.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.63493, 47.69732 ] } },
{ "type": "Feature", "properties": { "name": "Savièse", "population": 5575.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.34558, 46.25115 ] } },
{ "type": "Feature", "properties": { "name": "Sarnen", "population": 9410.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.25068, 46.89851 ] } },
{ "type": "Feature", "properties": { "name": "Sargans", "population": 5045.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.44103, 47.04896 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Margrethen", "population": 5395.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.63741, 47.45253 ] } },
{ "type": "Feature", "properties": { "name": "Sankt Gallen", "population": 70572.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.37477, 47.42391 ] } },
{ "type": "Feature", "properties": { "name": "Saint-Imier", "population": 5220.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.99692, 47.15284 ] } },
{ "type": "Feature", "properties": { "name": "Saanen", "population": 6621.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.25961, 46.48956 ] } },
{ "type": "Feature", "properties": { "name": "Rüti", "population": 9576.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.85552, 47.25603 ] } },
{ "type": "Feature", "properties": { "name": "Ruswil", "population": 6432.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.12645, 47.08425 ] } },
{ "type": "Feature", "properties": { "name": "Rümlang", "population": 5144.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.52993, 47.45041 ] } },
{ "type": "Feature", "properties": { "name": "Rothrist", "population": 7423.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.89196, 47.30508 ] } },
{ "type": "Feature", "properties": { "name": "Rorschach", "population": 9000.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.4903, 47.478 ] } },
{ "type": "Feature", "properties": { "name": "Romanshorn", "population": 8956.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.37869, 47.56586 ] } },
{ "type": "Feature", "properties": { "name": "Richterswil", "population": 7103.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.69686, 47.20622 ] } },
{ "type": "Feature", "properties": { "name": "Rheinfelden", "population": 10733.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.79403, 47.55437 ] } },
{ "type": "Feature", "properties": { "name": "Renens", "population": 17811.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.5881, 46.53989 ] } },
{ "type": "Feature", "properties": { "name": "Reinach", "population": 7845.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.18845, 47.25944 ] } },
{ "type": "Feature", "properties": { "name": "Regensdorf", "population": 7531.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.46874, 47.4341 ] } },
{ "type": "Feature", "properties": { "name": "Rapperswil", "population": 34776.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.82228, 47.22557 ] } },
{ "type": "Feature", "properties": { "name": "Pully", "population": 16263.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.66183, 46.51027 ] } },
{ "type": "Feature", "properties": { "name": "Prilly", "population": 10524.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.59266, 46.53938 ] } },
{ "type": "Feature", "properties": { "name": "Pregassona", "population": 7548.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.97429, 46.02021 ] } },
{ "type": "Feature", "properties": { "name": "Pratteln", "population": 14877.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.69356, 47.52071 ] } },
{ "type": "Feature", "properties": { "name": "Porrentruy", "population": 6521.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.07522, 47.41533 ] } },
{ "type": "Feature", "properties": { "name": "Plan-les-Ouates", "population": 10540.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.11913, 46.16761 ] } },
{ "type": "Feature", "properties": { "name": "Pfäffikon", "population": 7994.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.79202, 47.36453 ] } },
{ "type": "Feature", "properties": { "name": "Peseux", "population": 5716.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.88903, 46.98704 ] } },
{ "type": "Feature", "properties": { "name": "Payerne", "population": 7655.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.93608, 46.82201 ] } },
{ "type": "Feature", "properties": { "name": "Orbe", "population": 5132.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.53069, 46.72504 ] } },
{ "type": "Feature", "properties": { "name": "Neuenhof", "population": 7957.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.32577, 47.4526 ] } },
{ "type": "Feature", "properties": { "name": "Onex", "population": 17302.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.10181, 46.18391 ] } },
{ "type": "Feature", "properties": { "name": "Olten", "population": 16411.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.90329, 47.34999 ] } },
{ "type": "Feature", "properties": { "name": "Ollon", "population": 6665.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.99314, 46.29524 ] } },
{ "type": "Feature", "properties": { "name": "Oftringen", "population": 10390.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.92533, 47.31382 ] } },
{ "type": "Feature", "properties": { "name": "Zürich (Kreis 11) \/ Oerlikon", "population": 17922.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.54258, 47.40823 ] } },
{ "type": "Feature", "properties": { "name": "Oberwil", "population": 10187.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.55786, 47.51407 ] } },
{ "type": "Feature", "properties": { "name": "Oberuzwil", "population": 5616.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.12724, 47.43076 ] } },
{ "type": "Feature", "properties": { "name": "Urdorf", "population": 9205.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.42581, 47.38507 ] } },
{ "type": "Feature", "properties": { "name": "Obersiggenthal", "population": 7990.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.29652, 47.4875 ] } },
{ "type": "Feature", "properties": { "name": "Oberriet", "population": 7675.000000 }, "geometry": { "type": "Point", "coordinates": [ 9.56608, 47.31988 ] } },
{ "type": "Feature", "properties": { "name": "Oberentfelden", "population": 7553.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.04594, 47.35639 ] } },
{ "type": "Feature", "properties": { "name": "Oberengstringen", "population": 5805.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.46515, 47.40841 ] } },
{ "type": "Feature", "properties": { "name": "Nyon", "population": 16797.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.23955, 46.38318 ] } },
{ "type": "Feature", "properties": { "name": "Nidau", "population": 6696.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.24033, 47.12545 ] } },
{ "type": "Feature", "properties": { "name": "Neuhausen", "population": 10019.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.61474, 47.68579 ] } },
{ "type": "Feature", "properties": { "name": "Neuenkirch", "population": 5963.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.20416, 47.09989 ] } },
{ "type": "Feature", "properties": { "name": "Neuchâtel", "population": 31270.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.931, 46.99179 ] } },
{ "type": "Feature", "properties": { "name": "Naters", "population": 7552.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.98912, 46.32536 ] } },
{ "type": "Feature", "properties": { "name": "Muttenz", "population": 16927.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.64511, 47.52271 ] } },
{ "type": "Feature", "properties": { "name": "Murten", "population": 5800.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.11715, 46.92827 ] } },
{ "type": "Feature", "properties": { "name": "Muri", "population": 6463.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.33854, 47.27428 ] } },
{ "type": "Feature", "properties": { "name": "Muri", "population": 12374.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.48658, 46.93122 ] } },
{ "type": "Feature", "properties": { "name": "Münsingen", "population": 10928.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.561, 46.87298 ] } },
{ "type": "Feature", "properties": { "name": "Münchenstein", "population": 11644.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.60966, 47.51848 ] } },
{ "type": "Feature", "properties": { "name": "Münchenbuchsee", "population": 9801.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.45036, 47.02175 ] } },
{ "type": "Feature", "properties": { "name": "Moutier", "population": 7721.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.36951, 47.27818 ] } },
{ "type": "Feature", "properties": { "name": "Morges", "population": 14117.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.49854, 46.51127 ] } },
{ "type": "Feature", "properties": { "name": "Montreux", "population": 22897.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.91143, 46.43301 ] } },
{ "type": "Feature", "properties": { "name": "Monthey", "population": 15106.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.96066, 46.25546 ] } },
{ "type": "Feature", "properties": { "name": "Möhlin", "population": 9382.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.84329, 47.55915 ] } },
{ "type": "Feature", "properties": { "name": "Rioblanco", "population": 6210.000000 }, "geometry": { "type": "Point", "coordinates": [ -75.68056, 3.53083 ] } },
{ "type": "Feature", "properties": { "name": "Minusio", "population": 6653.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.81473, 46.17769 ] } },
{ "type": "Feature", "properties": { "name": "Meyrin", "population": 19772.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.08025, 46.23424 ] } },
{ "type": "Feature", "properties": { "name": "Menziken", "population": 5415.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.19047, 47.24249 ] } },
{ "type": "Feature", "properties": { "name": "Mendrisio", "population": 7310.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.9821, 45.86741 ] } },
{ "type": "Feature", "properties": { "name": "Meggen", "population": 6533.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.37467, 47.04691 ] } },
{ "type": "Feature", "properties": { "name": "Massagno", "population": 5774.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.94534, 46.01562 ] } },
{ "type": "Feature", "properties": { "name": "Martigny-Ville", "population": 14768.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.07245, 46.10276 ] } },
{ "type": "Feature", "properties": { "name": "Marly", "population": 7653.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.16459, 46.77611 ] } },
{ "type": "Feature", "properties": { "name": "Männedorf", "population": 7951.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.69893, 47.25686 ] } },
{ "type": "Feature", "properties": { "name": "Malters", "population": 6181.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.18193, 47.03628 ] } },
{ "type": "Feature", "properties": { "name": "Lyss", "population": 10937.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.30655, 47.0741 ] } },
{ "type": "Feature", "properties": { "name": "Luzern", "population": 57066.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.30635, 47.05048 ] } },
{ "type": "Feature", "properties": { "name": "Lutry", "population": 8774.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.68647, 46.50241 ] } },
{ "type": "Feature", "properties": { "name": "Lugano", "population": 26365.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.96004, 46.01008 ] } },
{ "type": "Feature", "properties": { "name": "Losone", "population": 6070.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.75928, 46.16866 ] } },
{ "type": "Feature", "properties": { "name": "Locarno", "population": 14509.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.79953, 46.17086 ] } },
{ "type": "Feature", "properties": { "name": "Littau", "population": 16121.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.26274, 47.05 ] } },
{ "type": "Feature", "properties": { "name": "Liestal", "population": 12832.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.73446, 47.48455 ] } },
{ "type": "Feature", "properties": { "name": "Lenzburg", "population": 7392.000000 }, "geometry": { "type": "Point", "coordinates": [ 8.17503, 47.38853 ] } },
{ "type": "Feature", "properties": { "name": "Lengnau", "population": 7336.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.36814, 47.18155 ] } },
{ "type": "Feature", "properties": { "name": "Le Mont-sur-Lausanne", "population": 5270.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.63145, 46.55815 ] } },
{ "type": "Feature", "properties": { "name": "Le Locle", "population": 10279.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.75228, 47.05953 ] } },
{ "type": "Feature", "properties": { "name": "Le Châtelard", "population": 23192.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.89908, 46.44527 ] } },
{ "type": "Feature", "properties": { "name": "Lausanne", "population": 116751.000000 }, "geometry": { "type": "Point", "coordinates": [ 6.63282, 46.516 ] } },
{ "type": "Feature", "properties": { "name": "Laufen", "population": 5210.000000 }, "geometry": { "type": "Point", "coordinates": [ 7.49946, 47.42193 ] } },
{ "type": "Feature", "properties": { "name": "La Tour-de-Peilz", "population": 10522.000000 }, "geometry": { "type
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment