From 53593a6ee01d7d8cc52309617b5993010b7be546 Mon Sep 17 00:00:00 2001 From: Alejandro Matos Date: Tue, 28 Sep 2021 20:11:04 -0500 Subject: [PATCH] Closes #48: Adding google maps and open street maps --- .../controller/CountryControllerV3.java | 3 +- .../restcountries/domain/v3/Country.java | 10 + src/main/resources/countriesV3.json | 940 +++++++++--------- 3 files changed, 484 insertions(+), 469 deletions(-) diff --git a/src/main/java/dev/amatos/restcountries/controller/CountryControllerV3.java b/src/main/java/dev/amatos/restcountries/controller/CountryControllerV3.java index 9f60e8e..9d1fd24 100644 --- a/src/main/java/dev/amatos/restcountries/controller/CountryControllerV3.java +++ b/src/main/java/dev/amatos/restcountries/controller/CountryControllerV3.java @@ -287,7 +287,8 @@ public class CountryControllerV3 { "demonyms", "population", "flags", - "flag" + "flag", + "maps" }; private boolean isEmpty(String value) { diff --git a/src/main/java/dev/amatos/restcountries/domain/v3/Country.java b/src/main/java/dev/amatos/restcountries/domain/v3/Country.java index ad12ea4..940ecb5 100644 --- a/src/main/java/dev/amatos/restcountries/domain/v3/Country.java +++ b/src/main/java/dev/amatos/restcountries/domain/v3/Country.java @@ -2,9 +2,11 @@ package dev.amatos.restcountries.domain.v3; import dev.amatos.restcountries.domain.base.BaseCountry; import java.util.List; +import java.util.Map; public class Country extends BaseCountry { private List flags; + private Map maps; public List getFlags() { return flags; @@ -13,4 +15,12 @@ public class Country extends BaseCountry { public void setFlags(List flags) { this.flags = flags; } + + public Map getMaps() { + return maps; + } + + public void setMaps(Map maps) { + this.maps = maps; + } } diff --git a/src/main/resources/countriesV3.json b/src/main/resources/countriesV3.json index ee60cb2..1afd6b5 100644 --- a/src/main/resources/countriesV3.json +++ b/src/main/resources/countriesV3.json @@ -651,7 +651,7 @@ ], "population": 13452, "maps": { - "googleMaps": "", + "googleMaps": "https://www.google.com/maps/place/Anguilla", "openStreetMaps": "https://www.openstreetmap.org/relation/2177161" } }, @@ -2761,8 +2761,8 @@ ], "population": 10110116, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Azerbaiyan/", + "openStreetMaps": "https://www.openstreetmap.org/relation/364110" } }, { @@ -2931,8 +2931,8 @@ ], "population": 11890781, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Burundi/", + "openStreetMaps": "https://www.openstreetmap.org/relation/195269" } }, { @@ -3112,8 +3112,8 @@ ], "population": 11555997, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Belgium", + "openStreetMaps": "https://www.openstreetmap.org/relation/52411" } }, { @@ -3277,8 +3277,8 @@ ], "population": 12123198, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Benin", + "openStreetMaps": "https://www.openstreetmap.org/relation/192784" } }, { @@ -3442,8 +3442,8 @@ ], "population": 20903278, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Burkina+Faso", + "openStreetMaps": "https://www.openstreetmap.org/relation/192783" } }, { @@ -3605,8 +3605,8 @@ ], "population": 164689383, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bangladesh", + "openStreetMaps": "https://www.openstreetmap.org/relation/184640" } }, { @@ -3771,8 +3771,8 @@ ], "population": 6927288, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bulgaria", + "openStreetMaps": "https://www.openstreetmap.org/relation/186382" } }, { @@ -3932,8 +3932,8 @@ ], "population": 1701583, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bahrain", + "openStreetMaps": "https://www.openstreetmap.org/relation/378734" } }, { @@ -4096,8 +4096,8 @@ ], "population": 393248, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bahamas", + "openStreetMaps": "https://www.openstreetmap.org/relation/547469" } }, { @@ -4270,8 +4270,8 @@ ], "population": 3280815, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bosnia+and+Herzegovina", + "openStreetMaps": "https://www.openstreetmap.org/relation/2528142" } }, { @@ -4428,8 +4428,8 @@ ], "population": 4255, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Saint+Barth%C3%A9lemy", + "openStreetMaps": "https://www.openstreetmap.org/relation/7552779" } }, { @@ -4590,8 +4590,8 @@ ], "population": 53192, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Santa+Elena,+STHL+1ZZ,+Santa+Elena/", + "openStreetMaps": "https://www.openstreetmap.org/relation/4868269#map=13/-15.9657/-5.7120" } }, { @@ -4763,8 +4763,8 @@ ], "population": 9398861, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Belarus", + "openStreetMaps": "https://www.openstreetmap.org/relation/59065" } }, { @@ -4934,8 +4934,8 @@ ], "population": 397621, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Belize", + "openStreetMaps": "https://www.openstreetmap.org/relation/287827" } }, { @@ -5096,8 +5096,8 @@ ], "population": 63903, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bermuda", + "openStreetMaps": "https://www.openstreetmap.org/relation/1993208" } }, { @@ -5283,8 +5283,8 @@ ], "population": 11673029, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bolivia", + "openStreetMaps": "https://www.openstreetmap.org/relation/252645" } }, { @@ -5444,8 +5444,8 @@ ], "population": 25987, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Caribbean+Netherlands", + "openStreetMaps": "https://www.openstreetmap.org/relation/1216720" } }, { @@ -5616,8 +5616,8 @@ ], "population": 212559409, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Brazil", + "openStreetMaps": "https://www.openstreetmap.org/relation/59470" } }, { @@ -5775,8 +5775,8 @@ ], "population": 287371, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Barbados", + "openStreetMaps": "https://www.openstreetmap.org/relation/547511" } }, { @@ -5942,8 +5942,8 @@ ], "population": 437483, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Brunei", + "openStreetMaps": "https://www.openstreetmap.org/relation/2103120" } }, { @@ -6108,8 +6108,8 @@ ], "population": 771612, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bhutan", + "openStreetMaps": "https://www.openstreetmap.org/relation/184629" } }, { @@ -6261,8 +6261,8 @@ ], "population": 0, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Bouvet+Island", + "openStreetMaps": "https://www.openstreetmap.org/way/174996681" } }, { @@ -6427,8 +6427,8 @@ ], "population": 2351625, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Botswana", + "openStreetMaps": "https://www.openstreetmap.org/relation/1889339" } }, { @@ -6599,8 +6599,8 @@ ], "population": 4829764, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Central+African+Republic", + "openStreetMaps": "https://www.openstreetmap.org/relation/192790" } }, { @@ -6764,8 +6764,8 @@ ], "population": 38005238, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Canada", + "openStreetMaps": "https://www.openstreetmap.org/relation/1428125" } }, { @@ -6925,8 +6925,8 @@ ], "population": 544, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cocos+(Keeling)+Islands", + "openStreetMaps": "https://www.openstreetmap.org/relation/82636" } }, { @@ -7105,8 +7105,8 @@ ], "population": 17500657, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Switzerland", + "openStreetMaps": "https://www.openstreetmap.org/relation/51701" } }, { @@ -7269,8 +7269,8 @@ ], "population": 19116209, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Chile", + "openStreetMaps": "https://www.openstreetmap.org/relation/167454" } }, { @@ -7450,8 +7450,8 @@ ], "population": 1402112000, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/China", + "openStreetMaps": "https://www.openstreetmap.org/relation/270056" } }, { @@ -7614,8 +7614,8 @@ ], "population": 26378275, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Ivory+Coast", + "openStreetMaps": "https://www.openstreetmap.org/relation/192779" } }, { @@ -7786,8 +7786,8 @@ ], "population": 26545864, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cameroon", + "openStreetMaps": "https://www.openstreetmap.org/relation/192830" } }, { @@ -7978,8 +7978,8 @@ ], "population": 89561404, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/DR+Congo", + "openStreetMaps": "https://www.openstreetmap.org/relation/192795" } }, { @@ -8154,8 +8154,8 @@ ], "population": 89561404, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Congo", + "openStreetMaps": "https://www.openstreetmap.org/relation/192794" } }, { @@ -8322,8 +8322,8 @@ ], "population": 18100, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cook+Islands", + "openStreetMaps": "https://www.openstreetmap.org/relation/2184233" } }, { @@ -8488,8 +8488,8 @@ ], "population": 50882884, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Colombia", + "openStreetMaps": "https://www.openstreetmap.org/relation/120027" } }, { @@ -8661,8 +8661,8 @@ ], "population": 869595, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Comoros", + "openStreetMaps": "https://www.openstreetmap.org/relation/535790" } }, { @@ -8822,8 +8822,8 @@ ], "population": 555988, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cape+Verde", + "openStreetMaps": "https://www.openstreetmap.org/relation/535774" } }, { @@ -8985,8 +8985,8 @@ ], "population": 5094114, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Costa+Rica", + "openStreetMaps": "https://www.openstreetmap.org/relation/287667" } }, { @@ -9150,8 +9150,8 @@ ], "population": 11326616, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cuba", + "openStreetMaps": "https://www.openstreetmap.org/relation/307833" } }, { @@ -9312,8 +9312,8 @@ ], "population": 155014, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Curazao/", + "openStreetMaps": "https://www.openstreetmap.org/relation/1216719" } }, { @@ -9472,8 +9472,8 @@ ], "population": 2072, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Christmas+Island", + "openStreetMaps": "https://www.openstreetmap.org/relation/6365444" } }, { @@ -9631,8 +9631,8 @@ ], "population": 65720, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cayman+Islands", + "openStreetMaps": "https://www.openstreetmap.org/relation/7269765" } }, { @@ -9800,8 +9800,8 @@ ], "population": 1207361, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Cyprus", + "openStreetMaps": "https://www.openstreetmap.org/relation/307787" } }, { @@ -9970,8 +9970,8 @@ ], "population": 10698896, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Czechia", + "openStreetMaps": "https://www.openstreetmap.org/relation/51684" } }, { @@ -10136,8 +10136,8 @@ ], "population": 83240525, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.google.com/maps/place/Germany", + "openStreetMaps": "https://www.openstreetmap.org/relation/51477" } }, { @@ -10309,8 +10309,8 @@ ], "population": 988002, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/V1HWfzN3bS1kwf4C6", + "openStreetMaps": "https://www.openstreetmap.org/relation/192801" } }, { @@ -10471,8 +10471,8 @@ ], "population": 71991, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/HSKdHYpFC8oHHuyV7", + "openStreetMaps": "https://www.openstreetmap.org/relation/307823" } }, { @@ -10634,8 +10634,8 @@ ], "population": 5831404, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/UddGPN7hAyrtpFiT6", + "openStreetMaps": "https://www.openstreetmap.org/relation/50046" } }, { @@ -10796,8 +10796,8 @@ ], "population": 10847904, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/soxooTHxEeiAbn3UA", + "openStreetMaps": "https://www.openstreetmap.org/relation/307828" } }, { @@ -10965,8 +10965,8 @@ ], "population": 510713, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/RsAyAfyaiNVb8DpW8", + "openStreetMaps": "https://www.openstreetmap.org/relation/192756" } }, { @@ -11128,8 +11128,8 @@ ], "population": 17643060, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/TbX8hUW4gcbRPZiK7", + "openStreetMaps": "https://www.openstreetmap.org/relation/108089" } }, { @@ -11293,8 +11293,8 @@ ], "population": 102334403, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/uoDRhXbsqjG6L7VG7", + "openStreetMaps": "https://www.openstreetmap.org/relation/1473947" } }, { @@ -11470,8 +11470,8 @@ ], "population": 5352000, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/HRyqUpnPwwG6jY5j6", + "openStreetMaps": "https://www.openstreetmap.org/relation/296961" } }, { @@ -11648,8 +11648,8 @@ ], "population": 510713, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/7nU3mB69vP6zQp7A8", + "openStreetMaps": "https://www.openstreetmap.org/relation/5441968" } }, { @@ -11810,8 +11810,8 @@ ], "population": 47351567, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/138JaXW8EZzRVitY9", + "openStreetMaps": "https://www.openstreetmap.org/relation/1311341" } }, { @@ -11974,8 +11974,8 @@ ], "population": 1331057, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/6SsynwGUodL1sDvq8", + "openStreetMaps": "https://www.openstreetmap.org/relation/79510" } }, { @@ -12142,8 +12142,8 @@ ], "population": 114963583, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/2Q4hQWCbhuZLj3fG6", + "openStreetMaps": "https://www.openstreetmap.org/relation/192800" } }, { @@ -12309,8 +12309,8 @@ ], "population": 5530719, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/HjgWDCNKRAYHrkMn8", + "openStreetMaps": "openstreetmap.org/relation/54224" } }, { @@ -12478,8 +12478,8 @@ ], "population": 896444, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/r9fhDqoLZdg1zmE99", + "openStreetMaps": "https://www.openstreetmap.org/relation/571747" } }, { @@ -12635,8 +12635,8 @@ ], "population": 2563, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/TZH1x7AGanQKifNk7", + "openStreetMaps": "https://www.openstreetmap.org/relation/2185374" } }, { @@ -12800,8 +12800,8 @@ ], "population": 67391582, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/g7QxxSFsWyTPKuzd7", + "openStreetMaps": "https://www.openstreetmap.org/relation/1403916" } }, { @@ -12965,8 +12965,8 @@ ], "population": 48865, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/6sTru4SmHdEVcNkM6", + "openStreetMaps": "https://www.openstreetmap.org/relation/52939" } }, { @@ -13117,8 +13117,8 @@ ], "population": 115021, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/LLcnofC5LxZsJXTo8", + "openStreetMaps": "https://www.openstreetmap.org/relation/571802" } }, { @@ -13277,8 +13277,8 @@ ], "population": 2225728, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://www.openstreetmap.org/relation/192793", + "openStreetMaps": "https://goo.gl/maps/vyRSkqw1H1fnq4ry6" } }, { @@ -13435,8 +13435,8 @@ ], "population": 67215293, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/FoDtc3UKMkFsXAjHA", + "openStreetMaps": "https://www.openstreetmap.org/relation/62149" } }, { @@ -13595,8 +13595,8 @@ ], "population": 3714000, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/bvCaGBePR1ZEDK5cA", + "openStreetMaps": "https://www.openstreetmap.org/relation/28699" } }, { @@ -13765,8 +13765,8 @@ ], "population": 62999, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/6kXnQU5QvEZMD9VB7", + "openStreetMaps": "https://www.openstreetmap.org/relation/270009" } }, { @@ -13923,8 +13923,8 @@ ], "population": 31072945, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Avy5RSmdsXFBaiXq8", + "openStreetMaps": "https://www.openstreetmap.org/relation/192781" } }, { @@ -14079,8 +14079,8 @@ ], "population": 33691, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/CEoHAs1t6byCBhHFA", + "openStreetMaps": "https://www.openstreetmap.org/relation/1278736" } }, { @@ -14242,8 +14242,8 @@ ], "population": 13132792, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/8J5oM5sA4Ayr1ZYGA", + "openStreetMaps": "https://www.openstreetmap.org/relation/192778" } }, { @@ -14397,8 +14397,8 @@ ], "population": 400132, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Dy9R2EufJtoWm8UN9", + "openStreetMaps": "https://www.openstreetmap.org/relation/7109289" } }, { @@ -14554,8 +14554,8 @@ ], "population": 2416664, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/bbGBCxxtfD2A9Z4m6", + "openStreetMaps": "https://www.openstreetmap.org/relation/192774" } }, { @@ -14718,8 +14718,8 @@ ], "population": 1967998, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/5Wyaz17miUc1zLc67", + "openStreetMaps": "https://www.openstreetmap.org/relation/192776" } }, { @@ -14893,8 +14893,8 @@ ], "population": 1402985, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/ucWfFd8aW1FbGMva9", + "openStreetMaps": "https://www.openstreetmap.org/relation/192791" } }, { @@ -15055,8 +15055,8 @@ ], "population": 10715549, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/LHGcAvuRyD2iKECC6", + "openStreetMaps": "https://www.openstreetmap.org/relation/192307" } }, { @@ -15210,8 +15210,8 @@ ], "population": 112519, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/rqWyfUAt4xhvk1Zy9", + "openStreetMaps": "https://www.openstreetmap.org/relation/550727" } }, { @@ -15366,8 +15366,8 @@ ], "population": 56367, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/j3289UPEQXt1ceSy8", + "openStreetMaps": "https://www.openstreetmap.org/relation/2184073" } }, { @@ -15525,8 +15525,8 @@ ], "population": 16858333, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/JoRAbem4Hxb9FYbVA", + "openStreetMaps": "https://www.openstreetmap.org/relation/1521463" } }, { @@ -15684,8 +15684,8 @@ ], "population": 254541, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/NJawFwMzG7YtCrVP7", + "openStreetMaps": "https://www.openstreetmap.org/relation/2502058" } }, { @@ -15850,8 +15850,8 @@ ], "population": 168783, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Xfnq2i279b18cH3C9", + "openStreetMaps": "https://www.openstreetmap.org/relation/306001" } }, { @@ -16009,8 +16009,8 @@ ], "population": 786559, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/DFsme2xEeugUAsCx5", + "openStreetMaps": "https://www.openstreetmap.org/relation/287083" } }, { @@ -16167,8 +16167,8 @@ ], "population": 7500700, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/1sEnNmT47ffrC8MU8", + "openStreetMaps": "https://www.openstreetmap.org/relation/913110" } }, { @@ -16320,8 +16320,8 @@ ], "population": 0, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/k5FBAiVaVyozuYeA7", + "openStreetMaps": "https://www.openstreetmap.org/relation/2177227" } }, { @@ -16480,8 +16480,8 @@ ], "population": 9904608, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/BbeJK8Sk2VkMHbdF8", + "openStreetMaps": "https://www.openstreetmap.org/relation/287670" } }, { @@ -16647,8 +16647,8 @@ ], "population": 4047200, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/qSG6xTKUmrYpwmGQ6", + "openStreetMaps": "https://www.openstreetmap.org/relation/214885" } }, { @@ -16811,8 +16811,8 @@ ], "population": 11402533, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/9o13xtjuUdqFnHbn9", + "openStreetMaps": "https://www.openstreetmap.org/relation/307829" } }, { @@ -16973,8 +16973,8 @@ ], "population": 9749763, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/9gfPupm5bffixiFJ6", + "openStreetMaps": "https://www.openstreetmap.org/relation/21335" } }, { @@ -17133,8 +17133,8 @@ ], "population": 273523621, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/eXWmm2rFkngxt3Ju6", + "openStreetMaps": "https://www.openstreetmap.org/relation/304751" } }, { @@ -17300,8 +17300,8 @@ ], "population": 85032, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/4DqVHDgVaFgnh8ZV8", + "openStreetMaps": "https://www.openstreetmap.org/relation/62269" } }, { @@ -17475,8 +17475,8 @@ ], "population": 1380004385, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/WSk3fLwG4vtPQetp7", + "openStreetMaps": "https://www.openstreetmap.org/relation/304716" } }, { @@ -17634,8 +17634,8 @@ ], "population": 3000, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/bheNucgekVEYozoi6", + "openStreetMaps": "https://www.openstreetmap.org/relation/1993867" } }, { @@ -17798,8 +17798,8 @@ ], "population": 4994724, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/hxd1BKxgpchStzQC6", + "openStreetMaps": "https://www.openstreetmap.org/relation/62273" } }, { @@ -17960,8 +17960,8 @@ ], "population": 83992953, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/dMgEGuacBPGYQnjY7", + "openStreetMaps": "https://www.openstreetmap.org/relation/304938" } }, { @@ -18133,8 +18133,8 @@ ], "population": 40222503, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/iL8Bmy1sUCW9fUk18", + "openStreetMaps": "https://www.openstreetmap.org/relation/304934" } }, { @@ -18291,8 +18291,8 @@ ], "population": 366425, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/WxFWSQuc3oamNxoE6", + "openStreetMaps": "https://www.openstreetmap.org/relation/299133" } }, { @@ -18458,8 +18458,8 @@ ], "population": 9216900, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/6UY1AH8XeafVwdC97", + "openStreetMaps": "https://www.openstreetmap.org/relation/1473946" } }, { @@ -18621,8 +18621,8 @@ ], "population": 59554023, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/8M1K27TDj7StTRTq8", + "openStreetMaps": "https://www.openstreetmap.org/relation/365331" } }, { @@ -18781,8 +18781,8 @@ ], "population": 2961161, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Z8mQ6jxnRQKFwJy9A", + "openStreetMaps": "https://www.openstreetmap.org/relation/555017" } }, { @@ -18953,8 +18953,8 @@ ], "population": 100800, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/rXG8GZZtsqK92kTCA", + "openStreetMaps": "https://www.openstreetmap.org/relation/367988" } }, { @@ -19116,8 +19116,8 @@ ], "population": 10203140, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/ko1dzSDKg8Gsi9A98", + "openStreetMaps": "https://www.openstreetmap.org/relation/184818" } }, { @@ -19274,8 +19274,8 @@ ], "population": 125836021, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/NGTLSCSrA8bMrvnX9", + "openStreetMaps": "https://www.openstreetmap.org/relation/382313" } }, { @@ -19448,8 +19448,8 @@ ], "population": 18754440, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/8VohJGu7ShuzZYyeA", + "openStreetMaps": "https://www.openstreetmap.org/relation/214665" } }, { @@ -19615,8 +19615,8 @@ ], "population": 53771300, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Ni9M7wcCxf8bJHLX8", + "openStreetMaps": "https://www.openstreetmap.org/relation/192798" } }, { @@ -19783,8 +19783,8 @@ ], "population": 6591600, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/SKG8BSMMQVvxkRkB7", + "openStreetMaps": "https://www.openstreetmap.org/relation/178009" } }, { @@ -19950,8 +19950,8 @@ ], "population": 16718971, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/nztQtFSrUXZymJaW8", + "openStreetMaps": "https://www.openstreetmap.org/relation/49898" } }, { @@ -20116,8 +20116,8 @@ ], "population": 119446, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/NBfYvrndW4skAimw9", + "openStreetMaps": "https://www.openstreetmap.org/relation/571178" } }, { @@ -20272,8 +20272,8 @@ ], "population": 53192, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/qiaVwcLVTXX3eoTNA", + "openStreetMaps": "https://www.openstreetmap.org/relation/536899" } }, { @@ -20433,8 +20433,8 @@ ], "population": 51780579, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/7ecjaJXefjAQhxjGA", + "openStreetMaps": "https://www.openstreetmap.org/relation/307756" } }, { @@ -20593,8 +20593,8 @@ ], "population": 1775378, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/CSC4Yc8SWPgburuD9", + "openStreetMaps": "https://www.openstreetmap.org/relation/2088990" } }, { @@ -20752,8 +20752,8 @@ ], "population": 4270563, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/aqr3aNQjS1BAvksJ7", + "openStreetMaps": "https://www.openstreetmap.org/relation/305099" } }, { @@ -20915,8 +20915,8 @@ ], "population": 7275556, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/F3asVB7sRKgSnwbE7", + "openStreetMaps": "https://www.openstreetmap.org/relation/49903" } }, { @@ -21079,8 +21079,8 @@ ], "population": 6825442, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Sz5VCU8UFBqMyTdc9", + "openStreetMaps": "https://www.openstreetmap.org/relation/184843" } }, { @@ -21238,8 +21238,8 @@ ], "population": 5057677, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/4VsHsc2oeGeRL3wg6", + "openStreetMaps": "https://www.openstreetmap.org/relation/192780" } }, { @@ -21401,8 +21401,8 @@ ], "population": 6871287, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/eLgGnaQWcJEdYRMy5", + "openStreetMaps": "openstreetmap.org/relation/192758" } }, { @@ -21556,8 +21556,8 @@ ], "population": 183629, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/4HhJ2jkPdSL9BPRcA", + "openStreetMaps": "https://www.openstreetmap.org/relation/550728" } }, { @@ -21715,8 +21715,8 @@ ], "population": 38137, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/KNuHeiJzAPodwM7y6", + "openStreetMaps": "https://www.openstreetmap.org/relation/1155955" } }, { @@ -21880,8 +21880,8 @@ ], "population": 21919000, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/VkPHoeFSfgzRQCDv8", + "openStreetMaps": "https://www.openstreetmap.org/relation/536807" } }, { @@ -22047,8 +22047,8 @@ ], "population": 2142252, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/H8gJi5mL4Cmd1SF28", + "openStreetMaps": "https://www.openstreetmap.org/relation/2093234" } }, { @@ -22208,8 +22208,8 @@ ], "population": 2794700, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/dd1s9rrLjrK2G8yY6", + "openStreetMaps": "https://www.openstreetmap.org/relation/72596" } }, { @@ -22380,8 +22380,8 @@ ], "population": 632275, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/L6b2AgndgHprt2Ko9", + "openStreetMaps": "https://www.openstreetmap.org/relation/2171347#map=10/49.8167/6.1335" } }, { @@ -22541,8 +22541,8 @@ ], "population": 1901548, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/iQpUkH7ghq31ZtXe9", + "openStreetMaps": "https://www.openstreetmap.org/relation/72594" } }, { @@ -22703,8 +22703,8 @@ ], "population": 649342, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/whymRdk3dZFfAAs4A", + "openStreetMaps": "https://www.openstreetmap.org/relation/1867188" } }, { @@ -22863,8 +22863,8 @@ ], "population": 38659, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/P9ho9QuJ9EAR28JEA", + "openStreetMaps": "https://www.openstreetmap.org/relation/63064" } }, { @@ -23029,8 +23029,8 @@ ], "population": 36910558, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/6oMv3dyBZg3iaXQ5A", + "openStreetMaps": "https://www.openstreetmap.org/relation/3630439" } }, { @@ -23187,8 +23187,8 @@ ], "population": 39244, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/DGpndDot28bYdXYn7", + "openStreetMaps": "https://www.openstreetmap.org/relation/1124039" } }, { @@ -23347,8 +23347,8 @@ ], "population": 2617820, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/JjmyUuULujnDeFPf7", + "openStreetMaps": "https://www.openstreetmap.org/relation/58974" } }, { @@ -23509,8 +23509,8 @@ ], "population": 27691019, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/AHQh2ABBaFW6Ngj26", + "openStreetMaps": "https://www.openstreetmap.org/relation/447325" } }, { @@ -23667,8 +23667,8 @@ ], "population": 540542, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/MNAWGq9vEdbZ9vUV7", + "openStreetMaps": "https://www.openstreetmap.org/relation/536773" } }, { @@ -23828,8 +23828,8 @@ ], "population": 128932753, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/s5g7imNPMDEePxzbA", + "openStreetMaps": "https://www.openstreetmap.org/relation/114686" } }, { @@ -23990,8 +23990,8 @@ ], "population": 59194, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/A4xLi1XvcX88gi3W8", + "openStreetMaps": "https://www.openstreetmap.org/relation/571771" } }, { @@ -24154,8 +24154,8 @@ ], "population": 2077132, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/55Q8MEnF6ACdu3q79", + "openStreetMaps": "https://www.openstreetmap.org/relation/53293" } }, { @@ -24318,8 +24318,8 @@ ], "population": 20250834, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/u9mYJkCB19wyuzh27", + "openStreetMaps": "https://www.openstreetmap.org/relation/192785" } }, { @@ -24480,8 +24480,8 @@ ], "population": 525285, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/skXCqguxDxxEKVk47", + "openStreetMaps": "https://www.openstreetmap.org/relation/365307" } }, { @@ -24643,8 +24643,8 @@ ], "population": 54409794, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/4jrZyJkDERUfHyp26", + "openStreetMaps": "https://www.openstreetmap.org/relation/50371" } }, { @@ -24804,8 +24804,8 @@ ], "population": 621718, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/4THX1fM7WqANuPbB8", + "openStreetMaps": "https://www.openstreetmap.org/relation/53296" } }, { @@ -24961,8 +24961,8 @@ ], "population": 3278292, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/A1X7bMCKThBDNjzH6", + "openStreetMaps": "https://www.openstreetmap.org/relation/161033" } }, { @@ -25128,8 +25128,8 @@ ], "population": 57557, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/cpZ67knoRAcfu1417", + "openStreetMaps": "https://www.openstreetmap.org/relation/306004" } }, { @@ -25291,8 +25291,8 @@ ], "population": 31255435, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/xCLcY9fzU6x4Pueu5", + "openStreetMaps": "https://www.openstreetmap.org/relation/195273" } }, { @@ -25452,8 +25452,8 @@ ], "population": 4649660, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/im2MmQ5jFjzxWBks5", + "openStreetMaps": "https://www.openstreetmap.org/relation/192763" } }, { @@ -25607,8 +25607,8 @@ ], "population": 4922, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/CSbe7UmxPmiwQB7GA", + "openStreetMaps": "https://www.openstreetmap.org/relation/537257" } }, { @@ -25762,8 +25762,8 @@ ], "population": 378243, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/87ER7sDAFU7JjcvR6", + "openStreetMaps": "https://www.openstreetmap.org/relation/2473088" } }, { @@ -25929,8 +25929,8 @@ ], "population": 1265740, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/PpKtZ4W3tir5iGrz7", + "openStreetMaps": "https://www.openstreetmap.org/relation/535828" } }, { @@ -26093,8 +26093,8 @@ ], "population": 19129955, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/mc6z83pW9m98X2Ef6", + "openStreetMaps": "https://www.openstreetmap.org/relation/195290" } }, { @@ -26256,8 +26256,8 @@ ], "population": 32365998, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/qrY1PNeUXGyXDcPy6", + "openStreetMaps": "https://www.openstreetmap.org/relation/2108121" } }, { @@ -26413,8 +26413,8 @@ ], "population": 226915, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/1e7MXmfBwQv3TQGF7", + "openStreetMaps": "https://www.openstreetmap.org/relation/1259885" } }, { @@ -26618,8 +26618,8 @@ ], "population": 2540916, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/oR1i8BFEYX3EY83WA", + "openStreetMaps": "https://www.openstreetmap.org/relation/195266" } }, { @@ -26773,8 +26773,8 @@ ], "population": 271960, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/cBhtCeMdob4U7FRU9", + "openStreetMaps": "https://www.openstreetmap.org/relation/3407643" } }, { @@ -26936,8 +26936,8 @@ ], "population": 24206636, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/VKNU2TLsZcgxM49c8", + "openStreetMaps": "https://www.openstreetmap.org/relation/192786" } }, { @@ -27098,8 +27098,8 @@ ], "population": 2302, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/pbvtm6XYd1iZbjky5", + "openStreetMaps": "https://www.openstreetmap.org/relation/2574988" } }, { @@ -27260,8 +27260,8 @@ ], "population": 206139587, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/LTn417qWwBPFszuV9", + "openStreetMaps": "https://www.openstreetmap.org/relation/192787" } }, { @@ -27419,8 +27419,8 @@ ], "population": 6624554, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/P77LaEVkKJKXneRC6", + "openStreetMaps": "https://www.openstreetmap.org/relation/287666" } }, { @@ -27579,8 +27579,8 @@ ], "population": 1470, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/xFgdzs3E55Rk1y8P9", + "openStreetMaps": "https://www.openstreetmap.org/relation/1558556" } }, { @@ -27739,8 +27739,8 @@ ], "population": 40812, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Hv6zQswGhFxoVVBm6", + "openStreetMaps": "https://www.openstreetmap.org/relation/47796" } }, { @@ -27912,8 +27912,8 @@ ], "population": 5379475, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/htWRrphA7vNgQNdSA", + "openStreetMaps": "https://www.openstreetmap.org/relation/2978650" } }, { @@ -28071,8 +28071,8 @@ ], "population": 29136808, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/UMj2zpbQp7B5c3yT7", + "openStreetMaps": "https://www.openstreetmap.org/relation/184633" } }, { @@ -28235,8 +28235,8 @@ ], "population": 10834, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/kyAGw6XEJgjSMsTK7", + "openStreetMaps": "https://www.openstreetmap.org/relation/571804" } }, { @@ -28401,8 +28401,8 @@ ], "population": 5084300, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/xXiDQo65dwdpw9iu8", + "openStreetMaps": "https://www.openstreetmap.org/relation/556706#map=5/-46.710/172.046" } }, { @@ -28561,8 +28561,8 @@ ], "population": 5106622, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/L2BoXoAwDDwWecnw5", + "openStreetMaps": "https://www.openstreetmap.org/relation/305138" } }, { @@ -28728,8 +28728,8 @@ ], "population": 220892331, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/5LYujdfR5yLUXoERA", + "openStreetMaps": "https://www.openstreetmap.org/relation/307573" } }, { @@ -28891,8 +28891,8 @@ ], "population": 4314768, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/sEN7sKqeawa5oPNLA", + "openStreetMaps": "https://www.openstreetmap.org/relation/287668" } }, { @@ -29048,8 +29048,8 @@ ], "population": 56, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/XGJMnMAigXjXcxSa7", + "openStreetMaps": "https://www.openstreetmap.org/relation/2185375" } }, { @@ -29220,8 +29220,8 @@ ], "population": 32971846, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/uDWEUaXNcZTng1fP6", + "openStreetMaps": "https://www.openstreetmap.org/relation/288247" } }, { @@ -29382,8 +29382,8 @@ ], "population": 109581085, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/k8T2fb5VMUfsWFX6A", + "openStreetMaps": "https://www.openstreetmap.org/relation/443174" } }, { @@ -29544,8 +29544,8 @@ ], "population": 18092, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/MVasQBbUkQP7qQDR9", + "openStreetMaps": "https://www.openstreetmap.org/relation/571805" } }, { @@ -29712,8 +29712,8 @@ ], "population": 8947027, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/ChGmzZBjZ3vnBwR2A", + "openStreetMaps": "https://goo.gl/maps/ChGmzZBjZ3vnBwR2A" } }, { @@ -29876,8 +29876,8 @@ ], "population": 37950802, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/gY9Xw4Sf4415P4949", + "openStreetMaps": "https://www.openstreetmap.org/relation/49715" } }, { @@ -30039,8 +30039,8 @@ ], "population": 3194034, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/sygfDbtwn389wu8x5", + "openStreetMaps": "https://www.openstreetmap.org/relation/4422604" } }, { @@ -30204,8 +30204,8 @@ ], "population": 25778815, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/9q5T2DMeH5JL7Tky6", + "openStreetMaps": "https://www.openstreetmap.org/relation/192734" } }, { @@ -30363,8 +30363,8 @@ ], "population": 10305564, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/BaTBSyc4GWMmbAKB8", + "openStreetMaps": "https://www.openstreetmap.org/relation/295480" } }, { @@ -30529,8 +30529,8 @@ ], "population": 7132530, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/JtnqG73WJn1Gx6mz6", + "openStreetMaps": "https://www.openstreetmap.org/relation/287077" } }, { @@ -30699,8 +30699,8 @@ ], "population": 4803269, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/QvTbkRdmdWEoYAmt5", + "openStreetMaps": "https://www.openstreetmap.org/relation/1703814" } }, { @@ -30857,8 +30857,8 @@ ], "population": 280904, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/xgg6BQTRyeQg4e1m6", + "openStreetMaps": "https://www.openstreetmap.org/relation/3412620" } }, { @@ -31016,8 +31016,8 @@ ], "population": 2881060, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/ZV76Y49z7LLUZ2KQ6", + "openStreetMaps": "https://www.openstreetmap.org/relation/305095" } }, { @@ -31172,8 +31172,8 @@ ], "population": 840974, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/wWpBrXsp8UHVbah29", + "openStreetMaps": "https://www.openstreetmap.org/relation/1785276" } }, { @@ -31335,8 +31335,8 @@ ], "population": 19286123, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/845hAgCf1mDkN3vr7", + "openStreetMaps": "https://www.openstreetmap.org/relation/90689" } }, { @@ -31512,8 +31512,8 @@ ], "population": 144104080, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/4F4PpDhGJgVvLby57", + "openStreetMaps": "https://www.openstreetmap.org/relation/60189#map=3/65.15/105.29" } }, { @@ -31684,8 +31684,8 @@ ], "population": 12952209, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/j5xb5r7CLqjYbyP86", + "openStreetMaps": "https://www.openstreetmap.org/relation/171496" } }, { @@ -31850,8 +31850,8 @@ ], "population": 34813867, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/5PSjvdJ1AyaLFRrG9", + "openStreetMaps": "https://www.openstreetmap.org/relation/307584" } }, { @@ -32019,8 +32019,8 @@ ], "population": 43849269, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/bNW7YUJCaqR8zcXn7", + "openStreetMaps": "https://www.openstreetmap.org/relation/192789" } }, { @@ -32181,8 +32181,8 @@ ], "population": 16743930, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/o5f1uD5nyihCL3HCA", + "openStreetMaps": "https://www.openstreetmap.org/relation/192775" } }, { @@ -32352,8 +32352,8 @@ ], "population": 5685807, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/QbQt9Y9b5KFzsahV6", + "openStreetMaps": "https://www.openstreetmap.org/relation/536780" } }, { @@ -32508,8 +32508,8 @@ ], "population": 30, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/mJzdaBwKBbm2B81q9", + "openStreetMaps": "https://www.openstreetmap.org/relation/1983629" } }, { @@ -32664,8 +32664,8 @@ ], "population": 2562, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/L2wyyn3cQ16PzQ5J8", + "openStreetMaps": "https://www.openstreetmap.org/relation/1337397" } }, { @@ -32819,8 +32819,8 @@ ], "population": 686878, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/JbPkx86Ywjv8C1n8A", + "openStreetMaps": "https://www.openstreetmap.org/relation/1857436" } }, { @@ -32977,8 +32977,8 @@ ], "population": 7976985, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/jhacar85oq9QaeKB7", + "openStreetMaps": "https://www.openstreetmap.org/relation/192777" } }, { @@ -33140,8 +33140,8 @@ ], "population": 6486201, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/cZnCEi5sEMQtKKcB7", + "openStreetMaps": "https://www.openstreetmap.org/relation/1520612" } }, { @@ -33298,8 +33298,8 @@ ], "population": 33938, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/rxCVJjm8dVY93RPY8", + "openStreetMaps": "https://www.openstreetmap.org/relation/54624" } }, { @@ -33465,8 +33465,8 @@ ], "population": 15893219, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/8of8q7D1a8p7R6Fc9", + "openStreetMaps": "https://www.openstreetmap.org/relation/192799" } }, { @@ -33621,8 +33621,8 @@ ], "population": 6069, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/bUM8Yc8pA8ghyhmt6", + "openStreetMaps": "https://www.openstreetmap.org/relation/3406826" } }, { @@ -33789,8 +33789,8 @@ ], "population": 6908224, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/2Aqof7aV2Naq8YEK8", + "openStreetMaps": "https://www.openstreetmap.org/relation/1741311" } }, { @@ -33950,8 +33950,8 @@ ], "population": 11193729, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Zm1AYCXb9HSNF1P27", + "openStreetMaps": "https://www.openstreetmap.org/relation/1656678" } }, { @@ -34108,8 +34108,8 @@ ], "population": 219161, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/9EUppm13RtPX9oF46", + "openStreetMaps": "https://www.openstreetmap.org/relation/535880" } }, { @@ -34270,8 +34270,8 @@ ], "population": 586634, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/iy7TuQLSi4qgoBoG7", + "openStreetMaps": "https://www.openstreetmap.org/relation/287082" } }, { @@ -34432,8 +34432,8 @@ ], "population": 5458827, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/uNSH2wW4bLoZVYJj7", + "openStreetMaps": "https://www.openstreetmap.org/relation/14296" } }, { @@ -34593,8 +34593,8 @@ ], "population": 2100126, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/7zgFmswcCJh5L5D49", + "openStreetMaps": "https://www.openstreetmap.org/relation/218657" } }, { @@ -34752,8 +34752,8 @@ ], "population": 10353442, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/iqygE491ADVgnBW39", + "openStreetMaps": "https://www.openstreetmap.org/relation/52822" } }, { @@ -34924,8 +34924,8 @@ ], "population": 1160164, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/cUY79eqQihFSE8hV6", + "openStreetMaps": "https://www.openstreetmap.org/relation/88210" } }, { @@ -35091,8 +35091,8 @@ ], "population": 40812, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/DjvcESy1a1oGEZuNA", + "openStreetMaps": "https://www.openstreetmap.org/relation/1231790" } }, { @@ -35259,8 +35259,8 @@ ], "population": 98462, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/aqCcy2TKh5TV5MAX8", + "openStreetMaps": "https://www.openstreetmap.org/relation/536765" } }, { @@ -35422,8 +35422,8 @@ ], "population": 17500657, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Xe3VnFbwdb4nv2SM9", + "openStreetMaps": "https://www.openstreetmap.org/relation/184840" } }, { @@ -35577,8 +35577,8 @@ ], "population": 38718, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/R8VUDQfwZiFtvmyn8", + "openStreetMaps": "https://www.openstreetmap.org/relation/547479" } }, { @@ -35750,8 +35750,8 @@ ], "population": 16425859, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/ziUdAZ8skuNfx5Hx7", + "openStreetMaps": "https://www.openstreetmap.org/relation/2361304" } }, { @@ -35911,8 +35911,8 @@ ], "population": 8278737, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/jzAa9feXuXPrKVb89", + "openStreetMaps": "https://www.openstreetmap.org/relation/192782" } }, { @@ -36076,8 +36076,8 @@ ], "population": 69799978, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/qeU6uqsfW4nCCwzw9", + "openStreetMaps": "https://www.openstreetmap.org/relation/2067731" } }, { @@ -36244,8 +36244,8 @@ ], "population": 9537642, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/8rQgW88jEXijhVb58", + "openStreetMaps": "https://www.openstreetmap.org/relation/214626" } }, { @@ -36409,8 +36409,8 @@ ], "population": 1411, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Ap5qN8qien6pT9UN6", + "openStreetMaps": "https://www.openstreetmap.org/relation/2186600" } }, { @@ -36573,8 +36573,8 @@ ], "population": 6031187, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/cgfUcaQHSWKuqeKk9", + "openStreetMaps": "https://www.openstreetmap.org/relation/223026" } }, { @@ -36740,8 +36740,8 @@ ], "population": 1318442, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/sFqBC9zjgUXPR1iTA", + "openStreetMaps": "https://www.openstreetmap.org/relation/305142" } }, { @@ -36900,8 +36900,8 @@ ], "population": 105697, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/p5YALBY2QdEzswRo7", + "openStreetMaps": "https://www.openstreetmap.org/relation/2186665" } }, { @@ -37056,8 +37056,8 @@ ], "population": 1399491, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/NrRfDEWoG8FGZqWY7", + "openStreetMaps": "https://www.openstreetmap.org/relation/555717" } }, { @@ -37215,8 +37215,8 @@ ], "population": 11818618, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/KgUmpZdUuNRaougs8", + "openStreetMaps": "https://www.openstreetmap.org/relation/192757" } }, { @@ -37381,8 +37381,8 @@ ], "population": 84339067, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/dXFFraiUDfcB6Quk6", + "openStreetMaps": "https://www.openstreetmap.org/relation/174737" } }, { @@ -37545,8 +37545,8 @@ ], "population": 11792, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/LbuUxtkgm1dfN1Pn6", + "openStreetMaps": "https://www.openstreetmap.org/relation/2177266" } }, { @@ -37703,8 +37703,8 @@ ], "population": 23503349, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/HgMKFQjNadF3Wa6B6", + "openStreetMaps": "https://www.openstreetmap.org/relation/449220" } }, { @@ -37874,8 +37874,8 @@ ], "population": 59734213, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/NWYMqZYXte4zGZ2Q8", + "openStreetMaps": "https://www.openstreetmap.org/relation/195270" } }, { @@ -38041,8 +38041,8 @@ ], "population": 45741000, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/Y7812hFiGa8LD9N68", + "openStreetMaps": "https://www.openstreetmap.org/relation/192796" } }, { @@ -38205,8 +38205,8 @@ ], "population": 44134693, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/DvgJMiPJ7aozKFZv7", + "openStreetMaps": "https://www.openstreetmap.org/relation/60199" } }, { @@ -38360,8 +38360,8 @@ ], "population": 300, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/hZKnrzgeK69dDyPF8", + "openStreetMaps": "https://www.openstreetmap.org/relation/6430384" } }, { @@ -38519,8 +38519,8 @@ ], "population": 3473727, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/tiQ9Baekb1jQtDSD9", + "openStreetMaps": "https://www.openstreetmap.org/relation/287072" } }, { @@ -38994,8 +38994,8 @@ ], "population": 329484123, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/e8M246zY4BSjkjAv6", + "openStreetMaps": "https://www.openstreetmap.org/relation/148838#map=2/20.6/-85.8" } }, { @@ -39162,8 +39162,8 @@ ], "population": 34232050, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/AJpo6MjMx23qSWCz8", + "openStreetMaps": "https://www.openstreetmap.org/relation/196240" } }, { @@ -39327,8 +39327,8 @@ ], "population": 451, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/DTKvw5Bd1QZaDZmE8", + "openStreetMaps": "https://www.openstreetmap.org/relation/36989" } }, { @@ -39482,8 +39482,8 @@ ], "population": 110947, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/wMbnMqjG37FMnrwf7", + "openStreetMaps": "https://www.openstreetmap.org/relation/550725" } }, { @@ -39643,8 +39643,8 @@ ], "population": 28435943, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/KLCwDN8sec7z2kse9", + "openStreetMaps": "https://www.openstreetmap.org/relation/272644" } }, { @@ -39799,8 +39799,8 @@ ], "population": 30237, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/49C9cSesNVAR9DQk8", + "openStreetMaps": "https://www.openstreetmap.org/relation/285454" } }, { @@ -39955,8 +39955,8 @@ ], "population": 106290, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/mBfreywj8dor6q4m9", + "openStreetMaps": "openstreetmap.org/relation/286898" } }, { @@ -40116,8 +40116,8 @@ ], "population": 97338583, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/PCpVt9WzdJ9A9nEZ9", + "openStreetMaps": "https://www.openstreetmap.org/relation/49915" } }, { @@ -40284,8 +40284,8 @@ ], "population": 307150, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/hwAjehcT7VfvP5zJ8", + "openStreetMaps": "https://www.openstreetmap.org/relation/2177246" } }, { @@ -40441,8 +40441,8 @@ ], "population": 11750, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/CzVqK74QYtbHv65r5", + "openStreetMaps": "https://www.openstreetmap.org/relation/3412448" } }, { @@ -40603,8 +40603,8 @@ ], "population": 198410, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/CFC9fEFP9cfkYUBF9", + "openStreetMaps": "https://www.openstreetmap.org/relation/1872673" } }, { @@ -40762,8 +40762,8 @@ ], "population": 29825968, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/WCmE76HKcLideQQw7", + "openStreetMaps": "https://www.openstreetmap.org/relation/305092" } }, { @@ -40978,8 +40978,8 @@ ], "population": 59308690, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/CLCZ1R8Uz1KpYhRv6", + "openStreetMaps": "https://www.openstreetmap.org/relation/87565" } }, { @@ -41142,8 +41142,8 @@ ], "population": 18383956, "maps": { - "googleMaps": "", - "openStreetMaps": "" + "googleMaps": "https://goo.gl/maps/mweBcqvW8TppZW6q9", + "openStreetMaps": "https://www.openstreetmap.org/relation/195271" } }, { @@ -41402,6 +41402,10 @@ "https://restcountries.com/data/zwe.svg", "https://restcountries.com/data/png/zwe.png" ], - "population": 14862927 + "population": 14862927, + "maps": { + "googleMaps": "https://goo.gl/maps/M26BqdwQctqxXS65A", + "openStreetMaps": "https://www.openstreetmap.org/relation/195272" + } } ] \ No newline at end of file