Skip to content

Instantly share code, notes, and snippets.

@jsanz
Last active November 11, 2019 13:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jsanz/779f9b9954b92461fa50 to your computer and use it in GitHub Desktop.
Save jsanz/779f9b9954b92461fa50 to your computer and use it in GitHub Desktop.
OSGeo Charter Members

OSGeo Charter Members data

Check the viz.

What is this repository for?

This is a simple exercise to learn D3 basics using a data set I have at hand, the charter members of the Open Source Geospatial Foundation OSGeo.

It is intentionally simple, as I've tried to use the core D3 features, without the help of any other third party library except the d3.geo.projection plugin because I love the Robinson projection. Yes, I have a comfortable pair of running shoes, etc.

Comments are welcomed

Don't hesitate to comment about the visual aspect or the source code if you think that it can be more readable, less buggier, etc. Let me say it again: I'm learning :bowtie:.

Notes on how to process data on CARTO to include new Charter Members starting from the csv maintained here.

Insert values

insert into osgeo_charter_members(firstname, lastname,year,country) values
('Andy','Anderson',2016,'United States of America'),
('Bogdan','Grama',2016,'Romania'),
('Brent','Wood',2016,'New Zealand')
....
;

Update complete-name

update osgeo_charter_members
set complete_name = firstname || ' ' || lastname
where complete_name is null;

Geocode

UPDATE osgeo_charter_members 
SET the_geom = cdb_geocode_admin0_polygon(country)
where the_geom is null

Fix country names

update osgeo_charter_members 
set country = 'United States' where
country = 'United States of America';

update osgeo_charter_members 
set country = 'Korea, Republic of' where
country = 'South Korea';

Fill the region field

update osgeo_charter_members m
set region = 
(
  select 
    case 
	when region = '2' then 'Africa'
	when region = '9' then 'Australia & Oceania'
	when region = '142' then 'Asia'
	when region = '19' then 'North and South America'
	when region = '150' then 'Europe'
	else null
    end as region
 from world_borders w
  where m.country = w.name
  limit 1
)
where region is null
firstname lastname year country
Aaron Racicot 2007 United States of America
Adam Steer 2018 Australia
Alan Boudreault 2009 Canada
Aleda Freeman 2017 United States of America
Alejandro Díaz 2014 Spain
Alessandro Furieri 2013 Italy
Alessio Fabiani 2017 Italy
Alex Leith 2018 Australia
Alex Mandel 2010 United States of America
Alex Morega 2015 Romania
Alexander Bruy 2014 Ukraine
Alexander Kotsev 2018 Bulgaria
Alexander Salveson Nossum 2015 Norway
Alexandre Neto 2014 Portugal
Alvin Natividad 2015 Philippines
Andrea Aime 2012 Italy
Andrea Antonello 2014 Italy
Andrea Ross 2008 Canada
Andreas Hocevar 2010 Austria
Andreea Marin 2014 Romania
Andrew Turner 2008 United States of America
Andrey V. Kiselev 2006 Russia
Andy Anderson 2016 United States of America
Angelos Tzotsos 2012 Greece
Anita Graser 2012 Austria
Anna Petrasova 2014 Czech Republic
Anne Ghisla 2010 Italy
Antony Scott 2017 United Kingdom
Anujit Vansarochana 2017 Thailand
Ari Jolma 2006 Finland
Ariel Anthieni 2018 Argentina
Ariel Nuñez 2014 Colombia
Arne Schubert 2017 Germany
Arnulf Christl 2006 Germany
Asahi Kosuke 2015 Japan
Asger Sigurd Petersen 2015 Denmark
Astrid Emde 2010 Germany
Athina Trakas 2008 Germany
Barend Köbben 2012 Netherlands
Barry Rowlingson 2017 United Kingdom
Bart van den Eijnden 2017 Netherlands
Bastian Drees 2017 Germany
Ben Caradoc-Davies 2017 New Zealand
Ben Lewis 2017 United States of America
Ben Tuttle 2017 United States of America
BJ Jang 2014 South Korea
Björn Harrtell 2017 Sweden
Bob Basques 2011 United States of America
Bogdan Grama 2016 Romania
Borys Jurgiel 2013 Poland
Brent Wood 2016 New Zealand
Brian Case 2011 United States of America
Brian Hamlin 2012 United States of America
Bruce Bannerman 2014 Australia
Byeong-Hyeok Yu 2015 South Korea
Cameron Shorter 2006 Australia
Candan Eylül Kilsedar 2017 Italy
Carmen Diez 2018 Spain
Carolina Arias 2014 Italy
Carolyn Bennett 2017 United States of America
Cayetano Benavent 2018 Spain
César Medina 2012 Chile
Chaitanya Kumar 2014 India
Charlie Schweik 2008 United States of America
Chris Helm 2014 United States of America
Chris Holmes 2006 United States of America
Christian Mayer 2014 Germany
Christopher Schmidt 2007 United States of America
Christos Iosifidis 2014 Greece
Claude Philipona 2006 Switzerland
Codrina Maria Ilie 2013 Romania
Cristian Zamar 2018 Argentina
Cristina Domínguez 2017 Spain
Daisuke Yoshida 2009 Japan
Dan Ames 2013 United States of America
Dan Little 2014 United States of America
Dane Springmeyer 2009 United States of America
Daniel Berry 2016 United States of America
Daniel Kastl 2013 Germany
Daniel McInerney 2013 Ireland
Daniel Morissette 2006 Canada
Daniel Urdă 2016 Romania
Daniele Oxoli 2017 Italy
Daniele Strigaro 2017 Italy
Danilo Furtado 2010 Portugal
Daria Svidzinska 2015 Ukraine
Darrell Fuhirman 2014 United States of America
Dave McIlhagga 2006 Canada
David Bianco 2015 United States of America
David Bitner 2009 United States of America
David Fawcett 2014 United States of America
David Mateos 2016 Spain
David Percy 2014 United States of America
Denis Rouzaud 2016 Switzerland
Didier Richard 2015 France
Diego Moreira Carvalho 2018 Brazil
Dimitris Kotzinos 2012 Greece
Dirk Frigne 2013 Belgium
Doug Newcomb 2012 United States of America
Dražen Tutić 2017 Croatia
Duarte Carreira 2009 Portugal
Eddie Pickle 2017 United States of America
Eli Adam 2013 United States of America
Elżbieta Wołoszyńska-Wiśniewska 2015 Poland
Emmanuel Polidario Sambale 2011 Philippines
Eric Lemoine 2011 France
Erik Meerburg 2016 Netherlands
Etienne Delay 2015 France
Eugene Cheipesh 2018 United States of America
Eva Jelínková 2017 Czech Republic
Even Rouault 2011 France
Fernando Quadro 2018 Brazil
Florin Iosub 2014 Romania
François Prunayre 2013 France
Frank Warmerdam 2006 Canada
G. Hanumantha Rao 2011 India
Gabriel Roldán 2011 Argentina
Gabriele Prestifilippo 2017 Italy
Gaël Kruwialis 2016 Belgium
Gary Lang 2006 United States of America
Gary Sherman 2006 United States of America
Gavin Fleming 2010 South Africa
Geoff Zeiss 2008 Canada
George Porto Ferreira 2018 Brazil
Gérald Fenoy 2009 France
Gert-Jan van der Weijden 2015 Netherlands
Gildas Junior Boko 2017 Benin
Giovanni Manghi 2009 Portugal
Go Yonezawa 2015 Japan
Gonzalo Gabriel Pérez 2015 Argentina
Gowtham Gollapalle 2017 India
Gretchen Peterson 2017 United States of America
Guido Stein 2017 United States of America
Guillaume Pasero 2018 France
Hae-Kyong Kang 2017 South Korea
Hans Gregers Petersen 2015 Denmark
Hardeep S. Rai 2009 India
Haris Kurtagic 2009 Slovenia
Harish Kumar Solanki 2013 India
Helena Mitasova 2006 United States of America
Helmut Kudrnovsky 2013 Austria
Helton Uchoa 2006 Brazil
Hirofumi Hayashi 2010 Japan
Horacio Castellaro 2018 Argentina
Howard Butler 2006 United States of America
Hugo Mercier 2016 France
Hugo Santos 2014 Portugal
Ian Edwards 2013 United Kingdom
Ian Turton 2006 United Kingdom
Ionuț Iosifescu 2014 Switzerland
Ivan Minčik 2014 Slovakia
Iván Sánchez Ortega 2014 Norway
Jachym Cepicky 2011 Czech Republic
Jack Reed 2017 United States of America
Jackie Ng 2009 Australia
Jakob Miksch 2017 Germany
James MacGill 2006 United States of America
Jan-Oliver Wagner 2007 Germany
Jan Jezek 2012 Czech Republic
Javier Díaz 2015 Argentina
Jean-Marie Arsac 2015 France
Jean-Roc Morreale 2012 France
Jeff Hamm 2018 Canada
Jeff McKenna 2006 Canada
Jeffrey Johnson 2014 United States of America
Jeremy Morley 2014 United Kingdom
Jeroen Ticheler 2006 Netherlands
Jerome St-Louis 2016 Canada
Jéssica Sena Garcia 2018 Spain
Jim Hughes 2018 United States of America
Jim Klassen 2014 United States of America
Jo Cook 2010 United Kingdom
Jo Walsh 2006 United Kingdom
Joana Simões 2017 Portugal
Jody Garnett 2006 Australia
Johan Van de Wauw 2014 Belgium
John Bryant 2018 Australia
John Graham 2007 United States of America
Jon Scarbrough 2006 United States of America
Jonas Eberle 2016 Germany
Jorge Gustavo Rocha 2009 Portugal
Jorge Luis Batista 2016 Cuba
Jorge Samuel Mendes de Jesus 2017 Portugal
Jorge Arévalo 2014 Spain
Jorge Sanz 2008 Spain
José García 2014 Spain
Jose Santos 2014 Portugal
Josh Campbell 2017 United States of America
Josh Livni 2009 United States of America
Juan Luis Rodríguez Ponce 2017 Spain
Jukka Rahkonen 2014 Finland
Julien-Samuel Lacroix 2008 Canada
Julien Michel 2015 France
Junyoung Choi 2016 South Korea
Jürgen E. Fischer 2015 Germany
Just van den Broecke 2013 Netherlands
Justin Bronn 2009 United States of America
Justin de Olivera 2006 United States of America
K.S. Rajan 2009 India
Kampart Piyathamrongchai 2017 Thailand
Karel Charvat 2012 Czech Republic
Kari Salovaara 2015 Finland
Karine Jean 2018 Canada
Kate Chapman 2014 United States of America
Kenya Tamura 2015 Japan
Kevin Smith 2015 Canada
Khalifa Abacar Sarr 2017 Senegal
Ko Nagase 2015 Japan
Kristian Evers 2018 Denmark
Kristin Bott 2014 United States of America
Kurt Menke 2015 United States of America
Landon Blake 2007 United States of America
Larry Shaffer 2016 United States of America
Lene Fischer 2015 Denmark
Lluís Vicens 2011 Spain
Luca Congedo 2017 Italy
Luca Delucchi 2011 Italy
Luciene Delzari 2014 Brazil
Luigi Pirelli 2016 Spain
Luis W. Sevilla 2008 Spain
Luís de Sousa 2016 Switzerland
Luiz Motta 2018 Brazil
Lyzi Diamond 2017 United States of America
Maëlle Vercauteren 2015 Belgium
Malena Libman 2018 Argentina
Manuel Grizonet 2017 France
Manuel Retamozo 2018 Argentina
Marc Jansen 2013 Germany
Marc Vloemans 2015 Netherlands
Marco Bernasocci 2018 Switzerland
Marco Lechner 2013 Germany
Marco Minghini 2015 Italy
Margherita di Leo 2011 Italy
Maria Arias de Reyna 2013 Spain
Maria Brovelli 2010 Italy
Marie Anna Baovola 2018 Madagascar
Marie Silvestre 2014 France
Mark Cave-Ayland 2009 United Kingdom
Mark Iliffe 2017 United Kingdom
Mark Leslie 2013 Australia
Mark Lucas 2006 United States of America
Markus Metz 2017 Germany
Markus Muller 2008 New Zealand
Markus Neteler 2006 Germany
Martin Daly 2011 United Kingdom
Martin Davis 2008 Canada
Martin Dobias 2016 Czech Republic
Martin Landa 2011 Czech Republic
Massimiliano Cannata 2012 Italy
Massimo di Stefano 2011 Italy
Mateusz チチoskot 2007 United Kingdom
Matt Travis 2018 United Kingdom
Matt Walker 2017 United Kingdom
Matthew Hanson 2017 United States of America
Matthias Kuhn 2016 Switzerland
Mauricio Miranda 2012 Argentina
Maxim Dubinin 2013 Russia
Mayte Toscano 2017 Spain
Mayumi Kubo 2015 Japan
Micah Wengren 2017 United States of America
Michael P. Gerlek 2006 United States of America
Michael Smith 2012 United States of America
Michael Terner 2017 United States of America
Michele Tobias 2017 United States of America
Micho García 2013 Spain
Miguel Ángel Blanco 2014 Argentina
Mike Saunt 2018 United Kingdom
Mikel Maron 2017 United States of America
Milan Antonovic 2014 Switzerland
Milena Nowotarska 2010 Poland
Minpa Lee 2013 South Korea
Miriam González 2018 Mexico
Mirko Cardoso 2016 Switzerland
Mohammed Rashad 2014 India
Mohammed Zia 2017 Turkey
Moisés Arcos 2014 Spain
Monia Molinari 2016 Italy
Moritz Lennert 2015 Belgium
Msilikale Msilanga 2017 United Republic of Tanzania
Nadiia Gorash 2014 Ukraine
Narumasa Tsutsumida 2017 Japan
Nathan Woodrow 2013 Australia
Natraj Vaddadi 2017 India
Ned Horning 2006 United States of America
Neil Revello 2017 United States of America
Nicolas Bozon 2011 France
Nicolas Roelandt 2017 France
Nikos Alexandris 2014 Greece
Nikos Lambrinos 2017 Greece
Nikos Ves 2013 Greece
Nimalika Fernando 2014 Sri Lanka
Niroshan Bandara 2017 Sri Lanka
Nobusuke Iwasaki 2013 Japan
Norman Vine 2006 United States of America
Nuno Oliveira 2017 Portugal
Nyall Dawson 2017 Australia
Oliver May 2015 Belgium
Oliver Tonhofer 2014 Germany
Olivier Courtin 2014 France
Oscar López 2015 Argentina
Paolo Cavallini 2008 Italy
Paolo Corti 2013 Italy
Patricio Soriano 2014 Spain
Patrick Hogan 2017 United States of America
Paul Meems 2014 Netherlands
Paul Ramsey 2006 Canada
Paul Spencer 2006 Canada
Paulo van Breugel 2017 Netherlands
Peddada Jagadeeswara Rao 2018 India
Pedro-Juan Ferrer Matoses 2012 Spain
Pedro Pereira 2016 Portugal
Pedro Venancio 2015 Portugal
Pekka Sarkola 2013 Finland
Pericles Nacionales 2006 United States of America
Peter Batty 2009 United States of America
Peter Baumann 2013 Germany
Peter Löwe 2012 Germany
Peter Mooney 2015 Ireland
Phillip Davis 2013 United States of America
Pieter De Graef 2014 Belgium
Pirmin Kalberer 2014 Switzerland
Praveen K. Sinha 2012 India
Puneet Kishor 2007 United States of America
R.C. Parasad 2017 India
Rafael Medeiros Sperb 2006 Brazil
Rafael Moreno-Sanchez 2017 United States of America
Rafael Roset 2016 Spain
Ragi Yaser Burhum 2012 Peru
Rajat Shinde 2017 India
Rama Murthy Soma 2016 India
Ravi Kumar Vundavilli 2006 India
Regina Obe 2009 United States of America
Régis Haubourg 2014 France
Rémi Cresson 2017 France
Rich Signell 2017 United States of America
Rich Steele 2006 United States of America
Rob Atkinson 2007 Australia
Rob Emanuele 2017 United States of America
Robert Bray 2006 Canada
Robert Szczepanek 2009 Poland
Rohit Reddy 2017 India
S. Narendra Prasad 2008 India
Sandro Santilli 2009 Italy
Sanghee Shin 2011 South Korea
Santiago Higuera 2016 Spain
Santosh Gaikwad 2014 India
Santtu Pyykkönen 2017 Finland
Sara Safavi 2016 United States of America
Sarawut Ninsawat 2013 Thailand
Schuyler D. Erle 2006 United States of America
Scott Clark 2017 United States of America
Sebastiaan Couwenberg 2015 Netherlands
Selene Yang 2018 Nicaragua
Serena Coetzee 2012 South Africa
Sergio Acosta y Lara 2013 Uruguay
Seth Fitzsimmons 2017 United States of America
Shailesh Chaure 2016 India
Sidney Schaberle Goveia 2018 Brazil
Silvana Camboim 2013 Brazil
Silvia Franceschi 2014 Italy
Simon Georget 2018 France
Simon Mercier 2014 Canada
Simon Miles 2017 United Kingdom
Simone Dalmasso 2014 Italy
Simone Giannecchini 2007 Italy
Sittichai Choosumrong 2014 Thailand
Stephan Meißl 2014 Austria
Stephen Mather 2017 United States of America
Stephen Woodbridge 2011 United States of America
Steve Lime 2006 United States of America
Steven Feldman 2014 United Kingdom
Steven Ottens 2017 Netherlands
Suchith Anand 2011 United Kingdom
Taichi Furuhashi 2013 Japan
Takayuki Nuimura 2014 Japan
Tamas Szekeres 2007 Hungary
Tanya Haddad 2014 United States of America
Thierry Badard 2008 Canada
Thijs van Menen 2014 Netherlands
Thomas E. Burk 2006 United States of America
Thomas Bonfort 2012 France
Thomas Gratier 2014 France
Thomas Starnes 2018 United Kingdom
Till Adams 2013 Germany
Tim Schaub 2009 United States of America
Tim Sutton 2011 South Africa
Tina Cormier 2017 United States of America
Tom Chadwin 2017 United Kingdom
Tom Ingold 2018 United States of America
Tom Kralidis 2007 Canada
Tommy Oozeer 2016 Belgium
Tõnis Kärdi 2017 Estonia
Torben Barsballe 2017 Canada
Toru Mori 2006 Japan
Toshikazu Seto 2014 Japan
Tudor Bărăscu 2016 Romania
Tuong Thuy VU 2013 Malaysia
Tyler Mitchell 2006 Canada
V Rajesh Chowdhary 2018 Thailand
Václav Petras 2014 Czech Republic
Vasanthi Hargyono 2016 Indonesia
Vasile Craciunescu 2012 Romania
Venkatesh Raghavan 2006 Japan
Veronica Andreo 2017 Argentina
Vicky Vergara 2015 Mexico
Victor Ferreira 2009 Portugal
Victor Olaya 2012 Spain
Victoria Rautenbach 2016 South Africa
Vinayaraj Poliyapram 2017 Japan
Vincent Mora 2016 France
Vincent Picavet 2013 France
Vivek Saxena 2018 India
Vivien Deparday 2014 France
Volker Mische 2013 Germany
Werner Macho 2016 Austria
Wolf Bergenheim 2008 Finland
Xianfeng Song 2011 China
Yamakawa Junji 2017 Japan
Yann Chemin 2013 Sri Lanka
Yewondwossen Assefa 2007 Canada
Yoichi SEINO 2013 Japan
Yoicihi Kayama 2011 Japan
Yuichiro Nishimura 2015 Japan
Yves Jacolin 2008 France
Zoltan Siki 2014 Hungary
Ana Leticia Ma 2019 United States of America
Andi Lazăr 2019 Romania
Andrea Trovant 2019 Argentina
Antonio Cerciello 2019 Netherlands
Carmen Tawalika 2019 Germany
Cécile Le Calvez 2019 France
Cristina Vrînceanu 2019 Romania
Dan Ormsby 2019 United Kingdom
Daniel Santillan 2019 Austria
Daniel Silk 2019 New Zealand
Dennis Bauszus 2019 United Kingdom
Dimitris Karakostis 2019 Greece
Edoardo Neerhut 2019 Australia
Felipe Sodré Barros 2019 Brazil
Fiona Hemsley-Flint 2019 Scotland
Hennessy A. Becerra Ayala 2019 Mexico
Ion Nedelcu 2019 Romania
Ionuț Ungurianu 2019 Romania
Ivana Ivanova 2019 Australia
Ji Yoon Kim 2019 South Korea
Julia Wagemann 2019 Italy
Mahdi Farnaghi 2019 Iran
Marius Budileanu 2019 Romania
Narcélio de Sá 2019 Brazil
Olimpia Copăcenaru 2019 Romania
Pēteris Brūns 2019 Latvia
Robert Coup 2019 United Kingdom
Romel Vázquez Rodríguez 2019 Cuba
Ross McDonald 2019 Scotland
Saber Razmjooei 2019 United Kingdom
Seth Girvin 2019 Ireland
Sylvain Beorchia 2019 France
Tom Armitage 2019 United Kingdom
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Afghanistan", "sov_a3": "AFG", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Afghanistan", "adm0_a3": "AFG", "geou_dif": 0.000000, "geounit": "Afghanistan", "gu_a3": "AFG", "su_dif": 0.000000, "subunit": "Afghanistan", "su_a3": "AFG", "brk_diff": 0.000000, "name": "Afghanistan", "name_long": "Afghanistan", "brk_a3": "AFG", "brk_name": "Afghanistan", "brk_group": null, "abbrev": "Afg.", "postal": "AF", "formal_en": "Islamic State of Afghanistan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Afghanistan", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 6.000000, "mapcolor9": 8.000000, "mapcolor13": 7.000000, "pop_est": 28400000.000000, "gdp_md_est": 22270.000000, "pop_year": -99.000000, "lastcensus": 1979.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AF", "iso_a3": "AFG", "iso_n3": "004", "un_a3": "004", "wb_a2": "AF", "wb_a3": "AFG", "woe_id": -99.000000, "adm0_a3_is": "AFG", "adm0_a3_us": "AFG", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 74.980002475895418, 37.419990139305867 ], [ 75.158027785140888, 37.133030910789074 ], [ 74.575892775373035, 37.020841376283443 ], [ 74.067551710917911, 36.836175645488453 ], [ 72.920024855444495, 36.720007025696333 ], [ 71.84629194528398, 36.509942328429901 ], [ 71.262348260385778, 36.074387518857776 ], [ 71.498767938121063, 35.650563259416032 ], [ 71.613076206350712, 35.153203436822878 ], [ 71.11501875192161, 34.733125718722221 ], [ 71.156773309213492, 34.348911444632165 ], [ 70.881803012988399, 33.988855902638534 ], [ 69.930543247359623, 34.020120144175081 ], [ 70.323594191371598, 33.358532619758392 ], [ 69.687147251264918, 33.105498969041236 ], [ 69.262522007122556, 32.501944078088314 ], [ 69.317764113242589, 31.901412258424415 ], [ 68.926676873657726, 31.620189113892138 ], [ 68.556932000609294, 31.713310044882007 ], [ 67.792689243444755, 31.582930406209641 ], [ 67.683393589147471, 31.30315420178141 ], [ 66.938891229118525, 31.304911200479324 ], [ 66.381457553986053, 30.738899237586452 ], [ 66.346472609324422, 29.88794342703622 ], [ 65.046862013616106, 29.472180691031895 ], [ 64.35041873561849, 29.560030625928135 ], [ 64.148002150331337, 29.340819200145944 ], [ 63.550260858011228, 29.468330796826166 ], [ 62.549856805272867, 29.318572496044311 ], [ 60.874248488208849, 29.829238999952594 ], [ 61.781221551363529, 30.735850328081227 ], [ 61.699314406180832, 31.379506130492729 ], [ 60.941944614511186, 31.548074652628799 ], [ 60.863654819589016, 32.182919623334442 ], [ 60.536077915290747, 32.981268825811583 ], [ 60.963700392506013, 33.528832302376259 ], [ 60.528429803311639, 33.676446031218006 ], [ 60.803193393807504, 34.404101874319878 ], [ 61.210817091725715, 35.650072333309254 ], [ 62.230651483005857, 35.270663967422337 ], [ 62.984662306576666, 35.404040839167635 ], [ 63.193538445900373, 35.857165635718957 ], [ 63.982895949158689, 36.007957465146575 ], [ 64.546479119733903, 36.312073269184253 ], [ 64.746105177677435, 37.11181773533329 ], [ 65.588947788357899, 37.305216783185642 ], [ 65.745630731066825, 37.661164048812083 ], [ 66.217384881459367, 37.39379018813392 ], [ 66.518606805288726, 37.362784328758806 ], [ 67.07578209825968, 37.356143907209287 ], [ 67.829999627559545, 37.144994004864714 ], [ 68.135562371701468, 37.023115139304338 ], [ 68.859445835246021, 37.34433584243061 ], [ 69.196272820924406, 37.151143500307427 ], [ 69.518785434858017, 37.608996690413392 ], [ 70.116578403610305, 37.588222764632121 ], [ 70.270574171840138, 37.73516469985401 ], [ 70.376304152309359, 38.138395901027508 ], [ 70.806820509732944, 38.486281643216444 ], [ 71.348131137990293, 38.258905341132191 ], [ 71.239403924448226, 37.953265082341943 ], [ 71.541917759084839, 37.905774441065716 ], [ 71.448693475230215, 37.065644843080577 ], [ 71.844638299450565, 36.738171291646893 ], [ 72.193040805962454, 36.948287665345703 ], [ 72.636889682917257, 37.047558091778399 ], [ 73.260055779925011, 37.495256862939016 ], [ 73.948695916646585, 37.421566270490814 ], [ 74.980002475895418, 37.419990139305867 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Angola", "sov_a3": "AGO", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Angola", "adm0_a3": "AGO", "geou_dif": 0.000000, "geounit": "Angola", "gu_a3": "AGO", "su_dif": 0.000000, "subunit": "Angola", "su_a3": "AGO", "brk_diff": 0.000000, "name": "Angola", "name_long": "Angola", "brk_a3": "AGO", "brk_name": "Angola", "brk_group": null, "abbrev": "Ang.", "postal": "AO", "formal_en": "People's Republic of Angola", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Angola", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 6.000000, "mapcolor13": 1.000000, "pop_est": 12799293.000000, "gdp_md_est": 110300.000000, "pop_year": -99.000000, "lastcensus": 1970.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AO", "iso_a3": "AGO", "iso_n3": "024", "un_a3": "024", "wb_a2": "AO", "wb_a3": "AGO", "woe_id": -99.000000, "adm0_a3_is": "AGO", "adm0_a3_us": "AGO", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 16.326528354567046, -5.877470391466218 ], [ 16.573179965896117, -6.622644545115094 ], [ 16.86019087084523, -7.222297865429979 ], [ 17.089995965247141, -7.545688978712491 ], [ 17.472970004962264, -8.068551120641672 ], [ 18.134221632569052, -7.98767750410488 ], [ 18.464175652752687, -7.847014255406393 ], [ 19.016751743249642, -7.98824594486014 ], [ 19.166613396896167, -7.738183688999726 ], [ 19.417502475673217, -7.155428562044278 ], [ 20.037723016040218, -7.116361179231674 ], [ 20.091621534920705, -6.943090101756951 ], [ 20.601822950938327, -6.939317722199689 ], [ 20.514748162526502, -7.299605808138665 ], [ 21.728110792739756, -7.290872491081316 ], [ 21.746455926203367, -7.920084730667128 ], [ 21.94913089365204, -8.30590097415822 ], [ 21.801801385187929, -8.908706556843001 ], [ 21.875181919042404, -9.523707777548566 ], [ 22.208753289486424, -9.89479623783653 ], [ 22.155268182064333, -11.084801120653779 ], [ 22.402798292742432, -10.993075453335706 ], [ 22.837345411884769, -11.017621758674338 ], [ 23.45679080576744, -10.867863457892483 ], [ 23.912215203555746, -10.926826267137457 ], [ 24.017893507592618, -11.237298272347118 ], [ 23.904153680118242, -11.722281589406336 ], [ 24.079905226342902, -12.191296888887322 ], [ 23.930922072045377, -12.565847670138822 ], [ 24.016136508894704, -12.911046237848552 ], [ 21.933886346125945, -12.898437188369357 ], [ 21.887842644953878, -16.080310153876894 ], [ 22.562478468524262, -16.898451429921835 ], [ 23.215048455506064, -17.523116143465955 ], [ 21.377176141045595, -17.93063648851971 ], [ 18.956186964603631, -17.789094740472237 ], [ 18.263309360434192, -17.30995086026202 ], [ 14.209706658595053, -17.353100681225712 ], [ 14.058501417709039, -17.423380629142656 ], [ 13.462362094789967, -16.971211846588744 ], [ 12.814081251688407, -16.941342868724092 ], [ 12.215461460019384, -17.111668389558062 ], [ 11.73419884608515, -17.301889336824502 ], [ 11.640096062881611, -16.673142185129208 ], [ 11.778537224991567, -15.793816013250691 ], [ 12.123580763404448, -14.878316338767931 ], [ 12.175618930722266, -14.449143568583892 ], [ 12.500095249083017, -13.547699883684402 ], [ 12.738478631245442, -13.137905775609937 ], [ 13.312913852601838, -12.483630466362513 ], [ 13.633721144269799, -12.038644707897191 ], [ 13.738727654686926, -11.297863050993143 ], [ 13.686379428775268, -10.731075941615842 ], [ 13.387327915102162, -10.373578383020728 ], [ 13.120987583069876, -9.766897067914115 ], [ 12.875369500386569, -9.166933689005504 ], [ 12.929061313537801, -8.959091078327575 ], [ 13.236432732809874, -8.562629489784342 ], [ 12.933040398824318, -7.596538588087753 ], [ 12.728298374083892, -6.927122084178805 ], [ 12.227347039446443, -6.294447523629373 ], [ 12.322431674863566, -6.100092461779653 ], [ 12.73517133957867, -5.965682061388478 ], [ 13.024869419006961, -5.984388929878122 ], [ 13.375597364971895, -5.864241224799557 ], [ 16.326528354567046, -5.877470391466218 ] ] ], [ [ [ 12.436688266660923, -5.684303887559224 ], [ 12.182336866920252, -5.789930515163817 ], [ 11.91496300624209, -5.037986748884734 ], [ 12.318607618873926, -4.606230157086173 ], [ 12.62075971848455, -4.438023369976122 ], [ 12.995517205465205, -4.781103203961834 ], [ 12.631611769265817, -4.991271254092936 ], [ 12.468004184629763, -5.248361504744992 ], [ 12.436688266660923, -5.684303887559224 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Albania", "sov_a3": "ALB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Albania", "adm0_a3": "ALB", "geou_dif": 0.000000, "geounit": "Albania", "gu_a3": "ALB", "su_dif": 0.000000, "subunit": "Albania", "su_a3": "ALB", "brk_diff": 0.000000, "name": "Albania", "name_long": "Albania", "brk_a3": "ALB", "brk_name": "Albania", "brk_group": null, "abbrev": "Alb.", "postal": "AL", "formal_en": "Republic of Albania", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Albania", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 6.000000, "pop_est": 3639453.000000, "gdp_md_est": 21810.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AL", "iso_a3": "ALB", "iso_n3": "008", "un_a3": "008", "wb_a2": "AL", "wb_a3": "ALB", "woe_id": -99.000000, "adm0_a3_is": "ALB", "adm0_a3_us": "ALB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 19.738051385179659, 42.688247382165571 ], [ 19.801613396898688, 42.500093492190871 ], [ 20.0707, 42.588630000000109 ], [ 20.283754510181922, 42.320259507815109 ], [ 20.52295, 42.21787 ], [ 20.590246546680277, 41.855408919283661 ], [ 20.59024743010491, 41.855404161133606 ], [ 20.463175083099202, 41.515089016275397 ], [ 20.605181919037364, 41.086226304685255 ], [ 21.020040317476401, 40.84272695572588 ], [ 20.999989861747252, 40.580003973953978 ], [ 20.674996779063633, 40.434999904943055 ], [ 20.615000441172782, 40.110006822259436 ], [ 20.15001590341052, 39.624997666984029 ], [ 19.980000441170176, 39.694993394523436 ], [ 19.960001661873235, 39.915005805006047 ], [ 19.406081984136762, 40.250773423822494 ], [ 19.319058872157143, 40.72723012955359 ], [ 19.403549838954319, 41.409565741535459 ], [ 19.540027296637135, 41.719986070312757 ], [ 19.37176883309499, 41.877547512370683 ], [ 19.371768163347269, 41.877550679783582 ], [ 19.304486118250793, 42.19574514420782 ], [ 19.738051385179659, 42.688247382165571 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "United Arab Emirates", "sov_a3": "ARE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "United Arab Emirates", "adm0_a3": "ARE", "geou_dif": 0.000000, "geounit": "United Arab Emirates", "gu_a3": "ARE", "su_dif": 0.000000, "subunit": "United Arab Emirates", "su_a3": "ARE", "brk_diff": 0.000000, "name": "United Arab Emirates", "name_long": "United Arab Emirates", "brk_a3": "ARE", "brk_name": "United Arab Emirates", "brk_group": null, "abbrev": "U.A.E.", "postal": "AE", "formal_en": "United Arab Emirates", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "United Arab Emirates", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 3.000000, "pop_est": 4798491.000000, "gdp_md_est": 184300.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AE", "iso_a3": "ARE", "iso_n3": "784", "un_a3": "784", "wb_a2": "AE", "wb_a3": "ARE", "woe_id": -99.000000, "adm0_a3_is": "ARE", "adm0_a3_us": "ARE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 20.000000, "long_len": 20.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 56.261041701080984, 25.71460643157684 ], [ 56.396847365143998, 24.924732163995515 ], [ 55.886232537668064, 24.920830593357465 ], [ 55.804118686756254, 24.269604193615265 ], [ 55.981213820220518, 24.130542914317829 ], [ 55.528631626208295, 23.933604030853502 ], [ 55.525841098864504, 23.524869289641003 ], [ 55.234489373602884, 23.110992743415352 ], [ 55.208341098863201, 22.7083299829971 ], [ 55.006803012924962, 22.496947536707154 ], [ 52.000733270074392, 23.001154486578912 ], [ 51.617707553926977, 24.014219265228832 ], [ 51.579518670463273, 24.245497137951133 ], [ 51.757440626844158, 24.294072984305529 ], [ 51.794389275932843, 24.019826158132503 ], [ 52.577080519425664, 24.177439276622692 ], [ 53.404006788960174, 24.151316840099213 ], [ 54.008000929587666, 24.121757920828202 ], [ 54.693023716048657, 24.797892360935151 ], [ 55.43902469261414, 25.43914520924497 ], [ 56.070820753814559, 26.055464178973949 ], [ 56.261041701080984, 25.71460643157684 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Argentina", "sov_a3": "ARG", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Argentina", "adm0_a3": "ARG", "geou_dif": 0.000000, "geounit": "Argentina", "gu_a3": "ARG", "su_dif": 0.000000, "subunit": "Argentina", "su_a3": "ARG", "brk_diff": 0.000000, "name": "Argentina", "name_long": "Argentina", "brk_a3": "ARG", "brk_name": "Argentina", "brk_group": null, "abbrev": "Arg.", "postal": "AR", "formal_en": "Argentine Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Argentina", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 13.000000, "pop_est": 40913584.000000, "gdp_md_est": 573900.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AR", "iso_a3": "ARG", "iso_n3": "032", "un_a3": "032", "wb_a2": "AR", "wb_a3": "ARG", "woe_id": -99.000000, "adm0_a3_is": "ARG", "adm0_a3_us": "ARG", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -65.5, -55.2 ], [ -66.45, -55.25 ], [ -66.95992, -54.89681 ], [ -67.56244, -54.87001 ], [ -68.63335, -54.8695 ], [ -68.63401022758319, -52.636370458874374 ], [ -68.25, -53.1 ], [ -67.75, -53.85 ], [ -66.45, -54.45 ], [ -65.05, -54.7 ], [ -65.5, -55.2 ] ] ], [ [ [ -64.964892137294612, -22.075861504812352 ], [ -64.3770210435423, -22.798091322523547 ], [ -63.986838141522469, -21.993644301035971 ], [ -62.846468471921582, -22.034985446869456 ], [ -62.6850571356579, -22.249029229422405 ], [ -60.846564704009864, -23.880712579038303 ], [ -60.028966030504023, -24.032796319273245 ], [ -58.807128465394953, -24.771459242453275 ], [ -57.777217169817874, -25.16233977630904 ], [ -57.633660040911138, -25.60365650808167 ], [ -58.618173590719721, -27.123718763947124 ], [ -57.609759690976148, -27.39589853282834 ], [ -56.486701626192996, -27.54849903738625 ], [ -55.6958455063982, -27.387837009390822 ], [ -54.788794928595053, -26.621785577096091 ], [ -54.625290696823555, -25.739255466415486 ], [ -54.130049607954334, -25.54763925547725 ], [ -53.62834896504873, -26.124865004177437 ], [ -53.648735317587892, -26.923472588816111 ], [ -54.490725267135531, -27.47475676850577 ], [ -55.162286342984601, -27.881915378533421 ], [ -56.290899624239103, -28.852760512000856 ], [ -57.625133429582945, -30.216294854454247 ], [ -57.874937303281911, -31.016556084926179 ], [ -58.142440355040748, -32.044503676076104 ], [ -58.132647671121447, -33.040566908502015 ], [ -58.349611172098832, -33.263188978815435 ], [ -58.427074144104381, -33.909454441057548 ], [ -58.495442064026548, -34.431489760070107 ], [ -57.225829637263644, -35.288026625307907 ], [ -57.362358771378751, -35.977390232081504 ], [ -56.737487352105461, -36.413125909166595 ], [ -56.788285285048374, -36.901571547189334 ], [ -57.749156867083428, -38.18387053807993 ], [ -59.2318570624019, -38.720220228837206 ], [ -61.237445237865643, -38.928424574541154 ], [ -62.335956997310149, -38.827707208004369 ], [ -62.125763108962957, -39.424104913084875 ], [ -62.330530971919444, -40.172586358400338 ], [ -62.145994432205242, -40.676896661136738 ], [ -62.745802781816991, -41.028761488612105 ], [ -63.770494757732536, -41.166789239263665 ], [ -64.73208980981974, -40.802677097335135 ], [ -65.118035244391592, -41.064314874028881 ], [ -64.978560553635845, -42.05800099056934 ], [ -64.30340796574248, -42.359016208669516 ], [ -63.755947842042389, -42.043686618824523 ], [ -63.45805904809589, -42.563138116222362 ], [ -64.378803880456303, -42.873558444999645 ], [ -65.181803961839705, -43.495380954767796 ], [ -65.328823411710175, -44.501366062193711 ], [ -65.565268927661606, -45.036785577169795 ], [ -66.509965786389387, -45.039627780945864 ], [ -67.29379391139247, -45.551896254255198 ], [ -67.580546434180093, -46.301772963242541 ], [ -66.597066413017274, -47.033924655953825 ], [ -65.641026577401448, -47.236134535511894 ], [ -65.985088263600744, -48.133289076531142 ], [ -67.166178961847663, -48.697337334996952 ], [ -67.816087612566463, -49.869668877970419 ], [ -68.728745083273168, -50.264218438518874 ], [ -69.138539191347803, -50.732510267947809 ], [ -68.815561489523532, -51.771104011594105 ], [ -68.149994879820412, -52.349983406127713 ], [ -68.571545376241346, -52.299443855346262 ], [ -69.49836218939609, -52.142760912637257 ], [ -71.914803839796377, -52.009022305865926 ], [ -72.329403856074066, -51.425956312872415 ], [ -72.30997351753237, -50.677009779666363 ], [ -72.975746832964631, -50.741450290734313 ], [ -73.328050910114513, -50.378785088909872 ], [ -73.415435757120036, -49.318436374712959 ], [ -72.648247443314943, -48.878618259476795 ], [ -72.331160854771952, -48.244238376661826 ], [ -72.447355312780275, -47.738532810253531 ], [ -71.917258470330211, -46.884838148791815 ], [ -71.552009446891248, -45.560732924177131 ], [ -71.659315558545359, -44.973688653341441 ], [ -71.222778896759735, -44.784242852559416 ], [ -71.329800788036209, -44.407521661151691 ], [ -71.793622606071949, -44.207172133156106 ], [ -71.464056159130536, -43.787611179378331 ], [ -71.915423956983915, -43.408564548517433 ], [ -72.148898078078531, -42.254888197601389 ], [ -71.746803758415467, -42.051386407236009 ], [ -71.915734015577556, -40.832339369470731 ], [ -71.680761277946488, -39.808164157878068 ], [ -71.413516608349084, -38.916022230791114 ], [ -70.814664272734717, -38.552995293940739 ], [ -71.118625047475433, -37.576827487947199 ], [ -71.121880662709827, -36.658123874662337 ], [ -70.364769253201672, -36.005088799789945 ], [ -70.388049485949097, -35.169687595359463 ], [ -69.817309129501496, -34.193571465798286 ], [ -69.814776984319252, -33.273886000299854 ], [ -70.074399380153636, -33.091209812148037 ], [ -70.535068935819481, -31.365010267870289 ], [ -69.919008348251936, -30.336339206668313 ], [ -70.013550381129903, -29.367922865518551 ], [ -69.656130337183157, -28.459141127233693 ], [ -69.001234910748281, -27.521213881136134 ], [ -68.295541551370405, -26.89933969493579 ], [ -68.594799770772681, -26.506908868111267 ], [ -68.386001146097357, -26.185016371365236 ], [ -68.417652960876126, -24.518554782816878 ], [ -67.328442959244143, -24.025303236590915 ], [ -66.985233934177671, -22.986348565362832 ], [ -67.106673550063618, -22.7359245744764 ], [ -66.273339402924876, -21.832310479420698 ], [ -64.964892137294612, -22.075861504812352 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Armenia", "sov_a3": "ARM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Armenia", "adm0_a3": "ARM", "geou_dif": 0.000000, "geounit": "Armenia", "gu_a3": "ARM", "su_dif": 0.000000, "subunit": "Armenia", "su_a3": "ARM", "brk_diff": 0.000000, "name": "Armenia", "name_long": "Armenia", "brk_a3": "ARM", "brk_name": "Armenia", "brk_group": null, "abbrev": "Arm.", "postal": "ARM", "formal_en": "Republic of Armenia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Armenia", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 2.000000, "mapcolor13": 10.000000, "pop_est": 2967004.000000, "gdp_md_est": 18770.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AM", "iso_a3": "ARM", "iso_n3": "051", "un_a3": "051", "wb_a2": "AM", "wb_a3": "ARM", "woe_id": -99.000000, "adm0_a3_is": "ARM", "adm0_a3_us": "ARM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 46.505719842317973, 38.770605373686351 ], [ 46.143623081248819, 38.741201483712217 ], [ 45.735379266143099, 39.3197191432198 ], [ 45.739978468617068, 39.473999131827128 ], [ 45.298144972521442, 39.471751207022436 ], [ 45.001987339056797, 39.740003567049598 ], [ 44.793989699082005, 39.713002631177119 ], [ 44.400008579288823, 40.005000311842309 ], [ 43.65643639504097, 40.253563951166171 ], [ 43.752657911968441, 40.740200914058818 ], [ 43.582745802592711, 41.092143256182567 ], [ 44.97248009621805, 41.24812856705563 ], [ 45.179495883979456, 40.985353908851437 ], [ 45.560351189970476, 40.812289537105954 ], [ 45.35917483905817, 40.561503811193489 ], [ 45.891907179555147, 40.218475653639985 ], [ 45.610012241402927, 39.899993801425182 ], [ 46.034534132680704, 39.628020738273051 ], [ 46.483498976432458, 39.464154771475535 ], [ 46.505719842317973, 38.770605373686351 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Antarctica", "sov_a3": "ATA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Indeterminate", "admin": "Antarctica", "adm0_a3": "ATA", "geou_dif": 0.000000, "geounit": "Antarctica", "gu_a3": "ATA", "su_dif": 0.000000, "subunit": "Antarctica", "su_a3": "ATA", "brk_diff": 0.000000, "name": "Antarctica", "name_long": "Antarctica", "brk_a3": "ATA", "brk_name": "Antarctica", "brk_group": null, "abbrev": "Ant.", "postal": "AQ", "formal_en": null, "formal_fr": null, "note_adm0": null, "note_brk": "Multiple claims held in abeyance", "name_sort": "Antarctica", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 5.000000, "mapcolor9": 1.000000, "mapcolor13": -99.000000, "pop_est": 3802.000000, "gdp_md_est": 760.400000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AQ", "iso_a3": "ATA", "iso_n3": "010", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "ATA", "adm0_a3_us": "ATA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Antarctica", "region_un": "Antarctica", "subregion": "Antarctica", "region_wb": "Antarctica", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -59.572094692611529, -80.040178725096297 ], [ -59.865849371974718, -80.549656671061868 ], [ -60.1596557277702, -81.000326837079314 ], [ -62.255393439367083, -80.863177585776654 ], [ -64.488125372969762, -80.921933689292572 ], [ -65.741666429289864, -80.588827406739142 ], [ -65.741666429289864, -80.549656671061868 ], [ -66.290030890555158, -80.25577280061799 ], [ -64.037687750897646, -80.294943536295193 ], [ -61.883245612217138, -80.392870375488286 ], [ -61.138975796133451, -79.9813709451481 ], [ -60.610119188058405, -79.628679294756125 ], [ -59.572094692611529, -80.040178725096297 ] ] ], [ [ [ -159.208183560197654, -79.497059421708727 ], [ -161.127601284814659, -79.634208673011301 ], [ -162.439846768218388, -79.281465346187034 ], [ -163.027407803376974, -78.928773695794973 ], [ -163.066604377270352, -78.869965915846763 ], [ -163.712895677728739, -78.595667413241529 ], [ -163.712895677728739, -78.595666605797291 ], [ -163.105800951163815, -78.223337911134294 ], [ -161.245113491846411, -78.380175883140168 ], [ -160.246208055644502, -78.693645121422676 ], [ -159.482404548154477, -79.046337579258989 ], [ -159.208183560197654, -79.497059421708727 ] ] ], [ [ [ -45.154757656421026, -78.047069600586738 ], [ -43.920827806155756, -78.478102722333261 ], [ -43.489949713706096, -79.085559991368456 ], [ -43.372437506674373, -79.516644789547286 ], [ -43.333266770997113, -80.026122735512928 ], [ -44.880536668464288, -80.339643650227714 ], [ -46.506173875502043, -80.594356784994318 ], [ -48.386420864441789, -80.829484551922363 ], [ -50.482106899606464, -81.025441583173134 ], [ -52.851988084511788, -80.966685479657315 ], [ -54.164259406131606, -80.633527520671592 ], [ -53.98799109558405, -80.222028090331406 ], [ -51.8531343247422, -79.947729587726087 ], [ -50.991326463410587, -79.614623305172671 ], [ -50.364594692574741, -79.183486830561648 ], [ -49.914131232286536, -78.811209004886706 ], [ -49.306958991073117, -78.458569030926924 ], [ -48.660616014182523, -78.04701792415446 ], [ -48.660616014182523, -78.047018731598698 ], [ -48.1513964503784, -78.047069600586738 ], [ -46.662856818211026, -77.831475525065045 ], [ -45.154757656421026, -78.047069600586738 ] ] ], [ [ [ -121.211511393857137, -73.500990499006051 ], [ -119.918851278292053, -73.65772511814734 ], [ -118.724143032691927, -73.481353454735213 ], [ -119.292118700011955, -73.834096781559481 ], [ -120.232217163709976, -74.08880991632617 ], [ -121.622829956684257, -74.010468444971622 ], [ -122.621734585441899, -73.657777602023884 ], [ -122.621735392886151, -73.657776794579632 ], [ -122.406244670229029, -73.324618835593924 ], [ -121.211511393857137, -73.500990499006051 ] ] ], [ [ [ -125.559566406895328, -73.481353454735213 ], [ -124.031881877266869, -73.873267517236755 ], [ -124.619468750641545, -73.834096781559481 ], [ -125.912180542638907, -73.736118265934095 ], [ -127.283129645681925, -73.461768894340821 ], [ -127.283130453126162, -73.461768086896569 ], [ -126.558471843097209, -73.246225687807168 ], [ -125.559566406895328, -73.481353454735213 ] ] ], [ [ [ -98.981549648823915, -71.933334248999785 ], [ -97.884743211645031, -72.070535176734751 ], [ -96.787936774466232, -71.952971293270721 ], [ -96.200349901091471, -72.521205342752197 ], [ -96.983764614636243, -72.442863871397648 ], [ -98.19808325884685, -72.482034607074922 ], [ -99.432013109112205, -72.442863871397648 ], [ -100.783455166409212, -72.501619974913552 ], [ -101.801868455801355, -72.305662943662782 ], [ -102.3307250638764, -71.894164320766862 ], [ -102.3307250638764, -71.89416351332261 ], [ -101.703967454824451, -71.717791849910384 ], [ -100.4309185453141, -71.854992777645336 ], [ -98.981549648823915, -71.933334248999785 ] ] ], [ [ [ -68.451345994730417, -70.955822855766741 ], [ -68.333833787698694, -71.4064930217842 ], [ -68.510127936462425, -71.798407084285742 ], [ -68.784297247986984, -72.170735778948639 ], [ -69.959470994736421, -72.307885030251299 ], [ -71.075888637970138, -72.50384206150207 ], [ -72.388134121373781, -72.48425669366344 ], [ -71.898499925408288, -72.092342631161898 ], [ -73.07362199572546, -72.229491882464544 ], [ -74.190039638959064, -72.366692810199496 ], [ -74.953894822881409, -72.072757263323254 ], [ -75.01262508818121, -71.661257832983068 ], [ -73.915818651002326, -71.269344577925779 ], [ -73.915818651002326, -71.269343770481527 ], [ -73.230330776650561, -71.151779887017511 ], [ -72.074716559523551, -71.190950622694785 ], [ -71.780961880160362, -70.681472676729129 ], [ -71.72217993842844, -70.30919565849851 ], [ -71.741791144483187, -69.505782165656797 ], [ -71.173815477163146, -69.035474955368414 ], [ -70.253251512315728, -68.87874033622721 ], [ -69.72444658067306, -69.251017354457815 ], [ -69.489422166609586, -69.623346049120727 ], [ -69.058518235943836, -70.074016215138187 ], [ -68.725541144471066, -70.505152689749281 ], [ -68.451345994730417, -70.955822855766741 ] ] ], [ [ [ -58.61414282900094, -64.152467130133147 ], [ -59.045072597882893, -64.368009529222633 ], [ -59.78934241396658, -64.211223233649051 ], [ -60.611927863188697, -64.309201749274436 ], [ -61.297415737540376, -64.544329516202566 ], [ -62.022100185785433, -64.799094327401363 ], [ -62.511760219966931, -65.093029874277519 ], [ -62.648857794837369, -65.484942321890657 ], [ -62.590127529537739, -65.857219340121361 ], [ -62.120078701410733, -66.190325622674706 ], [ -62.805566575762413, -66.425505066034958 ], [ -63.745690070232371, -66.503846537389592 ], [ -64.294106207929957, -66.837004496375215 ], [ -64.881693081304633, -67.150473734657723 ], [ -65.508424852140564, -67.581610209268916 ], [ -65.665081956633315, -67.95388722749945 ], [ -65.31254533553809, -68.365334981407415 ], [ -64.783714565679333, -68.678907572554508 ], [ -63.961103278241097, -68.913983663050175 ], [ -63.197299770751073, -69.227556254197253 ], [ -62.78595536970775, -69.619418640266503 ], [ -62.570516323482934, -69.991747334929499 ], [ -62.276735805903542, -70.383661397431041 ], [ -61.806661139560589, -70.716767679984471 ], [ -61.512906460197399, -71.089044698215091 ], [ -61.375808885327132, -72.010073750953126 ], [ -61.08197669131556, -72.38235076918383 ], [ -61.003661058177187, -72.774264831685372 ], [ -60.69026933454316, -73.166178894187084 ], [ -60.827366909413456, -73.6952422079912 ], [ -61.375808885327132, -74.106741638331386 ], [ -61.963369920485718, -74.439847920884887 ], [ -63.295200771727963, -74.576997172187376 ], [ -63.745690070232371, -74.929740499011729 ], [ -64.352836473229587, -75.262846781565173 ], [ -65.860987311451794, -75.635123799795778 ], [ -67.192818162694152, -75.791910095369445 ], [ -68.446281704365759, -76.007452494458775 ], [ -69.797723761662837, -76.22299489354819 ], [ -70.600723843046268, -76.634494323888447 ], [ -72.206775682245365, -76.673665059565721 ], [ -73.969536302369676, -76.634494323888447 ], [ -75.555976935514053, -76.712887471675202 ], [ -77.240370246067613, -76.712887471675202 ], [ -76.926978522433586, -77.104801534176744 ], [ -75.399293992804957, -77.281069844724385 ], [ -74.28287634957141, -77.555420023761812 ], [ -73.656118740519446, -77.908111674153972 ], [ -74.772536383753078, -78.221632588868673 ], [ -76.496100429984011, -78.123654073243287 ], [ -77.925858120419292, -78.378418884442254 ], [ -77.984665900367474, -78.789918314782341 ], [ -78.02378495961247, -79.18183318472822 ], [ -76.848637051079123, -79.514939467281664 ], [ -76.633223843070397, -79.887216485512269 ], [ -75.360097418911749, -80.259545180175266 ], [ -73.244851854124619, -80.416331475748763 ], [ -71.442946336539222, -80.690629978353996 ], [ -70.013162807887767, -81.004150893068783 ], [ -68.191646084247566, -81.317671807783569 ], [ -65.704278530526665, -81.47445810335725 ], [ -63.256030036050703, -81.748756605962484 ], [ -61.55202551944231, -82.042692152838555 ], [ -59.691415574773458, -82.375850111824349 ], [ -58.71212134462624, -82.846105645680353 ], [ -58.222487148660917, -83.21843434034335 ], [ -57.008116828017847, -82.865691013519083 ], [ -55.362894253141548, -82.571755466642841 ], [ -53.619770677288244, -82.258234551928041 ], [ -51.543644171746024, -82.003521417161366 ], [ -49.761349860215461, -81.729171238123755 ], [ -47.27393063006221, -81.709585870285295 ], [ -44.825707973802508, -81.846735121587784 ], [ -42.808363409992381, -82.081914564948107 ], [ -42.162020433101787, -81.650829766769291 ], [ -40.771433478343596, -81.356894219893235 ], [ -38.244817674297082, -81.337308852054591 ], [ -36.266669684380219, -81.121714776532983 ], [ -34.386396857224355, -80.906172377443482 ], [ -32.31029618989831, -80.769023126140738 ], [ -30.097097947701997, -80.592651462728696 ], [ -28.549802212018704, -80.337938327962007 ], [ -29.254901292425131, -79.985195001137654 ], [ -29.685805223090966, -79.632503350745679 ], [ -29.685805223090966, -79.260226332514975 ], [ -31.624808315546659, -79.299397068192249 ], [ -33.681323615033961, -79.456131687333453 ], [ -35.639912075328283, -79.456131687333453 ], [ -35.914107225069017, -79.083854669102919 ], [ -35.777009650198721, -78.339248148764995 ], [ -35.326546189910431, -78.123654073243287 ], [ -33.89676266125889, -77.888526306315242 ], [ -32.212369350705302, -77.653450215819575 ], [ -30.99805070649461, -77.359514668943334 ], [ -29.783732062284059, -77.065579122067263 ], [ -28.88277930349139, -76.673665059565721 ], [ -27.511751878355653, -76.497345072585787 ], [ -26.16033565927475, -76.36014414485075 ], [ -25.474821946706868, -76.281802673496287 ], [ -23.927552049239779, -76.242580261386735 ], [ -22.45859778491095, -76.105431010084246 ], [ -21.224693772861798, -75.909473978833475 ], [ -20.010375128651077, -75.67434621190543 ], [ -18.913542853256189, -75.4392184449773 ], [ -17.5229817367142, -75.125697530262499 ], [ -16.641588507544043, -74.792539571276876 ], [ -15.701490851290259, -74.498604024400635 ], [ -15.407710333710867, -74.106741638331386 ], [ -16.465320196996402, -73.871613871403412 ], [ -16.11278357590129, -73.460114441063155 ], [ -15.446855231171952, -73.146541849916076 ], [ -14.408804897508986, -72.950584818665305 ], [ -13.311972622113984, -72.715457051737346 ], [ -12.293507656289563, -72.401936137022545 ], [ -11.510067104528616, -72.010073750953126 ], [ -11.020432908563038, -71.539766540664829 ], [ -10.295774298534184, -71.265416361627302 ], [ -9.101015183946089, -71.324224141575513 ], [ -8.611380987980596, -71.657330424128844 ], [ -7.416621873392444, -71.696501159806047 ], [ -7.377451137715241, -71.324224141575513 ], [ -6.868231573911117, -70.932310079073972 ], [ -5.790984666354774, -71.030288594699272 ], [ -5.53637488445267, -71.402617289362269 ], [ -4.341667446296867, -71.461373392878073 ], [ -3.048981492515622, -71.28505340589814 ], [ -1.795492112627812, -71.167437846001832 ], [ -0.65948910155555, -71.226245625950042 ], [ -0.228636847322065, -71.637745056290299 ], [ 0.868195428072909, -71.304638773736784 ], [ 1.886686232113533, -71.128267110324742 ], [ 3.022637566753417, -70.991117859022083 ], [ 4.139055209987049, -70.853916931287046 ], [ 5.157546014027673, -70.618789164359086 ], [ 6.273911980828899, -70.462054545217796 ], [ 7.135719842160597, -70.246512146128381 ], [ 7.742866245157813, -69.893768819304029 ], [ 8.487110223025326, -70.148533630502996 ], [ 9.525134718472202, -70.011332702768229 ], [ 10.249845004933434, -70.481639913056512 ], [ 10.81782067225339, -70.834331563448501 ], [ 11.953823683325652, -70.63837453219773 ], [ 12.404287143613942, -70.246512146128381 ], [ 13.422777947654367, -69.972161967090955 ], [ 14.734997592842006, -70.030918070606774 ], [ 15.126756626046586, -70.40324676526977 ], [ 15.949342075268618, -70.030918070606774 ], [ 17.02658898282516, -69.913354187142744 ], [ 18.201711053142304, -69.874183451465484 ], [ 19.259372592860018, -69.893768819304029 ], [ 20.375738559661443, -70.011332702768229 ], [ 21.452985467217815, -70.070140482716255 ], [ 21.923034295344735, -70.40324676526977 ], [ 22.569403110451418, -70.697182312145827 ], [ 23.666183709414213, -70.520810648733701 ], [ 24.841357456163564, -70.481639913056512 ], [ 25.977308790803647, -70.481639913056512 ], [ 27.093726434037251, -70.462054545217796 ], [ 28.092580193806867, -70.32485361748293 ], [ 29.150241733524581, -70.207289734019 ], [ 30.031583286262531, -69.932939554981303 ], [ 30.971732618948607, -69.756619568001454 ], [ 31.990171746556854, -69.658641052376069 ], [ 32.754052768695345, -69.384290873338472 ], [ 33.302443068176757, -68.835642191695712 ], [ 33.8704187354966, -68.502587585574574 ], [ 34.908494907375854, -68.659270528283486 ], [ 35.300202264148226, -69.012013855107938 ], [ 36.162010125479782, -69.247141622035983 ], [ 37.20003462092663, -69.168748474249057 ], [ 37.905107863116854, -69.521440124641202 ], [ 38.649403517416914, -69.776204935840184 ], [ 39.667894321457339, -69.541077168912039 ], [ 40.020430942552565, -69.109940694300946 ], [ 40.921357863129145, -68.933620707321182 ], [ 41.959434035008229, -68.600514424767667 ], [ 42.938702426939102, -68.463313497032715 ], [ 44.113876173688624, -68.267408142214236 ], [ 44.897290887233424, -68.051865743124921 ], [ 45.719928012887834, -67.816737976196777 ], [ 46.503342726432692, -67.601195577107461 ], [ 47.443440382686305, -67.718759460571491 ], [ 48.344418979695178, -67.36606781017943 ], [ 48.990736118369597, -67.091717631141904 ], [ 49.930885451055673, -67.111302998980449 ], [ 50.75347090027779, -66.876175232052404 ], [ 50.949324578663976, -66.523483581660429 ], [ 51.791547072157044, -66.249133402622903 ], [ 52.614132521378991, -66.053176371372132 ], [ 53.613037957580815, -65.89639007579855 ], [ 54.533550245996054, -65.818048604444002 ], [ 55.414943475166211, -65.876804707959906 ], [ 56.355041131419881, -65.974783223585391 ], [ 57.158092889235689, -66.249133402622903 ], [ 57.255968051996462, -66.680218200801633 ], [ 58.137361281166619, -67.013324483355149 ], [ 58.744507684163949, -67.287674662392675 ], [ 59.939318475184308, -67.40523854585669 ], [ 60.605220981697443, -67.679588724894217 ], [ 61.427806430919389, -67.95388722749945 ], [ 62.387489455011718, -68.012695007447547 ], [ 63.190489536395233, -67.816737976196777 ], [ 64.052349074159025, -67.40523854585669 ], [ 64.992446730412922, -67.620729268513728 ], [ 65.971715122343966, -67.738344828410035 ], [ 66.911864455029757, -67.85590871187415 ], [ 67.891132846960915, -67.934301859660806 ], [ 68.890038283162966, -67.934301859660806 ], [ 69.712623732384742, -68.972791442998371 ], [ 69.673452996707482, -69.227556254197253 ], [ 69.555940789675816, -69.678226420214713 ], [ 68.596257765583488, -69.932939554981303 ], [ 67.812739699174159, -70.305268249644286 ], [ 67.949888950476719, -70.697182312145827 ], [ 69.066306593710266, -70.67754526787499 ], [ 68.929157342407763, -71.069459330376532 ], [ 68.41998945503596, -71.441788025039529 ], [ 67.949888950476719, -71.853287455379615 ], [ 68.713769972615154, -72.166808370094415 ], [ 69.869306675093952, -72.264786885719801 ], [ 71.024895054004588, -72.088415222307759 ], [ 71.573285353486057, -71.696501159806047 ], [ 71.906288283174916, -71.324224141575513 ], [ 72.454626906224092, -71.010703226860628 ], [ 73.081410353492146, -70.716767679984471 ], [ 73.33602013539425, -70.364024353160204 ], [ 73.864876743469296, -69.874183451465484 ], [ 74.491556837872707, -69.776204935840184 ], [ 75.627559848944969, -69.73703420016281 ], [ 76.62646528514685, -69.619418640266503 ], [ 77.644904412755267, -69.462684021125298 ], [ 78.134538608720646, -69.070769958623757 ], [ 78.428370802732246, -68.698441263960675 ], [ 79.113858677083925, -68.326215922162447 ], [ 80.093127069014855, -68.071502787395758 ], [ 80.935349562507753, -67.875545756144987 ], [ 81.483791538421457, -67.542387797159265 ], [ 82.05176720574147, -67.36606781017943 ], [ 82.776425815770409, -67.209281514605919 ], [ 83.775331251972403, -67.30726003023122 ], [ 84.676206496116635, -67.209281514605919 ], [ 85.65552656447997, -67.091717631141904 ], [ 86.752358839874859, -67.150473734657723 ], [ 87.477017449903798, -66.876175232052404 ], [ 87.986288690140299, -66.20991099051335 ], [ 88.358410679073955, -66.484261169550862 ], [ 88.828407830768612, -66.954568379839245 ], [ 89.670630324261566, -67.150473734657723 ], [ 90.6303650247863, -67.228866882444464 ], [ 91.590099725310807, -67.111302998980449 ], [ 92.608538852919054, -67.189696146767204 ], [ 93.548636509173008, -67.209281514605919 ], [ 94.175419956441061, -67.111302998980449 ], [ 95.017590773501666, -67.17011077892866 ], [ 95.781471795640272, -67.385653178017975 ], [ 96.682398716216852, -67.248503926715486 ], [ 97.759645623773139, -67.248503926715486 ], [ 98.680209588620556, -67.111302998980449 ], [ 99.718182407635055, -67.248503926715486 ], [ 100.384188267012775, -66.915345967729678 ], [ 100.893356154384691, -66.582239685176248 ], [ 101.578895705168549, -66.30788950613865 ], [ 102.832410923272647, -65.56328379324512 ], [ 103.478676385514831, -65.700484720979972 ], [ 104.242557407653095, -65.974783223585391 ], [ 104.90845991416623, -66.327526550409658 ], [ 106.181560500108759, -66.934931335568407 ], [ 107.160880568472095, -66.954568379839245 ], [ 108.081392856887163, -66.954568379839245 ], [ 109.158639764443677, -66.837004496375215 ], [ 110.235834995567842, -66.699803568640363 ], [ 111.058472121222081, -66.425505066034958 ], [ 111.743959995573931, -66.131569519158887 ], [ 112.860377638807478, -66.092347107049321 ], [ 113.604673293107425, -65.876804707959906 ], [ 114.388088006652112, -66.072761739210677 ], [ 114.89730757045632, -66.386282653925477 ], [ 115.602380812646544, -66.699803568640363 ], [ 116.699161411609424, -66.660632832962989 ], [ 117.384700962393225, -66.915345967729678 ], [ 118.579460076981292, -67.17011077892866 ], [ 119.832923618653098, -67.268089294553945 ], [ 120.870999790532181, -67.189696146767204 ], [ 121.654414504077096, -66.876175232052404 ], [ 122.320368687022352, -66.562654317337703 ], [ 123.221295607598933, -66.484261169550862 ], [ 124.122274204607635, -66.6214620972859 ], [ 125.160247023622247, -66.719388936478907 ], [ 126.10039635630838, -66.562654317337703 ], [ 127.001426629749318, -66.562654317337703 ], [ 127.88276818248724, -66.660632832962989 ], [ 128.803280470902422, -66.758611348588474 ], [ 129.704259067911181, -66.582239685176248 ], [ 130.78145429903546, -66.425505066034958 ], [ 131.799945103075885, -66.386282653925477 ], [ 132.935896437716139, -66.386282653925477 ], [ 133.856460402563386, -66.288304138300091 ], [ 134.757387323139966, -66.209962666945643 ], [ 135.031582472880729, -65.720070088818616 ], [ 135.070753208557818, -65.30857065847843 ], [ 135.697484979393579, -65.582869161083664 ], [ 135.873804966373513, -66.033591003533417 ], [ 136.206704543197787, -66.445090433873673 ], [ 136.61804894424111, -66.778196716427018 ], [ 137.460271437733951, -66.954568379839245 ], [ 138.596222772374205, -66.895760599891133 ], [ 139.908442417561474, -66.876175232052404 ], [ 140.80942101457029, -66.817367452104378 ], [ 142.121692336190193, -66.817367452104378 ], [ 143.061841668876156, -66.797782084265663 ], [ 144.374061314063766, -66.837004496375215 ], [ 145.490427280865021, -66.915345967729678 ], [ 146.195552199487821, -67.228866882444464 ], [ 145.999698521101521, -67.601195577107461 ], [ 146.64606733620829, -67.895131123983703 ], [ 147.723262567332341, -68.130258890911676 ], [ 148.839628534133709, -68.385023702110544 ], [ 150.132314487914897, -68.561292012658186 ], [ 151.483704868779597, -68.718129984663989 ], [ 152.502247349252485, -68.874812927372986 ], [ 153.638198683892568, -68.894501648076115 ], [ 154.284567498999337, -68.561292012658186 ], [ 155.16585737530491, -68.835642191695712 ], [ 155.929790073875466, -69.14921478284279 ], [ 156.811131626613388, -69.384290873338472 ], [ 158.025527785472406, -69.482269388963942 ], [ 159.181012811518741, -69.599833272427958 ], [ 159.670698683916527, -69.991747334929499 ], [ 160.806650018556496, -70.226875101857544 ], [ 161.570479364262809, -70.579618428681812 ], [ 162.686897007496412, -70.736353047823201 ], [ 163.842433709974927, -70.716767679984471 ], [ 164.919680617531213, -70.77552378350029 ], [ 166.11443973211945, -70.755938415661745 ], [ 167.309095493842989, -70.834331563448501 ], [ 168.425616489941177, -70.971480814751061 ], [ 169.46358930895596, -71.206660258111398 ], [ 170.501665480835101, -71.402617289362269 ], [ 171.206790399457617, -71.696501159806047 ], [ 171.089226515993772, -72.088415222307759 ], [ 170.560421584350735, -72.441158549132112 ], [ 170.109958124062445, -72.891828715149387 ], [ 169.757369826535154, -73.244520365541547 ], [ 169.287320998408376, -73.656019795881633 ], [ 167.975101353220765, -73.81280609145513 ], [ 167.387488641629801, -74.16549774184719 ], [ 166.094802687848443, -74.381040140936605 ], [ 165.644390903992445, -74.772954203438147 ], [ 164.958851353208587, -75.145282898101229 ], [ 164.234192743179705, -75.458803812815944 ], [ 163.822796665703919, -75.870303243156201 ], [ 163.568238560234278, -76.242580261386735 ], [ 163.470260044608978, -76.693302103836558 ], [ 163.489897088879758, -77.065579122067263 ], [ 164.057872756199771, -77.457441508136426 ], [ 164.273363478856965, -77.829770202799324 ], [ 164.743463983416206, -78.182513529623776 ], [ 166.604125604517407, -78.319611104494058 ], [ 166.995781284857429, -78.750747579105251 ], [ 165.193875767272033, -78.907483005690708 ], [ 163.666217075859578, -79.123025404780023 ], [ 161.766384719081117, -79.162247816889675 ], [ 160.92416222558839, -79.73048186637098 ], [ 160.747893915040748, -80.200737400227155 ], [ 160.31696414615871, -80.573066094889967 ], [ 159.78821089094842, -80.945394789553049 ], [ 161.120015903974405, -81.278501072106479 ], [ 161.629287144210906, -81.690000502446566 ], [ 162.490991652678048, -82.06227752067727 ], [ 163.70533613510483, -82.395435479662908 ], [ 165.095948928078855, -82.708956394377793 ], [ 166.604125604517407, -83.022477309092579 ], [ 168.895665318068012, -83.335998223807366 ], [ 169.404781529007579, -83.825890801934392 ], [ 172.283933954149376, -84.041433201023708 ], [ 172.477048781624177, -84.117914320815686 ], [ 173.224083286835395, -84.413710219254412 ], [ 175.985671828513063, -84.158997084487638 ], [ 178.277211542064066, -84.472517999202438 ], [ 180.000000000000142, -84.71338 ], [ 180.000000000000142, -90.0 ], [ -180.0, -90.0 ], [ -180.0, -84.71338 ], [ -179.942499356178956, -84.721443373552489 ], [ -179.058677334691197, -84.139411716649093 ], [ -177.256771817105744, -84.452932631363893 ], [ -177.140806673265786, -84.417941227148319 ], [ -176.084672818077593, -84.099259128758419 ], [ -175.947234613627757, -84.110448710216616 ], [ -175.82988216866255, -84.117914320815686 ], [ -174.382502814815695, -84.534323012223567 ], [ -173.116559414745467, -84.117914320815686 ], [ -172.889105598012804, -84.061018568862352 ], [ -169.951222907571434, -83.884646905450126 ], [ -168.999988980158662, -84.117914320815686 ], [ -168.530198534193232, -84.237390232274478 ], [ -167.022099372403346, -84.570496514827909 ], [ -164.182143521155069, -84.825209649594598 ], [ -161.929774543281383, -85.138730564309384 ], [ -158.071379564424944, -85.373910007669721 ], [ -155.192252977499322, -85.09955982863211 ], [ -150.942098965438021, -85.295516859882881 ], [ -148.533072883071526, -85.609037774597681 ], [ -145.888918226332976, -85.31510222772161 ], [ -143.107718478600447, -85.040752048683913 ], [ -142.892279432375631, -84.570496514827909 ], [ -146.829068366463304, -84.531274102718342 ], [ -150.060731574483952, -84.296146335790382 ], [ -150.902928229760732, -83.904232273288841 ], [ -153.586201138300197, -83.688689874199355 ], [ -153.409906989536466, -83.23801970818208 ], [ -153.037759162386408, -82.826520277841809 ], [ -152.665637173452751, -82.454191583178812 ], [ -152.861516690055055, -82.042692152838555 ], [ -154.526298794553895, -81.768393650233321 ], [ -155.290179816692387, -81.415650323409054 ], [ -156.837449714159504, -81.102129408694253 ], [ -154.408786587522229, -81.160937188642464 ], [ -152.097661506132823, -81.004150893068783 ], [ -150.648292609642624, -81.337308852054591 ], [ -148.865998298112061, -81.043373305178349 ], [ -147.220749885019501, -80.671044610515438 ], [ -146.417748996191847, -80.337938327962007 ], [ -146.770286424731211, -79.926438897621921 ], [ -148.062946540296366, -79.652088718584224 ], [ -149.53190080462511, -79.358204848140446 ], [ -151.588416104112412, -79.299397068192249 ], [ -153.390321621697808, -79.162247816889675 ], [ -155.329376390585765, -79.064269301264204 ], [ -155.97566769104418, -78.691939799157055 ], [ -157.268301968393075, -78.378418884442254 ], [ -158.051768358370111, -78.025675557617902 ], [ -158.365134243787963, -76.889207458654951 ], [ -157.875474209606381, -76.987237650712629 ], [ -156.974573127245975, -77.300758565427515 ], [ -155.329376390585765, -77.202728373369752 ], [ -153.742832404576745, -77.065579122067263 ], [ -152.920246955354799, -77.496663920245993 ], [ -151.333780483994303, -77.398737081052815 ], [ -150.001949632751973, -77.183143005531207 ], [ -148.748486091080338, -76.908844502925973 ], [ -147.612483080008076, -76.575738220372529 ], [ -146.104408948990027, -76.477759704747058 ], [ -146.143528008235023, -76.105431010084246 ], [ -146.496091274990476, -75.733153991853541 ], [ -146.202309949967002, -75.380410665029189 ], [ -144.909623996185758, -75.204039001616962 ], [ -144.322037122811082, -75.53719696060277 ], [ -142.794352593182623, -75.341239929352 ], [ -141.638764214271617, -75.086475118152947 ], [ -140.209006523836166, -75.066889750314402 ], [ -138.857590304755377, -74.968911234688917 ], [ -137.506199923890449, -74.733783467760958 ], [ -136.428901339901927, -74.518241068671642 ], [ -135.214582695691291, -74.302698669582156 ], [ -134.431193820362637, -74.361454773097961 ], [ -133.745654269578552, -74.439847920884887 ], [ -132.257167928732059, -74.302698669582156 ], [ -130.925311239273611, -74.47901865656199 ], [ -129.55428381413779, -74.459433288723446 ], [ -128.24203833073426, -74.322284037420701 ], [ -126.890622111653258, -74.420262553046172 ], [ -125.402082479485799, -74.518241068671642 ], [ -124.011495524727621, -74.47901865656199 ], [ -122.562152466453611, -74.498604024400635 ], [ -121.073612834286237, -74.518241068671642 ], [ -119.702559570934241, -74.47901865656199 ], [ -118.684145474097946, -74.185083109685834 ], [ -117.469800991671221, -74.02834849054463 ], [ -116.216311611783411, -74.243890889633946 ], [ -115.021552497195415, -74.067519226221904 ], [ -113.944331427855076, -73.714827575829844 ], [ -113.297988450964482, -74.02834849054463 ], [ -112.94545182986937, -74.381040140936605 ], [ -112.299083014762601, -74.714198099922413 ], [ -111.261058519315625, -74.420262553046172 ], [ -110.066325242943734, -74.792539571276876 ], [ -108.714909023862745, -74.910103454740891 ], [ -107.559346483168127, -75.184453633778418 ], [ -106.149148322355032, -75.125697530262499 ], [ -104.876073574628677, -74.949325866850458 ], [ -103.367948574622659, -74.988496602527647 ], [ -102.016506517325666, -75.125697530262499 ], [ -100.645530768622308, -75.302017517242433 ], [ -100.116699998763281, -74.870932719063532 ], [ -100.76304297565396, -74.537826436510187 ], [ -101.252703009835543, -74.185083109685834 ], [ -102.545337287184523, -74.106741638331386 ], [ -103.113312954504551, -73.734412943668389 ], [ -103.328752000729295, -73.362084249005562 ], [ -103.681288621824407, -72.617530212544153 ], [ -102.917485114334369, -72.754679463846827 ], [ -101.60523963093074, -72.813435567362632 ], [ -100.312527838933462, -72.754679463846827 ], [ -99.137379930400115, -72.911414082988117 ], [ -98.118889126359505, -73.205349629864173 ], [ -97.688036872126105, -73.558041280256333 ], [ -96.336594814828942, -73.616849060204359 ], [ -95.043960537479848, -73.47969980890187 ], [ -93.672907274128107, -73.283742777650929 ], [ -92.439003262078955, -73.166178894187084 ], [ -91.420564134470709, -73.401306661115129 ], [ -90.088733283228436, -73.322913513328203 ], [ -89.226951260112941, -72.558722432595957 ], [ -88.423951178729538, -73.009392598613402 ], [ -87.268336961602614, -73.185764262025629 ], [ -86.01482174349843, -73.087785746400158 ], [ -85.192236294276569, -73.47969980890187 ], [ -83.879990810872755, -73.518870544578974 ], [ -82.665646328446059, -73.636434428043088 ], [ -81.470913052074138, -73.851976827132404 ], [ -80.687446662096988, -73.47969980890187 ], [ -80.295790981756994, -73.126956482077432 ], [ -79.296885545555, -73.518870544578974 ], [ -77.925858120419292, -73.420892028953588 ], [ -76.907367316378753, -73.636434428043088 ], [ -76.221879442027074, -73.969540710596419 ], [ -74.890048590784801, -73.871613871403412 ], [ -73.852024095337924, -73.656019795881633 ], [ -72.833533291297414, -73.401306661115129 ], [ -71.619214647086864, -73.264157409812384 ], [ -70.209042324489985, -73.146541849916076 ], [ -68.935915900331253, -73.009392598613402 ], [ -67.956621670184091, -72.793850199524087 ], [ -67.36906063502559, -72.480329284809301 ], [ -67.134036220962031, -72.049244486630386 ], [ -67.251548427993697, -71.637745056290299 ], [ -67.564940151627894, -71.245830993788758 ], [ -67.917476772723006, -70.853916931287046 ], [ -68.230842658140915, -70.462054545217796 ], [ -68.485452440043019, -70.109311218393515 ], [ -68.544208543558938, -69.717397155891973 ], [ -68.446281704365759, -69.325534769822724 ], [ -67.976232876238925, -68.953206075159727 ], [ -67.58449968125035, -68.54170664481947 ], [ -67.427842576757513, -68.149844258750221 ], [ -67.623670416927695, -67.718759460571491 ], [ -67.741182623959332, -67.326845398069949 ], [ -67.251548427993697, -66.876175232052404 ], [ -66.703183966728574, -66.582239685176248 ], [ -66.05681515162189, -66.209962666945643 ], [ -65.371327277270126, -65.89639007579855 ], [ -64.568275519454403, -65.602506205354686 ], [ -64.176542324465828, -65.171423022064445 ], [ -63.62815202498453, -64.897072843026749 ], [ -63.001394415932594, -64.642308031827866 ], [ -62.041685553623978, -64.583551928311948 ], [ -61.414927944572014, -64.270031013597162 ], [ -60.709854702381705, -64.074073982346391 ], [ -59.887269253159587, -63.956510098882369 ], [ -59.16258480491453, -63.701745287683579 ], [ -58.594557461162282, -63.388224372968608 ], [ -57.811142747617509, -63.270660489504586 ], [ -57.223581712458866, -63.525425300703645 ], [ -57.595729539608868, -63.858531583257076 ], [ -58.61414282900094, -64.152467130133147 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 3, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "France", "sov_a3": "FR1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Dependency", "admin": "French Southern and Antarctic Lands", "adm0_a3": "ATF", "geou_dif": 0.000000, "geounit": "French Southern and Antarctic Lands", "gu_a3": "ATF", "su_dif": 0.000000, "subunit": "French Southern and Antarctic Lands", "su_a3": "ATF", "brk_diff": 0.000000, "name": "Fr. S. Antarctic Lands", "name_long": "French Southern and Antarctic Lands", "brk_a3": "ATF", "brk_name": "Fr. S. and Antarctic Lands", "brk_group": null, "abbrev": "Fr. S.A.L.", "postal": "TF", "formal_en": "Territory of the French Southern and Antarctic Lands", "formal_fr": null, "note_adm0": "Fr.", "note_brk": null, "name_sort": "French Southern and Antarctic Lands", "name_alt": null, "mapcolor7": 7.000000, "mapcolor8": 5.000000, "mapcolor9": 9.000000, "mapcolor13": 11.000000, "pop_est": 140.000000, "gdp_md_est": 16.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TF", "iso_a3": "ATF", "iso_n3": "260", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "ATF", "adm0_a3_us": "ATF", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Seven seas (open ocean)", "region_un": "Seven seas (open ocean)", "subregion": "Seven seas (open ocean)", "region_wb": "Sub-Saharan Africa", "name_len": 22.000000, "long_len": 35.000000, "abbrev_len": 10.000000, "tiny": 2.000000, "homepart": -99.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 70.28, -49.71 ], [ 68.745, -49.775 ], [ 68.72, -49.2425 ], [ 68.8675, -48.83 ], [ 68.935, -48.625 ], [ 69.58, -48.94 ], [ 70.525, -49.065 ], [ 70.56, -49.255 ], [ 70.28, -49.71 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Australia", "sov_a3": "AU1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "Australia", "adm0_a3": "AUS", "geou_dif": 0.000000, "geounit": "Australia", "gu_a3": "AUS", "su_dif": 0.000000, "subunit": "Australia", "su_a3": "AUS", "brk_diff": 0.000000, "name": "Australia", "name_long": "Australia", "brk_a3": "AUS", "brk_name": "Australia", "brk_group": null, "abbrev": "Auz.", "postal": "AU", "formal_en": "Commonwealth of Australia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Australia", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 7.000000, "pop_est": 21262641.000000, "gdp_md_est": 800200.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AU", "iso_a3": "AUS", "iso_n3": "036", "un_a3": "036", "wb_a2": "AU", "wb_a3": "AUS", "woe_id": -99.000000, "adm0_a3_is": "AUS", "adm0_a3_us": "AUS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Australia and New Zealand", "region_wb": "East Asia & Pacific", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 145.397978143494896, -40.792548516605905 ], [ 146.364120721623777, -41.137695407883342 ], [ 146.908583612250851, -41.000546156580683 ], [ 147.689259474884153, -40.808258152022688 ], [ 148.289067824496072, -40.87543751400213 ], [ 148.359864536735842, -42.062445163746446 ], [ 148.017301467073111, -42.407023614268624 ], [ 147.914051955353813, -43.211522312188507 ], [ 147.564564243764011, -42.937688897473876 ], [ 146.870343052354968, -43.634597263362096 ], [ 146.663327264593676, -43.580853773778557 ], [ 146.048377720320474, -43.549744561538887 ], [ 145.431929559510564, -42.693776137056275 ], [ 145.295090366801702, -42.033609714527572 ], [ 144.718071323830685, -41.162551771815714 ], [ 144.743754510679679, -40.703975111657712 ], [ 145.397978143494896, -40.792548516605905 ] ] ], [ [ [ 143.561811151299963, -13.763655694232213 ], [ 143.922099237238939, -14.548310642152003 ], [ 144.563713820574861, -14.171176039285882 ], [ 144.8949080751336, -14.594457696188641 ], [ 145.374723748963476, -14.984976495018287 ], [ 145.271991001567272, -15.428205254785695 ], [ 145.485259637635778, -16.285672295804773 ], [ 145.637033319276981, -16.784918308176614 ], [ 145.8889042502677, -16.90692636481765 ], [ 146.160308872664501, -17.761654554925244 ], [ 146.06367394427869, -18.280072523677319 ], [ 146.387478469019612, -18.958274021075908 ], [ 147.471081577747924, -19.480722751546693 ], [ 148.177601760042506, -19.955939222902771 ], [ 148.848413527623251, -20.391209812097259 ], [ 148.717465448195611, -20.633468926681516 ], [ 149.289420200802141, -21.260510756111103 ], [ 149.678337030230665, -22.342511895438392 ], [ 150.077382440388618, -22.122783705333319 ], [ 150.482939081015189, -22.556142266533016 ], [ 150.727265252891215, -22.402404880464658 ], [ 150.899554478152339, -23.462236830338682 ], [ 151.60917524638424, -24.076256198830762 ], [ 152.073539666959078, -24.457886651306197 ], [ 152.855197381805937, -25.267501316023029 ], [ 153.13616214417678, -26.07117319102619 ], [ 153.161948683890415, -26.641319268502443 ], [ 153.092908970348589, -27.260299574494525 ], [ 153.569469028944269, -28.110066827102116 ], [ 153.512108189100246, -28.995077406532758 ], [ 153.339095493787084, -29.458201592732451 ], [ 153.069241164358942, -30.350240166954819 ], [ 153.089601678681817, -30.923641859665452 ], [ 152.891577590139406, -31.640445651985956 ], [ 152.450002476205356, -32.550002536755244 ], [ 151.709117466436879, -33.041342054986345 ], [ 151.343971795862416, -33.816023451473853 ], [ 151.01055545471516, -34.310360202777886 ], [ 150.714139439089053, -35.17345997491681 ], [ 150.328219842733262, -35.67187916437193 ], [ 150.075212030232279, -36.420205580390515 ], [ 149.946124302367167, -37.109052422841245 ], [ 149.997283970336156, -37.425260512035138 ], [ 149.423882277625609, -37.772681166333484 ], [ 148.304622430615922, -37.809061374666882 ], [ 147.381733026315288, -38.21921721776755 ], [ 146.922122837511353, -38.606532077795123 ], [ 146.317921991154861, -39.035756524411454 ], [ 145.489652134380577, -38.593767999019065 ], [ 144.876976353128185, -38.417448012039131 ], [ 145.032212355733037, -37.896187839510986 ], [ 144.485682407814039, -38.085323581699271 ], [ 143.609973586196105, -38.809465427405328 ], [ 142.745426873952994, -38.538267510737526 ], [ 142.178329705982065, -38.380034275059856 ], [ 141.606581659104762, -38.308514092767879 ], [ 140.63857872941324, -38.019332777662569 ], [ 139.992158237874349, -37.402936293285109 ], [ 139.806588169514072, -36.643602797188279 ], [ 139.574147577065304, -36.138362318670673 ], [ 139.082808058834104, -35.732754001611781 ], [ 138.120747918856324, -35.612296237939404 ], [ 138.449461704665026, -35.127261244447894 ], [ 138.207564325106688, -34.384722588845932 ], [ 137.719170363516156, -35.076825046531027 ], [ 136.829405552314739, -35.260534763328621 ], [ 137.352371047108505, -34.7073385556441 ], [ 137.503886346588359, -34.130267836240776 ], [ 137.890116001537677, -33.640478610978349 ], [ 137.81032759007914, -32.900007012668112 ], [ 136.996837192940376, -33.752771498348636 ], [ 136.37206912653167, -34.094766127256193 ], [ 135.989043410384369, -34.890118096660501 ], [ 135.208212518454189, -34.478670342752608 ], [ 135.239218377829189, -33.947953383114978 ], [ 134.613416782774635, -33.222778008763143 ], [ 134.085903761939193, -32.84807219821478 ], [ 134.273902622617044, -32.617233575166978 ], [ 132.990776808809841, -32.011224053680195 ], [ 132.288080682504898, -31.982646986622768 ], [ 131.326330601120929, -31.495803318001066 ], [ 129.535793898639696, -31.590422865527486 ], [ 128.240937534702226, -31.948488864877874 ], [ 127.102867466338324, -32.282266941051049 ], [ 126.148713820501172, -32.215966078420607 ], [ 125.088623488465686, -32.728751316052836 ], [ 124.221647983904944, -32.959486586236068 ], [ 124.028946567888539, -33.483847344701715 ], [ 123.659666782730739, -33.890179131812744 ], [ 122.811036411633694, -33.914467054989842 ], [ 122.183064406422915, -34.003402194964224 ], [ 121.299190708502607, -33.821036065406147 ], [ 120.580268182458184, -33.93017669040664 ], [ 119.89369510302825, -33.976065362281815 ], [ 119.29889936734881, -34.509366143533967 ], [ 119.00734093635802, -34.46414926527855 ], [ 118.505717808100798, -34.7468193499151 ], [ 118.024971958489544, -35.064732761374714 ], [ 117.295507440257467, -35.025458672832869 ], [ 116.625109084134948, -35.02509693780685 ], [ 115.564346958479717, -34.386427911111554 ], [ 115.026808709779601, -34.19651702243894 ], [ 115.048616164206834, -33.623425388322033 ], [ 115.545123325667106, -33.487257989232958 ], [ 115.714673700016675, -33.259571628554951 ], [ 115.679378696761404, -32.900368747694131 ], [ 115.801645135563973, -32.205062351207033 ], [ 115.689610630355133, -31.612437025683789 ], [ 115.160909051576965, -30.601594333622458 ], [ 114.997043084779449, -30.030724786094169 ], [ 115.040037876446348, -29.461095472940798 ], [ 114.641974318502008, -28.810230808224716 ], [ 114.616497837382241, -28.516398614213045 ], [ 114.173579136208474, -28.118076674107328 ], [ 114.048883905088161, -27.334765313427141 ], [ 113.477497593236961, -26.543134047147902 ], [ 113.338953078262506, -26.116545098578484 ], [ 113.778357782040274, -26.549025160429181 ], [ 113.440962355606615, -25.621278171493159 ], [ 113.936901076311671, -25.911234633082898 ], [ 114.232852004047373, -26.298446140245886 ], [ 114.216160516417091, -25.786281019801123 ], [ 113.721255324357713, -24.998938897402127 ], [ 113.625343866024053, -24.683971042583153 ], [ 113.393523390762681, -24.384764499613269 ], [ 113.502043898575693, -23.806350192970257 ], [ 113.706992629045175, -23.560215345964068 ], [ 113.843418410295698, -23.059987481378741 ], [ 113.7365515483161, -22.475475355725379 ], [ 114.149756300921894, -21.755881036061012 ], [ 114.225307244932679, -22.517488295178637 ], [ 114.647762078918703, -21.829519952076922 ], [ 115.460167270979326, -21.495173435148558 ], [ 115.947372674627019, -21.068687839443712 ], [ 116.711615431791557, -20.701681817306834 ], [ 117.166316359527713, -20.623598728113819 ], [ 117.441545037914267, -20.746898695562166 ], [ 118.22955895393298, -20.374208265873236 ], [ 118.836085239742744, -20.263310642174844 ], [ 118.987807244951767, -20.044202569257322 ], [ 119.252493931150724, -19.952941989829839 ], [ 119.805225050944586, -19.976506442954985 ], [ 120.856220330896662, -19.683707777589191 ], [ 121.399856398607227, -19.239755547769732 ], [ 121.655137974129076, -18.705317885007133 ], [ 122.241665480641785, -18.197648614171769 ], [ 122.286623976735683, -17.798603204013915 ], [ 122.312772251475423, -17.254967136303463 ], [ 123.012574497571933, -16.405199883695872 ], [ 123.433789097183052, -17.268558037996229 ], [ 123.859344517106678, -17.069035332917267 ], [ 123.503242222183275, -16.596506036040367 ], [ 123.817073195491986, -16.111316013251994 ], [ 124.258286574399875, -16.327943617419564 ], [ 124.379726190285822, -15.567059828353976 ], [ 124.926152785340065, -15.075100192935324 ], [ 125.167275018413903, -14.680395603090005 ], [ 125.670086704613908, -14.510070082256021 ], [ 125.685796340030521, -14.230655612853838 ], [ 126.12514936737611, -14.347340996968953 ], [ 126.142822707219892, -14.095986830301229 ], [ 126.582589146023764, -13.952791436420412 ], [ 127.065867140817346, -13.817967624570926 ], [ 127.804633416861947, -14.276906019755046 ], [ 128.359689976108967, -14.869169610252271 ], [ 128.985543247595928, -14.875990899314758 ], [ 129.621473423379626, -14.969783623924556 ], [ 129.409600050983016, -14.420669854391036 ], [ 129.888640578328619, -13.618703301653497 ], [ 130.339465773642956, -13.357375583553477 ], [ 130.183506300986011, -13.107520033422304 ], [ 130.617795037966999, -12.536392103732481 ], [ 131.223494500860028, -12.183648776908115 ], [ 131.735091180549517, -12.302452894747162 ], [ 132.575298293183124, -12.114040622611014 ], [ 132.55721154188106, -11.603012383676699 ], [ 131.824698114143672, -11.273781833545101 ], [ 132.357223748911423, -11.128519382372644 ], [ 133.019560581596437, -11.376411228076847 ], [ 133.550845981989056, -11.786515394745138 ], [ 134.393068475482011, -12.042365411022175 ], [ 134.678632440327107, -11.941182956594702 ], [ 135.298491245668089, -12.248606052299053 ], [ 135.882693312727639, -11.962266940969798 ], [ 136.258380975489473, -12.049341729381609 ], [ 136.492475213771655, -11.857208754120393 ], [ 136.951620314685016, -12.351958916882751 ], [ 136.685124953355768, -12.887223402562057 ], [ 136.305406528875125, -13.291229750219898 ], [ 135.961758254134139, -13.324509372615893 ], [ 136.077616815332618, -13.724278252825783 ], [ 135.783836297753254, -14.223989353088214 ], [ 135.428664178611228, -14.7154322241839 ], [ 135.500184360903205, -14.997740573794445 ], [ 136.295174595281395, -15.550264987859123 ], [ 137.065360142159506, -15.870762220933358 ], [ 137.580470819244823, -16.215082289294088 ], [ 138.303217401278999, -16.807604261952676 ], [ 138.585164015863398, -16.806622409739177 ], [ 139.108542922115504, -17.062679131745369 ], [ 139.260574985918225, -17.371600843986187 ], [ 140.215245396078359, -17.710804945550066 ], [ 140.87546349503927, -17.369068698803943 ], [ 141.071110467696286, -16.832047214426723 ], [ 141.274095493738827, -16.388870131091608 ], [ 141.398222284103866, -15.840531508042588 ], [ 141.702183058844668, -15.044921156476931 ], [ 141.563380161708693, -14.56133310308951 ], [ 141.635520461188122, -14.270394789286286 ], [ 141.519868605718983, -13.698078301653823 ], [ 141.650920038011037, -12.944687595270565 ], [ 141.842691278246235, -12.741547539931204 ], [ 141.686990187750865, -12.407614434461152 ], [ 141.928629185147571, -11.877465915578796 ], [ 142.118488397388006, -11.328042087451621 ], [ 142.143706496346368, -11.042736504768143 ], [ 142.515260044524979, -10.668185723516643 ], [ 142.797310011974076, -11.157354831591533 ], [ 142.866763136974299, -11.784706719614931 ], [ 143.115946893485699, -11.905629571177911 ], [ 143.158631626558787, -12.325655612846205 ], [ 143.522123651299893, -12.834358412327433 ], [ 143.597157830987754, -13.400422051652598 ], [ 143.561811151299963, -13.763655694232213 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Austria", "sov_a3": "AUT", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Austria", "adm0_a3": "AUT", "geou_dif": 0.000000, "geounit": "Austria", "gu_a3": "AUT", "su_dif": 0.000000, "subunit": "Austria", "su_a3": "AUT", "brk_diff": 0.000000, "name": "Austria", "name_long": "Austria", "brk_a3": "AUT", "brk_name": "Austria", "brk_group": null, "abbrev": "Aust.", "postal": "A", "formal_en": "Republic of Austria", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Austria", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 4.000000, "pop_est": 8210281.000000, "gdp_md_est": 329500.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AT", "iso_a3": "AUT", "iso_n3": "040", "un_a3": "040", "wb_a2": "AT", "wb_a3": "AUT", "woe_id": -99.000000, "adm0_a3_is": "AUT", "adm0_a3_us": "AUT", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 16.960288120194633, 48.596982326850565 ], [ 16.879982944413001, 48.470013332709527 ], [ 16.979666782304008, 48.123497015976284 ], [ 16.903754103267318, 47.71486562762837 ], [ 16.340584344150415, 47.712901923201201 ], [ 16.534267612380376, 47.49617096616916 ], [ 16.202298211337393, 46.852385972677013 ], [ 16.011663852612656, 46.683610744811688 ], [ 15.137091912504985, 46.658702704447023 ], [ 14.632471551174831, 46.431817328469549 ], [ 13.806475457421556, 46.509306138691187 ], [ 12.376485223040845, 46.767559109069879 ], [ 12.153088006243081, 47.115393174826437 ], [ 11.164827915093326, 46.941579494812743 ], [ 11.048555942436593, 46.751358547546403 ], [ 10.442701450246688, 46.893546250997446 ], [ 9.932448357796716, 46.920728054382977 ], [ 9.479969516649049, 47.102809963563345 ], [ 9.632931756233006, 47.347601223330031 ], [ 9.594226108446406, 47.525058091820227 ], [ 9.896068149463218, 47.580196845075761 ], [ 10.402083774465325, 47.302487697939199 ], [ 10.544504021861627, 47.566399237653826 ], [ 11.426414015354851, 47.523766181013116 ], [ 12.141357456112871, 47.703083401065783 ], [ 12.62075971848455, 47.672387600284424 ], [ 12.932626987366092, 47.467645575544026 ], [ 13.025851271220546, 47.637583523135959 ], [ 12.884102817443903, 48.289145819687917 ], [ 13.243357374737116, 48.41611481382904 ], [ 13.59594567226452, 48.877171942737164 ], [ 14.338897739324779, 48.555305284207236 ], [ 14.90144738125403, 48.964401760445838 ], [ 15.253415561593982, 49.039074205107624 ], [ 16.02964725105025, 48.73389903420798 ], [ 16.499282667718774, 48.785808010445123 ], [ 16.960288120194633, 48.596982326850565 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Azerbaijan", "sov_a3": "AZE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Azerbaijan", "adm0_a3": "AZE", "geou_dif": 0.000000, "geounit": "Azerbaijan", "gu_a3": "AZE", "su_dif": 0.000000, "subunit": "Azerbaijan", "su_a3": "AZE", "brk_diff": 0.000000, "name": "Azerbaijan", "name_long": "Azerbaijan", "brk_a3": "AZE", "brk_name": "Azerbaijan", "brk_group": null, "abbrev": "Aze.", "postal": "AZ", "formal_en": "Republic of Azerbaijan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Azerbaijan", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 6.000000, "mapcolor9": 5.000000, "mapcolor13": 8.000000, "pop_est": 8238672.000000, "gdp_md_est": 77610.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "AZ", "iso_a3": "AZE", "iso_n3": "031", "un_a3": "031", "wb_a2": "AZ", "wb_a3": "AZE", "woe_id": -99.000000, "adm0_a3_is": "AZE", "adm0_a3_us": "AZE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 45.001987339056797, 39.740003567049598 ], [ 45.298144972521442, 39.471751207022436 ], [ 45.739978468617068, 39.473999131827128 ], [ 45.735379266143099, 39.3197191432198 ], [ 46.143623081248819, 38.741201483712217 ], [ 45.4577217954388, 38.874139105783087 ], [ 44.952688022650392, 39.335764675446427 ], [ 44.793989699082005, 39.713002631177119 ], [ 45.001987339056797, 39.740003567049598 ] ] ], [ [ [ 47.37331546406628, 41.219732367511227 ], [ 47.815665724484717, 41.151416124021353 ], [ 47.987283156126097, 41.405819200194315 ], [ 48.58435265482629, 41.808869533854676 ], [ 48.584353396113414, 41.808868791620654 ], [ 49.110263706260668, 41.282286688800525 ], [ 49.618914829309603, 40.572924302729973 ], [ 50.0848295428531, 40.526157131505784 ], [ 50.392821079312711, 40.256561184239104 ], [ 49.569202101444802, 40.176100979160708 ], [ 49.39525923035049, 39.399481716462248 ], [ 49.223228387250714, 39.049218858387917 ], [ 48.856532423707648, 38.815486355131753 ], [ 48.883249139202604, 38.320245266262617 ], [ 48.634375441284845, 38.270377509100939 ], [ 48.010744256386573, 38.794014797514535 ], [ 48.355529412637992, 39.288764960276978 ], [ 48.06009524922527, 39.582235419262446 ], [ 47.685079380083181, 39.508363959301192 ], [ 46.505719842317973, 38.770605373686351 ], [ 46.483498976432458, 39.464154771475535 ], [ 46.034534132680704, 39.628020738273051 ], [ 45.610012241402927, 39.899993801425182 ], [ 45.891907179555147, 40.218475653639985 ], [ 45.35917483905817, 40.561503811193489 ], [ 45.560351189970476, 40.812289537105954 ], [ 45.179495883979456, 40.985353908851437 ], [ 44.97248009621805, 41.24812856705563 ], [ 45.217426385281641, 41.411451931314048 ], [ 45.962600538930502, 41.123872585609774 ], [ 46.501637404166985, 41.064444688474111 ], [ 46.637908156120574, 41.181672675128226 ], [ 46.145431756378997, 41.722802435872637 ], [ 46.404950799348939, 41.86067515722732 ], [ 46.686070591016716, 41.827137152669906 ], [ 47.37331546406628, 41.219732367511227 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Burundi", "sov_a3": "BDI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Burundi", "adm0_a3": "BDI", "geou_dif": 0.000000, "geounit": "Burundi", "gu_a3": "BDI", "su_dif": 0.000000, "subunit": "Burundi", "su_a3": "BDI", "brk_diff": 0.000000, "name": "Burundi", "name_long": "Burundi", "brk_a3": "BDI", "brk_name": "Burundi", "brk_group": null, "abbrev": "Bur.", "postal": "BI", "formal_en": "Republic of Burundi", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Burundi", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 8.000000, "pop_est": 8988091.000000, "gdp_md_est": 3102.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BI", "iso_a3": "BDI", "iso_n3": "108", "un_a3": "108", "wb_a2": "BI", "wb_a3": "BDI", "woe_id": -99.000000, "adm0_a3_is": "BDI", "adm0_a3_us": "BDI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.527677036264464, -2.807631931167535 ], [ 30.743012729624724, -3.034284763199665 ], [ 30.752262811004954, -3.359329522315591 ], [ 30.505559523243591, -3.568567396665401 ], [ 30.116332635221141, -4.090137627787271 ], [ 29.753512404099951, -4.452389418153231 ], [ 29.647690698912669, -4.46456909704321 ], [ 29.652588331833925, -4.420143324403099 ], [ 29.285521356576197, -3.467147604356228 ], [ 29.27638390474911, -3.293907159034063 ], [ 29.024926385216787, -2.839257907730186 ], [ 29.632176141078588, -2.917857761246097 ], [ 29.938359002407964, -2.348486830254259 ], [ 30.469673645761276, -2.413854757101319 ], [ 30.469696079232989, -2.413857517103409 ], [ 30.527677036264464, -2.807631931167535 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Belgium", "sov_a3": "BEL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Belgium", "adm0_a3": "BEL", "geou_dif": 0.000000, "geounit": "Belgium", "gu_a3": "BEL", "su_dif": 0.000000, "subunit": "Belgium", "su_a3": "BEL", "brk_diff": 0.000000, "name": "Belgium", "name_long": "Belgium", "brk_a3": "BEL", "brk_name": "Belgium", "brk_group": null, "abbrev": "Belg.", "postal": "B", "formal_en": "Kingdom of Belgium", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Belgium", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 1.000000, "mapcolor13": 8.000000, "pop_est": 10414336.000000, "gdp_md_est": 389300.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BE", "iso_a3": "BEL", "iso_n3": "056", "un_a3": "056", "wb_a2": "BE", "wb_a3": "BEL", "woe_id": -99.000000, "adm0_a3_is": "BEL", "adm0_a3_us": "BEL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.973991326526942, 51.475023708698131 ], [ 5.606975945670001, 51.03729848896981 ], [ 6.156658155958809, 50.803721015010609 ], [ 6.043073357781111, 50.128051662794263 ], [ 5.782417433300935, 50.090327867221248 ], [ 5.674051954784858, 49.529483547557533 ], [ 4.799221632515838, 49.985373033236414 ], [ 4.286022983425113, 49.907496649772554 ], [ 3.588184441755686, 50.378992418003577 ], [ 3.123251580425801, 50.780363267614604 ], [ 2.658422071960302, 50.796848049515745 ], [ 2.513573032246171, 51.148506171261857 ], [ 3.314971144228537, 51.345780951536113 ], [ 3.315011484964174, 51.345776624738079 ], [ 4.047071160507528, 51.267258612668599 ], [ 4.973991326526942, 51.475023708698131 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Benin", "sov_a3": "BEN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Benin", "adm0_a3": "BEN", "geou_dif": 0.000000, "geounit": "Benin", "gu_a3": "BEN", "su_dif": 0.000000, "subunit": "Benin", "su_a3": "BEN", "brk_diff": 0.000000, "name": "Benin", "name_long": "Benin", "brk_a3": "BEN", "brk_name": "Benin", "brk_group": null, "abbrev": "Benin", "postal": "BJ", "formal_en": "Republic of Benin", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Benin", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 12.000000, "pop_est": 8791832.000000, "gdp_md_est": 12830.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BJ", "iso_a3": "BEN", "iso_n3": "204", "un_a3": "204", "wb_a2": "BJ", "wb_a3": "BEN", "woe_id": -99.000000, "adm0_a3_is": "BEN", "adm0_a3_us": "BEN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 3.611180454125588, 11.660167141155938 ], [ 3.572216424177469, 11.327939357951507 ], [ 3.79711225751177, 10.734745591673089 ], [ 3.600070021182859, 10.332186184119422 ], [ 3.705438266625976, 10.063210354040208 ], [ 3.220351596702102, 9.444152533399745 ], [ 2.912308383810284, 9.137607937044294 ], [ 2.723792758809566, 8.506845404489738 ], [ 2.74906253420022, 7.870734361192874 ], [ 2.691701694356311, 6.258817246928672 ], [ 1.865240512712319, 6.142157701029745 ], [ 1.618950636409267, 6.832038072126238 ], [ 1.664477573258409, 9.128590399609408 ], [ 1.46304284018467, 9.33462433515713 ], [ 1.425060662450136, 9.825395412633057 ], [ 1.077795037448738, 10.175606594275081 ], [ 0.772335646171456, 10.470808213742359 ], [ 0.899563022474126, 10.997339382364316 ], [ 1.243469679376545, 11.110510769083518 ], [ 1.447178175471095, 11.547719224488873 ], [ 1.935985548519881, 11.641150214072567 ], [ 2.154473504249921, 11.940150051313395 ], [ 2.490163608418072, 12.233052069543675 ], [ 2.848643019226671, 12.235635891158296 ], [ 3.611180454125588, 11.660167141155938 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Burkina Faso", "sov_a3": "BFA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Burkina Faso", "adm0_a3": "BFA", "geou_dif": 0.000000, "geounit": "Burkina Faso", "gu_a3": "BFA", "su_dif": 0.000000, "subunit": "Burkina Faso", "su_a3": "BFA", "brk_diff": 0.000000, "name": "Burkina Faso", "name_long": "Burkina Faso", "brk_a3": "BFA", "brk_name": "Burkina Faso", "brk_group": null, "abbrev": "B.F.", "postal": "BF", "formal_en": "Burkina Faso", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Burkina Faso", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 1.000000, "mapcolor9": 5.000000, "mapcolor13": 11.000000, "pop_est": 15746232.000000, "gdp_md_est": 17820.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BF", "iso_a3": "BFA", "iso_n3": "854", "un_a3": "854", "wb_a2": "BF", "wb_a3": "BFA", "woe_id": -99.000000, "adm0_a3_is": "BFA", "adm0_a3_us": "BFA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 12.000000, "long_len": 12.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.374892205414739, 14.928908189346132 ], [ 0.295646396495187, 14.444234930880654 ], [ 0.429927605805517, 13.988733018443966 ], [ 0.993045688490213, 13.335749620003853 ], [ 1.02410322429759, 12.851825669806601 ], [ 2.177107781593861, 12.625017808477509 ], [ 2.154473504249921, 11.940150051313395 ], [ 1.935985548519881, 11.641150214072567 ], [ 1.447178175471095, 11.547719224488873 ], [ 1.243469679376545, 11.110510769083518 ], [ 0.899563022474126, 10.997339382364316 ], [ 0.023802524423729, 11.01868174890086 ], [ -0.438701544588582, 11.098340969278723 ], [ -0.761575893548212, 10.936929633015069 ], [ -1.203357713211432, 11.009819240762738 ], [ -2.940409308270461, 10.96269033451253 ], [ -2.963896246747055, 10.395334784380054 ], [ -2.827496303712707, 9.642460842319792 ], [ -3.511898972986245, 9.900326239456263 ], [ -3.980449184576713, 9.862344061721728 ], [ -4.330246954760327, 9.610834865757127 ], [ -4.77988359213191, 9.821984768101714 ], [ -4.954653286143099, 10.152713934769778 ], [ -5.404341599946974, 10.37073680260913 ], [ -5.470564947929034, 10.951269842976075 ], [ -5.197842576508634, 11.375145778850197 ], [ -5.220941941743092, 11.71385895430727 ], [ -4.427166103523746, 12.542645575404336 ], [ -4.280405035814823, 13.228443508349756 ], [ -4.006390753587226, 13.472485459848116 ], [ -3.522802700199804, 13.33766164799863 ], [ -3.103706834312732, 13.541266791228594 ], [ -2.967694464520605, 13.798150336151508 ], [ -2.191824510090356, 14.246417548067384 ], [ -2.001035122068743, 14.559008287000893 ], [ -1.066363491205635, 14.973815009007737 ], [ -0.515854458000319, 15.116157741755742 ], [ -0.26625729003058, 14.924308986872163 ], [ 0.374892205414739, 14.928908189346132 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Bangladesh", "sov_a3": "BGD", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Bangladesh", "adm0_a3": "BGD", "geou_dif": 0.000000, "geounit": "Bangladesh", "gu_a3": "BGD", "su_dif": 0.000000, "subunit": "Bangladesh", "su_a3": "BGD", "brk_diff": 0.000000, "name": "Bangladesh", "name_long": "Bangladesh", "brk_a3": "BGD", "brk_name": "Bangladesh", "brk_group": null, "abbrev": "Bang.", "postal": "BD", "formal_en": "People's Republic of Bangladesh", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Bangladesh", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 4.000000, "mapcolor9": 7.000000, "mapcolor13": 7.000000, "pop_est": 156050883.000000, "gdp_md_est": 224000.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BD", "iso_a3": "BGD", "iso_n3": "050", "un_a3": "050", "wb_a2": "BD", "wb_a3": "BGD", "woe_id": -99.000000, "adm0_a3_is": "BGD", "adm0_a3_us": "BGD", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 92.672720981825563, 22.041238918541239 ], [ 92.65225711463799, 21.324047552978527 ], [ 92.303234490938706, 21.475485337809801 ], [ 92.368553501355706, 20.670883287025362 ], [ 92.082886183646195, 21.19219513598577 ], [ 92.025215285208418, 21.701569729086771 ], [ 91.834890985077408, 22.18293569588559 ], [ 91.417087029997646, 22.765019029221179 ], [ 90.496006300827247, 22.805016587815174 ], [ 90.586956821661062, 22.392793687422852 ], [ 90.272970819055587, 21.836367702720139 ], [ 89.84746707556431, 22.039146023033396 ], [ 89.702049595095019, 21.85711579028532 ], [ 89.418862746135545, 21.966178900637345 ], [ 89.031961297566198, 22.055708319583005 ], [ 88.876311883503121, 22.879146429937862 ], [ 88.529769728553816, 23.631141872649152 ], [ 88.699940220091008, 24.233714911388574 ], [ 88.084422235062476, 24.501657212821925 ], [ 88.306372511756052, 24.866079413344266 ], [ 88.931553989623154, 25.238692328384815 ], [ 88.209789259802477, 25.768065700782728 ], [ 88.563049350949797, 26.446525580342779 ], [ 89.355094028687262, 26.014407253518101 ], [ 89.832480910199678, 25.965082098895465 ], [ 89.920692580121937, 25.269749864192192 ], [ 90.872210727912176, 25.132600612889519 ], [ 91.79959598182208, 25.147431748957331 ], [ 92.376201613334871, 24.976692816665036 ], [ 91.915092807994455, 24.130413723237069 ], [ 91.467729933643653, 24.072639471934821 ], [ 91.158963250699713, 23.503526923104431 ], [ 91.706475050832097, 22.985263983649247 ], [ 91.869927606171331, 23.624346421802755 ], [ 92.146034783906856, 23.62749868417265 ], [ 92.672720981825563, 22.041238918541239 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Bulgaria", "sov_a3": "BGR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Bulgaria", "adm0_a3": "BGR", "geou_dif": 0.000000, "geounit": "Bulgaria", "gu_a3": "BGR", "su_dif": 0.000000, "subunit": "Bulgaria", "su_a3": "BGR", "brk_diff": 0.000000, "name": "Bulgaria", "name_long": "Bulgaria", "brk_a3": "BGR", "brk_name": "Bulgaria", "brk_group": null, "abbrev": "Bulg.", "postal": "BG", "formal_en": "Republic of Bulgaria", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Bulgaria", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 5.000000, "mapcolor9": 1.000000, "mapcolor13": 8.000000, "pop_est": 7204687.000000, "gdp_md_est": 93750.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BG", "iso_a3": "BGR", "iso_n3": "100", "un_a3": "100", "wb_a2": "BG", "wb_a3": "BGR", "woe_id": -99.000000, "adm0_a3_is": "BGR", "adm0_a3_us": "BGR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.558081495892026, 43.707461656258147 ], [ 28.039095086384776, 43.293171698574184 ], [ 27.673897739378077, 42.577892361006235 ], [ 27.996720411905414, 42.007358710287775 ], [ 27.135739373490509, 42.141484890301314 ], [ 26.117041863720829, 41.826904608724647 ], [ 26.106138136507241, 41.328898830727837 ], [ 25.197201368925533, 41.234485988930658 ], [ 24.492644891058006, 41.58389618587205 ], [ 23.692073601992462, 41.309080918943863 ], [ 22.952377150166541, 41.337993882811219 ], [ 22.88137373219746, 41.999297186850356 ], [ 22.380525750424681, 42.320259507815109 ], [ 22.54501183440965, 42.461362006188097 ], [ 22.436594679461393, 42.580321153324007 ], [ 22.604801466571359, 42.898518785161144 ], [ 22.986018507588483, 43.211161200527044 ], [ 22.500156691180337, 43.642814439461034 ], [ 22.410446404721625, 44.008063462899997 ], [ 22.657149692482989, 44.234923000661297 ], [ 22.944832391051847, 43.823785305347144 ], [ 23.332302280376354, 43.897010809904742 ], [ 24.100679152124172, 43.741051337247853 ], [ 25.569271681426983, 43.688444729174677 ], [ 26.065158725699774, 43.943493760751295 ], [ 27.242399529740965, 44.175986029632412 ], [ 27.970107049275128, 43.812468166675245 ], [ 28.558081495892026, 43.707461656258147 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "The Bahamas", "sov_a3": "BHS", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "The Bahamas", "adm0_a3": "BHS", "geou_dif": 0.000000, "geounit": "The Bahamas", "gu_a3": "BHS", "su_dif": 0.000000, "subunit": "The Bahamas", "su_a3": "BHS", "brk_diff": 0.000000, "name": "Bahamas", "name_long": "Bahamas", "brk_a3": "BHS", "brk_name": "Bahamas", "brk_group": null, "abbrev": "Bhs.", "postal": "BS", "formal_en": "Commonwealth of the Bahamas", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Bahamas, The", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 1.000000, "mapcolor9": 2.000000, "mapcolor13": 5.000000, "pop_est": 309156.000000, "gdp_md_est": 9093.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BS", "iso_a3": "BHS", "iso_n3": "044", "un_a3": "044", "wb_a2": "BS", "wb_a3": "BHS", "woe_id": -99.000000, "adm0_a3_is": "BHS", "adm0_a3_us": "BHS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -77.53466, 23.75975 ], [ -77.78, 23.71 ], [ -78.03405, 24.28615 ], [ -78.40848, 24.57564 ], [ -78.19087, 25.2103 ], [ -77.89, 25.17 ], [ -77.54, 24.34 ], [ -77.53466, 23.75975 ] ] ], [ [ [ -77.82, 26.58 ], [ -78.91, 26.42 ], [ -78.98, 26.79 ], [ -78.51, 26.87 ], [ -77.85, 26.84 ], [ -77.82, 26.58 ] ] ], [ [ [ -77.0, 26.59 ], [ -77.17255, 25.87918 ], [ -77.35641, 26.00735 ], [ -77.34, 26.53 ], [ -77.78802, 26.92516 ], [ -77.79, 27.04 ], [ -77.0, 26.59 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Bosnia and Herzegovina", "sov_a3": "BIH", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Bosnia and Herzegovina", "adm0_a3": "BIH", "geou_dif": 0.000000, "geounit": "Bosnia and Herzegovina", "gu_a3": "BIH", "su_dif": 0.000000, "subunit": "Bosnia and Herzegovina", "su_a3": "BIH", "brk_diff": 0.000000, "name": "Bosnia and Herz.", "name_long": "Bosnia and Herzegovina", "brk_a3": "BIH", "brk_name": "Bosnia and Herz.", "brk_group": null, "abbrev": "B.H.", "postal": "BiH", "formal_en": "Bosnia and Herzegovina", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Bosnia and Herzegovina", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 1.000000, "mapcolor9": 1.000000, "mapcolor13": 2.000000, "pop_est": 4613414.000000, "gdp_md_est": 29700.000000, "pop_year": -99.000000, "lastcensus": 1991.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BA", "iso_a3": "BIH", "iso_n3": "070", "un_a3": "070", "wb_a2": "BA", "wb_a3": "BIH", "woe_id": -99.000000, "adm0_a3_is": "BIH", "adm0_a3_us": "BIH", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 16.000000, "long_len": 22.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 17.002146030351014, 45.233776760430999 ], [ 17.861783481526402, 45.067740383477172 ], [ 18.553214145591653, 45.081589667331457 ], [ 19.005484597557654, 44.860234493542976 ], [ 19.00548628101015, 44.860233669609158 ], [ 19.36803, 44.863 ], [ 19.11761, 44.423070000000109 ], [ 19.59976, 44.03847 ], [ 19.454, 43.568100000000157 ], [ 19.21852, 43.52384 ], [ 19.03165, 43.43253 ], [ 18.70648, 43.20011 ], [ 18.56, 42.65 ], [ 17.674921502359012, 43.02856252702361 ], [ 17.297373488034481, 43.446340643887368 ], [ 16.916156447017357, 43.667722479825699 ], [ 16.456442905348894, 44.041239732431336 ], [ 16.23966027188456, 44.351143296885709 ], [ 15.750026075918981, 44.818711656262622 ], [ 15.959367303133376, 45.233776760430999 ], [ 16.3181567725359, 45.004126695325908 ], [ 16.534939406000234, 45.211607570977719 ], [ 17.002146030351014, 45.233776760430999 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Belarus", "sov_a3": "BLR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Belarus", "adm0_a3": "BLR", "geou_dif": 0.000000, "geounit": "Belarus", "gu_a3": "BLR", "su_dif": 0.000000, "subunit": "Belarus", "su_a3": "BLR", "brk_diff": 0.000000, "name": "Belarus", "name_long": "Belarus", "brk_a3": "BLR", "brk_name": "Belarus", "brk_group": null, "abbrev": "Bela.", "postal": "BY", "formal_en": "Republic of Belarus", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Belarus", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 1.000000, "mapcolor9": 5.000000, "mapcolor13": 11.000000, "pop_est": 9648533.000000, "gdp_md_est": 114100.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BY", "iso_a3": "BLR", "iso_n3": "112", "un_a3": "112", "wb_a2": "BY", "wb_a3": "BLR", "woe_id": -99.000000, "adm0_a3_is": "BLR", "adm0_a3_us": "BLR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 29.229513380660393, 55.918344224666413 ], [ 29.37157189303079, 55.670090643936277 ], [ 29.896294386522442, 55.789463202530499 ], [ 30.873909132620071, 55.550976467503517 ], [ 30.971835971813249, 55.081547756564134 ], [ 30.757533807098781, 54.811770941784403 ], [ 31.384472283663825, 54.157056382862464 ], [ 31.791424187962406, 53.974638576872195 ], [ 31.731272820774592, 53.794029446012019 ], [ 32.405598585751164, 53.618045355842099 ], [ 32.693643019346126, 53.351420803432148 ], [ 32.304519484188319, 53.132726141972938 ], [ 31.497643670382928, 53.167426866256932 ], [ 31.305200636528042, 53.073995876673308 ], [ 31.540018344862261, 52.742052313846443 ], [ 31.785998162571587, 52.101677964885425 ], [ 31.785992447555344, 52.101677569939653 ], [ 30.927549269339039, 52.042353420614432 ], [ 30.619454380014844, 51.822806098022397 ], [ 30.555117221811457, 51.319503485715671 ], [ 30.157363722460929, 51.416138414101454 ], [ 29.254938185347982, 51.368234361366916 ], [ 28.992835320763533, 51.602044379271462 ], [ 28.617612745892274, 51.427713934934872 ], [ 28.241615024536571, 51.572227077839102 ], [ 27.454066196408434, 51.592303371784453 ], [ 26.337958611768556, 51.832288723347915 ], [ 25.327787713327069, 51.910656032918553 ], [ 24.553106316839546, 51.888461005249184 ], [ 24.005077752384267, 51.617443956094434 ], [ 23.527070753684399, 51.578454087930226 ], [ 23.50800215016875, 52.023646552124688 ], [ 23.199493849386243, 52.486977444053736 ], [ 23.799198846133407, 52.691099351606596 ], [ 23.804934930117838, 53.089731350306124 ], [ 23.527535841575002, 53.470121568406626 ], [ 23.484127638449849, 53.912497667041123 ], [ 24.450683628037041, 53.905702216194754 ], [ 25.536353794057021, 54.28242340760255 ], [ 25.768432651479856, 54.846962592175061 ], [ 26.588279249790418, 55.167175604871687 ], [ 26.494331495883813, 55.615106919977649 ], [ 27.102459751094528, 55.7833137070877 ], [ 28.176709425578025, 56.169129950578878 ], [ 29.229513380660393, 55.918344224666413 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Belize", "sov_a3": "BLZ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Belize", "adm0_a3": "BLZ", "geou_dif": 0.000000, "geounit": "Belize", "gu_a3": "BLZ", "su_dif": 0.000000, "subunit": "Belize", "su_a3": "BLZ", "brk_diff": 0.000000, "name": "Belize", "name_long": "Belize", "brk_a3": "BLZ", "brk_name": "Belize", "brk_group": null, "abbrev": "Belize", "postal": "BZ", "formal_en": "Belize", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Belize", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 5.000000, "mapcolor13": 7.000000, "pop_est": 307899.000000, "gdp_md_est": 2536.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BZ", "iso_a3": "BLZ", "iso_n3": "084", "un_a3": "084", "wb_a2": "BZ", "wb_a3": "BLZ", "woe_id": -99.000000, "adm0_a3_is": "BLZ", "adm0_a3_us": "BLZ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -88.9306127591353, 15.887273464415046 ], [ -89.229121670269251, 15.88693756760523 ], [ -89.150806037130877, 17.015576687075821 ], [ -89.143080410503302, 17.808318996649319 ], [ -89.150909389995462, 17.955467637600464 ], [ -89.029857347351708, 18.001511338772588 ], [ -88.848343878926528, 17.883198147040332 ], [ -88.490122850279278, 18.48683055264172 ], [ -88.300031094093612, 18.49998220466 ], [ -88.296336229184817, 18.353272813383285 ], [ -88.106812913754425, 18.348673610909316 ], [ -88.123478563168504, 18.076674709541066 ], [ -88.285354987322791, 17.644142971258077 ], [ -88.197866787452654, 17.489475409408413 ], [ -88.302640753924436, 17.131693630435677 ], [ -88.239517991879893, 17.036066392479569 ], [ -88.355428229510579, 16.53077423752967 ], [ -88.551824510435836, 16.265467434143147 ], [ -88.732433641295927, 16.233634751851326 ], [ -88.9306127591353, 15.887273464415046 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Bolivia", "sov_a3": "BOL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Bolivia", "adm0_a3": "BOL", "geou_dif": 0.000000, "geounit": "Bolivia", "gu_a3": "BOL", "su_dif": 0.000000, "subunit": "Bolivia", "su_a3": "BOL", "brk_diff": 0.000000, "name": "Bolivia", "name_long": "Bolivia", "brk_a3": "BOL", "brk_name": "Bolivia", "brk_group": null, "abbrev": "Bolivia", "postal": "BO", "formal_en": "Plurinational State of Bolivia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Bolivia", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 5.000000, "mapcolor9": 2.000000, "mapcolor13": 3.000000, "pop_est": 9775246.000000, "gdp_md_est": 43270.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BO", "iso_a3": "BOL", "iso_n3": "068", "un_a3": "068", "wb_a2": "BO", "wb_a3": "BOL", "woe_id": -99.000000, "adm0_a3_is": "BOL", "adm0_a3_us": "BOL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 7.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -58.166392381408031, -20.176700941653721 ], [ -58.183471442280506, -19.86839934660037 ], [ -59.115042487206097, -19.356906019775451 ], [ -60.043564622626462, -19.342746677327412 ], [ -61.786326463453719, -19.633736667563014 ], [ -62.265961269770827, -20.513734633061276 ], [ -62.291179368729217, -21.05163461678741 ], [ -62.6850571356579, -22.249029229422405 ], [ -62.846468471921582, -22.034985446869456 ], [ -63.986838141522469, -21.993644301035971 ], [ -64.3770210435423, -22.798091322523547 ], [ -64.964892137294612, -22.075861504812352 ], [ -66.273339402924876, -21.832310479420698 ], [ -67.106673550063618, -22.7359245744764 ], [ -67.828179897722691, -22.872918796482196 ], [ -68.219913092711266, -21.494346612231837 ], [ -68.757167121033717, -20.372657972904491 ], [ -68.442225104430946, -19.405068454671422 ], [ -68.966818406841838, -18.981683444904093 ], [ -69.100246955019458, -18.260125420812656 ], [ -69.590423753523993, -17.58001189541929 ], [ -68.959635382753248, -16.500697930571292 ], [ -69.389764166934668, -15.660129082911652 ], [ -69.160346645774951, -15.323973890853011 ], [ -69.339534674746972, -14.953195489158858 ], [ -68.948886684836538, -14.453639418193291 ], [ -68.929223802349526, -13.602683607642959 ], [ -68.88007951523997, -12.899729099176668 ], [ -68.66507971868964, -12.561300144097132 ], [ -69.52967810736493, -10.951734307502207 ], [ -68.786157599549483, -11.03638030359626 ], [ -68.271253628193222, -11.014521172736821 ], [ -68.048192308205387, -10.712059014532471 ], [ -67.173801235610767, -10.306812432499598 ], [ -66.646908331962777, -9.931331475466806 ], [ -65.338435228116424, -9.761987806846406 ], [ -65.444837002205333, -10.511451104375439 ], [ -65.321898769783019, -10.89587208419465 ], [ -65.402281460213004, -11.566270440317169 ], [ -64.31635291203159, -12.461978041232143 ], [ -63.19649878605054, -12.627032565972399 ], [ -62.803060268796344, -13.000653171442707 ], [ -62.127080857986357, -13.198780612849689 ], [ -61.713204311760791, -13.489202162330031 ], [ -61.084121263255668, -13.479383640194612 ], [ -60.503304002511101, -13.775954685117682 ], [ -60.459198167550028, -14.354007256734576 ], [ -60.264326341377398, -14.645979099183663 ], [ -60.251148851142943, -15.077218926659341 ], [ -60.542965664295167, -15.093910414289624 ], [ -60.158389655179008, -16.258283786690072 ], [ -58.241219855366666, -16.299573256091278 ], [ -58.38805843772397, -16.877109063385291 ], [ -58.280804002502236, -17.271710300366024 ], [ -57.73455827496096, -17.552468357007726 ], [ -57.498371141170963, -18.174187513911292 ], [ -57.676008877174297, -18.961839694904015 ], [ -57.949997321185805, -19.40000416430685 ], [ -57.853801642474508, -19.969995212486154 ], [ -58.166392381408031, -20.176700941653721 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Brazil", "sov_a3": "BRA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Brazil", "adm0_a3": "BRA", "geou_dif": 0.000000, "geounit": "Brazil", "gu_a3": "BRA", "su_dif": 0.000000, "subunit": "Brazil", "su_a3": "BRA", "brk_diff": 0.000000, "name": "Brazil", "name_long": "Brazil", "brk_a3": "BRA", "brk_name": "Brazil", "brk_group": null, "abbrev": "Brazil", "postal": "BR", "formal_en": "Federative Republic of Brazil", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Brazil", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 6.000000, "mapcolor9": 5.000000, "mapcolor13": 7.000000, "pop_est": 198739269.000000, "gdp_md_est": 1993000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BR", "iso_a3": "BRA", "iso_n3": "076", "un_a3": "076", "wb_a2": "BR", "wb_a3": "BRA", "woe_id": -99.000000, "adm0_a3_is": "BRA", "adm0_a3_us": "BRA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -56.539385748914583, 1.899522609866892 ], [ -55.995698004771754, 1.817667141116615 ], [ -55.905600145070906, 2.021995754398631 ], [ -56.073341844290269, 2.220794989425556 ], [ -55.973322109589333, 2.510363877772988 ], [ -55.569755011605992, 2.421506252447173 ], [ -55.09758744975511, 2.523748073736613 ], [ -54.524754197799751, 2.311848863123785 ], [ -54.088062506717279, 2.105556545414615 ], [ -53.778520677288896, 2.376702785650053 ], [ -53.554839240113523, 2.334896551925951 ], [ -53.418465135295264, 2.053389187016023 ], [ -52.939657151894977, 2.124857692875622 ], [ -52.556424730018421, 2.504705308437053 ], [ -52.249337531123984, 3.241094468596287 ], [ -51.657797410678882, 4.156232408053029 ], [ -51.317146369010857, 4.203490505383996 ], [ -51.069771287629635, 3.650397650564045 ], [ -50.508875291533627, 1.901563828942443 ], [ -49.974075893745095, 1.736483465986097 ], [ -49.947100796088705, 1.046189683431194 ], [ -50.69925126809693, 0.222984117021682 ], [ -50.38821082213218, -0.078444512536805 ], [ -48.620566779156349, -0.235489190271835 ], [ -48.584496629416577, -1.237805271004973 ], [ -47.824956427590593, -0.581617933762772 ], [ -46.566583624851177, -0.941027520352748 ], [ -44.905703090990386, -1.551739597178155 ], [ -44.417619187993665, -2.137750339367983 ], [ -44.581588507655766, -2.691308282078538 ], [ -43.418791266440167, -2.383110039889758 ], [ -41.472656826328262, -2.912018324397096 ], [ -39.978665330554009, -2.873054294449062 ], [ -38.500383470196567, -3.700652357603403 ], [ -37.223252122535229, -4.820945733258952 ], [ -36.45293738457633, -5.10940357831214 ], [ -35.59779578301044, -5.149504489770607 ], [ -35.235388963347532, -5.464937432480269 ], [ -34.896029832486789, -6.738193047719676 ], [ -34.729993455533048, -7.34322071699296 ], [ -35.128212042774209, -8.996401462442279 ], [ -35.636966518687728, -9.649281508017808 ], [ -37.046518724096984, -11.040721123908796 ], [ -37.683611619607319, -12.171194756725797 ], [ -38.423876512188485, -13.03811858485426 ], [ -38.673887091616535, -13.057652276260612 ], [ -38.953275722802516, -13.793369642800002 ], [ -38.882298143049638, -15.667053724838723 ], [ -39.161092495264342, -17.208406670808429 ], [ -39.267339240056401, -17.867746270420511 ], [ -39.58352149103419, -18.262295830968966 ], [ -39.760823330227623, -19.599113457927416 ], [ -40.774740770010368, -20.904511814052469 ], [ -40.944756232250597, -21.937316989837811 ], [ -41.754164191238203, -22.370675551037422 ], [ -41.98828426773656, -22.97007048919086 ], [ -43.074703742024752, -22.967693373305494 ], [ -44.647811855637798, -23.351959323827828 ], [ -45.352135789559895, -23.796841729428579 ], [ -46.47209326840553, -24.088968601174528 ], [ -47.648972337420673, -24.885199069927751 ], [ -48.495458136577696, -25.877024834905612 ], [ -48.641004808127718, -26.623697605090953 ], [ -48.474735887228633, -27.175911960561905 ], [ -48.66152035174764, -28.186134535435684 ], [ -48.888457404157407, -28.674115085567834 ], [ -49.587329474472682, -29.224469089476386 ], [ -50.69687415221145, -30.984465020472925 ], [ -51.57622616230617, -31.777698256153201 ], [ -52.256081305538089, -32.24536996839467 ], [ -52.712099982297644, -33.196578057591182 ], [ -53.373661668498244, -33.768377780900764 ], [ -53.650543992718099, -33.202004082981858 ], [ -53.209588995971501, -32.727666110974681 ], [ -53.787951626182206, -32.047242526987588 ], [ -54.572451544805119, -31.494511407193755 ], [ -55.601510179249317, -30.853878676071389 ], [ -55.973244594940951, -30.883075860316296 ], [ -56.976025763564763, -30.109686374636098 ], [ -57.625133429582945, -30.216294854454247 ], [ -56.290899624239103, -28.852760512000856 ], [ -55.162286342984601, -27.881915378533421 ], [ -54.490725267135531, -27.47475676850577 ], [ -53.648735317587892, -26.923472588816111 ], [ -53.62834896504873, -26.124865004177437 ], [ -54.130049607954334, -25.54763925547725 ], [ -54.625290696823555, -25.739255466415486 ], [ -54.428946092330591, -25.162184747012176 ], [ -54.293476325077449, -24.570799655863951 ], [ -54.292959560754554, -24.021014092710757 ], [ -54.652834235235133, -23.839578138933959 ], [ -55.027901780809515, -24.00127369557525 ], [ -55.400747239795407, -23.956935316668833 ], [ -55.517639329639678, -23.571997572526641 ], [ -55.610682745981165, -22.655619398694867 ], [ -55.797958136606866, -22.356929620047779 ], [ -56.4733174302294, -22.086300144135237 ], [ -56.881509568902914, -22.282153822521437 ], [ -57.937155727761251, -22.090175876557169 ], [ -57.870673997617757, -20.732687676681934 ], [ -58.166392381408031, -20.176700941653721 ], [ -57.853801642474508, -19.969995212486154 ], [ -57.949997321185805, -19.40000416430685 ], [ -57.676008877174297, -18.961839694904015 ], [ -57.498371141170963, -18.174187513911292 ], [ -57.73455827496096, -17.552468357007726 ], [ -58.280804002502236, -17.271710300366024 ], [ -58.38805843772397, -16.877109063385291 ], [ -58.241219855366666, -16.299573256091278 ], [ -60.158389655179008, -16.258283786690072 ], [ -60.542965664295167, -15.093910414289624 ], [ -60.251148851142943, -15.077218926659341 ], [ -60.264326341377398, -14.645979099183663 ], [ -60.459198167550028, -14.354007256734576 ], [ -60.503304002511101, -13.775954685117682 ], [ -61.084121263255668, -13.479383640194612 ], [ -61.713204311760791, -13.489202162330031 ], [ -62.127080857986357, -13.198780612849689 ], [ -62.803060268796344, -13.000653171442707 ], [ -63.19649878605054, -12.627032565972399 ], [ -64.31635291203159, -12.461978041232143 ], [ -65.402281460213004, -11.566270440317169 ], [ -65.321898769783019, -10.89587208419465 ], [ -65.444837002205333, -10.511451104375439 ], [ -65.338435228116424, -9.761987806846406 ], [ -66.646908331962777, -9.931331475466806 ], [ -67.173801235610767, -10.306812432499598 ], [ -68.048192308205387, -10.712059014532471 ], [ -68.271253628193222, -11.014521172736821 ], [ -68.786157599549483, -11.03638030359626 ], [ -69.52967810736493, -10.951734307502207 ], [ -70.093752204046837, -11.123971856330968 ], [ -70.548685675728422, -11.009146823778423 ], [ -70.481893886991202, -9.490118096558845 ], [ -71.302412278921508, -10.079436130415331 ], [ -72.184890713169835, -10.053597914269389 ], [ -72.563033006465645, -9.520193780152653 ], [ -73.226713426390148, -9.462212823121249 ], [ -73.015382656532523, -9.032833347208054 ], [ -73.571059332966996, -8.42444670983582 ], [ -73.987235480429632, -7.523829847853051 ], [ -73.723401455363472, -7.340998630404357 ], [ -73.724486660441642, -6.918595472850612 ], [ -73.120027431923603, -6.629930922068183 ], [ -73.21971126981461, -6.089188734566079 ], [ -72.964507208941143, -5.741251315944851 ], [ -72.8919276597872, -5.274561455916967 ], [ -71.748405727816504, -4.593982842632997 ], [ -70.928843349883579, -4.401591485210332 ], [ -70.794768846302247, -4.251264743673303 ], [ -69.893635219996582, -4.298186944194356 ], [ -69.444101935489584, -1.556287123219846 ], [ -69.420485805932231, -1.122618503426409 ], [ -69.577065395776572, -0.54999195720012 ], [ -70.020655890569998, -0.185156345219539 ], [ -70.015565761989336, 0.541414292804191 ], [ -69.452396002872433, 0.706158758950707 ], [ -69.252434048119056, 0.602650865070046 ], [ -69.21863766140018, 0.985676581217461 ], [ -69.804596727157701, 1.089081122233452 ], [ -69.816973232691652, 1.714805202639624 ], [ -67.868565029558795, 1.692455145673392 ], [ -67.537810024674712, 2.037162787276344 ], [ -67.259997524673594, 1.71999868408497 ], [ -67.065048183852497, 1.130112209473211 ], [ -66.876325853122609, 1.253360500489364 ], [ -66.325765143485, 0.724452215982026 ], [ -65.548267381437512, 0.789254462076002 ], [ -65.354713304288396, 1.095282294108557 ], [ -64.611011928959897, 1.328730576987084 ], [ -64.19930579289047, 1.492854925946034 ], [ -64.08308549666603, 1.916369126794137 ], [ -63.368788011311665, 2.200899562993186 ], [ -63.422867397705147, 2.411067613124189 ], [ -64.269999152265825, 2.497005520025567 ], [ -64.408827887617917, 3.126786200366638 ], [ -64.368494432214078, 3.79721039470526 ], [ -64.816064012294021, 4.056445217297437 ], [ -64.628659430587561, 4.14848094320925 ], [ -63.888342861574102, 4.020530096854543 ], [ -63.093197597899035, 3.7705711938588 ], [ -62.804533047116706, 4.006965033377966 ], [ -62.085429653559117, 4.162123521334308 ], [ -60.966893276601581, 4.536467596856667 ], [ -60.601179165271901, 4.918098049332187 ], [ -60.733574184803729, 5.200277207861959 ], [ -60.213683437731277, 5.244486395687616 ], [ -59.9809586249049, 5.014061184098125 ], [ -60.111002366767337, 4.574966538914097 ], [ -59.767405768458644, 4.423502915866621 ], [ -59.538039923731219, 3.958802598481981 ], [ -59.815413174057852, 3.606498521332128 ], [ -59.974524909084522, 2.75523265218807 ], [ -59.718545701726725, 2.249630438644346 ], [ -59.646043667221278, 1.786893825686775 ], [ -59.030861579002647, 1.317697658692737 ], [ -58.540012986878224, 1.268088283692492 ], [ -58.42947709820595, 1.463941962078778 ], [ -58.11344987652501, 1.50719513590704 ], [ -57.660971035377344, 1.682584947105696 ], [ -57.335822923396847, 1.948537705895774 ], [ -56.782704230360821, 1.863710842288668 ], [ -56.539385748914583, 1.899522609866892 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Brunei", "sov_a3": "BRN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Brunei", "adm0_a3": "BRN", "geou_dif": 0.000000, "geounit": "Brunei", "gu_a3": "BRN", "su_dif": 0.000000, "subunit": "Brunei", "su_a3": "BRN", "brk_diff": 0.000000, "name": "Brunei", "name_long": "Brunei Darussalam", "brk_a3": "BRN", "brk_name": "Brunei", "brk_group": null, "abbrev": "Brunei", "postal": "BN", "formal_en": "Negara Brunei Darussalam", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Brunei", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 6.000000, "mapcolor9": 6.000000, "mapcolor13": 12.000000, "pop_est": 388190.000000, "gdp_md_est": 20250.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BN", "iso_a3": "BRN", "iso_n3": "096", "un_a3": "096", "wb_a2": "BN", "wb_a3": "BRN", "woe_id": -99.000000, "adm0_a3_is": "BRN", "adm0_a3_us": "BRN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 6.000000, "long_len": 17.000000, "abbrev_len": 6.000000, "tiny": 2.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 114.204016554828485, 4.52587392823682 ], [ 114.599961379048722, 4.900011298030009 ], [ 115.450710483869813, 5.447729803891562 ], [ 115.405700311343622, 4.955227565933825 ], [ 115.347460972150685, 4.316636053887009 ], [ 114.869557326315402, 4.348313706881953 ], [ 114.659595981913554, 4.00763682699781 ], [ 114.204016554828485, 4.52587392823682 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Bhutan", "sov_a3": "BTN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Bhutan", "adm0_a3": "BTN", "geou_dif": 0.000000, "geounit": "Bhutan", "gu_a3": "BTN", "su_dif": 0.000000, "subunit": "Bhutan", "su_a3": "BTN", "brk_diff": 0.000000, "name": "Bhutan", "name_long": "Bhutan", "brk_a3": "BTN", "brk_name": "Bhutan", "brk_group": null, "abbrev": "Bhutan", "postal": "BT", "formal_en": "Kingdom of Bhutan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Bhutan", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 6.000000, "mapcolor9": 1.000000, "mapcolor13": 8.000000, "pop_est": 691141.000000, "gdp_md_est": 3524.000000, "pop_year": -99.000000, "lastcensus": 2005.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BT", "iso_a3": "BTN", "iso_n3": "064", "un_a3": "064", "wb_a2": "BT", "wb_a3": "BTN", "woe_id": -99.000000, "adm0_a3_is": "BTN", "adm0_a3_us": "BTN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 91.696656528696707, 27.771741848251708 ], [ 92.103711785859758, 27.452614040633165 ], [ 92.033483514375092, 26.838310451763533 ], [ 91.217512648486462, 26.808648179628051 ], [ 90.373274774134046, 26.875724188742907 ], [ 89.744527622438937, 26.719402981059915 ], [ 88.83564253128938, 27.098966376243794 ], [ 88.814248488320544, 27.299315904239393 ], [ 89.475810174521172, 28.042758897406372 ], [ 90.015828891971211, 28.296438503527185 ], [ 90.730513950567826, 28.064953925075827 ], [ 91.258853794319947, 28.04061432546635 ], [ 91.696656528696707, 27.771741848251708 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Botswana", "sov_a3": "BWA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Botswana", "adm0_a3": "BWA", "geou_dif": 0.000000, "geounit": "Botswana", "gu_a3": "BWA", "su_dif": 0.000000, "subunit": "Botswana", "su_a3": "BWA", "brk_diff": 0.000000, "name": "Botswana", "name_long": "Botswana", "brk_a3": "BWA", "brk_name": "Botswana", "brk_group": null, "abbrev": "Bwa.", "postal": "BW", "formal_en": "Republic of Botswana", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Botswana", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 5.000000, "mapcolor9": 7.000000, "mapcolor13": 3.000000, "pop_est": 1990876.000000, "gdp_md_est": 27060.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "BW", "iso_a3": "BWA", "iso_n3": "072", "un_a3": "072", "wb_a2": "BW", "wb_a3": "BWA", "woe_id": -99.000000, "adm0_a3_is": "BWA", "adm0_a3_us": "BWA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Southern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.264225701608012, -17.736539808831438 ], [ 25.64916344575019, -18.536025892819026 ], [ 25.850391473094788, -18.714412937090515 ], [ 26.164790887158489, -19.29308562589496 ], [ 27.296504754350508, -20.391519870690985 ], [ 27.724747348753255, -20.499058526290355 ], [ 27.727227817503319, -20.851801853114708 ], [ 28.021370070108617, -21.485975030200606 ], [ 28.794656202924244, -21.63945403410743 ], [ 29.432188348109065, -22.091312758067616 ], [ 28.017235955525251, -22.827753594659058 ], [ 27.119409620886245, -23.574323011979729 ], [ 26.786406691197385, -24.240690606383453 ], [ 26.485753208123327, -24.616326592713108 ], [ 25.941652052522187, -24.696373386333192 ], [ 25.765848829865234, -25.174845472923664 ], [ 25.664666375437747, -25.486816094669692 ], [ 25.025170525825843, -25.719670098576856 ], [ 24.211266717228852, -25.67021575287356 ], [ 23.73356977712271, -25.390129489851617 ], [ 23.312096795350158, -25.26868987396567 ], [ 22.824271274514899, -25.500458672794764 ], [ 22.579531691180591, -25.979447523708117 ], [ 22.1059688656579, -26.280256036079138 ], [ 21.605896030369451, -26.72653370535177 ], [ 20.889609002371742, -26.82854298269595 ], [ 20.66647016773544, -26.477453301704927 ], [ 20.75860924651181, -25.8681364885514 ], [ 20.165725538827218, -24.91796192800075 ], [ 19.895767856534434, -24.767790215760584 ], [ 19.895457797940708, -21.849156996347844 ], [ 20.881134067475926, -21.814327080983105 ], [ 20.91064131031456, -18.252218926672015 ], [ 21.655040317479006, -18.21914601000519 ], [ 23.19685835133933, -17.869038181227737 ], [ 23.579005568137745, -18.281261081620045 ], [ 24.217364536239216, -17.889347019118503 ], [ 24.520705193792566, -17.887124932529915 ], [ 25.084443393664628, -17.661815687737374 ], [ 25.264225701608012, -17.736539808831438 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Central African Republic", "sov_a3": "CAF", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Central African Republic", "adm0_a3": "CAF", "geou_dif": 0.000000, "geounit": "Central African Republic", "gu_a3": "CAF", "su_dif": 0.000000, "subunit": "Central African Republic", "su_a3": "CAF", "brk_diff": 0.000000, "name": "Central African Rep.", "name_long": "Central African Republic", "brk_a3": "CAF", "brk_name": "Central African Rep.", "brk_group": null, "abbrev": "C.A.R.", "postal": "CF", "formal_en": "Central African Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Central African Republic", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 6.000000, "mapcolor9": 6.000000, "mapcolor13": 9.000000, "pop_est": 4511488.000000, "gdp_md_est": 3198.000000, "pop_year": -99.000000, "lastcensus": 2003.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CF", "iso_a3": "CAF", "iso_n3": "140", "un_a3": "140", "wb_a2": "CF", "wb_a3": "CAF", "woe_id": -99.000000, "adm0_a3_is": "CAF", "adm0_a3_us": "CAF", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 20.000000, "long_len": 24.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.886979580860668, 8.619729712933037 ], [ 24.56736901215217, 8.229187933785468 ], [ 25.114932488716931, 7.825104071479231 ], [ 25.124130893664812, 7.500085150579494 ], [ 25.796647983511264, 6.979315904158142 ], [ 26.213418409945177, 6.546603298362186 ], [ 26.465909458123349, 5.94671743410187 ], [ 27.213409051225312, 5.550953477394671 ], [ 27.374226108517604, 5.233944403500061 ], [ 27.044065382604714, 5.127852688004879 ], [ 26.402760857862603, 5.15087453859087 ], [ 25.650455356557501, 5.256087754737138 ], [ 25.278798455514362, 5.170408229997207 ], [ 25.128833449003253, 4.927244777847761 ], [ 24.805028924262444, 4.897246608902336 ], [ 24.410531040146282, 5.10878408448913 ], [ 23.297213982850167, 4.609693101414251 ], [ 22.841479526468135, 4.710126247573498 ], [ 22.704123569436319, 4.633050848810157 ], [ 22.405123732195591, 4.029160061047321 ], [ 21.659122755630023, 4.224341945813762 ], [ 20.927591180106276, 4.322785549329737 ], [ 20.290679152108993, 4.691677761245302 ], [ 19.467783644293206, 5.031527818212837 ], [ 18.932312452884759, 4.709506130386032 ], [ 18.542982211997838, 4.20178518311829 ], [ 18.453065219809957, 3.504385891123363 ], [ 17.809900343505262, 3.560196437998542 ], [ 17.133042433346361, 3.728196519379438 ], [ 16.537058139724166, 3.198254706226322 ], [ 16.012852410555382, 2.267639675298128 ], [ 15.907380812247652, 2.557389431158612 ], [ 15.862732374747509, 3.013537298998955 ], [ 15.40539594896444, 3.335300604664312 ], [ 15.036219516671224, 3.85136729574711 ], [ 14.950953403389718, 4.210389309094964 ], [ 14.478372430080526, 4.73260549562049 ], [ 14.558935988023507, 5.030597642431545 ], [ 14.459407179429377, 5.451760565610272 ], [ 14.536560092841171, 6.226958726420676 ], [ 14.776545444404547, 6.408498033062045 ], [ 15.279460483469165, 7.421924546737998 ], [ 16.106231723706799, 7.497087917506562 ], [ 16.290561557691944, 7.754307359239391 ], [ 16.45618452318746, 7.734773667832954 ], [ 16.70598839688634, 7.508327541529965 ], [ 17.964929640380944, 7.890914008002966 ], [ 18.389554884523278, 8.281303615751852 ], [ 18.911021762780592, 8.63089468020641 ], [ 18.81200971850933, 8.98291453697864 ], [ 19.094008009526135, 9.074846910025869 ], [ 20.059685499764328, 9.012706000194896 ], [ 21.000868361096252, 9.475985215691551 ], [ 21.723821648859598, 10.567055568886019 ], [ 22.231129184668845, 10.971888739460582 ], [ 22.864165480244282, 11.142395127807617 ], [ 22.977543572692753, 10.714462591998597 ], [ 23.554304233502222, 10.089255275915306 ], [ 23.557249790142976, 9.681218166538756 ], [ 23.394779087017326, 9.265067857292308 ], [ 23.459012892356043, 8.954285793489007 ], [ 23.805813429466752, 8.666318874542526 ], [ 23.886979580860668, 8.619729712933037 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Canada", "sov_a3": "CAN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Canada", "adm0_a3": "CAN", "geou_dif": 0.000000, "geounit": "Canada", "gu_a3": "CAN", "su_dif": 0.000000, "subunit": "Canada", "su_a3": "CAN", "brk_diff": 0.000000, "name": "Canada", "name_long": "Canada", "brk_a3": "CAN", "brk_name": "Canada", "brk_group": null, "abbrev": "Can.", "postal": "CA", "formal_en": "Canada", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Canada", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 2.000000, "pop_est": 33487208.000000, "gdp_md_est": 1300000.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CA", "iso_a3": "CAN", "iso_n3": "124", "un_a3": "124", "wb_a2": "CA", "wb_a3": "CAN", "woe_id": -99.000000, "adm0_a3_is": "CAN", "adm0_a3_us": "CAN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -63.6645, 46.55001 ], [ -62.9393, 46.41587 ], [ -62.01208, 46.44314 ], [ -62.50391, 46.03339 ], [ -62.87433, 45.96818 ], [ -64.1428, 46.39265 ], [ -64.39261, 46.72747 ], [ -64.01486, 47.03601 ], [ -63.6645, 46.55001 ] ] ], [ [ [ -61.806305, 49.10506 ], [ -62.29318, 49.08717 ], [ -63.58926, 49.40069 ], [ -64.51912, 49.87304 ], [ -64.17322, 49.95718 ], [ -62.85829, 49.70641 ], [ -61.835585, 49.28855 ], [ -61.806305, 49.10506 ] ] ], [ [ [ -123.510001587551173, 48.510010891303409 ], [ -124.012890788399503, 48.370846259141416 ], [ -125.655012777338371, 48.825004584338501 ], [ -125.954994466792769, 49.179995835967645 ], [ -126.850004435871895, 49.530000311880428 ], [ -127.029993449544421, 49.814995835970052 ], [ -128.059336304366241, 49.994959011426573 ], [ -128.444584107102173, 50.539137681676124 ], [ -128.358413656255436, 50.770648098343685 ], [ -127.308581096029897, 50.552573554071955 ], [ -126.695000977212317, 50.400903225295394 ], [ -125.755006673823203, 50.295018215529382 ], [ -125.415001587558805, 49.95000051533259 ], [ -124.920768189119357, 49.475274970083404 ], [ -123.922508708321033, 49.062483628935809 ], [ -123.510001587551173, 48.510010891303409 ] ] ], [ [ [ -56.134035814017125, 50.687009792679305 ], [ -56.795881720595276, 49.81230866149096 ], [ -56.143105027884303, 50.150117499382844 ], [ -55.471492275602969, 49.935815334668462 ], [ -55.822401089080927, 49.587128607779107 ], [ -54.935142584845664, 49.31301097268684 ], [ -54.473775397343815, 49.556691189159181 ], [ -53.476549445191353, 49.249138902374057 ], [ -53.78601375997124, 48.516780503933632 ], [ -53.086133999226263, 48.687803656603535 ], [ -52.958648240762244, 48.157164211614486 ], [ -52.648098720904187, 47.535548407575504 ], [ -53.069158291218343, 46.65549876564495 ], [ -53.521456264853043, 46.61829173439483 ], [ -54.178935512902541, 46.807065741556983 ], [ -53.961868659060485, 47.625207017601923 ], [ -54.240482143762137, 47.752279364607631 ], [ -55.400773078011497, 46.884993801453135 ], [ -55.997480841685842, 46.919720363953303 ], [ -55.291219041552807, 47.389562486350997 ], [ -56.250798712780551, 47.632545070987391 ], [ -57.325229254777099, 47.572807115258001 ], [ -59.266015184146795, 47.603347886742483 ], [ -59.419494188053704, 47.899453843774864 ], [ -58.796586473207412, 48.251525376979487 ], [ -59.231624518456556, 48.523188381537807 ], [ -58.391804979065228, 49.125580552764177 ], [ -57.358689744686046, 50.718274034215852 ], [ -56.738650071832012, 51.287438259478535 ], [ -55.870976935435323, 51.632094224649194 ], [ -55.406974249886616, 51.588272610065729 ], [ -55.600218268442092, 51.317074693397927 ], [ -56.134035814017125, 50.687009792679305 ] ] ], [ [ [ -133.180004041711697, 54.169975490935315 ], [ -132.71000788443132, 54.040009315423532 ], [ -131.749989584003288, 54.120004380909222 ], [ -132.049480347350993, 52.984621487024526 ], [ -131.179042521826602, 52.180432847698285 ], [ -131.577829549822923, 52.182370713909251 ], [ -132.180428426778576, 52.639707139692405 ], [ -132.549992432313871, 53.100014960332146 ], [ -133.054611178755522, 53.411468817755377 ], [ -133.239664482792705, 53.851080227262401 ], [ -133.180004041711697, 54.169975490935315 ] ] ], [ [ [ -79.26582, 62.158675 ], [ -79.65752, 61.63308 ], [ -80.09956, 61.7181 ], [ -80.36215, 62.01649 ], [ -80.315395, 62.085565 ], [ -79.92939, 62.3856 ], [ -79.52002, 62.36371 ], [ -79.26582, 62.158675 ] ] ], [ [ [ -81.89825, 62.7108 ], [ -83.06857, 62.15922 ], [ -83.77462, 62.18231 ], [ -83.99367, 62.4528 ], [ -83.25048, 62.91409 ], [ -81.87699, 62.90458 ], [ -81.89825, 62.7108 ] ] ], [ [ [ -85.161307949549865, 65.657284654392782 ], [ -84.975763719405961, 65.217518215588996 ], [ -84.464012010419509, 65.371772365980178 ], [ -83.882626308919754, 65.109617824963522 ], [ -82.787576870438784, 64.766693020274687 ], [ -81.642013719392565, 64.455135809986956 ], [ -81.553440314444288, 63.979609280037124 ], [ -80.817361212878865, 64.057485663500984 ], [ -80.103451300766608, 63.725981350348604 ], [ -80.99101986359571, 63.411246039474975 ], [ -82.547178107417011, 63.651722317145243 ], [ -83.108797573565056, 64.101875718839722 ], [ -84.100416632813875, 63.569711819097989 ], [ -85.523404710619047, 63.052379055424097 ], [ -85.866768764982396, 63.637252916103563 ], [ -87.221983201836736, 63.541238104905233 ], [ -86.352759772471273, 64.035833238370714 ], [ -86.224886440765147, 64.822916978608276 ], [ -85.883847825854872, 65.738778388117055 ], [ -85.161307949549865, 65.657284654392782 ] ] ], [ [ [ -75.86588, 67.14886 ], [ -76.98687, 67.09873 ], [ -77.2364, 67.58809 ], [ -76.81166, 68.14856 ], [ -75.89521, 68.28721 ], [ -75.1145, 68.01036 ], [ -75.10333, 67.58202 ], [ -75.21597, 67.44425 ], [ -75.86588, 67.14886 ] ] ], [ [ [ -95.647681203800516, 69.107690358321776 ], [ -96.269521203800593, 68.757040358321746 ], [ -97.617401203800569, 69.060030358321796 ], [ -98.431801203800546, 68.950700358321797 ], [ -99.797401203800547, 69.4000303583218 ], [ -98.917401203800551, 69.710030358321802 ], [ -98.218261203800523, 70.143540358321758 ], [ -97.157401203800561, 69.860030358321808 ], [ -96.557401203800538, 69.680030358321773 ], [ -96.257401203800526, 69.490030358321775 ], [ -95.647681203800516, 69.107690358321776 ] ] ], [ [ [ -90.5471, 69.49766 ], [ -90.55151, 68.47499 ], [ -89.21515, 69.25873 ], [ -88.01966, 68.61508 ], [ -88.31749, 67.87338 ], [ -87.35017, 67.19872 ], [ -86.30607, 67.92146 ], [ -85.57664, 68.78456 ], [ -85.52197, 69.88211 ], [ -84.10081, 69.80539 ], [ -82.62258, 69.65826 ], [ -81.28043, 69.16202 ], [ -81.2202, 68.66567 ], [ -81.96436, 68.13253 ], [ -81.25928, 67.59716 ], [ -81.38653, 67.11078 ], [ -83.34456, 66.41154 ], [ -84.73542, 66.2573 ], [ -85.76943, 66.55833 ], [ -86.0676, 66.05625 ], [ -87.03143, 65.21297 ], [ -87.32324, 64.77563 ], [ -88.48296, 64.09897 ], [ -89.91444, 64.03273 ], [ -90.70398, 63.61017 ], [ -90.77004, 62.96021 ], [ -91.93342, 62.83508 ], [ -93.15698, 62.02469 ], [ -94.24153, 60.89865 ], [ -94.62931, 60.11021 ], [ -94.6846, 58.94882 ], [ -93.21502, 58.78212 ], [ -92.76462, 57.84571 ], [ -92.29703, 57.08709 ], [ -90.89769, 57.28468 ], [ -89.03953, 56.85172 ], [ -88.03978, 56.47162 ], [ -87.32421, 55.99914 ], [ -86.07121, 55.72383 ], [ -85.01181, 55.3026 ], [ -83.36055, 55.24489 ], [ -82.27285, 55.14832 ], [ -82.4362, 54.28227 ], [ -82.12502, 53.27703 ], [ -81.40075, 52.15788 ], [ -79.91289, 51.20842 ], [ -79.14301, 51.53393 ], [ -78.60191, 52.56208 ], [ -79.12421, 54.14145 ], [ -79.82958, 54.66772 ], [ -78.22874, 55.13645 ], [ -77.0956, 55.83741 ], [ -76.54137, 56.53423 ], [ -76.62319, 57.20263 ], [ -77.30226, 58.05209 ], [ -78.51688, 58.80458 ], [ -77.33676, 59.85261 ], [ -77.77272, 60.75788 ], [ -78.10687, 62.31964 ], [ -77.41067, 62.55053 ], [ -75.69621, 62.2784 ], [ -74.6682, 62.18111 ], [ -73.83988, 62.4438 ], [ -72.90853, 62.10507 ], [ -71.67708, 61.52535 ], [ -71.37369, 61.13717 ], [ -69.59042, 61.06141 ], [ -69.62033, 60.22125 ], [ -69.2879, 58.95736 ], [ -68.37455, 58.80106 ], [ -67.64976, 58.21206 ], [ -66.20178, 58.76731 ], [ -65.24517, 59.87071 ], [ -64.58352, 60.33558 ], [ -63.80475, 59.4426 ], [ -62.50236, 58.16708 ], [ -61.39655, 56.96745 ], [ -61.79866, 56.33945 ], [ -60.46853, 55.77548 ], [ -59.56962, 55.20407 ], [ -57.97508, 54.94549 ], [ -57.3332, 54.6265 ], [ -56.93689, 53.78032 ], [ -56.15811, 53.64749 ], [ -55.75632, 53.27036 ], [ -55.68338, 52.14664 ], [ -56.40916, 51.7707 ], [ -57.12691, 51.41972 ], [ -58.77482, 51.0643 ], [ -60.03309, 50.24277 ], [ -61.72366, 50.08046 ], [ -63.86251, 50.29099 ], [ -65.36331, 50.2982 ], [ -66.39905, 50.22897 ], [ -67.23631, 49.51156 ], [ -68.51114, 49.06836 ], [ -69.95362, 47.74488 ], [ -71.10458, 46.82171 ], [ -70.25522, 46.98606 ], [ -68.65, 48.3 ], [ -66.55243, 49.1331 ], [ -65.05626, 49.23278 ], [ -64.17099, 48.74248 ], [ -65.11545, 48.07085 ], [ -64.79854, 46.99297 ], [ -64.47219, 46.23849 ], [ -63.17329, 45.73902 ], [ -61.52072, 45.88377 ], [ -60.51815, 47.00793 ], [ -60.4486, 46.28264 ], [ -59.80287, 45.9204 ], [ -61.03988, 45.26525 ], [ -63.25471, 44.67014 ], [ -64.24656, 44.26553 ], [ -65.36406, 43.54523 ], [ -66.1234, 43.61867 ], [ -66.16173, 44.46512 ], [ -64.42549, 45.29204 ], [ -66.02605, 45.25931 ], [ -67.13741, 45.13753 ], [ -67.79134, 45.702810000000142 ], [ -67.79046, 47.06636 ], [ -68.23444, 47.35486 ], [ -68.905, 47.185 ], [ -69.237216, 47.447781 ], [ -69.99997, 46.69307 ], [ -70.305, 45.915 ], [ -70.66, 45.46 ], [ -71.08482, 45.30524 ], [ -71.405, 45.255000000000138 ], [ -71.505059999999872, 45.008200000000102 ], [ -73.34783, 45.00738 ], [ -74.867, 45.000480000000124 ], [ -75.31821, 44.81645 ], [ -76.34161476811957, 44.119060064711391 ], [ -76.353034227183883, 44.134670722015017 ], [ -76.565553554984263, 44.208025417653374 ], [ -76.882691819959433, 44.069455064462744 ], [ -77.161486172174165, 43.850140285815968 ], [ -77.605360887345228, 44.039327704436545 ], [ -78.450528937478765, 43.903186143563659 ], [ -79.156170620424319, 43.75743276628441 ], [ -79.461164923810941, 43.639197089200536 ], [ -79.760474819645481, 43.297202460292993 ], [ -79.361687791649075, 43.202376207037389 ], [ -79.05630591502026, 43.254104315761566 ], [ -79.008701517916791, 43.265599588495888 ], [ -78.92, 42.965 ], [ -78.920004531791506, 42.964976269565199 ], [ -78.920009324850412, 42.965000515304638 ], [ -79.791351487939806, 42.842036444666121 ], [ -80.279177008775093, 42.715661729496361 ], [ -80.545155605781389, 42.560089830081694 ], [ -81.094967007150757, 42.6607555201862 ], [ -81.392261522125949, 42.61517690690485 ], [ -81.829185757153681, 42.335529893557322 ], [ -82.57123348664885, 42.01702220312643 ], [ -83.119991516574572, 42.080013496358589 ], [ -82.899999999999892, 42.430000000000149 ], [ -82.43, 42.980000000000103 ], [ -82.429991105017479, 42.9800179838426 ], [ -81.782728644523331, 43.310845038418051 ], [ -81.700175543937092, 43.59005280209098 ], [ -81.75265296092951, 44.064649156259605 ], [ -81.275679490875518, 44.62017080339723 ], [ -81.40233842642283, 45.250054836602857 ], [ -80.897692226876586, 44.631642971365977 ], [ -80.08500281443844, 44.493925279308144 ], [ -79.762929450179342, 44.824602769543901 ], [ -80.410564337877247, 45.590137437515665 ], [ -80.736797654935799, 45.9038133815273 ], [ -81.631368374340411, 46.097548326189582 ], [ -82.441990729486918, 46.199635118182158 ], [ -83.202512783526402, 46.21015127215361 ], [ -83.952570360026783, 46.334278062518649 ], [ -84.148708258790634, 46.55576325132165 ], [ -84.336705805153571, 46.408770667311302 ], [ -84.6049, 46.4396 ], [ -84.604113090543024, 46.440875039851193 ], [ -84.39559241406505, 46.776835028666227 ], [ -84.815282558923514, 46.902331244487073 ], [ -84.645008714521737, 47.282204698264593 ], [ -85.040617641932243, 47.575700995466349 ], [ -84.8642201403039, 47.86007640236852 ], [ -85.986528896818811, 48.010351467473271 ], [ -86.321030443044151, 48.577293606147435 ], [ -86.560008104177825, 48.711083889351045 ], [ -87.249035814141536, 48.735113430366795 ], [ -88.178953213233768, 48.936703192737411 ], [ -88.404236619810206, 48.806323554065045 ], [ -88.626419440449126, 48.562514146511944 ], [ -89.194059210959239, 48.405469468776914 ], [ -89.599992659653623, 48.010000220115671 ], [ -89.6, 48.010000000000105 ], [ -90.83, 48.27 ], [ -91.64, 48.14 ], [ -92.61, 48.45 ], [ -93.63087, 48.60926 ], [ -94.32914, 48.670740000000109 ], [ -94.639999999999873, 48.840000000000117 ], [ -94.81758, 49.38905 ], [ -95.15609, 49.38425 ], [ -95.159069509171985, 49.000000000000114 ], [ -97.228720000004728, 49.000700000000109 ], [ -100.65, 49.000000000000114 ], [ -104.04826, 48.99986 ], [ -107.05, 49.000000000000114 ], [ -110.05, 49.000000000000114 ], [ -113.0, 49.000000000000114 ], [ -116.04818, 49.000000000000114 ], [ -117.03121, 49.000000000000114 ], [ -120.0, 49.000000000000114 ], [ -122.84, 49.000000000000114 ], [ -122.97421, 49.002537777777803 ], [ -124.91024, 49.98456 ], [ -125.62461, 50.41656 ], [ -127.43561, 50.83061 ], [ -127.99276, 51.71583 ], [ -127.85032, 52.32961 ], [ -129.12979, 52.75538 ], [ -129.30523, 53.56159 ], [ -130.51497, 54.28757 ], [ -130.536108952736811, 54.802754476799265 ], [ -130.53611, 54.80278 ], [ -129.98, 55.285 ], [ -130.00778, 55.91583 ], [ -131.707809999999881, 56.55212 ], [ -132.73042, 57.692890000000119 ], [ -133.35556, 58.41028 ], [ -134.27111, 58.86111 ], [ -134.945, 59.270560000000131 ], [ -135.47583, 59.78778 ], [ -136.47972, 59.46389 ], [ -137.4525, 58.905000000000115 ], [ -138.34089, 59.56211 ], [ -139.039, 60.0 ], [ -140.013, 60.27682 ], [ -140.99778, 60.30639 ], [ -140.9925, 66.00003 ], [ -140.985999999575654, 69.712000003294946 ], [ -140.985987522289577, 69.711998393884045 ], [ -139.12052, 69.47102 ], [ -137.54636, 68.99002 ], [ -136.50358, 68.89804 ], [ -135.62576, 69.31512 ], [ -134.41464, 69.62743 ], [ -132.92925, 69.50534 ], [ -131.43136, 69.94451 ], [ -129.79471, 70.19369 ], [ -129.10773, 69.77927 ], [ -128.36156, 70.01286 ], [ -128.13817, 70.48384 ], [ -127.44712, 70.37721 ], [ -125.75632, 69.48058 ], [ -124.42483, 70.1584 ], [ -124.28968, 69.39969 ], [ -123.06108, 69.56372 ], [ -122.6835, 69.85553 ], [ -121.47226, 69.79778 ], [ -119.94288, 69.37786 ], [ -117.60268, 69.01128 ], [ -116.22643, 68.84151 ], [ -115.2469, 68.90591 ], [ -113.89794, 68.3989 ], [ -115.30489, 67.90261 ], [ -113.49727, 67.68815 ], [ -110.798, 67.80612 ], [ -109.94619, 67.98104 ], [ -108.8802, 67.38144 ], [ -107.79239, 67.88736 ], [ -108.81299, 68.31164 ], [ -108.16721, 68.65392 ], [ -106.95, 68.7 ], [ -106.15, 68.8 ], [ -105.34282, 68.56122 ], [ -104.33791, 68.018 ], [ -103.22115, 68.09775 ], [ -101.45433, 67.64689 ], [ -99.90195, 67.80566 ], [ -98.4432, 67.78165 ], [ -98.5586, 68.40394 ], [ -97.66948, 68.57864 ], [ -96.11991, 68.23939 ], [ -96.12588, 67.29338 ], [ -95.48943, 68.0907 ], [ -94.685, 68.06383 ], [ -94.23282, 69.06903 ], [ -95.30408, 69.68571 ], [ -96.47131, 70.08976 ], [ -96.39115, 71.19482 ], [ -95.2088, 71.92053 ], [ -93.88997, 71.76015 ], [ -92.87818, 71.31869 ], [ -91.51964, 70.19129 ], [ -92.40692, 69.69997 ], [ -90.5471, 69.49766 ] ] ], [ [ [ -114.167169999999899, 73.12145 ], [ -114.66634, 72.65277 ], [ -112.441019999999895, 72.955400000000111 ], [ -111.05039, 72.4504 ], [ -109.92035, 72.961130000000111 ], [ -109.00654, 72.63335 ], [ -108.18835, 71.65089 ], [ -107.68599, 72.06548 ], [ -108.39639, 73.08953000000011 ], [ -107.51645, 73.23598 ], [ -106.522589999999894, 73.07601 ], [ -105.40246, 72.67259 ], [ -104.77484, 71.6984 ], [ -104.464759999999856, 70.99297 ], [ -102.78537, 70.49776 ], [ -100.98078, 70.02432 ], [ -101.08929, 69.584470000000124 ], [ -102.73116, 69.50402 ], [ -102.09329, 69.119620000000111 ], [ -102.43024, 68.75282 ], [ -104.24, 68.91 ], [ -105.96, 69.180000000000149 ], [ -107.12254, 69.11922 ], [ -109.0, 68.78 ], [ -111.534148875200145, 68.630059156817936 ], [ -113.3132, 68.53554 ], [ -113.854959999999849, 69.007440000000116 ], [ -115.22, 69.28 ], [ -116.10794, 69.16821 ], [ -117.34, 69.96 ], [ -116.67473, 70.06655 ], [ -115.13112, 70.2373 ], [ -113.72141, 70.19237 ], [ -112.4161, 70.36638 ], [ -114.35, 70.6 ], [ -116.48684, 70.52045 ], [ -117.9048, 70.540560000000141 ], [ -118.43238, 70.9092 ], [ -116.11311, 71.30918 ], [ -117.65568, 71.2952 ], [ -119.40199, 71.55859 ], [ -118.56267, 72.30785 ], [ -117.86642, 72.70594 ], [ -115.18909, 73.31459 ], [ -114.167169999999899, 73.12145 ] ] ], [ [ [ -104.5, 73.42 ], [ -105.38, 72.76 ], [ -106.94, 73.46 ], [ -106.6, 73.6 ], [ -105.26, 73.64 ], [ -104.5, 73.42 ] ] ], [ [ [ -76.34, 73.102684989953019 ], [ -76.25140380859375, 72.826385498046875 ], [ -77.314437866210909, 72.855545043945284 ], [ -78.39167022705081, 72.876655578613281 ], [ -79.486251831054659, 72.742202758789091 ], [ -79.775833129882841, 72.802902221679744 ], [ -80.876098632812528, 73.333183288574219 ], [ -80.833885192871065, 73.693183898925781 ], [ -80.353057861328125, 73.759719848632784 ], [ -78.064437866210938, 73.651931762695341 ], [ -76.34, 73.102684989953019 ] ] ], [ [ [ -86.562178514334136, 73.15744700793843 ], [ -85.774371304044564, 72.534125881633827 ], [ -84.850112474288238, 73.340278225387124 ], [ -82.315590176100983, 73.750950832810588 ], [ -80.600087653307639, 72.71654368762421 ], [ -80.748941616524405, 72.061906643350767 ], [ -78.770638597310779, 72.352173163534133 ], [ -77.824623989559598, 72.749616604291049 ], [ -75.605844692675731, 72.243678493937409 ], [ -74.228616095664989, 71.767144273557903 ], [ -74.099140794557712, 71.330840155717652 ], [ -72.242225714797655, 71.556924546994509 ], [ -71.200015428335206, 70.920012518997225 ], [ -68.786054246684898, 70.525023708774256 ], [ -67.914970465756937, 70.121947536897608 ], [ -66.969033372654167, 69.186087348091888 ], [ -68.805122850200547, 68.720198472764423 ], [ -66.449866095633865, 68.067163397892017 ], [ -64.862314419195229, 67.847538560651628 ], [ -63.424934454996787, 66.928473212340663 ], [ -61.851981370680591, 66.862120673277843 ], [ -62.163176845942303, 66.160251369889608 ], [ -63.918444383384184, 64.998668524832851 ], [ -65.148860236253654, 65.426032619886684 ], [ -66.721219041598545, 66.388041083432199 ], [ -68.015016038673963, 66.262725735124377 ], [ -68.141287400979166, 65.689789130304348 ], [ -67.089646165623407, 65.108455105236999 ], [ -65.73208045109979, 64.648405666758606 ], [ -65.320167609301279, 64.382737128346065 ], [ -64.669406297449683, 63.392926744227481 ], [ -65.013803880458909, 62.674185085695996 ], [ -66.275044725190497, 62.945098781986076 ], [ -68.783186204692726, 63.745670071051819 ], [ -67.369680752213071, 62.883965562584876 ], [ -66.328297288667244, 62.280074774822054 ], [ -66.165568203380161, 61.930897121825893 ], [ -68.877366502544675, 62.330149237712789 ], [ -71.023437059193839, 62.910708116295837 ], [ -72.235378587518994, 63.397836005295176 ], [ -71.8862784491713, 63.679989325608858 ], [ -73.378306240518413, 64.193963121183799 ], [ -74.834418911422603, 64.679075629323791 ], [ -74.818502570276735, 64.389093329517948 ], [ -77.709979824520047, 64.229542344816792 ], [ -78.555948859354174, 64.572906399180141 ], [ -77.897281053361951, 65.309192206474791 ], [ -76.018274298797195, 65.326968899183129 ], [ -73.959795294882724, 65.454764716240902 ], [ -74.29388342964964, 65.811771348729394 ], [ -73.944912482382648, 66.310578111426736 ], [ -72.651167161739409, 67.284575507263867 ], [ -72.926059943316091, 67.72692576768236 ], [ -73.311617804645749, 68.069437160912912 ], [ -74.843307257776814, 68.554627183701285 ], [ -76.869100918266753, 68.894735622830268 ], [ -76.228649054657353, 69.147769273547425 ], [ -77.287369961237147, 69.769540106883284 ], [ -78.168633999326602, 69.826487535268882 ], [ -78.957242194316734, 70.166880194775416 ], [ -79.492455003563663, 69.871807766388912 ], [ -81.305470954091788, 69.743185126414346 ], [ -84.944706183598498, 69.966634019644403 ], [ -87.060003424817893, 70.26000112576537 ], [ -88.681713223001509, 70.41074127876081 ], [ -89.51341956252304, 70.762037665480989 ], [ -88.467721116880767, 71.218185533321332 ], [ -89.888151211287521, 71.222552191849957 ], [ -90.205160285182018, 72.235074367960806 ], [ -89.436576707704944, 73.129464219852366 ], [ -88.408241543312812, 73.537888902471224 ], [ -85.826151089200948, 73.803815823045227 ], [ -86.562178514334136, 73.15744700793843 ] ] ], [ [ [ -100.35642, 73.84389 ], [ -99.16387, 73.63339 ], [ -97.38, 73.76 ], [ -97.12, 73.47 ], [ -98.05359, 72.99052 ], [ -96.54, 72.56 ], [ -96.72, 71.66 ], [ -98.35966, 71.27285 ], [ -99.32286, 71.35639 ], [ -100.01482, 71.73827 ], [ -102.5, 72.51 ], [ -102.48, 72.83 ], [ -100.43836, 72.70588 ], [ -101.54, 73.36 ], [ -100.35642, 73.84389 ] ] ], [ [ [ -93.19629553910022, 72.771992499473356 ], [ -94.269046597047264, 72.024596259235977 ], [ -95.409855516322665, 72.061880805134564 ], [ -96.033745083382456, 72.940276801231789 ], [ -96.018267991911017, 73.437429918095802 ], [ -95.495793423224029, 73.862416897264183 ], [ -94.503657599652342, 74.13490672473921 ], [ -92.420012173211774, 74.100025132942164 ], [ -90.509792853542592, 73.856732489712044 ], [ -92.003965216829897, 72.966244208458505 ], [ -93.19629553910022, 72.771992499473356 ] ] ], [ [ [ -120.46, 71.383601793087593 ], [ -123.09219, 70.90164 ], [ -123.62, 71.34 ], [ -125.928948737473334, 71.868688463011381 ], [ -125.5, 72.292260811795018 ], [ -124.80729, 73.02256 ], [ -123.939999999999898, 73.680000000000149 ], [ -124.91775, 74.292750000000126 ], [ -121.53788, 74.44893 ], [ -120.10978, 74.24135 ], [ -117.555639999999883, 74.18577 ], [ -116.58442, 73.89607 ], [ -115.51081, 73.47519 ], [ -116.76794, 73.22292 ], [ -119.22, 72.52 ], [ -120.46, 71.82 ], [ -120.46, 71.383601793087593 ] ] ], [ [ [ -93.612755906940492, 74.979997260224422 ], [ -94.15690873897384, 74.592346503386864 ], [ -95.608680589565608, 74.666863918751773 ], [ -96.820932176484575, 74.92762319609659 ], [ -96.28858740922982, 75.377828274223361 ], [ -94.850819871789156, 75.647217515760872 ], [ -93.977746548217937, 75.296489569795966 ], [ -93.612755906940492, 74.979997260224422 ] ] ], [ [ [ -98.5, 76.72 ], [ -97.735585, 76.25656 ], [ -97.704415, 75.74344 ], [ -98.16, 75.0 ], [ -99.80874, 74.89744 ], [ -100.88366, 75.05736 ], [ -100.86292, 75.64075 ], [ -102.50209, 75.5638 ], [ -102.56552, 76.3366 ], [ -101.48973, 76.30537 ], [ -99.98349, 76.64634 ], [ -98.57699, 76.58859 ], [ -98.5, 76.72 ] ] ], [ [ [ -108.21141, 76.20168 ], [ -107.81943, 75.84552 ], [ -106.92893, 76.01282 ], [ -105.881, 75.9694 ], [ -105.70498, 75.47951 ], [ -106.31347, 75.00527 ], [ -109.7, 74.85 ], [ -112.22307, 74.41696 ], [ -113.74381, 74.39427 ], [ -113.87135, 74.72029 ], [ -111.79421, 75.1625 ], [ -116.31221, 75.04343 ], [ -117.7104, 75.2222 ], [ -116.34602, 76.19903 ], [ -115.40487, 76.47887 ], [ -112.59056, 76.14134 ], [ -110.81422, 75.54919 ], [ -109.0671, 75.47321 ], [ -110.49726, 76.42982 ], [ -109.5811, 76.79417 ], [ -108.54859, 76.67832 ], [ -108.21141, 76.20168 ] ] ], [ [ [ -94.684085862999467, 77.097878323058382 ], [ -93.573921068073133, 76.776295884906091 ], [ -91.605023159536643, 76.77851797149458 ], [ -90.741845872749224, 76.449597479956822 ], [ -90.96966142450799, 76.074013170059459 ], [ -89.822237921899273, 75.84777374948564 ], [ -89.187082892599818, 75.61016551380763 ], [ -87.838276333349626, 75.566188869927231 ], [ -86.379192267588678, 75.482421373182177 ], [ -84.789625210290609, 75.699204006646511 ], [ -82.753444586910092, 75.784315090631253 ], [ -81.128530849924374, 75.713983466282002 ], [ -80.057510952459154, 75.336848863415895 ], [ -79.833932868148338, 74.923127346487206 ], [ -80.457770758775837, 74.657303778777788 ], [ -81.948842536125539, 74.442459011524335 ], [ -83.228893602211429, 74.564027818490956 ], [ -86.097452358733335, 74.410032050261151 ], [ -88.150350307960252, 74.392307033984991 ], [ -89.764722052758401, 74.515555325001145 ], [ -92.422440965529432, 74.837757880341002 ], [ -92.768285488642817, 75.386819973442158 ], [ -92.88990597204176, 75.882655341282657 ], [ -93.893824022176005, 76.319243679500545 ], [ -95.962457445035824, 76.44138092722244 ], [ -97.121378953829492, 76.751077785947615 ], [ -96.745122850312356, 77.161388658345146 ], [ -94.684085862999467, 77.097878323058382 ] ] ], [ [ [ -116.198586595507351, 77.645286770326209 ], [ -116.335813361458406, 76.876961575010569 ], [ -117.106050584768795, 76.530031846819128 ], [ -118.040412157038162, 76.481171780087095 ], [ -119.899317586885701, 76.053213406061985 ], [ -121.499995077126499, 75.900018622532798 ], [ -122.854924486158978, 76.116542873835698 ], [ -122.85492529360323, 76.116542873835698 ], [ -121.157535360328254, 76.86450755482835 ], [ -119.103938971821066, 77.512219957174636 ], [ -117.570130784965968, 77.498318996888116 ], [ -116.198586595507351, 77.645286770326209 ] ] ], [ [ [ -93.840003017944014, 77.519997260234504 ], [ -94.295608283245258, 77.491342678528667 ], [ -96.169654100310083, 77.555111395976866 ], [ -96.436304490936124, 77.834629218243634 ], [ -94.422577277386381, 77.820004787904992 ], [ -93.720656297565881, 77.634331366680328 ], [ -93.840003017944014, 77.519997260234504 ] ] ], [ [ [ -110.186938035912974, 77.6970148790503 ], [ -112.051191169058484, 77.409228827616857 ], [ -113.534278937619078, 77.732206529441157 ], [ -112.724586758253864, 78.051050116681949 ], [ -111.264443325630864, 78.152956041161559 ], [ -109.854451870547109, 77.99632477488484 ], [ -110.186938035912974, 77.6970148790503 ] ] ], [ [ [ -109.6631457182026, 78.60197256134569 ], [ -110.881314256618879, 78.406919867660008 ], [ -112.542091437615184, 78.407901719873507 ], [ -112.525890876091594, 78.550554511215239 ], [ -111.500010342233409, 78.849993598130567 ], [ -110.963660651476033, 78.804440823065221 ], [ -109.6631457182026, 78.60197256134569 ] ] ], [ [ [ -95.830294969449341, 78.056941229963257 ], [ -97.309842902398032, 77.850597235821795 ], [ -98.124289313533978, 78.082856960757567 ], [ -98.552867804746654, 78.458105373845115 ], [ -98.631984422585532, 78.871930243638388 ], [ -97.337231411512619, 78.831984361476771 ], [ -96.754398769908789, 78.765812689927003 ], [ -95.559277920294591, 78.418314520980289 ], [ -95.830294969449341, 78.056941229963257 ] ] ], [ [ [ -100.060191820052154, 78.324754340315906 ], [ -99.670939093813615, 77.907544664207421 ], [ -101.303940192453013, 78.018984890444813 ], [ -102.949808722733053, 78.343228664860192 ], [ -105.176132778731557, 78.380332343245755 ], [ -104.210429450277175, 78.677420152491777 ], [ -105.419580451258554, 78.918335679836446 ], [ -105.492289191493171, 79.301593939929205 ], [ -103.529282396237932, 79.165349026191649 ], [ -100.825158047268815, 78.800461737778704 ], [ -100.060191820052154, 78.324754340315906 ] ] ], [ [ [ -87.02, 79.66 ], [ -85.81435, 79.3369 ], [ -87.18756, 79.0393 ], [ -89.03535, 78.28723 ], [ -90.80436, 78.21533 ], [ -92.87669, 78.34333 ], [ -93.95116, 78.75099 ], [ -93.93574, 79.11373 ], [ -93.14524, 79.3801 ], [ -94.974, 79.37248 ], [ -96.07614, 79.70502 ], [ -96.70972, 80.15777 ], [ -96.01644, 80.60233 ], [ -95.32345, 80.90729 ], [ -94.29843, 80.97727 ], [ -94.73542, 81.20646 ], [ -92.40984, 81.25739 ], [ -91.13289, 80.72345 ], [ -89.45, 80.509322033898286 ], [ -87.81, 80.32 ], [ -87.02, 79.66 ] ] ], [ [ [ -68.5, 83.106321516765718 ], [ -65.82735, 83.02801 ], [ -63.68, 82.9 ], [ -61.85, 82.6286 ], [ -61.89388, 82.36165 ], [ -64.334, 81.92775 ], [ -66.75342, 81.72527 ], [ -67.65755, 81.50141 ], [ -65.48031, 81.50657 ], [ -67.84, 80.9 ], [ -69.4697, 80.61683 ], [ -71.18, 79.8 ], [ -73.2428, 79.63415 ], [ -73.88, 79.430162204802087 ], [ -76.90773, 79.32309 ], [ -75.52924, 79.19766 ], [ -76.22046, 79.01907 ], [ -75.39345, 78.52581 ], [ -76.34354, 78.18296 ], [ -77.88851, 77.89991 ], [ -78.36269, 77.50859 ], [ -79.75951, 77.20968 ], [ -79.61965, 76.98336 ], [ -77.91089, 77.022045 ], [ -77.88911, 76.777955 ], [ -80.56125, 76.17812 ], [ -83.17439, 76.45403 ], [ -86.11184, 76.29901 ], [ -87.6, 76.42 ], [ -89.49068, 76.47239 ], [ -89.6161, 76.95213 ], [ -87.76739, 77.17833 ], [ -88.26, 77.9 ], [ -87.65, 77.970222222222219 ], [ -84.97634, 77.53873 ], [ -86.34, 78.18 ], [ -87.96192, 78.37181 ], [ -87.15198, 78.75867 ], [ -85.37868, 78.9969 ], [ -85.09495, 79.34543 ], [ -86.50734, 79.73624 ], [ -86.93179, 80.25145 ], [ -84.19844, 80.20836 ], [ -83.408695652173833, 80.1 ], [ -81.84823, 80.46442 ], [ -84.1, 80.58 ], [ -87.59895, 80.51627 ], [ -89.36663, 80.85569 ], [ -90.2, 81.26 ], [ -91.36786, 81.5531 ], [ -91.58702, 81.89429 ], [ -90.1, 82.085 ], [ -88.93227, 82.11751 ], [ -86.97024, 82.27961 ], [ -85.5, 82.652273458057039 ], [ -84.260005, 82.6 ], [ -83.18, 82.32 ], [ -82.42, 82.86 ], [ -81.1, 83.02 ], [ -79.30664, 83.13056 ], [ -76.25, 83.172058823529397 ], [ -75.71878, 83.06404 ], [ -72.83153, 83.23324 ], [ -70.665765, 83.169780758382842 ], [ -68.5, 83.106321516765718 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Switzerland", "sov_a3": "CHE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Switzerland", "adm0_a3": "CHE", "geou_dif": 0.000000, "geounit": "Switzerland", "gu_a3": "CHE", "su_dif": 0.000000, "subunit": "Switzerland", "su_a3": "CHE", "brk_diff": 0.000000, "name": "Switzerland", "name_long": "Switzerland", "brk_a3": "CHE", "brk_name": "Switzerland", "brk_group": null, "abbrev": "Switz.", "postal": "CH", "formal_en": "Swiss Confederation", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Switzerland", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 2.000000, "mapcolor9": 7.000000, "mapcolor13": 3.000000, "pop_est": 7604467.000000, "gdp_md_est": 316700.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CH", "iso_a3": "CHE", "iso_n3": "756", "un_a3": "756", "wb_a2": "CH", "wb_a3": "CHE", "woe_id": -99.000000, "adm0_a3_is": "CHE", "adm0_a3_us": "CHE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 9.594226108446406, 47.525058091820227 ], [ 9.632931756233006, 47.347601223330031 ], [ 9.479969516649049, 47.102809963563345 ], [ 9.932448357796716, 46.920728054382977 ], [ 10.442701450246688, 46.893546250997446 ], [ 10.363378126678668, 46.483571275409929 ], [ 9.922836541390438, 46.314899400409189 ], [ 9.182881707403112, 46.440214748716983 ], [ 8.966305779667834, 46.036931871111165 ], [ 8.489952426801381, 46.00515086525175 ], [ 8.316629672894379, 46.163642483090854 ], [ 7.755992058959805, 45.824490057959366 ], [ 7.273850945676656, 45.776947740250762 ], [ 6.843592970414562, 45.991146552100645 ], [ 6.500099724970454, 46.429672756529413 ], [ 6.022609490593567, 46.272989813820516 ], [ 6.037388950229058, 46.72577871356188 ], [ 6.768713820023635, 47.287708238303679 ], [ 6.736571079138088, 47.541801255882888 ], [ 7.192202182655535, 47.449765529970989 ], [ 7.466759067422203, 47.620581976911865 ], [ 8.317301466514152, 47.613579820336327 ], [ 8.522611932009823, 47.830827541691349 ], [ 9.594226108446406, 47.525058091820227 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Chile", "sov_a3": "CHL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Chile", "adm0_a3": "CHL", "geou_dif": 0.000000, "geounit": "Chile", "gu_a3": "CHL", "su_dif": 0.000000, "subunit": "Chile", "su_a3": "CHL", "brk_diff": 0.000000, "name": "Chile", "name_long": "Chile", "brk_a3": "CHL", "brk_name": "Chile", "brk_group": null, "abbrev": "Chile", "postal": "CL", "formal_en": "Republic of Chile", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Chile", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 1.000000, "mapcolor9": 5.000000, "mapcolor13": 9.000000, "pop_est": 16601707.000000, "gdp_md_est": 244500.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CL", "iso_a3": "CHL", "iso_n3": "152", "un_a3": "152", "wb_a2": "CL", "wb_a3": "CHL", "woe_id": -99.000000, "adm0_a3_is": "CHL", "adm0_a3_us": "CHL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -68.63401022758319, -52.636370458874374 ], [ -68.63335, -54.8695 ], [ -67.56244, -54.87001 ], [ -66.95992, -54.89681 ], [ -67.291029999999893, -55.30124 ], [ -68.148629999999883, -55.61183 ], [ -68.639990810811838, -55.580017999086898 ], [ -69.2321, -55.49906 ], [ -69.95809, -55.19843 ], [ -71.00568, -55.05383 ], [ -72.2639, -54.49514 ], [ -73.2852, -53.957519999999896 ], [ -74.66253, -52.83749 ], [ -73.8381, -53.04743 ], [ -72.43418, -53.7154 ], [ -71.10773, -54.07433 ], [ -70.591779999999829, -53.61583 ], [ -70.26748, -52.93123 ], [ -69.34565, -52.5183 ], [ -68.63401022758319, -52.636370458874374 ] ] ], [ [ [ -68.219913092711266, -21.494346612231837 ], [ -67.828179897722691, -22.872918796482196 ], [ -67.106673550063618, -22.7359245744764 ], [ -66.985233934177671, -22.986348565362832 ], [ -67.328442959244143, -24.025303236590915 ], [ -68.417652960876126, -24.518554782816878 ], [ -68.386001146097357, -26.185016371365236 ], [ -68.594799770772681, -26.506908868111267 ], [ -68.295541551370405, -26.89933969493579 ], [ -69.001234910748281, -27.521213881136134 ], [ -69.656130337183157, -28.459141127233693 ], [ -70.013550381129903, -29.367922865518551 ], [ -69.919008348251936, -30.336339206668313 ], [ -70.535068935819481, -31.365010267870289 ], [ -70.074399380153636, -33.091209812148037 ], [ -69.814776984319252, -33.273886000299854 ], [ -69.817309129501496, -34.193571465798286 ], [ -70.388049485949097, -35.169687595359463 ], [ -70.364769253201672, -36.005088799789945 ], [ -71.121880662709827, -36.658123874662337 ], [ -71.118625047475433, -37.576827487947199 ], [ -70.814664272734717, -38.552995293940739 ], [ -71.413516608349084, -38.916022230791114 ], [ -71.680761277946488, -39.808164157878068 ], [ -71.915734015577556, -40.832339369470731 ], [ -71.746803758415467, -42.051386407236009 ], [ -72.148898078078531, -42.254888197601389 ], [ -71.915423956983915, -43.408564548517433 ], [ -71.464056159130536, -43.787611179378331 ], [ -71.793622606071949, -44.207172133156106 ], [ -71.329800788036209, -44.407521661151691 ], [ -71.222778896759735, -44.784242852559416 ], [ -71.659315558545359, -44.973688653341441 ], [ -71.552009446891248, -45.560732924177131 ], [ -71.917258470330211, -46.884838148791815 ], [ -72.447355312780275, -47.738532810253531 ], [ -72.331160854771952, -48.244238376661826 ], [ -72.648247443314943, -48.878618259476795 ], [ -73.415435757120036, -49.318436374712959 ], [ -73.328050910114513, -50.378785088909872 ], [ -72.975746832964631, -50.741450290734313 ], [ -72.30997351753237, -50.677009779666363 ], [ -72.329403856074066, -51.425956312872415 ], [ -71.914803839796377, -52.009022305865926 ], [ -69.49836218939609, -52.142760912637257 ], [ -68.571545376241346, -52.299443855346262 ], [ -69.461284349226645, -52.291950772663931 ], [ -69.942779507106138, -52.537930590373264 ], [ -70.845101691354557, -52.899200528525725 ], [ -71.006332160105245, -53.833252042201352 ], [ -71.429794684520971, -53.856454760300387 ], [ -72.557942877884869, -53.531410001184469 ], [ -73.702756720662876, -52.835069268607263 ], [ -73.702756720662876, -52.835070076051508 ], [ -74.946763475225168, -52.262753588419031 ], [ -75.260026007778521, -51.629354750373224 ], [ -74.976632453089849, -51.043395684615689 ], [ -75.479754197883523, -50.378371677451561 ], [ -75.608015102831956, -48.673772881871805 ], [ -75.182769741502142, -47.71191944762316 ], [ -74.126580980104706, -46.939253431995098 ], [ -75.644395311165454, -46.64764332457203 ], [ -74.692153693323064, -45.763976332380992 ], [ -74.351709357384266, -44.103044122087894 ], [ -73.240356004515235, -44.454960625995639 ], [ -72.71780392117978, -42.383355808278992 ], [ -73.388899909138246, -42.117532240569574 ], [ -73.701335618774891, -43.36577646257976 ], [ -74.331943122032584, -43.224958184584409 ], [ -74.017957119427194, -41.794812920906836 ], [ -73.677099372029971, -39.942212823243125 ], [ -73.217592536090677, -39.258688653318515 ], [ -73.505559455037087, -38.282882582351093 ], [ -73.58806087919109, -37.156284681956024 ], [ -73.166717088499325, -37.123780206044373 ], [ -72.553136969681731, -35.508840020491036 ], [ -71.861732143832597, -33.909092706031529 ], [ -71.438450486929923, -32.418899428030826 ], [ -71.668720669222466, -30.920644626592519 ], [ -71.370082567007756, -30.095682061485007 ], [ -71.489894375276464, -28.861442152625912 ], [ -70.905123867461583, -27.640379734001201 ], [ -70.724953986275978, -25.705924167587213 ], [ -70.40396582709505, -23.628996677344546 ], [ -70.091245897080682, -21.393319187101241 ], [ -70.164419725205988, -19.756468194256186 ], [ -70.372572394477743, -18.347975355708897 ], [ -69.858443569605839, -18.092693780187034 ], [ -69.590423753523993, -17.58001189541929 ], [ -69.100246955019458, -18.260125420812656 ], [ -68.966818406841838, -18.981683444904093 ], [ -68.442225104430946, -19.405068454671422 ], [ -68.757167121033717, -20.372657972904491 ], [ -68.219913092711266, -21.494346612231837 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "China", "sov_a3": "CH1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "China", "adm0_a3": "CHN", "geou_dif": 0.000000, "geounit": "China", "gu_a3": "CHN", "su_dif": 0.000000, "subunit": "China", "su_a3": "CHN", "brk_diff": 0.000000, "name": "China", "name_long": "China", "brk_a3": "CHN", "brk_name": "China", "brk_group": null, "abbrev": "China", "postal": "CN", "formal_en": "People's Republic of China", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "China", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 4.000000, "mapcolor9": 4.000000, "mapcolor13": 3.000000, "pop_est": 1338612970.000000, "gdp_md_est": 7973000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CN", "iso_a3": "CHN", "iso_n3": "156", "un_a3": "156", "wb_a2": "CN", "wb_a3": "CHN", "woe_id": -99.000000, "adm0_a3_is": "CHN", "adm0_a3_us": "CHN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110.339187860151611, 18.678395087147578 ], [ 109.475209588663773, 18.197700913968617 ], [ 108.655207961056163, 18.507681993071401 ], [ 108.626217482540454, 19.367887885001977 ], [ 109.119055617308021, 19.82103851976936 ], [ 110.211598748822922, 20.101253973872076 ], [ 110.786550734502242, 20.077534491450052 ], [ 111.010051304164648, 19.695929877190736 ], [ 110.57064660038688, 19.255879218009312 ], [ 110.339187860151611, 18.678395087147578 ] ] ], [ [ [ 127.657407261262421, 49.760270494172943 ], [ 129.397817824420514, 49.440600084015529 ], [ 130.582293328982558, 48.729687404976204 ], [ 130.987281528853913, 47.790132351261406 ], [ 132.506671991099523, 47.788969631534883 ], [ 133.373595819228086, 48.183441677434928 ], [ 135.026311476786788, 48.478229885443909 ], [ 134.500813836810636, 47.578439846377847 ], [ 134.11236209527263, 47.212467352886733 ], [ 133.769643996313079, 46.116926988299156 ], [ 133.097126906466457, 45.144066473972174 ], [ 131.88345421765959, 45.321161607436522 ], [ 131.025212030156098, 44.967953192721581 ], [ 131.288555129115622, 44.111519680348266 ], [ 131.14468794161499, 42.929989732426947 ], [ 130.633866408409887, 42.903014634770557 ], [ 130.640015903852458, 42.395009467125277 ], [ 130.639999706909663, 42.3950242752218 ], [ 129.994267205933312, 42.9853868678438 ], [ 129.596668735879547, 42.424981797854599 ], [ 128.052215203972338, 41.994284572917991 ], [ 128.208433058790746, 41.466771552082548 ], [ 127.34378299368305, 41.503151760415932 ], [ 126.869083286649953, 41.816569322266162 ], [ 126.182045119329445, 41.107336127276369 ], [ 125.079941847840729, 40.569823716792456 ], [ 124.265624627785343, 39.928493353834142 ], [ 122.867570428561095, 39.637787583976262 ], [ 122.131387974130945, 39.170451768544638 ], [ 121.054554478032884, 38.897471014962889 ], [ 121.585994907722494, 39.360853583324115 ], [ 121.376757033372684, 39.750261338859531 ], [ 122.168595005381036, 40.422442531896053 ], [ 121.640358514493556, 40.946389878903318 ], [ 120.768628778161968, 40.593388169917603 ], [ 119.63960208544907, 39.898055935214217 ], [ 119.023463983233029, 39.252333075511103 ], [ 118.042748651197911, 39.204273993479688 ], [ 117.532702264477081, 38.737635809884097 ], [ 118.059698520989713, 38.061475531561058 ], [ 118.878149855628379, 37.897325344385905 ], [ 118.911636183753529, 37.448463853498737 ], [ 119.70280236214208, 37.15638865818508 ], [ 120.823457472823662, 37.870427761377982 ], [ 121.711258579597967, 37.48112335870718 ], [ 122.35793745329849, 37.454484157860691 ], [ 122.519994744965828, 36.930614325501836 ], [ 121.104163853033043, 36.651329047180411 ], [ 120.637008905114584, 36.111439520811132 ], [ 119.664561802246084, 35.609790554337735 ], [ 119.151208123858595, 34.909859117160465 ], [ 120.227524855633732, 34.36033193616862 ], [ 120.620369093916651, 33.376722723925127 ], [ 121.229014113450233, 32.460318711877164 ], [ 121.908145786630058, 31.69217438407469 ], [ 121.891919386890351, 30.949351508095106 ], [ 121.264257440273326, 30.676267401648715 ], [ 121.503519321784808, 30.142914943964257 ], [ 122.0921138855891, 29.832520453403163 ], [ 121.938428175953078, 29.01802236583481 ], [ 121.68443851123854, 28.225512600206656 ], [ 121.125661248866464, 28.135673122667185 ], [ 120.395473260582349, 27.053206895449392 ], [ 119.585496860839584, 25.740780544532612 ], [ 118.656871372554548, 24.547390855400238 ], [ 117.281606479970861, 23.624501451099718 ], [ 115.890735304835147, 22.782873236578098 ], [ 114.763827345846238, 22.66807404224167 ], [ 114.152546828265685, 22.223760077396179 ], [ 113.806779819800767, 22.54833974862143 ], [ 113.24107791550162, 22.051367499270469 ], [ 111.843592157032475, 21.550493679281487 ], [ 110.785465529424158, 21.397143866455338 ], [ 110.44403934127169, 20.341032619706397 ], [ 109.889861281373584, 20.282457383703445 ], [ 109.627655063924664, 21.008227037026728 ], [ 109.864488153118344, 21.395050970947523 ], [ 108.52281294152445, 21.715212307211829 ], [ 108.050180291782993, 21.552379869060189 ], [ 107.043420037872664, 21.811898912029903 ], [ 106.56727339073538, 22.218204860924828 ], [ 106.725403273548551, 22.794267889898464 ], [ 105.811247186305224, 22.976892401617903 ], [ 105.329209425886717, 23.352063300056955 ], [ 104.476858351664504, 22.819150092047011 ], [ 103.504514601660588, 22.70375661873922 ], [ 102.706992222100183, 22.708795070887703 ], [ 102.170435825613566, 22.464753119389343 ], [ 101.652017856861647, 22.318198757409561 ], [ 101.803119744882935, 21.174366766845054 ], [ 101.270025669360024, 21.20165192309517 ], [ 101.180005324307587, 21.43657298429406 ], [ 101.150032993578264, 21.849984442629022 ], [ 100.416537713627378, 21.558839423096629 ], [ 99.983489211021578, 21.742936713136459 ], [ 99.240898878987338, 22.118314317304566 ], [ 99.531992222087496, 22.949038804612599 ], [ 98.898749220782889, 23.142722072842588 ], [ 98.660262485755794, 24.063286037690006 ], [ 97.604719679762042, 23.897404690033056 ], [ 97.724609002679216, 25.083637193293015 ], [ 98.67183800658924, 25.918702500913497 ], [ 98.712093947344641, 26.74353587494025 ], [ 98.682690057370593, 27.508812160750637 ], [ 98.246230910233379, 27.747221381129179 ], [ 97.911987746169501, 28.335945136014374 ], [ 97.327113885490036, 28.261582749946342 ], [ 96.248833449287901, 28.411030992134471 ], [ 96.586590610747606, 28.830979519154369 ], [ 96.117678664131034, 29.45280202892252 ], [ 95.404802280664654, 29.03171662039216 ], [ 94.565990431703, 29.277438055940053 ], [ 93.413347609432748, 28.640629380807241 ], [ 92.503118931043645, 27.896876329046449 ], [ 91.696656528696707, 27.771741848251708 ], [ 91.258853794319947, 28.04061432546635 ], [ 90.730513950567826, 28.064953925075827 ], [ 90.015828891971211, 28.296438503527185 ], [ 89.475810174521172, 28.042758897406372 ], [ 88.814248488320544, 27.299315904239393 ], [ 88.730325962278556, 28.08686473236753 ], [ 88.120440708369841, 27.876541652939579 ], [ 86.954517043000664, 27.974261786403531 ], [ 85.823319940131597, 28.203575954698749 ], [ 85.011638218123124, 28.642773952747376 ], [ 84.234579705750178, 28.83989370372467 ], [ 83.898992954446754, 29.320226141877725 ], [ 83.33711510613719, 29.463731594352168 ], [ 82.327512648450892, 30.115268052688208 ], [ 81.525804477874857, 30.422716986608663 ], [ 81.11125613802929, 30.183480943313413 ], [ 79.721366815107132, 30.882714748654735 ], [ 78.738894484374015, 31.515906073527049 ], [ 78.458446486326039, 32.618164374312727 ], [ 79.176128777995558, 32.483779812137755 ], [ 79.208891636068671, 32.994394639613745 ], [ 78.811086460285736, 33.506198025032404 ], [ 78.912268914713223, 34.321936346975775 ], [ 77.837450799474624, 35.494009507787808 ], [ 76.192848341785776, 35.898403428687857 ], [ 75.896897414050187, 36.666806138651879 ], [ 75.158027785140888, 37.133030910789074 ], [ 74.980002475895418, 37.419990139305867 ], [ 74.829985792952158, 37.990007025701459 ], [ 74.864815708316854, 38.378846340481573 ], [ 74.257514276022818, 38.60650686294349 ], [ 73.928852166646465, 38.50581533462281 ], [ 73.675379266254794, 39.431236884105658 ], [ 73.960013055318456, 39.660008449861721 ], [ 73.82224368682833, 39.893973497063229 ], [ 74.776862420556057, 40.366425279291633 ], [ 75.467827996730733, 40.562072251948678 ], [ 76.526368035797447, 40.427946071935139 ], [ 76.904484490877138, 41.066485907549662 ], [ 78.187196893226059, 41.185315863604814 ], [ 78.543660923175338, 41.58224254003872 ], [ 80.119430373051415, 42.12394074153832 ], [ 80.259990268885332, 42.349999294599087 ], [ 80.180150180994389, 42.920067857426943 ], [ 80.866206496101341, 43.1803620468811 ], [ 79.96610639844144, 44.917516994804714 ], [ 81.947070753918155, 45.317027492853242 ], [ 82.458925815769106, 45.539649563166506 ], [ 83.180483839860557, 47.330031236350834 ], [ 85.164290399113355, 47.000955715516113 ], [ 85.720483839870809, 47.452969468773176 ], [ 85.768232863308384, 48.455750637396989 ], [ 86.598776483103364, 48.549181626980612 ], [ 87.359970330762764, 49.214980780629162 ], [ 87.751264276076739, 49.297197984405557 ], [ 88.013832228551763, 48.599462795600601 ], [ 88.854297723346775, 48.069081732772986 ], [ 90.280825636763922, 47.693549099307916 ], [ 90.970809360725099, 46.888146063822944 ], [ 90.585768263718336, 45.719716091487498 ], [ 90.94553958533433, 45.28607330991025 ], [ 92.13389082231825, 45.115075995456522 ], [ 93.48073367714133, 44.975472113620015 ], [ 94.688928664125427, 44.352331854828464 ], [ 95.306875441471533, 44.241330878265472 ], [ 95.762454868556716, 43.319449164394626 ], [ 96.349395786527822, 42.725635280928742 ], [ 97.451757440178, 42.748889675460077 ], [ 99.515817498780024, 42.524691473961695 ], [ 100.84586551310835, 42.66380442969151 ], [ 101.833040399179964, 42.514872951826277 ], [ 103.312278273534815, 41.907468166667627 ], [ 104.52228193564909, 41.908346666016627 ], [ 104.964993931093517, 41.597409572916348 ], [ 106.129315627061686, 42.134327704428898 ], [ 107.744772576938004, 42.481515814781886 ], [ 109.243595819131457, 42.519446316084156 ], [ 110.412103306115313, 42.871233628911028 ], [ 111.129682244920247, 43.406834011400178 ], [ 111.829587843881399, 43.743118394539493 ], [ 111.66773725794323, 44.073175767587713 ], [ 111.348376906379514, 44.457441718110147 ], [ 111.873306105600335, 45.102079372735119 ], [ 112.436062453258927, 45.011645616224257 ], [ 113.463906691544281, 44.808893134127089 ], [ 114.460331658996125, 45.339816799493889 ], [ 115.985096470200148, 45.727235012386018 ], [ 116.717868280098884, 46.388202419615254 ], [ 117.42170128791426, 46.672732855814303 ], [ 118.87432579963874, 46.805412095723653 ], [ 119.663269891438773, 46.692679958678951 ], [ 119.772823927897576, 47.048058783550147 ], [ 118.866574334795047, 47.74706004494621 ], [ 118.064142694166748, 48.066730455103709 ], [ 117.295507440257467, 47.697709052107484 ], [ 116.308952671373248, 47.853410142602826 ], [ 115.742837355615876, 47.726544501326259 ], [ 115.485282017073047, 48.135382595403428 ], [ 116.191802199367629, 49.134598090199148 ], [ 116.678800897286266, 49.888531399121405 ], [ 117.879244419426499, 49.510983384797044 ], [ 119.28846072802591, 50.142882798862047 ], [ 119.279365675942444, 50.582907619827296 ], [ 120.182049595216967, 51.643566392618027 ], [ 120.738191359542014, 51.964115302124554 ], [ 120.725789015792003, 52.516226304730907 ], [ 120.177088657716951, 52.753886216841209 ], [ 121.003084751470311, 53.251401068731241 ], [ 122.245747918792944, 53.431725979213695 ], [ 123.571506789240885, 53.458804429734641 ], [ 125.068211297710519, 53.161044826868931 ], [ 125.946348911646368, 52.79279857035695 ], [ 126.564399041857001, 51.784255479532703 ], [ 126.939156528837856, 51.35389415140591 ], [ 127.287455682484989, 50.739797268265448 ], [ 127.657407261262421, 49.760270494172943 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Ivory Coast", "sov_a3": "CIV", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Ivory Coast", "adm0_a3": "CIV", "geou_dif": 0.000000, "geounit": "Ivory Coast", "gu_a3": "CIV", "su_dif": 0.000000, "subunit": "Ivory Coast", "su_a3": "CIV", "brk_diff": 0.000000, "name": "Côte d'Ivoire", "name_long": "Côte d'Ivoire", "brk_a3": "CIV", "brk_name": "Côte d'Ivoire", "brk_group": null, "abbrev": "I.C.", "postal": "CI", "formal_en": "Republic of Ivory Coast", "formal_fr": "Republic of Cote D'Ivoire", "note_adm0": null, "note_brk": null, "name_sort": "Côte d'Ivoire", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 6.000000, "mapcolor9": 3.000000, "mapcolor13": 3.000000, "pop_est": 20617068.000000, "gdp_md_est": 33850.000000, "pop_year": -99.000000, "lastcensus": 1998.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CI", "iso_a3": "CIV", "iso_n3": "384", "un_a3": "384", "wb_a2": "CI", "wb_a3": "CIV", "woe_id": -99.000000, "adm0_a3_is": "CIV", "adm0_a3_us": "CIV", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 13.000000, "long_len": 13.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.404341599946974, 10.37073680260913 ], [ -4.954653286143099, 10.152713934769778 ], [ -4.77988359213191, 9.821984768101714 ], [ -4.330246954760327, 9.610834865757127 ], [ -3.980449184576713, 9.862344061721728 ], [ -3.511898972986245, 9.900326239456263 ], [ -2.827496303712707, 9.642460842319792 ], [ -2.562189500326184, 8.219627793811483 ], [ -2.98358496745027, 7.379704901555499 ], [ -3.244370083011205, 6.250471503113531 ], [ -2.810701463217868, 5.389051215024125 ], [ -2.85612504720234, 4.994475816259495 ], [ -3.311084357100043, 4.984295559098044 ], [ -4.008819545904885, 5.179813340674315 ], [ -4.649917364917854, 5.168263658057086 ], [ -5.834496222344484, 4.993700669775151 ], [ -6.528769090185818, 4.705087795425015 ], [ -7.51894120933045, 4.338288479017294 ], [ -7.712159389669722, 4.364565944837736 ], [ -7.635368211284032, 5.188159084489456 ], [ -7.53971513511172, 5.31334524171649 ], [ -7.570152553731646, 5.70735219972596 ], [ -7.993692592795838, 6.126189683451599 ], [ -8.311347622094019, 6.193033148621112 ], [ -8.602880214868605, 6.46756419517169 ], [ -8.385451626000503, 6.911800645368785 ], [ -8.48544552248535, 7.395207831243056 ], [ -8.439298468448726, 7.686042792181794 ], [ -8.280703497744923, 7.687179673692143 ], [ -8.221792364932156, 8.12332876223563 ], [ -8.299048631208535, 8.316443589710332 ], [ -8.203498907900837, 8.455453192575476 ], [ -7.832100389019132, 8.575704250518612 ], [ -8.079113735374307, 9.376223863152063 ], [ -8.309616461612194, 9.789531968622441 ], [ -8.229337124046765, 10.129020290563943 ], [ -8.029943610048576, 10.206534939001699 ], [ -7.899589809592385, 10.297382106970858 ], [ -7.622759161804822, 10.147236232946796 ], [ -6.850506557634986, 10.138993841996239 ], [ -6.666460944027563, 10.430810655148463 ], [ -6.493965013037268, 10.4113028019583 ], [ -6.205222947606444, 10.524060777219191 ], [ -6.050452032892224, 10.096360785355429 ], [ -5.816926235365315, 10.222554633012223 ], [ -5.404341599946974, 10.37073680260913 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Cameroon", "sov_a3": "CMR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Cameroon", "adm0_a3": "CMR", "geou_dif": 0.000000, "geounit": "Cameroon", "gu_a3": "CMR", "su_dif": 0.000000, "subunit": "Cameroon", "su_a3": "CMR", "brk_diff": 0.000000, "name": "Cameroon", "name_long": "Cameroon", "brk_a3": "CMR", "brk_name": "Cameroon", "brk_group": null, "abbrev": "Cam.", "postal": "CM", "formal_en": "Republic of Cameroon", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Cameroon", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 3.000000, "pop_est": 18879301.000000, "gdp_md_est": 42750.000000, "pop_year": -99.000000, "lastcensus": 2005.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CM", "iso_a3": "CMR", "iso_n3": "120", "un_a3": "120", "wb_a2": "CM", "wb_a3": "CMR", "woe_id": -99.000000, "adm0_a3_is": "CMR", "adm0_a3_us": "CMR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 14.923564894275103, 10.891325181517516 ], [ 15.467872755605327, 9.982336737503502 ], [ 14.909353875394856, 9.992129421422732 ], [ 14.627200555081089, 9.920919297724581 ], [ 14.17146609869917, 10.021378282100017 ], [ 13.95421837734412, 9.549494940626687 ], [ 14.544466586981912, 8.96586131432224 ], [ 14.979995558337748, 8.796104234243529 ], [ 15.120865512765391, 8.382150173369496 ], [ 15.436091749745799, 7.692812404811988 ], [ 15.279460483469165, 7.421924546737998 ], [ 14.776545444404547, 6.408498033062045 ], [ 14.536560092841171, 6.226958726420676 ], [ 14.459407179429377, 5.451760565610272 ], [ 14.558935988023507, 5.030597642431545 ], [ 14.478372430080526, 4.73260549562049 ], [ 14.950953403389718, 4.210389309094964 ], [ 15.036219516671224, 3.85136729574711 ], [ 15.40539594896444, 3.335300604664312 ], [ 15.862732374747509, 3.013537298998955 ], [ 15.907380812247652, 2.557389431158612 ], [ 16.012852410555382, 2.267639675298128 ], [ 15.940918816805095, 1.727672634280353 ], [ 15.146341993885301, 1.964014797367227 ], [ 14.337812534246638, 2.227874660649491 ], [ 13.075822381246809, 2.267097072759043 ], [ 12.951333855855637, 2.321615708826911 ], [ 12.359380323952252, 2.192812201339493 ], [ 11.751665480199847, 2.326757513839965 ], [ 11.27644900884377, 2.2610509301809 ], [ 9.649158155972685, 2.283866075037722 ], [ 9.795195753629486, 3.073404445809118 ], [ 9.404366896206, 3.734526882335217 ], [ 8.948115675501072, 3.90412893311715 ], [ 8.744923943729418, 4.352215277519988 ], [ 8.488815545290947, 4.49561737712996 ], [ 8.500287713259695, 4.771982937026834 ], [ 8.757532993208628, 5.479665839047954 ], [ 9.233162876023101, 6.444490668153335 ], [ 9.52270592615443, 6.453482367372132 ], [ 10.118276808318228, 7.038769639509908 ], [ 10.497375115611419, 7.05535777427562 ], [ 11.058787876030323, 6.644426784690609 ], [ 11.745774366918567, 6.981382961449782 ], [ 11.839308709366833, 7.397042344589437 ], [ 12.063946160539615, 7.799808457872359 ], [ 12.218872104550627, 8.305824082874295 ], [ 12.753671502339245, 8.717762762888981 ], [ 12.955467970439031, 9.417771714714718 ], [ 13.167599724997103, 9.640626328973397 ], [ 13.308676385153973, 10.160362046748972 ], [ 13.572949659894533, 10.79856598555358 ], [ 14.415378859116657, 11.572368882692089 ], [ 14.468192172919004, 11.904751695193383 ], [ 14.577177768622533, 12.085360826053559 ], [ 14.181336297266881, 12.483656927943088 ], [ 14.213530714584778, 12.80203542729339 ], [ 14.495787387762959, 12.859396267137413 ], [ 14.893385857816526, 12.219047756392598 ], [ 14.960151808337656, 11.555574042197222 ], [ 14.923564894275103, 10.891325181517516 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Democratic Republic of the Congo", "sov_a3": "COD", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Democratic Republic of the Congo", "adm0_a3": "COD", "geou_dif": 0.000000, "geounit": "Democratic Republic of the Congo", "gu_a3": "COD", "su_dif": 0.000000, "subunit": "Democratic Republic of the Congo", "su_a3": "COD", "brk_diff": 0.000000, "name": "Dem. Rep. Congo", "name_long": "Democratic Republic of the Congo", "brk_a3": "COD", "brk_name": "Democratic Republic of the Congo", "brk_group": null, "abbrev": "D.R.C.", "postal": "DRC", "formal_en": "Democratic Republic of the Congo", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Congo, Dem. Rep.", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 4.000000, "mapcolor9": 4.000000, "mapcolor13": 7.000000, "pop_est": 68692542.000000, "gdp_md_est": 20640.000000, "pop_year": -99.000000, "lastcensus": 1984.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CD", "iso_a3": "COD", "iso_n3": "180", "un_a3": "180", "wb_a2": "ZR", "wb_a3": "ZAR", "woe_id": -99.000000, "adm0_a3_is": "COD", "adm0_a3_us": "COD", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 15.000000, "long_len": 32.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.402760857862603, 5.15087453859087 ], [ 27.044065382604714, 5.127852688004879 ], [ 27.374226108517604, 5.233944403500061 ], [ 27.979977247842925, 4.408413397637375 ], [ 28.428993768027055, 4.287154649264565 ], [ 28.696677687298859, 4.45507721599698 ], [ 29.159078403446586, 4.389267279473245 ], [ 29.715995314255991, 4.600804755060125 ], [ 29.95350019706953, 4.173699042167726 ], [ 30.833852421715477, 3.509171604222416 ], [ 30.833859897593783, 3.509165961110398 ], [ 30.773346795380093, 2.339883327642141 ], [ 31.174149204235931, 2.204465236821292 ], [ 30.852670118948112, 1.849396470543851 ], [ 30.46850752129032, 1.583805446779692 ], [ 30.086153598762763, 1.062312730306388 ], [ 29.87577884290252, 0.597379868976404 ], [ 29.819503208136638, -0.205310153813357 ], [ 29.587837762172143, -0.587405694179395 ], [ 29.579466180140884, -1.341313164885619 ], [ 29.29188683443661, -1.620055840667959 ], [ 29.254834832483397, -2.215109958508862 ], [ 29.117478875451553, -2.292211195488392 ], [ 29.024926385216787, -2.839257907730186 ], [ 29.27638390474911, -3.293907159034063 ], [ 29.285521356576197, -3.467147604356228 ], [ 29.281034783655372, -3.455499362810684 ], [ 29.101717563602563, -5.054006442895272 ], [ 29.371985304489016, -5.616452731960038 ], [ 29.193184848759103, -6.038029066597076 ], [ 29.53652306490639, -6.754161065297922 ], [ 30.147028436002557, -7.299244073112561 ], [ 30.277356398242631, -7.848357842645996 ], [ 30.566847771941781, -8.115008233272121 ], [ 30.521774165394135, -8.283636281985721 ], [ 30.346086053190817, -8.238256524288175 ], [ 29.00291222506047, -8.4070317521535 ], [ 28.734866570762563, -8.526559340044585 ], [ 28.449871046672826, -9.164918308146056 ], [ 28.673681674928986, -9.605924981324961 ], [ 28.496069777141827, -10.789883721564038 ], [ 28.372253045370485, -11.79364674240135 ], [ 28.642417433392353, -11.971568698782335 ], [ 29.341547885869062, -12.360743910372392 ], [ 29.616001417771287, -12.178894545137283 ], [ 29.699613885219463, -13.257226657771866 ], [ 28.934285922976869, -13.248958428605121 ], [ 28.523561639120999, -12.698604424696654 ], [ 28.155108676880047, -12.27248056401784 ], [ 27.388798862423783, -12.132747491100645 ], [ 27.16441979341252, -11.60874846766103 ], [ 26.553087599399646, -11.924439792532127 ], [ 25.752309604604733, -11.784965101776379 ], [ 25.418118116973233, -11.330935967659968 ], [ 24.783169793402919, -11.238693536018914 ], [ 24.31451622894798, -11.262826429899249 ], [ 24.257155389104042, -10.951992689663655 ], [ 23.912215203555746, -10.926826267137457 ], [ 23.45679080576744, -10.867863457892483 ], [ 22.837345411884769, -11.017621758674338 ], [ 22.402798292742432, -10.993075453335706 ], [ 22.155268182064333, -11.084801120653779 ], [ 22.208753289486424, -9.89479623783653 ], [ 21.875181919042404, -9.523707777548566 ], [ 21.801801385187929, -8.908706556843001 ], [ 21.94913089365204, -8.30590097415822 ], [ 21.746455926203367, -7.920084730667128 ], [ 21.728110792739756, -7.290872491081316 ], [ 20.514748162526502, -7.299605808138665 ], [ 20.601822950938327, -6.939317722199689 ], [ 20.091621534920705, -6.943090101756951 ], [ 20.037723016040218, -7.116361179231674 ], [ 19.417502475673217, -7.155428562044278 ], [ 19.166613396896167, -7.738183688999726 ], [ 19.016751743249642, -7.98824594486014 ], [ 18.464175652752687, -7.847014255406393 ], [ 18.134221632569052, -7.98767750410488 ], [ 17.472970004962264, -8.068551120641672 ], [ 17.089995965247141, -7.545688978712491 ], [ 16.86019087084523, -7.222297865429979 ], [ 16.573179965896117, -6.622644545115094 ], [ 16.326528354567046, -5.877470391466218 ], [ 13.375597364971895, -5.864241224799557 ], [ 13.024869419006961, -5.984388929878122 ], [ 12.73517133957867, -5.965682061388478 ], [ 12.322431674863566, -6.100092461779653 ], [ 12.182336866920252, -5.789930515163817 ], [ 12.436688266660923, -5.684303887559224 ], [ 12.468004184629763, -5.248361504744992 ], [ 12.631611769265817, -4.991271254092936 ], [ 12.995517205465205, -4.781103203961834 ], [ 13.258240187237107, -4.882957452009151 ], [ 13.600234816144678, -4.500138441590991 ], [ 14.14495608893327, -4.510008640158688 ], [ 14.209034864975223, -4.793092136253563 ], [ 14.582603794013238, -4.970238946150118 ], [ 15.170991652088418, -4.343507175314272 ], [ 15.753540073314809, -3.85516489015609 ], [ 16.00628950365433, -3.535132744972543 ], [ 15.972803175529208, -2.712392266453634 ], [ 16.407091912510111, -1.740927015798647 ], [ 16.86530683764218, -1.225816338713244 ], [ 17.523716261472885, -0.743830254726959 ], [ 17.638644646889986, -0.424831638189275 ], [ 17.663552687254736, -0.058083998213831 ], [ 17.826540154703252, 0.288923244626105 ], [ 17.774191928791595, 0.855658677571114 ], [ 17.898835483479644, 1.741831976728307 ], [ 18.094275750407434, 2.365721543788084 ], [ 18.393792351971143, 2.900443426928234 ], [ 18.453065219809957, 3.504385891123363 ], [ 18.542982211997838, 4.20178518311829 ], [ 18.932312452884759, 4.709506130386032 ], [ 19.467783644293206, 5.031527818212837 ], [ 20.290679152108993, 4.691677761245302 ], [ 20.927591180106276, 4.322785549329737 ], [ 21.659122755630023, 4.224341945813762 ], [ 22.405123732195591, 4.029160061047321 ], [ 22.704123569436319, 4.633050848810157 ], [ 22.841479526468135, 4.710126247573498 ], [ 23.297213982850167, 4.609693101414251 ], [ 24.410531040146282, 5.10878408448913 ], [ 24.805028924262444, 4.897246608902336 ], [ 25.128833449003253, 4.927244777847761 ], [ 25.278798455514362, 5.170408229997207 ], [ 25.650455356557501, 5.256087754737138 ], [ 26.402760857862603, 5.15087453859087 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Republic of Congo", "sov_a3": "COG", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Republic of Congo", "adm0_a3": "COG", "geou_dif": 0.000000, "geounit": "Republic of Congo", "gu_a3": "COG", "su_dif": 0.000000, "subunit": "Republic of Congo", "su_a3": "COG", "brk_diff": 0.000000, "name": "Congo", "name_long": "Republic of Congo", "brk_a3": "COG", "brk_name": "Republic of Congo", "brk_group": null, "abbrev": "Rep. Congo", "postal": "CG", "formal_en": "Republic of Congo", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Congo, Rep.", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 10.000000, "pop_est": 4012809.000000, "gdp_md_est": 15350.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CG", "iso_a3": "COG", "iso_n3": "178", "un_a3": "178", "wb_a2": "CG", "wb_a3": "COG", "woe_id": -99.000000, "adm0_a3_is": "COG", "adm0_a3_us": "COG", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 17.000000, "abbrev_len": 10.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 18.453065219809957, 3.504385891123363 ], [ 18.393792351971143, 2.900443426928234 ], [ 18.094275750407434, 2.365721543788084 ], [ 17.898835483479644, 1.741831976728307 ], [ 17.774191928791595, 0.855658677571114 ], [ 17.826540154703252, 0.288923244626105 ], [ 17.663552687254736, -0.058083998213831 ], [ 17.638644646889986, -0.424831638189275 ], [ 17.523716261472885, -0.743830254726959 ], [ 16.86530683764218, -1.225816338713244 ], [ 16.407091912510111, -1.740927015798647 ], [ 15.972803175529208, -2.712392266453634 ], [ 16.00628950365433, -3.535132744972543 ], [ 15.753540073314809, -3.85516489015609 ], [ 15.170991652088418, -4.343507175314272 ], [ 14.582603794013238, -4.970238946150118 ], [ 14.209034864975223, -4.793092136253563 ], [ 14.14495608893327, -4.510008640158688 ], [ 13.600234816144678, -4.500138441590991 ], [ 13.258240187237107, -4.882957452009151 ], [ 12.995517205465205, -4.781103203961834 ], [ 12.62075971848455, -4.438023369976122 ], [ 12.318607618873926, -4.606230157086173 ], [ 11.91496300624209, -5.037986748884734 ], [ 11.093772820691953, -3.978826592630554 ], [ 11.855121697648116, -3.426870619321051 ], [ 11.478038771214273, -2.765618991714192 ], [ 11.820963575903221, -2.514161472181982 ], [ 12.49570275233819, -2.391688327650243 ], [ 12.575284458067671, -1.948511244315128 ], [ 13.109618767965685, -2.4287403296035 ], [ 13.992407260807738, -2.470804945489121 ], [ 14.299210239324623, -1.998275648612235 ], [ 14.425455763413623, -1.333406670744978 ], [ 14.316418491277801, -0.55262745524702 ], [ 13.843320753645628, 0.038757635901192 ], [ 14.276265903386957, 1.196929836426634 ], [ 14.026668735417218, 1.395677395021181 ], [ 13.282631463278875, 1.314183661296923 ], [ 13.003113641012106, 1.830896307783362 ], [ 13.075822381246809, 2.267097072759043 ], [ 14.337812534246638, 2.227874660649491 ], [ 15.146341993885301, 1.964014797367227 ], [ 15.940918816805095, 1.727672634280353 ], [ 16.012852410555382, 2.267639675298128 ], [ 16.537058139724166, 3.198254706226322 ], [ 17.133042433346361, 3.728196519379438 ], [ 17.809900343505262, 3.560196437998542 ], [ 18.453065219809957, 3.504385891123363 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Colombia", "sov_a3": "COL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Colombia", "adm0_a3": "COL", "geou_dif": 0.000000, "geounit": "Colombia", "gu_a3": "COL", "su_dif": 0.000000, "subunit": "Colombia", "su_a3": "COL", "brk_diff": 0.000000, "name": "Colombia", "name_long": "Colombia", "brk_a3": "COL", "brk_name": "Colombia", "brk_group": null, "abbrev": "Col.", "postal": "CO", "formal_en": "Republic of Colombia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Colombia", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 1.000000, "pop_est": 45644023.000000, "gdp_md_est": 395400.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CO", "iso_a3": "COL", "iso_n3": "170", "un_a3": "170", "wb_a2": "CO", "wb_a3": "COL", "woe_id": -99.000000, "adm0_a3_is": "COL", "adm0_a3_us": "COL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -71.331583624950326, 11.77628408451578 ], [ -71.973921678338286, 11.608671576377105 ], [ -72.227575446242923, 11.108702093953227 ], [ -72.614657762325237, 10.821975409381764 ], [ -72.905286017534735, 10.4503443465548 ], [ -73.027604132769596, 9.736770331252487 ], [ -73.304951544880055, 9.151999823437592 ], [ -72.788729824500393, 9.085027167187306 ], [ -72.660494757768134, 8.625287787302668 ], [ -72.439862230097958, 8.405275376820057 ], [ -72.360900641555929, 8.002638454617909 ], [ -72.479678921178788, 7.632506008327411 ], [ -72.444487270788045, 7.423784898300482 ], [ -72.198352423781841, 7.340430813013654 ], [ -71.960175747348671, 6.991614895043512 ], [ -70.674233567981474, 7.087784735538705 ], [ -70.093312954372436, 6.960376491723167 ], [ -69.389479946557145, 6.099860541198865 ], [ -68.985318569602327, 6.206804917826858 ], [ -68.265052456318216, 6.153268133972475 ], [ -67.695087246355001, 6.267318020040676 ], [ -67.341439581965545, 6.095468044454037 ], [ -67.521531948502741, 5.556870428891969 ], [ -67.74469662135516, 5.22112864829171 ], [ -67.823012254493534, 4.503937282728913 ], [ -67.621835903581314, 3.839481716320051 ], [ -67.337563849543614, 3.542342230641708 ], [ -67.303173183853374, 3.318454087737166 ], [ -67.809938117123721, 2.820655015469598 ], [ -67.447092047786327, 2.600280869960869 ], [ -67.181294318293112, 2.250638129074105 ], [ -66.876325853122609, 1.253360500489364 ], [ -67.065048183852497, 1.130112209473211 ], [ -67.259997524673594, 1.71999868408497 ], [ -67.537810024674712, 2.037162787276344 ], [ -67.868565029558795, 1.692455145673392 ], [ -69.816973232691652, 1.714805202639624 ], [ -69.804596727157701, 1.089081122233452 ], [ -69.21863766140018, 0.985676581217461 ], [ -69.252434048119056, 0.602650865070046 ], [ -69.452396002872433, 0.706158758950707 ], [ -70.015565761989336, 0.541414292804191 ], [ -70.020655890569998, -0.185156345219539 ], [ -69.577065395776572, -0.54999195720012 ], [ -69.420485805932231, -1.122618503426409 ], [ -69.444101935489584, -1.556287123219846 ], [ -69.893635219996582, -4.298186944194356 ], [ -70.394043952094961, -3.766591485207812 ], [ -70.692682054309671, -3.742872002785802 ], [ -70.047708502874883, -2.725156345229692 ], [ -70.813475714791991, -2.256864515800757 ], [ -71.413645799429759, -2.342802422702135 ], [ -71.774760708285442, -2.169789727388945 ], [ -72.325786505813653, -2.434218031426468 ], [ -73.070392218707269, -2.308954359550967 ], [ -73.6595035468346, -1.26049122478112 ], [ -74.122395189089048, -1.002832533373876 ], [ -74.441600511355972, -0.530820000819872 ], [ -75.106624518520078, -0.057205498864832 ], [ -75.373223232713826, -0.152031752120422 ], [ -75.801465827116573, 0.084801337073245 ], [ -76.292314419240995, 0.416047268064105 ], [ -76.57637976754944, 0.256935533037421 ], [ -77.424984300430395, 0.395686753741131 ], [ -77.668612840470445, 0.825893052570947 ], [ -77.855061408179523, 0.809925034992801 ], [ -78.855258755188743, 1.380923773601864 ], [ -78.990935228171026, 1.691369940595237 ], [ -78.617831387023699, 1.766404120283042 ], [ -78.662118089497852, 2.267355454920491 ], [ -78.427610439757359, 2.629555568854244 ], [ -77.931542527971516, 2.696605739752926 ], [ -77.510431281224982, 3.32501699463829 ], [ -77.127689785455289, 3.849636135265385 ], [ -77.496271938777028, 4.087606105969414 ], [ -77.307601284479432, 4.667984117039481 ], [ -77.533220587865685, 5.582811997902496 ], [ -77.318815070286746, 5.845354112161331 ], [ -77.47666073272228, 6.691116441266317 ], [ -77.881571417945224, 7.223771267114813 ], [ -77.753413865861376, 7.709839789252186 ], [ -77.431107957656934, 7.638061224798776 ], [ -77.242566494440013, 7.935278225125501 ], [ -77.474722866511314, 8.524286200388246 ], [ -77.353360765273834, 8.670504665558099 ], [ -76.836673957003569, 8.638749497914759 ], [ -76.086383836557843, 9.33682058352953 ], [ -75.674600185840035, 9.443248195834641 ], [ -75.664704149056121, 9.774003200718795 ], [ -75.480425991503353, 10.618990383339352 ], [ -74.906895107711961, 11.083044745320336 ], [ -74.276752692344871, 11.102035834187603 ], [ -74.197222663047683, 11.310472723836895 ], [ -73.414763963500292, 11.227015285685482 ], [ -72.627835252559606, 11.731971543825551 ], [ -72.23819495307896, 11.955549628136367 ], [ -71.754090135368642, 12.437303168177309 ], [ -71.399822353791734, 12.376040757695336 ], [ -71.137461107045851, 12.112981879113519 ], [ -71.331583624950326, 11.77628408451578 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Costa Rica", "sov_a3": "CRI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Costa Rica", "adm0_a3": "CRI", "geou_dif": 0.000000, "geounit": "Costa Rica", "gu_a3": "CRI", "su_dif": 0.000000, "subunit": "Costa Rica", "su_a3": "CRI", "brk_diff": 0.000000, "name": "Costa Rica", "name_long": "Costa Rica", "brk_a3": "CRI", "brk_name": "Costa Rica", "brk_group": null, "abbrev": "C.R.", "postal": "CR", "formal_en": "Republic of Costa Rica", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Costa Rica", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 4.000000, "mapcolor13": 2.000000, "pop_est": 4253877.000000, "gdp_md_est": 48320.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CR", "iso_a3": "CRI", "iso_n3": "188", "un_a3": "188", "wb_a2": "CR", "wb_a3": "CRI", "woe_id": -99.000000, "adm0_a3_is": "CRI", "adm0_a3_us": "CRI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -83.655611741861605, 10.93876414636145 ], [ -83.402319708982901, 10.395438137244639 ], [ -83.015676642575187, 9.992982082555542 ], [ -82.546196255203427, 9.566134751824677 ], [ -82.932890998043547, 9.476812038608173 ], [ -82.927154914059201, 9.074330145702888 ], [ -82.719183112300527, 8.92570872643148 ], [ -82.868657192704745, 8.807266343618551 ], [ -82.829770677405094, 8.626295477732342 ], [ -82.913176439124214, 8.423517157419084 ], [ -82.965783047197306, 8.225027980985985 ], [ -83.508437262694287, 8.446926581247283 ], [ -83.711473965169063, 8.656836249216852 ], [ -83.596313035806617, 8.830443223501391 ], [ -83.632641567707822, 9.051385809765293 ], [ -83.909885626953695, 9.290802720573581 ], [ -84.303401658856387, 9.487354030795728 ], [ -84.647644212568622, 9.615537421095681 ], [ -84.713350796227786, 9.908051866083852 ], [ -84.975660366541291, 10.086723130732977 ], [ -84.911374884770225, 9.795991522658909 ], [ -85.110923428065291, 9.55703969974131 ], [ -85.339488288092298, 9.834542141148717 ], [ -85.660786505866952, 9.933347479690724 ], [ -85.797444831062819, 10.134885565629048 ], [ -85.791708747078417, 10.439337266476656 ], [ -85.659313727546674, 10.754330959511719 ], [ -85.941725430021791, 10.895278428587844 ], [ -85.712540452807332, 11.088444932494838 ], [ -85.561851976244185, 11.217119248901582 ], [ -84.903003302738881, 10.952303371621937 ], [ -84.673069017256267, 11.082657172078129 ], [ -84.355930752280983, 10.999225572142905 ], [ -84.190178595704793, 10.793450018756715 ], [ -83.895054490885911, 10.726839097532448 ], [ -83.655611741861605, 10.93876414636145 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Cuba", "sov_a3": "CUB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Cuba", "adm0_a3": "CUB", "geou_dif": 0.000000, "geounit": "Cuba", "gu_a3": "CUB", "su_dif": 0.000000, "subunit": "Cuba", "su_a3": "CUB", "brk_diff": 0.000000, "name": "Cuba", "name_long": "Cuba", "brk_a3": "CUB", "brk_name": "Cuba", "brk_group": null, "abbrev": "Cuba", "postal": "CU", "formal_en": "Republic of Cuba", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Cuba", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 5.000000, "mapcolor9": 3.000000, "mapcolor13": 4.000000, "pop_est": 11451652.000000, "gdp_md_est": 108200.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CU", "iso_a3": "CUB", "iso_n3": "192", "un_a3": "192", "wb_a2": "CU", "wb_a3": "CUB", "woe_id": -99.000000, "adm0_a3_is": "CUB", "adm0_a3_us": "CUB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -79.679523688460222, 22.765303249598816 ], [ -79.281485968732028, 22.399201565027028 ], [ -78.347434455056515, 22.512166246017074 ], [ -77.993295864560253, 22.277193508386006 ], [ -77.146422492161008, 21.657851467367806 ], [ -76.523824835908556, 21.206819566324413 ], [ -76.194620123993133, 21.22056549731397 ], [ -75.598222418912627, 21.016624457274162 ], [ -75.671060350228032, 20.735091254148045 ], [ -74.93389604358444, 20.693905137611409 ], [ -74.178024868451246, 20.284627793859755 ], [ -74.296648118777227, 20.050378526280696 ], [ -74.961594611292981, 19.923435370355691 ], [ -75.63468014189462, 19.873774318923239 ], [ -76.323656175426009, 19.952890936762117 ], [ -77.755480923153101, 19.855480861891891 ], [ -77.085108405246757, 20.413353786698792 ], [ -77.492654588516615, 20.673105373613964 ], [ -78.137292243141587, 20.739948838783477 ], [ -78.482826707661161, 21.028613389565891 ], [ -78.719866502583983, 21.598113511638502 ], [ -79.284999966127941, 21.559175319906473 ], [ -80.217475348618621, 21.82732432706905 ], [ -80.517534552721429, 22.037078965741756 ], [ -81.82094336620321, 22.19205658618506 ], [ -82.169991828118611, 22.387109279870742 ], [ -81.795001797192697, 22.636964830002 ], [ -82.775897996740781, 22.688150336187107 ], [ -83.494458787759299, 22.168517971276088 ], [ -83.90880042187564, 22.154565334557304 ], [ -84.052150845053234, 21.910575059491322 ], [ -84.547030198896351, 21.80122772876166 ], [ -84.974911058273079, 21.896028143801061 ], [ -84.447062140627793, 22.204949856041878 ], [ -84.230357021811756, 22.56575470630375 ], [ -83.778239915690193, 22.788118394455722 ], [ -83.267547573565707, 22.983041897060644 ], [ -82.510436164057495, 23.07874664966522 ], [ -82.268151211257049, 23.188610744717749 ], [ -81.404457160146848, 23.117271429938853 ], [ -80.61876868358118, 23.105980129482958 ], [ -79.679523688460222, 22.765303249598816 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Northern Cyprus", "sov_a3": "CYN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Northern Cyprus", "adm0_a3": "CYN", "geou_dif": 0.000000, "geounit": "Northern Cyprus", "gu_a3": "CYN", "su_dif": 0.000000, "subunit": "Northern Cyprus", "su_a3": "CYN", "brk_diff": 1.000000, "name": "N. Cyprus", "name_long": "Northern Cyprus", "brk_a3": "B20", "brk_name": "N. Cyprus", "brk_group": null, "abbrev": "N. Cy.", "postal": "CN", "formal_en": "Turkish Republic of Northern Cyprus", "formal_fr": null, "note_adm0": "Self admin.", "note_brk": "Self admin.; Claimed by Cyprus", "name_sort": "Cyprus, Northern", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 4.000000, "mapcolor13": 8.000000, "pop_est": 265100.000000, "gdp_md_est": 3600.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "-99", "iso_a3": "-99", "iso_n3": "-99", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "CYP", "adm0_a3_us": "CYP", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Europe & Central Asia", "name_len": 9.000000, "long_len": 15.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.973616570783491, 35.058506374647976 ], [ 33.866439650210197, 35.093594672174163 ], [ 33.675391880027036, 35.017862860650439 ], [ 33.52568525567753, 35.038688462864087 ], [ 33.475817498515852, 35.000344550103534 ], [ 33.455922072083496, 35.101423651666408 ], [ 33.383833449036359, 35.16271190036457 ], [ 33.190977003723077, 35.173124701471352 ], [ 32.919572381326105, 35.087832749973643 ], [ 32.731780226377538, 35.140025946588423 ], [ 32.802473585752779, 35.145503648411392 ], [ 32.946960890440806, 35.386703396133697 ], [ 33.667227003724946, 35.373215847305516 ], [ 34.576473829900493, 35.671595567358764 ], [ 33.900804477684261, 35.245755927057587 ], [ 33.973616570783491, 35.058506374647976 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Cyprus", "sov_a3": "CYP", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Cyprus", "adm0_a3": "CYP", "geou_dif": 0.000000, "geounit": "Cyprus", "gu_a3": "CYP", "su_dif": 0.000000, "subunit": "Cyprus", "su_a3": "CYP", "brk_diff": 0.000000, "name": "Cyprus", "name_long": "Cyprus", "brk_a3": "CYP", "brk_name": "Cyprus", "brk_group": null, "abbrev": "Cyp.", "postal": "CY", "formal_en": "Republic of Cyprus", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Cyprus", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 7.000000, "pop_est": 531640.000000, "gdp_md_est": 22700.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CY", "iso_a3": "CYP", "iso_n3": "196", "un_a3": "196", "wb_a2": "CY", "wb_a3": "CYP", "woe_id": -99.000000, "adm0_a3_is": "CYP", "adm0_a3_us": "CYP", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.973616570783491, 35.058506374647976 ], [ 34.004880812320067, 34.978097846001873 ], [ 32.979827101378504, 34.571869411755415 ], [ 32.490296258277596, 34.701654771456532 ], [ 32.256667107885932, 35.103232326796615 ], [ 32.731780226377538, 35.140025946588423 ], [ 32.919572381326105, 35.087832749973643 ], [ 33.190977003723077, 35.173124701471352 ], [ 33.383833449036359, 35.16271190036457 ], [ 33.455922072083496, 35.101423651666408 ], [ 33.475817498515852, 35.000344550103534 ], [ 33.52568525567753, 35.038688462864087 ], [ 33.675391880027036, 35.017862860650439 ], [ 33.866439650210197, 35.093594672174163 ], [ 33.973616570783491, 35.058506374647976 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Czech Republic", "sov_a3": "CZE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Czech Republic", "adm0_a3": "CZE", "geou_dif": 0.000000, "geounit": "Czech Republic", "gu_a3": "CZE", "su_dif": 0.000000, "subunit": "Czech Republic", "su_a3": "CZE", "brk_diff": 0.000000, "name": "Czech Rep.", "name_long": "Czech Republic", "brk_a3": "CZE", "brk_name": "Czech Rep.", "brk_group": null, "abbrev": "Cz. Rep.", "postal": "CZ", "formal_en": "Czech Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Czech Republic", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 1.000000, "mapcolor9": 2.000000, "mapcolor13": 6.000000, "pop_est": 10211904.000000, "gdp_md_est": 265200.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "CZ", "iso_a3": "CZE", "iso_n3": "203", "un_a3": "203", "wb_a2": "CZ", "wb_a3": "CZE", "woe_id": -99.000000, "adm0_a3_is": "CZE", "adm0_a3_us": "CZE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 14.000000, "abbrev_len": 8.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 15.016995883858698, 51.106674099321651 ], [ 15.490972120839785, 50.784729926143257 ], [ 16.238626743238598, 50.697732652379813 ], [ 16.176253289462295, 50.422607326857872 ], [ 16.719475945714436, 50.215746568393541 ], [ 16.868769158605716, 50.47397370055603 ], [ 17.554567091551121, 50.362145901076445 ], [ 17.649445021238989, 50.049038397819942 ], [ 18.392913852622144, 49.988628648470808 ], [ 18.853144158613674, 49.496229763377642 ], [ 18.554971144289482, 49.495015367218798 ], [ 18.399993523846177, 49.315000515330098 ], [ 18.170498488037964, 49.271514797556478 ], [ 18.104972771891852, 49.04398346617532 ], [ 17.913511590250494, 48.996492824899093 ], [ 17.886484816161811, 48.903475246773723 ], [ 17.545006951577136, 48.80001902932537 ], [ 17.10198489753887, 48.816968899117086 ], [ 16.960288120194633, 48.596982326850565 ], [ 16.499282667718774, 48.785808010445123 ], [ 16.02964725105025, 48.73389903420798 ], [ 15.253415561593982, 49.039074205107624 ], [ 14.90144738125403, 48.964401760445838 ], [ 14.338897739324779, 48.555305284207236 ], [ 13.59594567226452, 48.877171942737164 ], [ 13.031328973043514, 49.307068182973268 ], [ 12.521024204161336, 49.547415269562748 ], [ 12.415190870827502, 49.969120795280645 ], [ 12.2401111182227, 50.266337795607285 ], [ 12.966836785543279, 50.484076443069171 ], [ 13.338131951560399, 50.73323436136431 ], [ 14.056227654688314, 50.926917629594385 ], [ 14.307013380600694, 51.117267767941399 ], [ 14.570718214586179, 51.002339382524383 ], [ 15.016995883858698, 51.106674099321651 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Germany", "sov_a3": "DEU", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Germany", "adm0_a3": "DEU", "geou_dif": 0.000000, "geounit": "Germany", "gu_a3": "DEU", "su_dif": 0.000000, "subunit": "Germany", "su_a3": "DEU", "brk_diff": 0.000000, "name": "Germany", "name_long": "Germany", "brk_a3": "DEU", "brk_name": "Germany", "brk_group": null, "abbrev": "Ger.", "postal": "D", "formal_en": "Federal Republic of Germany", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Germany", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 5.000000, "mapcolor9": 5.000000, "mapcolor13": 1.000000, "pop_est": 82329758.000000, "gdp_md_est": 2918000.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "DE", "iso_a3": "DEU", "iso_n3": "276", "un_a3": "276", "wb_a2": "DE", "wb_a3": "DEU", "woe_id": -99.000000, "adm0_a3_is": "DEU", "adm0_a3_us": "DEU", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 14.119686313542616, 53.75702912049104 ], [ 14.353315463934194, 53.248171291713049 ], [ 14.074521111719548, 52.981262518925462 ], [ 14.437599725002229, 52.624850165408418 ], [ 14.685026482815715, 52.089947414755244 ], [ 14.607098422919677, 51.74518809672 ], [ 15.016995883858698, 51.106674099321651 ], [ 14.570718214586179, 51.002339382524383 ], [ 14.307013380600694, 51.117267767941399 ], [ 14.056227654688314, 50.926917629594385 ], [ 13.338131951560399, 50.73323436136431 ], [ 12.966836785543279, 50.484076443069171 ], [ 12.2401111182227, 50.266337795607285 ], [ 12.415190870827502, 49.969120795280645 ], [ 12.521024204161336, 49.547415269562748 ], [ 13.031328973043514, 49.307068182973268 ], [ 13.59594567226452, 48.877171942737164 ], [ 13.243357374737116, 48.41611481382904 ], [ 12.884102817443903, 48.289145819687917 ], [ 13.025851271220546, 47.637583523135959 ], [ 12.932626987366092, 47.467645575544026 ], [ 12.62075971848455, 47.672387600284424 ], [ 12.141357456112871, 47.703083401065783 ], [ 11.426414015354851, 47.523766181013116 ], [ 10.544504021861627, 47.566399237653826 ], [ 10.402083774465325, 47.302487697939199 ], [ 9.896068149463218, 47.580196845075761 ], [ 9.594226108446406, 47.525058091820227 ], [ 8.522611932009823, 47.830827541691349 ], [ 8.317301466514152, 47.613579820336327 ], [ 7.466759067422203, 47.620581976911865 ], [ 7.593676385131062, 48.333019110703731 ], [ 8.099278598674857, 49.017783515003458 ], [ 6.658229607783625, 49.201958319691641 ], [ 6.186320428094206, 49.463802802114543 ], [ 6.242751092157022, 49.902225653678755 ], [ 6.043073357781111, 50.128051662794263 ], [ 6.156658155958809, 50.803721015010609 ], [ 5.988658074577813, 51.851615709025111 ], [ 6.589396599970854, 51.852029120483422 ], [ 6.84286950036244, 52.228440253297578 ], [ 7.092053256873925, 53.144043280644922 ], [ 6.905139601274158, 53.482162177130647 ], [ 7.100424838905269, 53.693932196662701 ], [ 7.936239454793963, 53.748295803433791 ], [ 8.121706170289485, 53.527792466844289 ], [ 8.800734490604697, 54.020785630908904 ], [ 8.572117954145398, 54.395646470754059 ], [ 8.526229282270208, 54.962743638725073 ], [ 9.282048780971138, 54.830865383516254 ], [ 9.92190636560926, 54.98310415304806 ], [ 9.939579705452928, 54.596641954153313 ], [ 10.950112338920519, 54.363607082733182 ], [ 10.939466993868479, 54.00869334575259 ], [ 11.956252475643311, 54.196485500701186 ], [ 12.518440382546714, 54.470370591848024 ], [ 13.647467075259527, 54.075510972705928 ], [ 14.119686313542616, 53.75702912049104 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Djibouti", "sov_a3": "DJI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Djibouti", "adm0_a3": "DJI", "geou_dif": 0.000000, "geounit": "Djibouti", "gu_a3": "DJI", "su_dif": 0.000000, "subunit": "Djibouti", "su_a3": "DJI", "brk_diff": 0.000000, "name": "Djibouti", "name_long": "Djibouti", "brk_a3": "DJI", "brk_name": "Djibouti", "brk_group": null, "abbrev": "Dji.", "postal": "DJ", "formal_en": "Republic of Djibouti", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Djibouti", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 4.000000, "mapcolor13": 8.000000, "pop_est": 516055.000000, "gdp_md_est": 1885.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "DJ", "iso_a3": "DJI", "iso_n3": "262", "un_a3": "262", "wb_a2": "DJ", "wb_a3": "DJI", "woe_id": -99.000000, "adm0_a3_is": "DJI", "adm0_a3_us": "DJI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Middle East & North Africa", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 43.145304803242169, 11.462039699748857 ], [ 42.776851841000934, 10.926878566934391 ], [ 42.55493, 11.105110000000181 ], [ 42.314140000000208, 11.0342 ], [ 41.75557000000029, 11.050910000000158 ], [ 41.73959000000022, 11.355110000000138 ], [ 41.661760000000214, 11.6312 ], [ 42.0, 12.100000000000136 ], [ 42.351560000000148, 12.542230000000117 ], [ 42.779642368344724, 12.455415757695661 ], [ 43.081226027200188, 12.699638576707173 ], [ 43.317852410664756, 12.390148423710997 ], [ 43.286381463398897, 11.974928290245927 ], [ 42.715873650896611, 11.735640570518328 ], [ 43.145304803242169, 11.462039699748857 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Denmark", "sov_a3": "DN1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "Denmark", "adm0_a3": "DNK", "geou_dif": 0.000000, "geounit": "Denmark", "gu_a3": "DNK", "su_dif": 0.000000, "subunit": "Denmark", "su_a3": "DNK", "brk_diff": 0.000000, "name": "Denmark", "name_long": "Denmark", "brk_a3": "DNK", "brk_name": "Denmark", "brk_group": null, "abbrev": "Den.", "postal": "DK", "formal_en": "Kingdom of Denmark", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Denmark", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 12.000000, "pop_est": 5500510.000000, "gdp_md_est": 203600.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "DK", "iso_a3": "DNK", "iso_n3": "208", "un_a3": "208", "wb_a2": "DK", "wb_a3": "DNK", "woe_id": -99.000000, "adm0_a3_is": "DNK", "adm0_a3_us": "DNK", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 12.690006137755631, 55.609990953180784 ], [ 12.089991082414713, 54.800014553437933 ], [ 11.043543328504228, 55.364863796604254 ], [ 10.903913608451603, 55.779954738988721 ], [ 12.370904168353292, 56.111407375708836 ], [ 12.690006137755631, 55.609990953180784 ] ] ], [ [ [ 10.912181837618363, 56.458621324277914 ], [ 10.667803989309988, 56.081383368547222 ], [ 10.369992710011985, 56.190007229224733 ], [ 9.649984978889307, 55.469999498102055 ], [ 9.92190636560926, 54.98310415304806 ], [ 9.282048780971138, 54.830865383516254 ], [ 8.526229282270208, 54.962743638725073 ], [ 8.12031090661759, 55.517722683323626 ], [ 8.089976840862249, 56.540011705137601 ], [ 8.256581658571264, 56.8099693874303 ], [ 8.543437534223386, 57.110002753316905 ], [ 9.424469028367611, 57.172066148499482 ], [ 9.775558709358535, 57.447940782289663 ], [ 10.580005730846125, 57.73001658795485 ], [ 10.546105991262692, 57.215732733786155 ], [ 10.250000034230226, 56.89001618105047 ], [ 10.369992710011985, 56.609981594460834 ], [ 10.912181837618363, 56.458621324277914 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Dominican Republic", "sov_a3": "DOM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Dominican Republic", "adm0_a3": "DOM", "geou_dif": 0.000000, "geounit": "Dominican Republic", "gu_a3": "DOM", "su_dif": 0.000000, "subunit": "Dominican Republic", "su_a3": "DOM", "brk_diff": 0.000000, "name": "Dominican Rep.", "name_long": "Dominican Republic", "brk_a3": "DOM", "brk_name": "Dominican Rep.", "brk_group": null, "abbrev": "Dom. Rep.", "postal": "DO", "formal_en": "Dominican Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Dominican Republic", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 7.000000, "pop_est": 9650054.000000, "gdp_md_est": 78000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "DO", "iso_a3": "DOM", "iso_n3": "214", "un_a3": "214", "wb_a2": "DO", "wb_a3": "DOM", "woe_id": -99.000000, "adm0_a3_is": "DOM", "adm0_a3_us": "DOM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 14.000000, "long_len": 18.000000, "abbrev_len": 9.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -71.708304816358037, 18.044997056546123 ], [ -71.687737596305823, 18.316660061104528 ], [ -71.945112067335515, 18.616900132720275 ], [ -71.701302659782499, 18.785416978424053 ], [ -71.624873216422827, 19.169837958243363 ], [ -71.712361416292936, 19.714455878167399 ], [ -71.587304450146576, 19.884910590082058 ], [ -70.806706102161684, 19.880285549391971 ], [ -70.214364997016077, 19.622885240146189 ], [ -69.950815192327553, 19.647999986239995 ], [ -69.769250047470081, 19.293267116772483 ], [ -69.222125820579805, 19.313214219637132 ], [ -69.254346076113819, 19.015196234609903 ], [ -68.80941199408079, 18.979074408437839 ], [ -68.317943284768916, 18.612197577381721 ], [ -68.689315965434531, 18.20514232021867 ], [ -69.164945848248919, 18.422648423735126 ], [ -69.623987596297638, 18.380712998930278 ], [ -69.952933926051486, 18.428306993071061 ], [ -70.133232998317851, 18.245915025296881 ], [ -70.517137213814181, 18.184290879788819 ], [ -70.669298468697576, 18.426885891182991 ], [ -70.999950120717159, 18.283328762276255 ], [ -71.400209927033842, 17.598564357976613 ], [ -71.65766191271203, 17.757572740138727 ], [ -71.708304816358037, 18.044997056546123 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Algeria", "sov_a3": "DZA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Algeria", "adm0_a3": "DZA", "geou_dif": 0.000000, "geounit": "Algeria", "gu_a3": "DZA", "su_dif": 0.000000, "subunit": "Algeria", "su_a3": "DZA", "brk_diff": 0.000000, "name": "Algeria", "name_long": "Algeria", "brk_a3": "DZA", "brk_name": "Algeria", "brk_group": null, "abbrev": "Alg.", "postal": "DZ", "formal_en": "People's Democratic Republic of Algeria", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Algeria", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 1.000000, "mapcolor9": 6.000000, "mapcolor13": 3.000000, "pop_est": 34178188.000000, "gdp_md_est": 232900.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "DZ", "iso_a3": "DZA", "iso_n3": "012", "un_a3": "012", "wb_a2": "DZ", "wb_a3": "DZA", "woe_id": -99.000000, "adm0_a3_is": "DZA", "adm0_a3_us": "DZA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Middle East & North Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 8.420964389691648, 36.946427313783119 ], [ 8.217824334352372, 36.4331769882603 ], [ 8.376367628623797, 35.479876003555944 ], [ 8.140981479534304, 34.655145982393776 ], [ 7.524481642292272, 34.09737641045146 ], [ 7.612641635782239, 33.344114895148977 ], [ 8.430472853233425, 32.748337307255952 ], [ 8.439102817426118, 32.50628489840085 ], [ 9.055602654668149, 32.102691962201305 ], [ 9.48213992680536, 30.307556057246188 ], [ 9.805634392952442, 29.424638373323376 ], [ 9.859997999723532, 28.959989732371128 ], [ 9.683884718472854, 28.144173895779289 ], [ 9.756128370816782, 27.688258571884205 ], [ 9.629056023811074, 27.140953477481048 ], [ 9.716285841519749, 26.512206325785741 ], [ 9.31941084151822, 26.094324856057483 ], [ 9.910692579801776, 25.365454616796768 ], [ 9.948261346078084, 24.936953640232588 ], [ 10.303846876678506, 24.379313259370946 ], [ 10.771363559623012, 24.562532050061748 ], [ 11.560669386449064, 24.097909247325589 ], [ 11.999505649471757, 23.471668402596435 ], [ 8.572893100629898, 21.565660712159229 ], [ 5.677565952180771, 19.601206976799801 ], [ 4.267419467800067, 19.155265204337013 ], [ 3.158133172222733, 19.057364203360009 ], [ 3.1466610042539, 19.693578599521459 ], [ 2.683588494486401, 19.856230170160131 ], [ 2.060990838233948, 20.142233384679457 ], [ 1.823227573259061, 20.610809434486043 ], [ -1.550054897457557, 22.792665920497427 ], [ -4.923337368174174, 24.974574082941018 ], [ -8.684399786809053, 27.395744126896034 ], [ -8.665124477564149, 27.589479071558287 ], [ -8.665589565454752, 27.656425889592384 ], [ -8.67411617678286, 28.84128896739665 ], [ -7.059227667661901, 29.579228420524657 ], [ -6.060632290053746, 29.731699734001808 ], [ -5.242129278982787, 30.000443020135577 ], [ -4.859646165374443, 30.501187649043885 ], [ -3.690441046554668, 30.896951605751156 ], [ -3.647497931320146, 31.637294012980817 ], [ -3.068980271812649, 31.724497992473289 ], [ -2.616604783529567, 32.094346218386164 ], [ -1.30789913573787, 32.262888902306116 ], [ -1.124551153966195, 32.651521511357203 ], [ -1.388049282222511, 32.864015000941379 ], [ -1.73345455566141, 33.919712836232122 ], [ -1.792985805661658, 34.527918606091305 ], [ -2.169913702798624, 35.168396307916709 ], [ -1.208602871089056, 35.714848741187126 ], [ -0.127454392894606, 35.88866242120082 ], [ 0.503876580415238, 36.301272894835279 ], [ 1.466918572606602, 36.605647081034391 ], [ 3.161698846050854, 36.783904934225205 ], [ 4.815758090849158, 36.865036932923431 ], [ 5.320120070017765, 36.716518866516623 ], [ 6.261819695672614, 37.110655015606739 ], [ 7.330384962603972, 37.118380642234428 ], [ 7.737078484741033, 36.88570750584023 ], [ 8.420964389691648, 36.946427313783119 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Ecuador", "sov_a3": "ECU", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Ecuador", "adm0_a3": "ECU", "geou_dif": 0.000000, "geounit": "Ecuador", "gu_a3": "ECU", "su_dif": 0.000000, "subunit": "Ecuador", "su_a3": "ECU", "brk_diff": 0.000000, "name": "Ecuador", "name_long": "Ecuador", "brk_a3": "ECU", "brk_name": "Ecuador", "brk_group": null, "abbrev": "Ecu.", "postal": "EC", "formal_en": "Republic of Ecuador", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Ecuador", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 5.000000, "mapcolor9": 2.000000, "mapcolor13": 12.000000, "pop_est": 14573101.000000, "gdp_md_est": 107700.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "EC", "iso_a3": "ECU", "iso_n3": "218", "un_a3": "218", "wb_a2": "EC", "wb_a3": "ECU", "woe_id": -99.000000, "adm0_a3_is": "ECU", "adm0_a3_us": "ECU", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.373223232713826, -0.152031752120422 ], [ -75.233722703741989, -0.911416924649529 ], [ -75.544995693652083, -1.561609795745866 ], [ -76.635394253226707, -2.608677666843832 ], [ -77.837904832658552, -3.003020521663132 ], [ -78.450683966775614, -3.873096612161405 ], [ -78.63989722361228, -4.547784112164081 ], [ -79.205289069317701, -4.959128513207389 ], [ -79.624979214176165, -4.454198093283509 ], [ -80.02890804718561, -4.346090996928893 ], [ -80.442241990872191, -4.425724379090653 ], [ -80.469294603176962, -4.05928679770895 ], [ -80.184014858709673, -3.821161797708058 ], [ -80.302560594387188, -3.404856459164662 ], [ -79.770293341780899, -2.657511895359661 ], [ -79.986559210922451, -2.220794366061 ], [ -80.368783942369248, -2.685158786635796 ], [ -80.967765469064375, -2.246942640800683 ], [ -80.764806281238066, -1.965047702648533 ], [ -80.933659023751687, -1.05745452230633 ], [ -80.583370327461267, -0.906662692878697 ], [ -80.39932471385373, -0.283703301600099 ], [ -80.020898200180397, 0.360340074053497 ], [ -80.090609707342082, 0.768428859862439 ], [ -79.54276201039977, 0.982937730305977 ], [ -78.855258755188743, 1.380923773601864 ], [ -77.855061408179523, 0.809925034992801 ], [ -77.668612840470445, 0.825893052570947 ], [ -77.424984300430395, 0.395686753741131 ], [ -76.57637976754944, 0.256935533037421 ], [ -76.292314419240995, 0.416047268064105 ], [ -75.801465827116573, 0.084801337073245 ], [ -75.373223232713826, -0.152031752120422 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Egypt", "sov_a3": "EGY", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Egypt", "adm0_a3": "EGY", "geou_dif": 0.000000, "geounit": "Egypt", "gu_a3": "EGY", "su_dif": 0.000000, "subunit": "Egypt", "su_a3": "EGY", "brk_diff": 0.000000, "name": "Egypt", "name_long": "Egypt", "brk_a3": "EGY", "brk_name": "Egypt", "brk_group": null, "abbrev": "Egypt", "postal": "EG", "formal_en": "Arab Republic of Egypt", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Egypt, Arab Rep.", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 6.000000, "mapcolor9": 7.000000, "mapcolor13": 2.000000, "pop_est": 83082869.000000, "gdp_md_est": 443700.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "EG", "iso_a3": "EGY", "iso_n3": "818", "un_a3": "818", "wb_a2": "EG", "wb_a3": "EGY", "woe_id": -99.000000, "adm0_a3_is": "EGY", "adm0_a3_us": "EGY", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Middle East & North Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.45048, 31.02577 ], [ 28.91353, 30.87005 ], [ 29.68342, 31.18686 ], [ 30.09503, 31.4734 ], [ 30.97693, 31.55586 ], [ 31.68796, 31.4296 ], [ 31.96041, 30.9336 ], [ 32.19247, 31.26034 ], [ 32.99392, 31.02407 ], [ 33.7734, 30.96746 ], [ 34.265434744646228, 31.219357309520376 ], [ 34.26544, 31.21936 ], [ 34.823243285698169, 29.761080769785224 ], [ 34.9226, 29.50133 ], [ 34.64174, 29.09942 ], [ 34.42655, 28.34399 ], [ 34.15451, 27.8233 ], [ 33.92136, 27.6487 ], [ 33.58811, 27.97136 ], [ 33.13676, 28.41765 ], [ 32.42323, 29.85108 ], [ 32.32046, 29.76043 ], [ 32.73482, 28.70523 ], [ 33.34876, 27.69989 ], [ 34.10455, 26.14227 ], [ 34.47387, 25.59856 ], [ 34.79507, 25.03375 ], [ 35.69241, 23.92671 ], [ 35.49372, 23.75237 ], [ 35.52598, 23.10244 ], [ 36.69069, 22.20485 ], [ 36.86623, 22.0 ], [ 32.9, 22.0 ], [ 29.02, 22.0 ], [ 25.0, 22.0 ], [ 25.0, 25.682499996361059 ], [ 25.0, 29.238654529533562 ], [ 24.70007, 30.04419 ], [ 24.95762, 30.6616 ], [ 24.80287, 31.08929 ], [ 25.16482, 31.56915 ], [ 26.49533, 31.58568 ], [ 27.45762, 31.32126 ], [ 28.45048, 31.02577 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Eritrea", "sov_a3": "ERI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Eritrea", "adm0_a3": "ERI", "geou_dif": 0.000000, "geounit": "Eritrea", "gu_a3": "ERI", "su_dif": 0.000000, "subunit": "Eritrea", "su_a3": "ERI", "brk_diff": 0.000000, "name": "Eritrea", "name_long": "Eritrea", "brk_a3": "ERI", "brk_name": "Eritrea", "brk_group": null, "abbrev": "Erit.", "postal": "ER", "formal_en": "State of Eritrea", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Eritrea", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 2.000000, "mapcolor13": 12.000000, "pop_est": 5647168.000000, "gdp_md_est": 3945.000000, "pop_year": -99.000000, "lastcensus": 1984.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ER", "iso_a3": "ERI", "iso_n3": "232", "un_a3": "232", "wb_a2": "ER", "wb_a3": "ERI", "woe_id": -99.000000, "adm0_a3_is": "ERI", "adm0_a3_us": "ERI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 39.814293654140187, 15.435647284400289 ], [ 41.179274936697681, 14.491079616753225 ], [ 41.734951613132324, 13.921036892141544 ], [ 42.276830682144947, 13.343992010954423 ], [ 42.589576450375233, 13.000421250861919 ], [ 43.081226027200188, 12.699638576707173 ], [ 42.779642368344724, 12.455415757695661 ], [ 42.351560000000148, 12.542230000000117 ], [ 42.00975, 12.86582 ], [ 41.59856, 13.45209 ], [ 41.155193719249809, 13.77331981043524 ], [ 40.8966, 14.118640000000141 ], [ 40.02621870296926, 14.51957916916227 ], [ 39.34061, 14.53155 ], [ 39.0994, 14.74064 ], [ 38.51295, 14.505470000000102 ], [ 37.90607, 14.959430000000211 ], [ 37.59377, 14.2131 ], [ 36.42951, 14.42211 ], [ 36.323188917798092, 14.822480577041119 ], [ 36.753860304518668, 16.291874091044264 ], [ 36.85253, 16.95655 ], [ 37.16747, 17.263140000000107 ], [ 37.904, 17.42754 ], [ 38.410089959473197, 17.998307399970315 ], [ 38.990622999840042, 16.840626125551694 ], [ 39.266110060388115, 15.922723496967251 ], [ 39.814293654140187, 15.435647284400289 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Spain", "sov_a3": "ESP", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Spain", "adm0_a3": "ESP", "geou_dif": 0.000000, "geounit": "Spain", "gu_a3": "ESP", "su_dif": 0.000000, "subunit": "Spain", "su_a3": "ESP", "brk_diff": 0.000000, "name": "Spain", "name_long": "Spain", "brk_a3": "ESP", "brk_name": "Spain", "brk_group": null, "abbrev": "Sp.", "postal": "E", "formal_en": "Kingdom of Spain", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Spain", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 5.000000, "mapcolor9": 5.000000, "mapcolor13": 5.000000, "pop_est": 40525002.000000, "gdp_md_est": 1403000.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ES", "iso_a3": "ESP", "iso_n3": "724", "un_a3": "724", "wb_a2": "ES", "wb_a3": "ESP", "woe_id": -99.000000, "adm0_a3_is": "ESP", "adm0_a3_us": "ESP", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 3.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.901351284177736, 43.42280202897831 ], [ -1.502770961910471, 43.034014390630489 ], [ 0.338046909190552, 42.579546006839564 ], [ 0.701590610363922, 42.795734361332649 ], [ 1.826793247087181, 42.343384711265657 ], [ 2.985998976258486, 42.473015041669896 ], [ 3.039484083680577, 41.892120266276919 ], [ 2.091841668312156, 41.226088568683139 ], [ 0.810524529635245, 41.014731960609396 ], [ 0.72133100749943, 40.678318386389293 ], [ 0.106691521819869, 40.123933620762017 ], [ -0.278711310212913, 39.309978135732763 ], [ 0.111290724293838, 38.738514309233096 ], [ -0.467123582349075, 38.292365831041138 ], [ -0.683389451490598, 37.642353827457868 ], [ -1.438382127274821, 37.443063666324235 ], [ -2.146452602538062, 36.674144192037346 ], [ -3.41578080892333, 36.658899644511138 ], [ -4.368900926114719, 36.677839056946112 ], [ -4.995219285492169, 36.324708156879637 ], [ -5.377159796561415, 35.946850083961465 ], [ -5.86643225750089, 36.0298165960061 ], [ -6.236693894872133, 36.367677110330362 ], [ -6.520190802425333, 36.94291331638729 ], [ -7.453725551778064, 37.097787583966124 ], [ -7.53710547528101, 37.428904323876196 ], [ -7.166507941099809, 37.803894354802196 ], [ -7.029281175148782, 38.075764065089771 ], [ -7.37409216961629, 38.373058580064964 ], [ -7.098036668313142, 39.030072740223773 ], [ -7.498632371439669, 39.629571031241795 ], [ -7.066591559263458, 39.711891587882775 ], [ -7.026413133156524, 40.184524237624231 ], [ -6.86401994467937, 40.330871893874843 ], [ -6.851126674822524, 41.111082668617541 ], [ -6.389087693700901, 41.381815497394655 ], [ -6.66860551596767, 41.883386949219584 ], [ -7.251308966490825, 41.918346055665097 ], [ -7.422512986673809, 41.792074693359808 ], [ -8.013174607769912, 41.790886135417082 ], [ -8.263856980817792, 42.280468654950369 ], [ -8.67194576662672, 42.13468943945503 ], [ -9.034817674180232, 41.880570583659704 ], [ -8.984433152695658, 42.592775173506226 ], [ -9.392883673530605, 43.026624660812729 ], [ -7.978189663108282, 43.748337714201028 ], [ -6.754491746436742, 43.567909450853904 ], [ -5.411886359061583, 43.574239813809697 ], [ -4.347842779955812, 43.403449205085025 ], [ -3.517531704106091, 43.455900783861352 ], [ -1.901351284177736, 43.42280202897831 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Estonia", "sov_a3": "EST", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Estonia", "adm0_a3": "EST", "geou_dif": 0.000000, "geounit": "Estonia", "gu_a3": "EST", "su_dif": 0.000000, "subunit": "Estonia", "su_a3": "EST", "brk_diff": 0.000000, "name": "Estonia", "name_long": "Estonia", "brk_a3": "EST", "brk_name": "Estonia", "brk_group": null, "abbrev": "Est.", "postal": "EST", "formal_en": "Republic of Estonia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Estonia", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 1.000000, "mapcolor13": 10.000000, "pop_est": 1299371.000000, "gdp_md_est": 27410.000000, "pop_year": -99.000000, "lastcensus": 2000.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "EE", "iso_a3": "EST", "iso_n3": "233", "un_a3": "233", "wb_a2": "EE", "wb_a3": "EST", "woe_id": -99.000000, "adm0_a3_is": "EST", "adm0_a3_us": "EST", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.864189080516638, 59.611090399811303 ], [ 26.949135776484553, 59.445803331125802 ], [ 27.981114129353273, 59.475388088612931 ], [ 27.981126857001101, 59.475373334325269 ], [ 28.131699253051835, 59.300825100330997 ], [ 27.420166456824973, 58.724581203844281 ], [ 27.71668582531575, 57.79189911562446 ], [ 27.28818484875157, 57.474528306703832 ], [ 26.463532342237784, 57.47638865826633 ], [ 25.602809685984425, 57.847528794986573 ], [ 25.164593540149298, 57.970156968815189 ], [ 24.312862583114651, 57.79342357037703 ], [ 24.428927850042186, 58.38341339785336 ], [ 24.061198357853186, 58.257374579493415 ], [ 23.426560092876684, 58.612753404364696 ], [ 23.339795363058698, 59.187240302153384 ], [ 24.604214308376186, 59.465853786855035 ], [ 25.864189080516638, 59.611090399811303 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Ethiopia", "sov_a3": "ETH", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Ethiopia", "adm0_a3": "ETH", "geou_dif": 0.000000, "geounit": "Ethiopia", "gu_a3": "ETH", "su_dif": 0.000000, "subunit": "Ethiopia", "su_a3": "ETH", "brk_diff": 0.000000, "name": "Ethiopia", "name_long": "Ethiopia", "brk_a3": "ETH", "brk_name": "Ethiopia", "brk_group": null, "abbrev": "Eth.", "postal": "ET", "formal_en": "Federal Democratic Republic of Ethiopia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Ethiopia", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 13.000000, "pop_est": 85237338.000000, "gdp_md_est": 68770.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ET", "iso_a3": "ETH", "iso_n3": "231", "un_a3": "231", "wb_a2": "ET", "wb_a3": "ETH", "woe_id": -99.000000, "adm0_a3_is": "ETH", "adm0_a3_us": "ETH", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 37.90607, 14.959430000000211 ], [ 38.51295, 14.505470000000102 ], [ 39.0994, 14.74064 ], [ 39.34061, 14.53155 ], [ 40.02625, 14.51959 ], [ 40.8966, 14.118640000000141 ], [ 41.1552, 13.77333 ], [ 41.59856, 13.45209 ], [ 42.00975, 12.86582 ], [ 42.351560000000148, 12.542230000000117 ], [ 42.0, 12.100000000000136 ], [ 41.661760000000214, 11.6312 ], [ 41.73959000000022, 11.355110000000138 ], [ 41.75557000000029, 11.050910000000158 ], [ 42.314140000000208, 11.0342 ], [ 42.55493, 11.105110000000181 ], [ 42.776851841000934, 10.926878566934391 ], [ 42.55876, 10.572580000000187 ], [ 42.928120000000177, 10.021940000000114 ], [ 43.296990000000136, 9.540480000000159 ], [ 43.67875, 9.183580000000106 ], [ 46.948340000000115, 7.996880000000132 ], [ 47.78942, 8.003 ], [ 44.963600000000184, 5.00162 ], [ 43.66087, 4.957550000000126 ], [ 42.769670000000104, 4.252590000000112 ], [ 42.12861, 4.234130000000121 ], [ 41.855083092644037, 3.918911920483751 ], [ 41.171800000000104, 3.91909 ], [ 40.76848, 4.25702 ], [ 39.85494, 3.83879 ], [ 39.559384258765903, 3.422060000000116 ], [ 38.89251, 3.50074 ], [ 38.67114, 3.61607 ], [ 38.436970000000116, 3.58851 ], [ 38.12091500000011, 3.598605 ], [ 36.855093238008209, 4.447864127672844 ], [ 36.159078632855625, 4.447864127672844 ], [ 35.817447662353601, 4.776965663462022 ], [ 35.817447662353601, 5.338232082790825 ], [ 35.298007118233073, 5.506 ], [ 34.70702, 6.594220000000121 ], [ 34.25032000000013, 6.82607 ], [ 34.075100000000162, 7.225950000000125 ], [ 33.568290000000189, 7.71334 ], [ 32.954180000000207, 7.784970000000158 ], [ 33.2948, 8.35458 ], [ 33.825500000000119, 8.37916 ], [ 33.97498, 8.684560000000104 ], [ 33.96339279497127, 9.464285229420625 ], [ 33.961620000000181, 9.58358000000014 ], [ 34.25745, 10.63009 ], [ 34.731150000000156, 10.91017 ], [ 34.831630000000104, 11.318960000000104 ], [ 35.26049, 12.08286 ], [ 35.863630000000143, 12.57828 ], [ 36.27022, 13.563330000000121 ], [ 36.42951, 14.42211 ], [ 37.59377, 14.2131 ], [ 37.90607, 14.959430000000211 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Finland", "sov_a3": "FI1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "Finland", "adm0_a3": "FIN", "geou_dif": 0.000000, "geounit": "Finland", "gu_a3": "FIN", "su_dif": 0.000000, "subunit": "Finland", "su_a3": "FIN", "brk_diff": 0.000000, "name": "Finland", "name_long": "Finland", "brk_a3": "FIN", "brk_name": "Finland", "brk_group": null, "abbrev": "Fin.", "postal": "FIN", "formal_en": "Republic of Finland", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Finland", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 4.000000, "mapcolor13": 6.000000, "pop_est": 5250275.000000, "gdp_md_est": 193500.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "FI", "iso_a3": "FIN", "iso_n3": "246", "un_a3": "246", "wb_a2": "FI", "wb_a3": "FIN", "woe_id": -99.000000, "adm0_a3_is": "FIN", "adm0_a3_us": "FIN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.59192955904328, 69.064776923286701 ], [ 28.445943637818772, 68.364612942164086 ], [ 29.977426385220696, 67.698297024192726 ], [ 29.054588657352355, 66.944286200622031 ], [ 30.21765, 65.80598 ], [ 29.544429559047018, 64.948671576590556 ], [ 30.44468468600374, 64.204453436939076 ], [ 30.035872430142803, 63.552813625738565 ], [ 31.51609215671121, 62.867687486412905 ], [ 31.139991082491036, 62.357692776124452 ], [ 30.211107212044539, 61.780027777749694 ], [ 28.070001921525716, 60.503519127968275 ], [ 28.069997592895305, 60.503516547275808 ], [ 26.255172967236973, 60.42396067976253 ], [ 24.496623976344523, 60.057316392651643 ], [ 22.869694858499457, 59.846373196036211 ], [ 22.290763787533564, 60.391921291741539 ], [ 21.322244093519316, 60.720169989659553 ], [ 21.544866163832751, 61.705329494871819 ], [ 21.059211053153689, 62.607393296958776 ], [ 21.536029493910803, 63.189735012455913 ], [ 22.442744174904021, 63.817810370531276 ], [ 24.730511508897536, 64.90234365504088 ], [ 25.398067661243999, 65.111426500093728 ], [ 25.294043003040372, 65.534346421970469 ], [ 23.903378533633827, 66.006927395279632 ], [ 23.565879754335555, 66.396050930437411 ], [ 23.539473097434438, 67.936008612735236 ], [ 21.978534783626174, 68.616845608180739 ], [ 20.645592889089585, 69.10624726020086 ], [ 21.24493615081073, 69.370443020293123 ], [ 22.356237827247384, 68.841741441514955 ], [ 23.662049594830762, 68.891247463650529 ], [ 24.735679152126693, 68.649556789821446 ], [ 25.689212680776393, 69.092113755969024 ], [ 26.179622023226301, 69.825298977326156 ], [ 27.732292107867892, 70.164193020296295 ], [ 29.015572950971972, 69.766491197378059 ], [ 28.59192955904328, 69.064776923286701 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Fiji", "sov_a3": "FJI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Fiji", "adm0_a3": "FJI", "geou_dif": 0.000000, "geounit": "Fiji", "gu_a3": "FJI", "su_dif": 0.000000, "subunit": "Fiji", "su_a3": "FJI", "brk_diff": 0.000000, "name": "Fiji", "name_long": "Fiji", "brk_a3": "FJI", "brk_name": "Fiji", "brk_group": null, "abbrev": "Fiji", "postal": "FJ", "formal_en": "Republic of Fiji", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Fiji", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 1.000000, "mapcolor9": 2.000000, "mapcolor13": 2.000000, "pop_est": 944720.000000, "gdp_md_est": 3579.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "FJ", "iso_a3": "FJI", "iso_n3": "242", "un_a3": "242", "wb_a2": "FJ", "wb_a3": "FJI", "woe_id": -99.000000, "adm0_a3_is": "FJI", "adm0_a3_us": "FJI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Melanesia", "region_wb": "East Asia & Pacific", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 178.3736, -17.33992 ], [ 178.71806, -17.62846 ], [ 178.55271, -18.15059 ], [ 177.93266, -18.28799 ], [ 177.38146, -18.16432 ], [ 177.28504, -17.72465 ], [ 177.670870000000122, -17.38114 ], [ 178.12557, -17.50481 ], [ 178.3736, -17.33992 ] ] ], [ [ [ 179.36414266196428, -16.801354076946851 ], [ 178.725059362997087, -17.012041674368035 ], [ 178.596838595117077, -16.63915 ], [ 179.0966093629971, -16.433984277547438 ], [ 179.413509362997075, -16.379054277547397 ], [ 180.000000000000142, -16.06713266364244 ], [ 180.000000000000142, -16.55521656663916 ], [ 179.36414266196428, -16.801354076946851 ] ] ], [ [ [ -179.917369384765294, -16.501783135649362 ], [ -180.0, -16.55521656663916 ], [ -180.0, -16.06713266364244 ], [ -179.793320109048608, -16.020882256741231 ], [ -179.917369384765294, -16.501783135649362 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "United Kingdom", "sov_a3": "GB1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Dependency", "admin": "Falkland Islands", "adm0_a3": "FLK", "geou_dif": 0.000000, "geounit": "Falkland Islands", "gu_a3": "FLK", "su_dif": 0.000000, "subunit": "Falkland Islands", "su_a3": "FLK", "brk_diff": 1.000000, "name": "Falkland Is.", "name_long": "Falkland Islands", "brk_a3": "B12", "brk_name": "Falkland Is.", "brk_group": null, "abbrev": "Flk. Is.", "postal": "FK", "formal_en": "Falkland Islands", "formal_fr": null, "note_adm0": "U.K.", "note_brk": "Admin. by U.K.; Claimed by Argentina", "name_sort": "Falkland Islands", "name_alt": "Islas Malvinas", "mapcolor7": 6.000000, "mapcolor8": 6.000000, "mapcolor9": 6.000000, "mapcolor13": 3.000000, "pop_est": 3140.000000, "gdp_md_est": 105.100000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "FK", "iso_a3": "FLK", "iso_n3": "238", "un_a3": "238", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "FLK", "adm0_a3_us": "FLK", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 12.000000, "long_len": 16.000000, "abbrev_len": 8.000000, "tiny": -99.000000, "homepart": -99.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -58.55, -51.1 ], [ -57.75, -51.55 ], [ -58.05, -51.9 ], [ -59.4, -52.2 ], [ -59.85, -51.85 ], [ -60.7, -52.3 ], [ -61.2, -51.85 ], [ -60.0, -51.25 ], [ -59.15, -51.5 ], [ -58.55, -51.1 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "France", "sov_a3": "FR1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "France", "adm0_a3": "FRA", "geou_dif": 0.000000, "geounit": "France", "gu_a3": "FRA", "su_dif": 0.000000, "subunit": "France", "su_a3": "FRA", "brk_diff": 0.000000, "name": "France", "name_long": "France", "brk_a3": "FRA", "brk_name": "France", "brk_group": null, "abbrev": "Fr.", "postal": "F", "formal_en": "French Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "France", "name_alt": null, "mapcolor7": 7.000000, "mapcolor8": 5.000000, "mapcolor9": 9.000000, "mapcolor13": 11.000000, "pop_est": 64057792.000000, "gdp_md_est": 2128000.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "FR", "iso_a3": "FRA", "iso_n3": "250", "un_a3": "250", "wb_a2": "FR", "wb_a3": "FRA", "woe_id": -99.000000, "adm0_a3_is": "FRA", "adm0_a3_us": "FRA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 3.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -52.556424730018421, 2.504705308437053 ], [ -52.939657151894977, 2.124857692875622 ], [ -53.418465135295264, 2.053389187016023 ], [ -53.554839240113523, 2.334896551925951 ], [ -53.778520677288896, 2.376702785650053 ], [ -54.088062506717279, 2.105556545414615 ], [ -54.524754197799751, 2.311848863123785 ], [ -54.271229620975788, 2.738747870286943 ], [ -54.18428402364475, 3.194172268075235 ], [ -54.011503872276819, 3.622569891774845 ], [ -54.399542202356542, 4.212611395683467 ], [ -54.478632981979217, 4.896755682795643 ], [ -53.958044603070931, 5.756548163267809 ], [ -53.618452928264844, 5.646529038918402 ], [ -52.882141282754077, 5.409850979021599 ], [ -51.82334286152593, 4.565768133966145 ], [ -51.657797410678882, 4.156232408053029 ], [ -52.249337531123984, 3.241094468596287 ], [ -52.556424730018421, 2.504705308437053 ] ] ], [ [ [ 9.560016310269134, 42.152491970379543 ], [ 9.229752231491773, 41.380006822264448 ], [ 8.775723097375362, 41.583611965494413 ], [ 8.544212680707801, 42.256516628583086 ], [ 8.746009148807588, 42.62812185319396 ], [ 9.390000848028905, 43.009984849614739 ], [ 9.560016310269134, 42.152491970379543 ] ] ], [ [ [ 3.588184441755686, 50.378992418003577 ], [ 4.286022983425113, 49.907496649772554 ], [ 4.799221632515838, 49.985373033236414 ], [ 5.674051954784858, 49.529483547557533 ], [ 5.897759230176462, 49.442667141307169 ], [ 6.186320428094206, 49.463802802114543 ], [ 6.658229607783625, 49.201958319691641 ], [ 8.099278598674857, 49.017783515003458 ], [ 7.593676385131062, 48.333019110703731 ], [ 7.466759067422203, 47.620581976911865 ], [ 7.192202182655535, 47.449765529970989 ], [ 6.736571079138088, 47.541801255882888 ], [ 6.768713820023635, 47.287708238303679 ], [ 6.037388950229058, 46.72577871356188 ], [ 6.022609490593567, 46.272989813820516 ], [ 6.500099724970454, 46.429672756529413 ], [ 6.843592970414562, 45.991146552100645 ], [ 6.802355177445634, 45.70857982032868 ], [ 7.096652459347808, 45.333098863295874 ], [ 6.749955275101712, 45.028517971367592 ], [ 7.007562290076663, 44.254766750661389 ], [ 7.549596388386163, 44.127901109384823 ], [ 7.435184767291844, 43.693844916349178 ], [ 6.529245232783069, 43.128892320318357 ], [ 4.556962517931396, 43.399650987311588 ], [ 3.100410597352692, 43.075200507167096 ], [ 2.985998976258486, 42.473015041669896 ], [ 1.826793247087181, 42.343384711265657 ], [ 0.701590610363922, 42.795734361332649 ], [ 0.338046909190552, 42.579546006839564 ], [ -1.502770961910471, 43.034014390630489 ], [ -1.901351284177736, 43.42280202897831 ], [ -1.384225226232957, 44.022610378590173 ], [ -1.193797573237362, 46.014917710954876 ], [ -2.225724249673817, 47.064362697938208 ], [ -2.963276129559574, 47.570326646507965 ], [ -4.49155493815951, 47.954954332056417 ], [ -4.592349819344776, 48.684160468126947 ], [ -3.295813971357745, 48.901692409859606 ], [ -1.616510789384961, 48.644421291694584 ], [ -1.933494025063283, 49.776341864615773 ], [ -0.98946895995536, 49.347375800160876 ], [ 1.338761020522753, 50.127173163445264 ], [ 1.6390010921385, 50.946606350297515 ], [ 2.513573032246171, 51.148506171261857 ], [ 2.658422071960302, 50.796848049515745 ], [ 3.123251580425801, 50.780363267614604 ], [ 3.588184441755686, 50.378992418003577 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Gabon", "sov_a3": "GAB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Gabon", "adm0_a3": "GAB", "geou_dif": 0.000000, "geounit": "Gabon", "gu_a3": "GAB", "su_dif": 0.000000, "subunit": "Gabon", "su_a3": "GAB", "brk_diff": 0.000000, "name": "Gabon", "name_long": "Gabon", "brk_a3": "GAB", "brk_name": "Gabon", "brk_group": null, "abbrev": "Gabon", "postal": "GA", "formal_en": "Gabonese Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Gabon", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 5.000000, "pop_est": 1514993.000000, "gdp_md_est": 21110.000000, "pop_year": -99.000000, "lastcensus": 2003.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GA", "iso_a3": "GAB", "iso_n3": "266", "un_a3": "266", "wb_a2": "GA", "wb_a3": "GAB", "woe_id": -99.000000, "adm0_a3_is": "GAB", "adm0_a3_us": "GAB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": 3.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 13.075822381246809, 2.267097072759043 ], [ 13.003113641012106, 1.830896307783362 ], [ 13.282631463278875, 1.314183661296923 ], [ 14.026668735417218, 1.395677395021181 ], [ 14.276265903386957, 1.196929836426634 ], [ 13.843320753645628, 0.038757635901192 ], [ 14.316418491277801, -0.55262745524702 ], [ 14.425455763413623, -1.333406670744978 ], [ 14.299210239324623, -1.998275648612235 ], [ 13.992407260807738, -2.470804945489121 ], [ 13.109618767965685, -2.4287403296035 ], [ 12.575284458067671, -1.948511244315128 ], [ 12.49570275233819, -2.391688327650243 ], [ 11.820963575903221, -2.514161472181982 ], [ 11.478038771214273, -2.765618991714192 ], [ 11.855121697648116, -3.426870619321051 ], [ 11.093772820691953, -3.978826592630554 ], [ 10.06613528813574, -2.969482517105689 ], [ 9.405245395554999, -2.144313246269022 ], [ 8.797995639693198, -1.111301364754524 ], [ 8.830086704146453, -0.779073581550008 ], [ 9.048419630579644, -0.459351494960188 ], [ 9.291350538783746, 0.268666083167716 ], [ 9.492888624721985, 1.010119533691523 ], [ 9.830284051155672, 1.067893784993856 ], [ 11.285078973036434, 1.057661851400042 ], [ 11.27644900884377, 2.2610509301809 ], [ 11.751665480199847, 2.326757513839965 ], [ 12.359380323952252, 2.192812201339493 ], [ 12.951333855855637, 2.321615708826911 ], [ 13.075822381246809, 2.267097072759043 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "United Kingdom", "sov_a3": "GB1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "United Kingdom", "adm0_a3": "GBR", "geou_dif": 0.000000, "geounit": "United Kingdom", "gu_a3": "GBR", "su_dif": 0.000000, "subunit": "United Kingdom", "su_a3": "GBR", "brk_diff": 0.000000, "name": "United Kingdom", "name_long": "United Kingdom", "brk_a3": "GBR", "brk_name": "United Kingdom", "brk_group": null, "abbrev": "U.K.", "postal": "GB", "formal_en": "United Kingdom of Great Britain and Northern Ireland", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "United Kingdom", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 6.000000, "mapcolor9": 6.000000, "mapcolor13": 3.000000, "pop_est": 62262000.000000, "gdp_md_est": 1977704.000000, "pop_year": 0.000000, "lastcensus": 2011.000000, "gdp_year": 2009.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GB", "iso_a3": "GBR", "iso_n3": "826", "un_a3": "826", "wb_a2": "GB", "wb_a3": "GBR", "woe_id": -99.000000, "adm0_a3_is": "GBR", "adm0_a3_us": "GBR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 14.000000, "long_len": 14.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.661948614921926, 54.554603176483852 ], [ -6.197884894220977, 53.867565009163343 ], [ -6.953730231137996, 54.073702297575636 ], [ -7.572167934591079, 54.059956366585993 ], [ -7.366030646178785, 54.59584096945278 ], [ -7.572167934591079, 55.131622219454897 ], [ -6.733847011736145, 55.172860012423797 ], [ -5.661948614921926, 54.554603176483852 ] ] ], [ [ [ -3.005004848635281, 58.635000108466329 ], [ -4.073828497728016, 57.553024807355257 ], [ -3.055001796877661, 57.69001902936094 ], [ -1.959280564776918, 57.684799709699519 ], [ -2.219988165689301, 56.870017401753529 ], [ -3.119003058271119, 55.973793036515474 ], [ -2.085009324543051, 55.909998480851272 ], [ -2.005675679673857, 55.804902850350231 ], [ -1.114991013992238, 54.624986477265395 ], [ -0.430484991854229, 54.464376125702159 ], [ 0.184981316742039, 53.325014146531032 ], [ 0.469976840831777, 52.929999498091973 ], [ 1.681530795914711, 52.739520168664001 ], [ 1.559987827164377, 52.099998480836007 ], [ 1.050561557630914, 51.806760565795685 ], [ 1.449865349950301, 51.289427802121963 ], [ 0.550333693045502, 50.765738837275876 ], [ -0.78751746255864, 50.77498891865622 ], [ -2.489997524414377, 50.500018622431242 ], [ -2.956273972984036, 50.696879991247016 ], [ -3.617448085942328, 50.228355617872722 ], [ -4.542507900399272, 50.341837063185665 ], [ -5.245023159191135, 49.959999904981089 ], [ -5.776566941745301, 50.159677639356829 ], [ -4.309989793301838, 51.210001125689161 ], [ -3.414850633142152, 51.42600861266925 ], [ -3.422719467108323, 51.426848167406092 ], [ -4.984367234710874, 51.593466091510976 ], [ -5.267295701508885, 51.991400458374585 ], [ -4.222346564134853, 52.301355699261364 ], [ -4.770013393564113, 52.840004991255626 ], [ -4.579999152026915, 53.495003770555172 ], [ -3.093830673788659, 53.404547400669685 ], [ -3.092079637047107, 53.404440822963551 ], [ -2.945008510744373, 53.984999701546684 ], [ -3.614700825433033, 54.600936773292574 ], [ -3.630005458989331, 54.615012925833014 ], [ -4.844169073903004, 54.790971177786844 ], [ -5.082526617849226, 55.061600653699372 ], [ -4.719112107756644, 55.508472601943481 ], [ -5.047980922862138, 55.78398550070753 ], [ -5.58639767091114, 55.311146145236819 ], [ -5.644998745130181, 56.275014960344805 ], [ -6.149980841486354, 56.785009670633542 ], [ -5.786824713555291, 57.818848375064647 ], [ -5.009998745127575, 58.630013332750053 ], [ -4.211494513353585, 58.550845038479167 ], [ -3.005004848635281, 58.635000108466329 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Georgia", "sov_a3": "GEO", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Georgia", "adm0_a3": "GEO", "geou_dif": 0.000000, "geounit": "Georgia", "gu_a3": "GEO", "su_dif": 0.000000, "subunit": "Georgia", "su_a3": "GEO", "brk_diff": 0.000000, "name": "Georgia", "name_long": "Georgia", "brk_a3": "GEO", "brk_name": "Georgia", "brk_group": null, "abbrev": "Geo.", "postal": "GE", "formal_en": "Georgia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Georgia", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 2.000000, "pop_est": 4615807.000000, "gdp_md_est": 21510.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GE", "iso_a3": "GEO", "iso_n3": "268", "un_a3": "268", "wb_a2": "GE", "wb_a3": "GEO", "woe_id": -99.000000, "adm0_a3_is": "GEO", "adm0_a3_us": "GEO", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 43.756016880067392, 42.740828152022459 ], [ 43.931199985536836, 42.554973863284744 ], [ 44.537622918482072, 42.711992702803684 ], [ 45.470279168485803, 42.502780666670049 ], [ 45.776410353382772, 42.092443956056343 ], [ 46.404950799348939, 41.86067515722732 ], [ 46.145431756378997, 41.722802435872637 ], [ 46.637908156120574, 41.181672675128226 ], [ 46.501637404166985, 41.064444688474111 ], [ 45.962600538930502, 41.123872585609774 ], [ 45.217426385281641, 41.411451931314048 ], [ 44.97248009621805, 41.24812856705563 ], [ 43.582745802592711, 41.092143256182567 ], [ 42.619548781104555, 41.583172715819927 ], [ 41.554084100110771, 41.535656236327611 ], [ 41.70317060727271, 41.962942816732948 ], [ 41.453470086438386, 42.645123399417969 ], [ 40.87546919125387, 43.013628038091326 ], [ 40.321394484220349, 43.12863393815681 ], [ 39.955008579271038, 43.434997666999294 ], [ 40.076964959479852, 43.553104153002408 ], [ 40.922184686045597, 43.382158514980773 ], [ 42.394394565608906, 43.220307929042605 ], [ 43.756016880067392, 42.740828152022459 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Ghana", "sov_a3": "GHA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Ghana", "adm0_a3": "GHA", "geou_dif": 0.000000, "geounit": "Ghana", "gu_a3": "GHA", "su_dif": 0.000000, "subunit": "Ghana", "su_a3": "GHA", "brk_diff": 0.000000, "name": "Ghana", "name_long": "Ghana", "brk_a3": "GHA", "brk_name": "Ghana", "brk_group": null, "abbrev": "Ghana", "postal": "GH", "formal_en": "Republic of Ghana", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Ghana", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 3.000000, "mapcolor9": 1.000000, "mapcolor13": 4.000000, "pop_est": 23832495.000000, "gdp_md_est": 34200.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GH", "iso_a3": "GHA", "iso_n3": "288", "un_a3": "288", "wb_a2": "GH", "wb_a3": "GHA", "woe_id": -99.000000, "adm0_a3_is": "GHA", "adm0_a3_us": "GHA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.023802524423729, 11.01868174890086 ], [ -0.049784715159888, 10.706917832883974 ], [ 0.367579990245389, 10.191212876827208 ], [ 0.365900506195942, 9.465003973829496 ], [ 0.46119184734215, 8.677222601756 ], [ 0.712029249686879, 8.312464504423815 ], [ 0.490957472342302, 7.411744289576475 ], [ 0.570384148774821, 6.914358628767218 ], [ 0.836931186536361, 6.279978745952164 ], [ 1.060121697604984, 5.928837388528848 ], [ -0.507637905265938, 5.343472601742675 ], [ -1.063624640294165, 5.000547797053827 ], [ -1.964706590167538, 4.710462144383413 ], [ -2.85612504720234, 4.994475816259495 ], [ -2.810701463217868, 5.389051215024125 ], [ -3.244370083011205, 6.250471503113531 ], [ -2.98358496745027, 7.379704901555499 ], [ -2.562189500326184, 8.219627793811483 ], [ -2.827496303712707, 9.642460842319792 ], [ -2.963896246747055, 10.395334784380054 ], [ -2.940409308270461, 10.96269033451253 ], [ -1.203357713211432, 11.009819240762738 ], [ -0.761575893548212, 10.936929633015069 ], [ -0.438701544588582, 11.098340969278723 ], [ 0.023802524423729, 11.01868174890086 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Guinea", "sov_a3": "GIN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Guinea", "adm0_a3": "GIN", "geou_dif": 0.000000, "geounit": "Guinea", "gu_a3": "GIN", "su_dif": 0.000000, "subunit": "Guinea", "su_a3": "GIN", "brk_diff": 0.000000, "name": "Guinea", "name_long": "Guinea", "brk_a3": "GIN", "brk_name": "Guinea", "brk_group": null, "abbrev": "Gin.", "postal": "GN", "formal_en": "Republic of Guinea", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Guinea", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 7.000000, "mapcolor13": 2.000000, "pop_est": 10057975.000000, "gdp_md_est": 10600.000000, "pop_year": -99.000000, "lastcensus": 1996.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GN", "iso_a3": "GIN", "iso_n3": "324", "un_a3": "324", "wb_a2": "GN", "wb_a3": "GIN", "woe_id": -99.000000, "adm0_a3_is": "GIN", "adm0_a3_us": "GIN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -11.513942836950548, 12.442987575729433 ], [ -11.456168585648214, 12.076834214725366 ], [ -11.297573614944497, 12.0779710962358 ], [ -11.036555955438217, 12.211244615116527 ], [ -10.870829637078145, 12.177887478072151 ], [ -10.593223842806253, 11.923975328005994 ], [ -10.165213792348823, 11.844083563682787 ], [ -9.890992804391999, 12.060478623904999 ], [ -9.567911749703143, 12.194243068892519 ], [ -9.32761633954604, 12.33428620040344 ], [ -9.127473517279583, 12.308060411015376 ], [ -8.905264858424573, 12.088358059126492 ], [ -8.786099005559407, 11.812560939984706 ], [ -8.376304897484857, 11.393645941610671 ], [ -8.581305304386717, 11.13624563236479 ], [ -8.620321010767128, 10.810890814655224 ], [ -8.407310756860028, 10.909256903522731 ], [ -8.282357143578253, 10.792597357623904 ], [ -8.335377163109769, 10.494811916541906 ], [ -8.029943610048576, 10.206534939001699 ], [ -8.229337124046765, 10.129020290563943 ], [ -8.309616461612194, 9.789531968622441 ], [ -8.079113735374307, 9.376223863152063 ], [ -7.832100389019132, 8.575704250518612 ], [ -8.203498907900837, 8.455453192575476 ], [ -8.299048631208535, 8.316443589710332 ], [ -8.221792364932156, 8.12332876223563 ], [ -8.280703497744923, 7.687179673692143 ], [ -8.439298468448726, 7.686042792181794 ], [ -8.722123582382153, 7.711674302598496 ], [ -8.926064622421933, 7.309037380396433 ], [ -9.208786383490803, 7.313920803247953 ], [ -9.403348151069764, 7.526905218938921 ], [ -9.337279832384581, 7.928534450711396 ], [ -9.755342169625806, 8.541055202666925 ], [ -10.016566534861227, 8.428503933135275 ], [ -10.23009355309128, 8.406205552601335 ], [ -10.505477260774683, 8.348896389189605 ], [ -10.494315151399576, 8.715540676300463 ], [ -10.654770473665849, 8.97717845299421 ], [ -10.622395188835043, 9.267910061068278 ], [ -10.839151984083287, 9.688246161330397 ], [ -11.117481248407302, 10.045872911006271 ], [ -11.91727739098863, 10.046983954300615 ], [ -12.150338100624936, 9.858571682164367 ], [ -12.425928514037565, 9.835834051955942 ], [ -12.596719122762153, 9.620188300001956 ], [ -12.711957566773009, 9.342711696810824 ], [ -13.246550258832457, 8.903048610871522 ], [ -13.685153977909806, 9.494743760613474 ], [ -14.074044969122212, 9.886166897008223 ], [ -14.330075852912302, 10.015719712763982 ], [ -14.579698859098244, 10.214467271358529 ], [ -14.69323198084345, 10.656300767454056 ], [ -14.839553798877972, 10.876571560098114 ], [ -15.130311245168144, 11.040411688679526 ], [ -14.685687221728841, 11.527823798056502 ], [ -14.3821915348787, 11.509271958863735 ], [ -14.121406419317765, 11.677117010947669 ], [ -13.900799729863792, 11.678718980348805 ], [ -13.743160773157399, 11.811269029177396 ], [ -13.828271857142141, 12.142644151249016 ], [ -13.718743658899513, 12.247185573775525 ], [ -13.700476040084283, 12.586182969610249 ], [ -13.217818162478267, 12.575873521367953 ], [ -12.499050665730493, 12.332089952031026 ], [ -12.278599005573483, 12.354440008997258 ], [ -12.203564825885593, 12.465647691289391 ], [ -11.658300950557901, 12.386582749882891 ], [ -11.513942836950548, 12.442987575729433 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Gambia", "sov_a3": "GMB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Gambia", "adm0_a3": "GMB", "geou_dif": 0.000000, "geounit": "Gambia", "gu_a3": "GMB", "su_dif": 0.000000, "subunit": "Gambia", "su_a3": "GMB", "brk_diff": 0.000000, "name": "Gambia", "name_long": "The Gambia", "brk_a3": "GMB", "brk_name": "Gambia", "brk_group": null, "abbrev": "Gambia", "postal": "GM", "formal_en": "Republic of the Gambia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Gambia, The", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 8.000000, "pop_est": 1782893.000000, "gdp_md_est": 2272.000000, "pop_year": -99.000000, "lastcensus": 2003.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GM", "iso_a3": "GMB", "iso_n3": "270", "un_a3": "270", "wb_a2": "GM", "wb_a3": "GMB", "woe_id": -99.000000, "adm0_a3_is": "GMB", "adm0_a3_us": "GMB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 10.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -16.841524624081217, 13.151393947802603 ], [ -16.713728807023472, 13.59495860437984 ], [ -15.624596320039984, 13.623587347869574 ], [ -15.398770310924448, 13.860368760630948 ], [ -15.081735398813834, 13.876491807505957 ], [ -14.68703080896853, 13.630356960499768 ], [ -14.376713833055732, 13.625680243377403 ], [ -14.046992356817441, 13.794067898000506 ], [ -13.844963344772424, 13.505041612192059 ], [ -14.277701788784555, 13.280585028532244 ], [ -14.712197231494628, 13.298206691943818 ], [ -15.141163295949411, 13.509511623585269 ], [ -15.511812506562904, 13.278569647672882 ], [ -15.691000535534982, 13.270353094938514 ], [ -15.931295945692199, 13.130284125211304 ], [ -16.841524624081217, 13.151393947802603 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Guinea Bissau", "sov_a3": "GNB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Guinea Bissau", "adm0_a3": "GNB", "geou_dif": 0.000000, "geounit": "Guinea Bissau", "gu_a3": "GNB", "su_dif": 0.000000, "subunit": "Guinea Bissau", "su_a3": "GNB", "brk_diff": 0.000000, "name": "Guinea-Bissau", "name_long": "Guinea-Bissau", "brk_a3": "GNB", "brk_name": "Guinea-Bissau", "brk_group": null, "abbrev": "GnB.", "postal": "GW", "formal_en": "Republic of Guinea-Bissau", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Guinea-Bissau", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 5.000000, "mapcolor9": 3.000000, "mapcolor13": 4.000000, "pop_est": 1533964.000000, "gdp_md_est": 904.200000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GW", "iso_a3": "GNB", "iso_n3": "624", "un_a3": "624", "wb_a2": "GW", "wb_a3": "GNB", "woe_id": -99.000000, "adm0_a3_is": "GNB", "adm0_a3_us": "GNB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 13.000000, "long_len": 13.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -13.700476040084283, 12.586182969610249 ], [ -13.718743658899513, 12.247185573775525 ], [ -13.828271857142141, 12.142644151249016 ], [ -13.743160773157399, 11.811269029177396 ], [ -13.900799729863792, 11.678718980348805 ], [ -14.121406419317765, 11.677117010947669 ], [ -14.3821915348787, 11.509271958863735 ], [ -14.685687221728841, 11.527823798056502 ], [ -15.130311245168144, 11.040411688679526 ], [ -15.66418046717547, 11.458474025920836 ], [ -16.085214199273508, 11.524594021038226 ], [ -16.314786749730189, 11.80651479740655 ], [ -16.308947312881202, 11.958701890506163 ], [ -16.61383826340321, 12.170911159712716 ], [ -16.677451951554559, 12.38485158940108 ], [ -16.147716844130599, 12.547761542201201 ], [ -15.816574266004238, 12.515567124883376 ], [ -15.54847693527401, 12.628170070847403 ], [ -13.700476040084283, 12.586182969610249 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Equatorial Guinea", "sov_a3": "GNQ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Equatorial Guinea", "adm0_a3": "GNQ", "geou_dif": 0.000000, "geounit": "Equatorial Guinea", "gu_a3": "GNQ", "su_dif": 0.000000, "subunit": "Equatorial Guinea", "su_a3": "GNQ", "brk_diff": 0.000000, "name": "Eq. Guinea", "name_long": "Equatorial Guinea", "brk_a3": "GNQ", "brk_name": "Eq. Guinea", "brk_group": null, "abbrev": "Eq. G.", "postal": "GQ", "formal_en": "Republic of Equatorial Guinea", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Equatorial Guinea", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 4.000000, "mapcolor13": 8.000000, "pop_est": 650702.000000, "gdp_md_est": 14060.000000, "pop_year": 0.000000, "lastcensus": 2002.000000, "gdp_year": 0.000000, "economy": "7. Least developed region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GQ", "iso_a3": "GNQ", "iso_n3": "226", "un_a3": "226", "wb_a2": "GQ", "wb_a3": "GNQ", "woe_id": -99.000000, "adm0_a3_is": "GNQ", "adm0_a3_us": "GNQ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 10.000000, "long_len": 17.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 11.27644900884377, 2.2610509301809 ], [ 11.285078973036434, 1.057661851400042 ], [ 9.830284051155672, 1.067893784993856 ], [ 9.492888624721985, 1.010119533691523 ], [ 9.305613234096285, 1.160911363119155 ], [ 9.649158155972685, 2.283866075037722 ], [ 11.27644900884377, 2.2610509301809 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Greece", "sov_a3": "GRC", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Greece", "adm0_a3": "GRC", "geou_dif": 0.000000, "geounit": "Greece", "gu_a3": "GRC", "su_dif": 0.000000, "subunit": "Greece", "su_a3": "GRC", "brk_diff": 0.000000, "name": "Greece", "name_long": "Greece", "brk_a3": "GRC", "brk_name": "Greece", "brk_group": null, "abbrev": "Greece", "postal": "GR", "formal_en": "Hellenic Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Greece", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 9.000000, "pop_est": 10737428.000000, "gdp_md_est": 343000.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GR", "iso_a3": "GRC", "iso_n3": "300", "un_a3": "300", "wb_a2": "GR", "wb_a3": "GRC", "woe_id": -99.000000, "adm0_a3_is": "GRC", "adm0_a3_us": "GRC", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 23.699980096133004, 35.705004380835533 ], [ 24.24666507334868, 35.368022365860156 ], [ 25.02501549652888, 35.424995632461986 ], [ 25.769207797964185, 35.35401805270908 ], [ 25.745023227651558, 35.179997666966216 ], [ 26.290002882601726, 35.299990342747918 ], [ 26.164997592887659, 35.004995429009796 ], [ 24.724982130642275, 34.91998769788961 ], [ 24.735007358506948, 35.084990546197588 ], [ 23.514978468528085, 35.279991563450949 ], [ 23.699980096133004, 35.705004380835533 ] ] ], [ [ [ 26.604195590936257, 41.562114569661105 ], [ 26.29460208507578, 40.936261298174259 ], [ 26.056942172965393, 40.824123440100834 ], [ 25.447677036244158, 40.852545477861469 ], [ 24.925848422960939, 40.947061672523233 ], [ 23.714811232200788, 40.687129218095123 ], [ 24.407998894964038, 40.124992987624097 ], [ 23.899967889102584, 39.96200552017558 ], [ 23.342999301860772, 39.960997829745793 ], [ 22.813987664488963, 40.476005153966554 ], [ 22.626298862404752, 40.256561184239189 ], [ 22.849747755634809, 39.659310818025773 ], [ 23.350027296652598, 39.190011298167263 ], [ 22.973099399515547, 38.970903225249657 ], [ 23.530016310324953, 38.510001125638468 ], [ 24.025024855248915, 38.21999298761645 ], [ 24.040011020613576, 37.655014553369426 ], [ 23.115002882589124, 37.920011298162223 ], [ 23.409971958111072, 37.409990749657396 ], [ 22.774971958108637, 37.305010077456558 ], [ 23.15422529469862, 36.422505804992056 ], [ 22.490028110451107, 36.41000010837746 ], [ 21.670026482843667, 36.844986477194198 ], [ 21.295010613701578, 37.644989325504696 ], [ 21.120034213961333, 38.310323391262727 ], [ 20.730032179454554, 38.769985256498785 ], [ 20.217712029712857, 39.340234686839636 ], [ 20.15001590341052, 39.624997666984029 ], [ 20.615000441172782, 40.110006822259436 ], [ 20.674996779063633, 40.434999904943055 ], [ 20.999989861747252, 40.580003973953978 ], [ 21.020040317476401, 40.84272695572588 ], [ 21.674160597426976, 40.931274522457983 ], [ 22.05537763844427, 41.149865831052693 ], [ 22.597308383889015, 41.130487168943205 ], [ 22.76177, 41.3048 ], [ 22.952377150166541, 41.337993882811219 ], [ 23.692073601992462, 41.309080918943863 ], [ 24.492644891058006, 41.58389618587205 ], [ 25.197201368925533, 41.234485988930658 ], [ 26.106138136507241, 41.328898830727837 ], [ 26.117041863720829, 41.826904608724647 ], [ 26.604195590936257, 41.562114569661105 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Denmark", "sov_a3": "DN1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "Greenland", "adm0_a3": "GRL", "geou_dif": 0.000000, "geounit": "Greenland", "gu_a3": "GRL", "su_dif": 0.000000, "subunit": "Greenland", "su_a3": "GRL", "brk_diff": 0.000000, "name": "Greenland", "name_long": "Greenland", "brk_a3": "GRL", "brk_name": "Greenland", "brk_group": null, "abbrev": "Grlnd.", "postal": "GL", "formal_en": "Greenland", "formal_fr": null, "note_adm0": "Den.", "note_brk": null, "name_sort": "Greenland", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 12.000000, "pop_est": 57600.000000, "gdp_md_est": 1100.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GL", "iso_a3": "GRL", "iso_n3": "304", "un_a3": "304", "wb_a2": "GL", "wb_a3": "GRL", "woe_id": -99.000000, "adm0_a3_is": "GRL", "adm0_a3_us": "GRL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "Europe & Central Asia", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": -99.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -27.10046, 83.51966 ], [ -20.84539, 82.72669 ], [ -22.69182, 82.34165 ], [ -26.51753, 82.29765 ], [ -31.9, 82.2 ], [ -31.39646, 82.02154 ], [ -27.85666, 82.13178 ], [ -24.84448, 81.78697 ], [ -22.90328, 82.09317 ], [ -22.07175, 81.73449 ], [ -23.16961, 81.15271 ], [ -20.62363, 81.52462 ], [ -15.76818, 81.91245 ], [ -12.77018, 81.71885 ], [ -12.20855, 81.29154 ], [ -16.28533, 80.58004 ], [ -16.85, 80.35 ], [ -20.04624, 80.17708 ], [ -17.73035, 80.12912 ], [ -18.9, 79.4 ], [ -19.70499, 78.75128 ], [ -19.67353, 77.63859 ], [ -18.47285, 76.98565 ], [ -20.03503, 76.94434 ], [ -21.67944, 76.62795 ], [ -19.83407, 76.09808 ], [ -19.59896, 75.24838 ], [ -20.66818, 75.15585 ], [ -19.37281, 74.29561 ], [ -21.59422, 74.22382 ], [ -20.43454, 73.81713 ], [ -20.76234, 73.46436 ], [ -22.17221, 73.30955 ], [ -23.56593, 73.30663 ], [ -22.31311, 72.62928 ], [ -22.29954, 72.18409 ], [ -24.27834, 72.59788 ], [ -24.79296, 72.3302 ], [ -23.44296, 72.08016 ], [ -22.13281, 71.46898 ], [ -21.75356, 70.66369 ], [ -23.53603, 70.471 ], [ -24.30702, 70.85649 ], [ -25.54341, 71.43094 ], [ -25.20135, 70.75226 ], [ -26.36276, 70.22646 ], [ -23.72742, 70.18401 ], [ -22.34902, 70.12946 ], [ -25.02927, 69.2588 ], [ -27.74737, 68.47046 ], [ -30.67371, 68.12503 ], [ -31.77665, 68.12078 ], [ -32.81105, 67.73547 ], [ -34.20196, 66.67974 ], [ -36.35284, 65.9789 ], [ -37.04378, 65.93768 ], [ -38.37505, 65.69213 ], [ -39.81222, 65.45848 ], [ -40.66899, 64.83997 ], [ -40.68281, 64.13902 ], [ -41.1887, 63.48246 ], [ -42.81938, 62.68233 ], [ -42.41666, 61.90093 ], [ -42.86619, 61.07404 ], [ -43.3784, 60.09772 ], [ -44.7875, 60.03676 ], [ -46.26364, 60.85328 ], [ -48.26294, 60.85843 ], [ -49.23308, 61.40681 ], [ -49.90039, 62.38336 ], [ -51.63325, 63.62691 ], [ -52.14014, 64.27842 ], [ -52.27659, 65.1767 ], [ -53.66166, 66.09957 ], [ -53.30161, 66.8365 ], [ -53.96911, 67.18899 ], [ -52.9804, 68.35759 ], [ -51.47536, 68.72958 ], [ -51.08041, 69.14781 ], [ -50.87122, 69.9291 ], [ -52.013585, 69.574925 ], [ -52.55792, 69.42616 ], [ -53.45629, 69.283625 ], [ -54.68336, 69.61003 ], [ -54.75001, 70.28932 ], [ -54.35884, 70.821315 ], [ -53.431315, 70.835755 ], [ -51.39014, 70.56978 ], [ -53.10937, 71.20485 ], [ -54.00422, 71.54719 ], [ -55.0, 71.406536967272586 ], [ -55.83468, 71.65444 ], [ -54.71819, 72.58625 ], [ -55.32634, 72.95861 ], [ -56.12003, 73.64977 ], [ -57.32363, 74.71026 ], [ -58.59679, 75.09861 ], [ -58.58516, 75.51727 ], [ -61.26861, 76.10238 ], [ -63.39165, 76.1752 ], [ -66.06427, 76.13486 ], [ -68.50438, 76.06141 ], [ -69.66485, 76.37975 ], [ -71.40257, 77.00857 ], [ -68.77671, 77.32312 ], [ -66.76397, 77.37595 ], [ -71.04293, 77.63595 ], [ -73.297, 78.04419 ], [ -73.15938, 78.43271 ], [ -69.37345, 78.91388 ], [ -65.7107, 79.39436 ], [ -65.3239, 79.75814 ], [ -68.02298, 80.11721 ], [ -67.15129, 80.51582 ], [ -63.68925, 81.21396 ], [ -62.23444, 81.3211 ], [ -62.65116, 81.77042 ], [ -60.28249, 82.03363 ], [ -57.20744, 82.19074 ], [ -54.13442, 82.19962 ], [ -53.04328, 81.88833 ], [ -50.39061, 82.43883 ], [ -48.00386, 82.06481 ], [ -46.59984, 81.985945 ], [ -44.523, 81.6607 ], [ -46.9007, 82.19979 ], [ -46.76379, 82.62796 ], [ -43.40644, 83.22516 ], [ -39.89753, 83.18018 ], [ -38.62214, 83.54905 ], [ -35.08787, 83.64513 ], [ -27.10046, 83.51966 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Guatemala", "sov_a3": "GTM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Guatemala", "adm0_a3": "GTM", "geou_dif": 0.000000, "geounit": "Guatemala", "gu_a3": "GTM", "su_dif": 0.000000, "subunit": "Guatemala", "su_a3": "GTM", "brk_diff": 0.000000, "name": "Guatemala", "name_long": "Guatemala", "brk_a3": "GTM", "brk_name": "Guatemala", "brk_group": null, "abbrev": "Guat.", "postal": "GT", "formal_en": "Republic of Guatemala", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Guatemala", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 3.000000, "mapcolor9": 3.000000, "mapcolor13": 6.000000, "pop_est": 13276517.000000, "gdp_md_est": 68580.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GT", "iso_a3": "GTM", "iso_n3": "320", "un_a3": "320", "wb_a2": "GT", "wb_a3": "GTM", "woe_id": -99.000000, "adm0_a3_is": "GTM", "adm0_a3_us": "GTM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 5.000000, "tiny": 4.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -89.143080410503302, 17.808318996649319 ], [ -89.150806037130877, 17.015576687075821 ], [ -89.229121670269251, 15.88693756760523 ], [ -88.9306127591353, 15.887273464415046 ], [ -88.60458614780589, 15.706380113177431 ], [ -88.518364020526889, 15.855389105690961 ], [ -88.225022752621925, 15.72772247971406 ], [ -88.680679694355575, 15.346247056535404 ], [ -89.154810960633483, 15.066419175674909 ], [ -89.225220099631201, 14.874286200413692 ], [ -89.145535041037164, 14.678019110569181 ], [ -89.353325975282786, 14.424132798719128 ], [ -89.587342698916586, 14.362586167859519 ], [ -89.534219326520514, 14.244815578666348 ], [ -89.721933966820728, 14.134228013561682 ], [ -90.064677903996596, 13.88196950932894 ], [ -90.095554572290922, 13.735337632700777 ], [ -90.608624030300803, 13.909771429901951 ], [ -91.232410244496009, 13.927832342987926 ], [ -91.689746670279163, 14.126218166556455 ], [ -92.227750006869798, 14.538828640190985 ], [ -92.203229539747241, 14.830102850804124 ], [ -92.08721594925197, 15.064584662328514 ], [ -92.229248623406249, 15.251446641495917 ], [ -91.747960171255897, 16.066564846251822 ], [ -90.464472622422591, 16.069562079324754 ], [ -90.438866950221978, 16.410109768128137 ], [ -90.600846727240906, 16.470777899638819 ], [ -90.711821865587609, 16.68748301845477 ], [ -91.08167009150057, 16.918476670799521 ], [ -91.4539212715151, 17.252177232324243 ], [ -91.00226925328414, 17.254657701074279 ], [ -91.0015199450159, 17.817594916245753 ], [ -90.067933519230877, 17.819326076727549 ], [ -89.143080410503302, 17.808318996649319 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Guyana", "sov_a3": "GUY", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Guyana", "adm0_a3": "GUY", "geou_dif": 0.000000, "geounit": "Guyana", "gu_a3": "GUY", "su_dif": 0.000000, "subunit": "Guyana", "su_a3": "GUY", "brk_diff": 0.000000, "name": "Guyana", "name_long": "Guyana", "brk_a3": "GUY", "brk_name": "Guyana", "brk_group": null, "abbrev": "Guy.", "postal": "GY", "formal_en": "Co-operative Republic of Guyana", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Guyana", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 4.000000, "mapcolor13": 8.000000, "pop_est": 772298.000000, "gdp_md_est": 2966.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "GY", "iso_a3": "GUY", "iso_n3": "328", "un_a3": "328", "wb_a2": "GY", "wb_a3": "GUY", "woe_id": -99.000000, "adm0_a3_is": "GUY", "adm0_a3_us": "GUY", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -57.147436489476888, 5.973149929219176 ], [ -57.307245856339506, 5.073566595882269 ], [ -57.914288906472137, 4.812626451024471 ], [ -57.860209520078683, 4.576801052260478 ], [ -58.044694383360621, 4.060863552258368 ], [ -57.601568976457884, 3.334654649260656 ], [ -57.281433478409667, 3.333491929534119 ], [ -57.150097825739891, 2.768926906745421 ], [ -56.539385748914583, 1.899522609866892 ], [ -56.782704230360821, 1.863710842288668 ], [ -57.335822923396847, 1.948537705895774 ], [ -57.660971035377344, 1.682584947105696 ], [ -58.11344987652501, 1.50719513590704 ], [ -58.42947709820595, 1.463941962078778 ], [ -58.540012986878224, 1.268088283692492 ], [ -59.030861579002647, 1.317697658692737 ], [ -59.646043667221278, 1.786893825686775 ], [ -59.718545701726725, 2.249630438644346 ], [ -59.974524909084522, 2.75523265218807 ], [ -59.815413174057852, 3.606498521332128 ], [ -59.538039923731219, 3.958802598481981 ], [ -59.767405768458644, 4.423502915866621 ], [ -60.111002366767337, 4.574966538914097 ], [ -59.9809586249049, 5.014061184098125 ], [ -60.213683437731277, 5.244486395687616 ], [ -60.733574184803729, 5.200277207861959 ], [ -61.410302903881956, 5.959068101419618 ], [ -61.139415045807965, 6.23429677980613 ], [ -61.159336310456524, 6.696077378766319 ], [ -60.54399919294093, 6.856584377464884 ], [ -60.295668097562412, 7.043911444522962 ], [ -60.63797278506371, 7.414999904810841 ], [ -60.550587938058158, 7.779602972846163 ], [ -59.758284878159174, 8.367034816924061 ], [ -59.101684129458675, 7.999201971870477 ], [ -58.482962205628041, 7.347691351750726 ], [ -58.454876064677393, 6.832787380394478 ], [ -58.07810319683739, 6.809093736188657 ], [ -57.542218593970688, 6.321268215353371 ], [ -57.147436489476888, 5.973149929219176 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Honduras", "sov_a3": "HND", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Honduras", "adm0_a3": "HND", "geou_dif": 0.000000, "geounit": "Honduras", "gu_a3": "HND", "su_dif": 0.000000, "subunit": "Honduras", "su_a3": "HND", "brk_diff": 0.000000, "name": "Honduras", "name_long": "Honduras", "brk_a3": "HND", "brk_name": "Honduras", "brk_group": null, "abbrev": "Hond.", "postal": "HN", "formal_en": "Republic of Honduras", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Honduras", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 5.000000, "mapcolor9": 2.000000, "mapcolor13": 5.000000, "pop_est": 7792854.000000, "gdp_md_est": 33720.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "HN", "iso_a3": "HND", "iso_n3": "340", "un_a3": "340", "wb_a2": "HN", "wb_a3": "HND", "woe_id": -99.000000, "adm0_a3_is": "HND", "adm0_a3_us": "HND", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -83.147219000974104, 14.995829169164224 ], [ -83.489988776366005, 15.016267198135665 ], [ -83.628584967772838, 14.880073960830401 ], [ -83.975721401693534, 14.749435939996488 ], [ -84.22834164095238, 14.748764146376644 ], [ -84.449335903648574, 14.621614284722554 ], [ -84.649582078779588, 14.666805324761881 ], [ -84.820036790694246, 14.819586696832673 ], [ -84.924500698572302, 14.79049286545235 ], [ -85.052787441736825, 14.551541042534751 ], [ -85.148750576502863, 14.560196844943633 ], [ -85.165364549484764, 14.354369615125066 ], [ -85.514413011400251, 14.079011745657951 ], [ -85.698665330736929, 13.960078436738144 ], [ -85.801294725268491, 13.83605499923766 ], [ -86.096263800790581, 14.038187364147262 ], [ -86.312142096689826, 13.771356106008255 ], [ -86.520708177419891, 13.778487453664482 ], [ -86.755086636079596, 13.754845485890939 ], [ -86.733821784191548, 13.263092556201443 ], [ -86.880557013684353, 13.254204209847217 ], [ -87.005769009127505, 13.025794379117258 ], [ -87.316654425795463, 12.984685777229018 ], [ -87.489408738947105, 13.297534898323974 ], [ -87.793111131526473, 13.384480495655197 ], [ -87.723502977229288, 13.785050360565606 ], [ -87.859515347021585, 13.893312486217098 ], [ -88.065342576840067, 13.964625962779834 ], [ -88.503997972349595, 13.845485948130957 ], [ -88.541230841815917, 13.980154730683566 ], [ -88.843072882832701, 14.140506700085268 ], [ -89.05851192905763, 14.340029405164231 ], [ -89.353325975282786, 14.424132798719128 ], [ -89.145535041037164, 14.678019110569181 ], [ -89.225220099631201, 14.874286200413692 ], [ -89.154810960633483, 15.066419175674909 ], [ -88.680679694355575, 15.346247056535404 ], [ -88.225022752621925, 15.72772247971406 ], [ -88.121153123715345, 15.688655096901357 ], [ -87.901812506852394, 15.864458319558224 ], [ -87.615680101252309, 15.87879852951923 ], [ -87.52292090528843, 15.797278957578783 ], [ -87.367762417332102, 15.84694000901132 ], [ -86.903191291028122, 15.756712958229627 ], [ -86.440945604177358, 15.782835394753192 ], [ -86.119233974944279, 15.893448798073962 ], [ -86.001954311857816, 16.00540578863442 ], [ -85.683317430346221, 15.953651841693983 ], [ -85.444003872402533, 15.885749009662476 ], [ -85.182443610357154, 15.909158433490688 ], [ -84.983721889978796, 15.99592316330876 ], [ -84.52697974316709, 15.857223619037427 ], [ -84.368255581382556, 15.835157782448761 ], [ -84.063054572266793, 15.648244126849164 ], [ -83.773976610026153, 15.424071763566886 ], [ -83.41038123242032, 15.270902818253788 ], [ -83.147219000974104, 14.995829169164224 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Croatia", "sov_a3": "HRV", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Croatia", "adm0_a3": "HRV", "geou_dif": 0.000000, "geounit": "Croatia", "gu_a3": "HRV", "su_dif": 0.000000, "subunit": "Croatia", "su_a3": "HRV", "brk_diff": 0.000000, "name": "Croatia", "name_long": "Croatia", "brk_a3": "HRV", "brk_name": "Croatia", "brk_group": null, "abbrev": "Cro.", "postal": "HR", "formal_en": "Republic of Croatia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Croatia", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 4.000000, "mapcolor9": 5.000000, "mapcolor13": 1.000000, "pop_est": 4489409.000000, "gdp_md_est": 82390.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "HR", "iso_a3": "HRV", "iso_n3": "191", "un_a3": "191", "wb_a2": "HR", "wb_a3": "HRV", "woe_id": -99.000000, "adm0_a3_is": "HRV", "adm0_a3_us": "HRV", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 17.630066359129586, 45.951769110694215 ], [ 18.45606245288289, 45.75948110613615 ], [ 18.829824792874007, 45.908872358025292 ], [ 18.829838087650046, 45.908877671891986 ], [ 19.072768995854176, 45.521511135432121 ], [ 19.39047570158462, 45.236515611342384 ], [ 19.00548628101015, 44.860233669609158 ], [ 19.005484597557654, 44.860234493542976 ], [ 18.553214145591653, 45.081589667331457 ], [ 17.861783481526402, 45.067740383477172 ], [ 17.002146030351014, 45.233776760430999 ], [ 16.534939406000234, 45.211607570977719 ], [ 16.3181567725359, 45.004126695325908 ], [ 15.959367303133376, 45.233776760430999 ], [ 15.750026075918981, 44.818711656262622 ], [ 16.23966027188456, 44.351143296885709 ], [ 16.456442905348894, 44.041239732431336 ], [ 16.916156447017357, 43.667722479825699 ], [ 17.297373488034481, 43.446340643887368 ], [ 17.674921502359012, 43.02856252702361 ], [ 18.56, 42.65 ], [ 18.450016883020908, 42.479992245312189 ], [ 18.450016310304818, 42.479991360029345 ], [ 17.509970330483327, 42.849994615239154 ], [ 16.93000573087167, 43.209998480800408 ], [ 16.015384555737711, 43.507215481127218 ], [ 15.174453973052152, 44.243191229827971 ], [ 15.376250441151825, 44.317915350922107 ], [ 14.920309279040538, 44.738483995129485 ], [ 14.901602410550908, 45.076060289076111 ], [ 14.258747592840052, 45.233776760430999 ], [ 13.952254672917064, 44.802123521496895 ], [ 13.65697553880122, 45.136935126315961 ], [ 13.679403110415848, 45.484149074885039 ], [ 13.71505984869728, 45.500323798192454 ], [ 14.411968214585528, 45.466165676447446 ], [ 14.595109490627948, 45.634940904312856 ], [ 14.93524376797302, 45.47169505470282 ], [ 15.327674594797429, 45.452316392593332 ], [ 15.32395389167246, 45.731782538427723 ], [ 15.67152957526767, 45.834153550797907 ], [ 15.76873294440864, 46.238108222023556 ], [ 16.564808383864886, 46.503750922219837 ], [ 16.882515089595444, 46.380631822284442 ], [ 17.630066359129586, 45.951769110694215 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Haiti", "sov_a3": "HTI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Haiti", "adm0_a3": "HTI", "geou_dif": 0.000000, "geounit": "Haiti", "gu_a3": "HTI", "su_dif": 0.000000, "subunit": "Haiti", "su_a3": "HTI", "brk_diff": 0.000000, "name": "Haiti", "name_long": "Haiti", "brk_a3": "HTI", "brk_name": "Haiti", "brk_group": null, "abbrev": "Haiti", "postal": "HT", "formal_en": "Republic of Haiti", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Haiti", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 1.000000, "mapcolor9": 7.000000, "mapcolor13": 2.000000, "pop_est": 9035536.000000, "gdp_md_est": 11500.000000, "pop_year": -99.000000, "lastcensus": 2003.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "HT", "iso_a3": "HTI", "iso_n3": "332", "un_a3": "332", "wb_a2": "HT", "wb_a3": "HTI", "woe_id": -99.000000, "adm0_a3_is": "HTI", "adm0_a3_us": "HTI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -71.712361416292936, 19.714455878167399 ], [ -71.624873216422827, 19.169837958243363 ], [ -71.701302659782499, 18.785416978424053 ], [ -71.945112067335515, 18.616900132720275 ], [ -71.687737596305823, 18.316660061104528 ], [ -71.708304816358037, 18.044997056546123 ], [ -72.372476162389347, 18.214960842354088 ], [ -72.844411180294884, 18.145611070218422 ], [ -73.454554816365032, 18.217906398994728 ], [ -73.922433234335642, 18.030992743395046 ], [ -74.458033616824792, 18.342549953682663 ], [ -74.369925299767118, 18.664907538319397 ], [ -73.449542202432752, 18.526052964751216 ], [ -72.694937099890666, 18.445799465401876 ], [ -72.334881557897035, 18.668421535715311 ], [ -72.79164954292483, 19.101625067618045 ], [ -72.784104783810307, 19.483591416903408 ], [ -73.415022345661725, 19.639550889560297 ], [ -73.18979061551758, 19.915683905511912 ], [ -72.579672817663635, 19.871500555902344 ], [ -71.712361416292936, 19.714455878167399 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Hungary", "sov_a3": "HUN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Hungary", "adm0_a3": "HUN", "geou_dif": 0.000000, "geounit": "Hungary", "gu_a3": "HUN", "su_dif": 0.000000, "subunit": "Hungary", "su_a3": "HUN", "brk_diff": 0.000000, "name": "Hungary", "name_long": "Hungary", "brk_a3": "HUN", "brk_name": "Hungary", "brk_group": null, "abbrev": "Hun.", "postal": "HU", "formal_en": "Republic of Hungary", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Hungary", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 6.000000, "mapcolor9": 1.000000, "mapcolor13": 5.000000, "pop_est": 9905596.000000, "gdp_md_est": 196600.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "HU", "iso_a3": "HUN", "iso_n3": "348", "un_a3": "348", "wb_a2": "HU", "wb_a3": "HUN", "woe_id": -99.000000, "adm0_a3_is": "HUN", "adm0_a3_us": "HUN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 20.801293979584926, 48.62385407164237 ], [ 21.872236362401765, 48.319970811550036 ], [ 22.085608351334855, 48.422264309271753 ], [ 22.640819939878725, 48.150239569687329 ], [ 22.710531447040495, 47.882193915389422 ], [ 22.099767693782894, 47.672439276716716 ], [ 21.626514926853872, 46.994237779318127 ], [ 21.021952345471277, 46.316087958351915 ], [ 20.220192498462893, 46.127468980486611 ], [ 19.596044549241668, 46.171729844744561 ], [ 18.829838087650046, 45.908877671891986 ], [ 18.829824792874007, 45.908872358025292 ], [ 18.45606245288289, 45.75948110613615 ], [ 17.630066359129586, 45.951769110694215 ], [ 16.882515089595444, 46.380631822284442 ], [ 16.564808383864886, 46.503750922219837 ], [ 16.370504998447444, 46.841327216166547 ], [ 16.202298211337393, 46.852385972677013 ], [ 16.534267612380376, 47.49617096616916 ], [ 16.340584344150415, 47.712901923201201 ], [ 16.903754103267318, 47.71486562762837 ], [ 16.979666782304008, 48.123497015976284 ], [ 17.48847293464982, 47.867466132186195 ], [ 17.857132602620055, 47.758428860050373 ], [ 18.696512892336955, 47.880953681014404 ], [ 18.777024773847728, 48.081768296900663 ], [ 19.174364861739946, 48.111378892603881 ], [ 19.661363559658525, 48.266614895208619 ], [ 19.769470656013141, 48.202691148463657 ], [ 20.239054396249401, 48.327567247096937 ], [ 20.473562045989894, 48.562850043321845 ], [ 20.801293979584926, 48.62385407164237 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Indonesia", "sov_a3": "IDN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Indonesia", "adm0_a3": "IDN", "geou_dif": 0.000000, "geounit": "Indonesia", "gu_a3": "IDN", "su_dif": 0.000000, "subunit": "Indonesia", "su_a3": "IDN", "brk_diff": 0.000000, "name": "Indonesia", "name_long": "Indonesia", "brk_a3": "IDN", "brk_name": "Indonesia", "brk_group": null, "abbrev": "Indo.", "postal": "INDO", "formal_en": "Republic of Indonesia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Indonesia", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 6.000000, "mapcolor9": 6.000000, "mapcolor13": 11.000000, "pop_est": 240271522.000000, "gdp_md_est": 914600.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "4. Emerging region: MIKT", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ID", "iso_a3": "IDN", "iso_n3": "360", "un_a3": "360", "wb_a2": "ID", "wb_a3": "IDN", "woe_id": -99.000000, "adm0_a3_is": "IDN", "adm0_a3_us": "IDN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.715608758630452, -10.239581394087878 ], [ 120.295014276206899, -10.258649997603527 ], [ 118.967808465654713, -9.557969252158045 ], [ 119.90030968636168, -9.361340427287516 ], [ 120.425755649905483, -9.665921319215798 ], [ 120.775501743656747, -9.969675388227458 ], [ 120.715608758630452, -10.239581394087878 ] ] ], [ [ [ 124.435950148619412, -10.140000909061442 ], [ 123.579981724136786, -10.359987481327963 ], [ 123.459989048355027, -10.239994805546189 ], [ 123.550009393407464, -9.90001555749798 ], [ 123.980008986508125, -9.290026950724695 ], [ 124.968682489116219, -8.892790215697048 ], [ 125.07001997284064, -9.089987481322837 ], [ 125.088520135601101, -9.393173109579322 ], [ 124.435950148619412, -10.140000909061442 ] ] ], [ [ [ 117.900018345207769, -8.095681247594925 ], [ 118.260616489740499, -8.362383314653329 ], [ 118.878459914222134, -8.28068287519983 ], [ 119.1265067892231, -8.705824883665073 ], [ 117.970401645989313, -8.906639499551261 ], [ 117.277730747549043, -9.040894870645573 ], [ 116.740140822416635, -9.032936700072639 ], [ 117.083737420725328, -8.457157891476541 ], [ 117.632024367342154, -8.449303073768192 ], [ 117.900018345207769, -8.095681247594925 ] ] ], [ [ [ 122.903537225436111, -8.094234307490751 ], [ 122.756982863456329, -8.649807631060654 ], [ 121.254490594570171, -8.933666273639943 ], [ 119.924390903809609, -8.810417982623875 ], [ 119.920928582846187, -8.444858900591086 ], [ 120.715091994307585, -8.236964613480865 ], [ 121.341668735846582, -8.536739597206022 ], [ 122.007364536630433, -8.460620212440162 ], [ 122.903537225436111, -8.094234307490751 ] ] ], [ [ [ 108.623478631628956, -6.777673841990691 ], [ 110.539227329553313, -6.877357679881698 ], [ 110.759575636845938, -6.465186455921753 ], [ 112.614811232556377, -6.946035658397605 ], [ 112.978768345188115, -7.59421314863458 ], [ 114.478935174621171, -7.776527601760293 ], [ 115.705526971501087, -8.370806573116866 ], [ 114.564511346496516, -8.751816908404834 ], [ 113.464733514460903, -8.348947442257426 ], [ 112.559672479301042, -8.376180922075179 ], [ 111.522061395312477, -8.302128594600958 ], [ 110.586149530074323, -8.122604668819022 ], [ 109.427667270955197, -7.740664157749762 ], [ 108.693655226681329, -7.641600437046222 ], [ 108.27776329959633, -7.766657403192582 ], [ 106.454102004016164, -7.354899590690962 ], [ 106.280624220812314, -6.924899997590202 ], [ 105.365486281355544, -6.85141611087117 ], [ 106.051645949327082, -5.8959188777945 ], [ 107.265008579540194, -5.954985039904059 ], [ 108.072091099074697, -6.345762220895253 ], [ 108.486846144649263, -6.421984958525769 ], [ 108.623478631628956, -6.777673841990691 ] ] ], [ [ [ 134.724624465066682, -6.214400730009302 ], [ 134.210133905168931, -6.895237725454706 ], [ 134.112775506731026, -6.142467136259015 ], [ 134.290335728085807, -5.783057549669039 ], [ 134.499625278867967, -5.445042006047899 ], [ 134.727001580952134, -5.73758228925216 ], [ 134.724624465066682, -6.214400730009302 ] ] ], [ [ [ 127.249215122588936, -3.45906503663889 ], [ 126.874922723498884, -3.79098276124958 ], [ 126.18380211802733, -3.607376397316571 ], [ 125.989033644719285, -3.177273451351326 ], [ 127.000651483264988, -3.12931772218441 ], [ 127.249215122588936, -3.45906503663889 ] ] ], [ [ [ 130.471344028851803, -3.09376433676762 ], [ 130.834836053592795, -3.858472181822762 ], [ 129.990546502808144, -3.446300957862832 ], [ 129.155248651242431, -3.362636813982263 ], [ 128.590683628453661, -3.428679294451257 ], [ 127.898891229362363, -3.393435967628207 ], [ 128.135879347852807, -2.843650404474914 ], [ 129.370997756060916, -2.802154229344552 ], [ 130.471344028851803, -3.09376433676762 ] ] ], [ [ [ 134.1433679546478, -1.151867364103595 ], [ 134.422627394753107, -2.769184665542397 ], [ 135.457602980694702, -3.367752780779128 ], [ 136.293314243718811, -2.307042331556104 ], [ 137.440737746327528, -1.703513278819372 ], [ 138.329727411044786, -1.702686455902665 ], [ 139.184920689042968, -2.051295668143638 ], [ 139.926684198160416, -2.409051608900285 ], [ 141.000210402591875, -2.600151055515639 ], [ 141.017056919519035, -5.859021905138036 ], [ 141.033851760013903, -9.117892754760433 ], [ 140.143415155192571, -8.297167657100957 ], [ 139.127766554928115, -8.096042982620943 ], [ 138.881476678625035, -8.38093515384611 ], [ 137.614473911692841, -8.411682631059762 ], [ 138.039099155835203, -7.597882175327356 ], [ 138.668621454014811, -7.320224704623087 ], [ 138.407913853102372, -6.232849216337485 ], [ 137.927839797110863, -5.393365573756 ], [ 135.989250116113482, -4.546543877789063 ], [ 135.164597609599724, -4.462931410340772 ], [ 133.662880487197896, -3.538853448097527 ], [ 133.367704705946807, -4.024818617370315 ], [ 132.983955519747354, -4.112978610860281 ], [ 132.756940952689007, -3.74628264731713 ], [ 132.753788690319226, -3.311787204607072 ], [ 131.989804315316206, -2.820551039240456 ], [ 133.066844517143494, -2.460417982598443 ], [ 133.780030959203515, -2.47984832114021 ], [ 133.696211786026169, -2.214541517753688 ], [ 132.232373488494289, -2.21252613689434 ], [ 131.836221958544712, -1.617161960459597 ], [ 130.942839797082826, -1.432522067880811 ], [ 130.519558140180067, -0.937720228686075 ], [ 131.867537876513637, -0.695461114101818 ], [ 132.380116408416797, -0.369537855636977 ], [ 133.985548130428441, -0.780210463060456 ], [ 134.1433679546478, -1.151867364103595 ] ] ], [ [ [ 125.240500522971587, 1.419836127117605 ], [ 124.437035353697382, 0.427881171058957 ], [ 123.685504998876723, 0.235593166500877 ], [ 122.723083123872897, 0.431136786293337 ], [ 121.056724888189109, 0.381217352699451 ], [ 120.183083123862815, 0.237246812334206 ], [ 120.040869582195484, -0.519657891444865 ], [ 120.935905389490728, -1.408905938323372 ], [ 121.475820754076182, -0.955962009285116 ], [ 123.340564813328484, -0.615672702643096 ], [ 123.258399285984495, -1.076213067228338 ], [ 122.822715285331611, -0.930950616055881 ], [ 122.388529901215378, -1.516858005381124 ], [ 121.508273553555483, -1.904482924002423 ], [ 122.454572381684301, -3.186058444840882 ], [ 122.271896193532569, -3.529500013852712 ], [ 123.170962762546566, -4.683693129091722 ], [ 123.162332798353788, -5.340603936385961 ], [ 122.628515252778726, -5.634591159694494 ], [ 122.236394484548072, -5.282933037948297 ], [ 122.719569126477069, -4.464171644715805 ], [ 121.738233677254385, -4.8513314754465 ], [ 121.489463332201268, -4.57455250409123 ], [ 121.619171177253889, -4.188477878438675 ], [ 120.898181593917712, -3.602105401222829 ], [ 120.972388950688782, -2.62764291749491 ], [ 120.305452915529969, -2.931603692235726 ], [ 120.390047235191759, -4.097579034037224 ], [ 120.430716587405385, -5.528241062037779 ], [ 119.796543410319515, -5.673400160345651 ], [ 119.366905552244958, -5.379878024927805 ], [ 119.653606398600147, -4.459417412944958 ], [ 119.498835483885983, -3.494411716326525 ], [ 119.078344354327015, -3.487021986508765 ], [ 118.767768996252954, -2.801999200047689 ], [ 119.180973748858747, -2.147103773612798 ], [ 119.323393996255078, -1.353147067880485 ], [ 119.825998976725856, 0.154254462073482 ], [ 120.035701938966355, 0.566477362465804 ], [ 120.885779250167758, 1.309222723796836 ], [ 121.666816847826993, 1.013943589681077 ], [ 122.927566766451861, 0.875192368977466 ], [ 124.077522414242907, 0.917101955566139 ], [ 125.065989211121831, 1.643259182131544 ], [ 125.240500522971587, 1.419836127117605 ] ] ], [ [ [ 128.688248732620735, 1.132385972494092 ], [ 128.63595218314137, 0.258485826006179 ], [ 128.120169712436194, 0.356412665199272 ], [ 127.968034295768888, -0.252077325037533 ], [ 128.37999881399972, -0.780003757331301 ], [ 128.100015903842376, -0.899996433112989 ], [ 127.696474644075039, -0.266598402511505 ], [ 127.399490187693772, 1.011721503092559 ], [ 127.600511509309086, 1.810690822757181 ], [ 127.932377557487513, 2.174596258956555 ], [ 128.004156121940838, 1.628531398928331 ], [ 128.594559360875479, 1.540810655112864 ], [ 128.688248732620735, 1.132385972494092 ] ] ], [ [ [ 117.875627069166086, 1.827640692548897 ], [ 118.996747267738186, 0.902219143066048 ], [ 117.811858351717802, 0.784241848143722 ], [ 117.478338657706075, 0.102474676917012 ], [ 117.521643507966616, -0.803723239753225 ], [ 116.560048455879524, -1.487660821136231 ], [ 116.533796828275257, -2.483517347832901 ], [ 116.148083937648636, -4.012726332214015 ], [ 116.00085778204911, -3.657037448749008 ], [ 114.864803094544556, -4.106984144714417 ], [ 114.468651564595092, -3.495703627133835 ], [ 113.755671828264127, -3.43916961020652 ], [ 113.256994256647573, -3.118775729996855 ], [ 112.068126255340673, -3.478392022316086 ], [ 111.70329064336002, -2.994442233902646 ], [ 111.048240187628238, -3.049425957861203 ], [ 110.223846063276, -2.934032484553484 ], [ 110.070935500124364, -1.592874037282414 ], [ 109.571947869914055, -1.314906507984489 ], [ 109.091873813922547, -0.459506524257066 ], [ 108.952657505328176, 0.415375474444346 ], [ 109.069136183714107, 1.341933905437642 ], [ 109.663260125773746, 2.006466986494985 ], [ 109.830226678508865, 1.338135687664192 ], [ 110.514060907027186, 0.773131415200993 ], [ 111.159137811326588, 0.976478176269509 ], [ 111.797548455860436, 0.904441229654651 ], [ 112.380251906383677, 1.410120957846758 ], [ 112.859809198052204, 1.497790025229932 ], [ 113.80584964401956, 1.217548732911041 ], [ 114.621355422017501, 1.430688177898887 ], [ 115.134037306785245, 2.821481838386219 ], [ 115.519078403792008, 3.169238389494382 ], [ 115.865517205876841, 4.306559149590143 ], [ 117.015214471506368, 4.306094061699454 ], [ 117.882034946770176, 4.137551377779488 ], [ 117.313232456533541, 3.234428208830579 ], [ 118.048329705885379, 2.287690131027361 ], [ 117.875627069166086, 1.827640692548897 ] ] ], [ [ [ 105.81765506390937, -5.852355645372413 ], [ 104.710384149191526, -5.873284600450646 ], [ 103.86821333213075, -5.037314955264989 ], [ 102.584260695406925, -4.220258884298204 ], [ 102.156173130301028, -3.614146009946765 ], [ 101.399113397225079, -2.799777113459186 ], [ 100.902502882900166, -2.05026213949786 ], [ 100.141980828860682, -0.650347588710972 ], [ 99.263739862060248, 0.183141587724649 ], [ 98.970011020913347, 1.042882391764536 ], [ 98.601351352943112, 1.823506577965617 ], [ 97.69959760944991, 2.453183905442117 ], [ 97.176942173249955, 3.30879059489861 ], [ 96.424016554757401, 3.868859768077911 ], [ 95.380876092513489, 4.97078217205366 ], [ 95.293026157617334, 5.479820868344817 ], [ 95.936862827541773, 5.439513251157095 ], [ 97.484882033277103, 5.246320909034011 ], [ 98.369169142655693, 4.268370266126368 ], [ 99.14255862833582, 3.590349636240916 ], [ 99.693997837322428, 3.174328518075157 ], [ 100.641433546961679, 2.099381211755784 ], [ 101.658012323007341, 2.083697414555189 ], [ 102.49827111207324, 1.398700466310203 ], [ 103.07684044801303, 0.56136139566884 ], [ 103.838396030698362, 0.104541734208667 ], [ 103.437645298274987, -0.71194589600286 ], [ 104.010788608824072, -1.059211521004229 ], [ 104.369991489684907, -1.08484303142103 ], [ 104.539490187602183, -1.782371514496717 ], [ 104.887892694114015, -2.34042530681667 ], [ 105.622111444116996, -2.42884368246807 ], [ 106.108593377712708, -3.06177662517895 ], [ 105.85744591677414, -4.305524997579724 ], [ 105.81765506390937, -5.852355645372413 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "India", "sov_a3": "IND", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "India", "adm0_a3": "IND", "geou_dif": 0.000000, "geounit": "India", "gu_a3": "IND", "su_dif": 0.000000, "subunit": "India", "su_a3": "IND", "brk_diff": 0.000000, "name": "India", "name_long": "India", "brk_a3": "IND", "brk_name": "India", "brk_group": null, "abbrev": "India", "postal": "IND", "formal_en": "Republic of India", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "India", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 3.000000, "mapcolor9": 2.000000, "mapcolor13": 2.000000, "pop_est": 1166079220.000000, "gdp_md_est": 3297000.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "3. Emerging region: BRIC", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IN", "iso_a3": "IND", "iso_n3": "356", "un_a3": "356", "wb_a2": "IN", "wb_a3": "IND", "woe_id": -99.000000, "adm0_a3_is": "IND", "adm0_a3_us": "IND", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 81.11125613802929, 30.183480943313413 ], [ 80.476721225917487, 29.729865220655313 ], [ 80.088424513676244, 28.794470119740197 ], [ 81.057202589852039, 28.416095282499043 ], [ 81.999987420584972, 27.925479234319994 ], [ 83.304248895199606, 27.364505723575576 ], [ 84.675017938173795, 27.234901231387539 ], [ 85.25177859898335, 26.726198431906312 ], [ 86.024392938179147, 26.630984605408599 ], [ 87.227471958366294, 26.397898057556091 ], [ 88.060237664749849, 26.414615383402491 ], [ 88.17480431514096, 26.810405178325965 ], [ 88.043132765661284, 27.445818589786882 ], [ 88.120440708369841, 27.876541652939579 ], [ 88.730325962278556, 28.08686473236753 ], [ 88.814248488320544, 27.299315904239393 ], [ 88.83564253128938, 27.098966376243794 ], [ 89.744527622438937, 26.719402981059915 ], [ 90.373274774134046, 26.875724188742907 ], [ 91.217512648486462, 26.808648179628051 ], [ 92.033483514375092, 26.838310451763533 ], [ 92.103711785859758, 27.452614040633165 ], [ 91.696656528696707, 27.771741848251708 ], [ 92.503118931043645, 27.896876329046449 ], [ 93.413347609432748, 28.640629380807241 ], [ 94.565990431703, 29.277438055940053 ], [ 95.404802280664654, 29.03171662039216 ], [ 96.117678664131034, 29.45280202892252 ], [ 96.586590610747606, 28.830979519154369 ], [ 96.248833449287901, 28.411030992134471 ], [ 97.327113885490036, 28.261582749946342 ], [ 97.402561476636123, 27.882536119085444 ], [ 97.051988559968123, 27.69905894623318 ], [ 97.133999058015348, 27.083773505149992 ], [ 96.419365675850969, 27.264589341739224 ], [ 95.124767694075018, 26.573572089132284 ], [ 95.155153436262623, 26.001307277932113 ], [ 94.60324913938544, 25.162495428970374 ], [ 94.552657912171611, 24.67523834889036 ], [ 94.106741977925054, 23.850740871673537 ], [ 93.325187615942781, 24.078556423432218 ], [ 93.286326938859332, 23.043658352139033 ], [ 93.060294224014655, 22.703110663335565 ], [ 93.166127557348403, 22.278459580977113 ], [ 92.672720981825563, 22.041238918541239 ], [ 92.146034783906856, 23.62749868417265 ], [ 91.869927606171331, 23.624346421802755 ], [ 91.706475050832097, 22.985263983649247 ], [ 91.158963250699713, 23.503526923104431 ], [ 91.467729933643653, 24.072639471934821 ], [ 91.915092807994455, 24.130413723237069 ], [ 92.376201613334871, 24.976692816665036 ], [ 91.79959598182208, 25.147431748957331 ], [ 90.872210727912176, 25.132600612889519 ], [ 89.920692580121937, 25.269749864192192 ], [ 89.832480910199678, 25.965082098895465 ], [ 89.355094028687262, 26.014407253518101 ], [ 88.563049350949797, 26.446525580342779 ], [ 88.209789259802477, 25.768065700782728 ], [ 88.931553989623154, 25.238692328384815 ], [ 88.306372511756052, 24.866079413344266 ], [ 88.084422235062476, 24.501657212821925 ], [ 88.699940220091008, 24.233714911388574 ], [ 88.529769728553816, 23.631141872649152 ], [ 88.876311883503121, 22.879146429937862 ], [ 89.031961297566198, 22.055708319583005 ], [ 88.888765903685481, 21.690588487224716 ], [ 88.208497348995223, 21.703171698487807 ], [ 86.97570438024033, 21.495561631755237 ], [ 87.033168572948938, 20.743307806882427 ], [ 86.49935102737382, 20.15163849535665 ], [ 85.060265740909728, 19.478578802971128 ], [ 83.941005893900041, 18.302009792549711 ], [ 83.18921715691792, 17.671221421778938 ], [ 82.192792189465962, 17.016636053937788 ], [ 82.191241896497189, 16.556664130107805 ], [ 81.692719354177513, 16.310219224507875 ], [ 80.791999139330159, 15.951972357644451 ], [ 80.324895867843878, 15.899184882058393 ], [ 80.025069207686414, 15.136414903214131 ], [ 80.233273553390376, 13.835770778860024 ], [ 80.286293572921892, 13.006260687710821 ], [ 79.862546828128501, 12.056215318240859 ], [ 79.857999302086824, 10.357275091997124 ], [ 79.340511509116055, 10.30885427493962 ], [ 78.885345493489211, 9.546135972527736 ], [ 79.189719679688295, 9.21654368737012 ], [ 78.277940708330533, 8.933046779816948 ], [ 77.94116539908444, 8.25295909263977 ], [ 77.53989790233797, 7.96553477623236 ], [ 76.5929789570217, 8.899276231314161 ], [ 76.130061476551049, 10.299630031775564 ], [ 75.746467319648588, 11.308250637248292 ], [ 75.396101108709587, 11.781245022015867 ], [ 74.864815708316854, 12.741935736537883 ], [ 74.616717156883539, 13.992582912649709 ], [ 74.443859490867197, 14.617221787977726 ], [ 73.534199253233368, 15.990652167214932 ], [ 73.11990929554949, 17.928570054592541 ], [ 72.820909458308648, 19.208233547436208 ], [ 72.824475132136882, 20.419503282141534 ], [ 72.630533481745459, 21.356009426350994 ], [ 71.175273471973952, 20.757441311114263 ], [ 70.470458611945133, 20.877330634031381 ], [ 69.164130080038859, 22.08929800057274 ], [ 69.644927606082405, 22.450774644454356 ], [ 69.349596795534381, 22.843179633062675 ], [ 68.176645135373434, 23.691965033456682 ], [ 68.842599318318747, 24.359133612560953 ], [ 71.043240187468285, 24.356523952730214 ], [ 70.844699334602893, 25.21510203704355 ], [ 70.282873162725679, 25.72222870533983 ], [ 70.168926629522019, 26.49187164967887 ], [ 69.514392938113104, 26.940965684511383 ], [ 70.616496209601991, 27.9891962753359 ], [ 71.777665643200379, 27.91318024343451 ], [ 72.823751662084732, 28.961591701772079 ], [ 73.450638462217483, 29.976413479119827 ], [ 74.421380242820334, 30.979814764931206 ], [ 74.405928989565069, 31.692639471965293 ], [ 75.258641798813215, 32.271105455040498 ], [ 74.451559279278712, 32.76489960380556 ], [ 74.104293654277427, 33.44147329358691 ], [ 73.749948358052023, 34.317698879527825 ], [ 74.240202671204969, 34.748887030571296 ], [ 75.757060988268307, 34.504922593721318 ], [ 76.871721632804025, 34.653544012992739 ], [ 77.837450799474624, 35.494009507787808 ], [ 78.912268914713223, 34.321936346975775 ], [ 78.811086460285736, 33.506198025032404 ], [ 79.208891636068671, 32.994394639613745 ], [ 79.176128777995558, 32.483779812137755 ], [ 78.458446486326039, 32.618164374312727 ], [ 78.738894484374015, 31.515906073527049 ], [ 79.721366815107132, 30.882714748654735 ], [ 81.11125613802929, 30.183480943313413 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Ireland", "sov_a3": "IRL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Ireland", "adm0_a3": "IRL", "geou_dif": 0.000000, "geounit": "Ireland", "gu_a3": "IRL", "su_dif": 0.000000, "subunit": "Ireland", "su_a3": "IRL", "brk_diff": 0.000000, "name": "Ireland", "name_long": "Ireland", "brk_a3": "IRL", "brk_name": "Ireland", "brk_group": null, "abbrev": "Ire.", "postal": "IRL", "formal_en": "Ireland", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Ireland", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 3.000000, "mapcolor9": 2.000000, "mapcolor13": 2.000000, "pop_est": 4203200.000000, "gdp_md_est": 188400.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IE", "iso_a3": "IRL", "iso_n3": "372", "un_a3": "372", "wb_a2": "IE", "wb_a3": "IRL", "woe_id": -99.000000, "adm0_a3_is": "IRL", "adm0_a3_us": "IRL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.197884894220977, 53.867565009163343 ], [ -6.032985398777612, 53.153164170944393 ], [ -6.788856573910806, 52.260117906292351 ], [ -8.561616583683502, 51.669301255899398 ], [ -9.97708574059024, 51.820454820353035 ], [ -9.166282517930767, 52.864628811242653 ], [ -9.688524542672468, 53.881362616585363 ], [ -8.327987433292009, 54.664518947968674 ], [ -7.572167934591079, 55.131622219454897 ], [ -7.366030646178785, 54.59584096945278 ], [ -7.572167934591079, 54.059956366585993 ], [ -6.953730231137996, 54.073702297575636 ], [ -6.197884894220977, 53.867565009163343 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Iran", "sov_a3": "IRN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Iran", "adm0_a3": "IRN", "geou_dif": 0.000000, "geounit": "Iran", "gu_a3": "IRN", "su_dif": 0.000000, "subunit": "Iran", "su_a3": "IRN", "brk_diff": 0.000000, "name": "Iran", "name_long": "Iran", "brk_a3": "IRN", "brk_name": "Iran", "brk_group": null, "abbrev": "Iran", "postal": "IRN", "formal_en": "Islamic Republic of Iran", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Iran, Islamic Rep.", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 3.000000, "mapcolor9": 4.000000, "mapcolor13": 13.000000, "pop_est": 66429284.000000, "gdp_md_est": 841700.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IR", "iso_a3": "IRN", "iso_n3": "364", "un_a3": "364", "wb_a2": "IR", "wb_a3": "IRN", "woe_id": -99.000000, "adm0_a3_is": "IRN", "adm0_a3_us": "IRN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "Middle East & North Africa", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 45.4577217954388, 38.874139105783087 ], [ 46.143623081248819, 38.741201483712217 ], [ 46.505719842317973, 38.770605373686351 ], [ 47.685079380083181, 39.508363959301192 ], [ 48.06009524922527, 39.582235419262446 ], [ 48.355529412637992, 39.288764960276978 ], [ 48.010744256386573, 38.794014797514535 ], [ 48.634375441284845, 38.270377509100939 ], [ 48.883249139202604, 38.320245266262617 ], [ 49.19961225769336, 37.582874253889912 ], [ 50.147771437384648, 37.374566555321394 ], [ 50.842354363819737, 36.872814235983412 ], [ 52.264024692601396, 36.700421657857703 ], [ 53.825789829326453, 36.965030829408278 ], [ 53.921597934795585, 37.19891836196129 ], [ 54.800303989486537, 37.392420762678199 ], [ 55.511578403551908, 37.96411713312321 ], [ 56.180374790273362, 37.935126654607387 ], [ 56.619366082592848, 38.121394354803499 ], [ 57.330433790928993, 38.029229437810926 ], [ 58.436154412678235, 37.522309475243787 ], [ 59.234761997316781, 37.412987982730328 ], [ 60.377637973883935, 36.527383124328423 ], [ 61.123070509694145, 36.491597194966289 ], [ 61.210817091725715, 35.650072333309254 ], [ 60.803193393807504, 34.404101874319878 ], [ 60.528429803311639, 33.676446031218006 ], [ 60.963700392506013, 33.528832302376259 ], [ 60.536077915290747, 32.981268825811583 ], [ 60.863654819589016, 32.182919623334442 ], [ 60.941944614511186, 31.548074652628799 ], [ 61.699314406180832, 31.379506130492729 ], [ 61.781221551363529, 30.735850328081227 ], [ 60.874248488208849, 29.829238999952594 ], [ 61.369308709564933, 29.303276272085895 ], [ 61.771868117118601, 28.699333807890781 ], [ 62.727830438086045, 28.259644883735376 ], [ 62.755425652929915, 27.378923448184963 ], [ 63.233897739520359, 27.217047024030705 ], [ 63.316631707619621, 26.756532497661652 ], [ 61.874187453056635, 26.239974880472147 ], [ 61.497362908784197, 25.078237006118542 ], [ 59.616134067630895, 25.380156561783792 ], [ 58.525761346272333, 25.609961656185732 ], [ 57.397251417882416, 25.739902045183612 ], [ 56.970765822177583, 26.966106268821392 ], [ 56.492138706290262, 27.14330475515024 ], [ 55.723710158110038, 26.964633490501114 ], [ 54.715089552637295, 26.480657863871471 ], [ 53.493096958231405, 26.81236888275302 ], [ 52.483597853409691, 27.580849107365509 ], [ 51.520762566947468, 27.865689602158284 ], [ 50.852948032439571, 28.81452057546943 ], [ 50.115008579311649, 30.147772528599774 ], [ 49.576850213423967, 29.985715236932464 ], [ 48.941333449098607, 30.317090359004084 ], [ 48.567971225789819, 29.926778265903579 ], [ 48.014568312376156, 30.45245677339264 ], [ 48.004698113808359, 30.98513743745724 ], [ 47.685286085812351, 30.984853217079689 ], [ 47.849203729042159, 31.709175930298727 ], [ 47.334661492711945, 32.469155381799112 ], [ 46.109361606639339, 33.017287299119062 ], [ 45.41669070819907, 33.967797756479627 ], [ 45.64845950702815, 34.748137722302971 ], [ 46.151787957550908, 35.093258775364319 ], [ 46.076340366404878, 35.677383327775487 ], [ 45.420618117053181, 35.977545884742852 ], [ 44.772677101595065, 37.170436925616798 ], [ 44.77267, 37.17045 ], [ 44.225755649600529, 37.971584377589352 ], [ 44.421402622257659, 38.281281236314612 ], [ 44.109225294782362, 39.428136298168141 ], [ 44.793989699082005, 39.713002631177119 ], [ 44.952688022650392, 39.335764675446427 ], [ 45.4577217954388, 38.874139105783087 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Iraq", "sov_a3": "IRQ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Iraq", "adm0_a3": "IRQ", "geou_dif": 0.000000, "geounit": "Iraq", "gu_a3": "IRQ", "su_dif": 0.000000, "subunit": "Iraq", "su_a3": "IRQ", "brk_diff": 0.000000, "name": "Iraq", "name_long": "Iraq", "brk_a3": "IRQ", "brk_name": "Iraq", "brk_group": null, "abbrev": "Iraq", "postal": "IRQ", "formal_en": "Republic of Iraq", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Iraq", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 3.000000, "mapcolor13": 1.000000, "pop_est": 31129225.000000, "gdp_md_est": 103900.000000, "pop_year": -99.000000, "lastcensus": 1997.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IQ", "iso_a3": "IRQ", "iso_n3": "368", "un_a3": "368", "wb_a2": "IQ", "wb_a3": "IRQ", "woe_id": -99.000000, "adm0_a3_is": "IRQ", "adm0_a3_us": "IRQ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 43.942258742047358, 37.256227525372935 ], [ 44.293451775902867, 37.00151439060636 ], [ 44.772677101595065, 37.170436925616798 ], [ 44.772699008977753, 37.170444647768448 ], [ 45.420618117053181, 35.977545884742852 ], [ 46.076340366404878, 35.677383327775487 ], [ 46.151787957550908, 35.093258775364319 ], [ 45.64845950702815, 34.748137722302971 ], [ 45.41669070819907, 33.967797756479627 ], [ 46.109361606639339, 33.017287299119062 ], [ 47.334661492711945, 32.469155381799112 ], [ 47.849203729042159, 31.709175930298727 ], [ 47.685286085812351, 30.984853217079689 ], [ 48.004698113808359, 30.98513743745724 ], [ 48.014568312376156, 30.45245677339264 ], [ 48.567971225789819, 29.926778265903579 ], [ 47.974519077349868, 29.975819200148464 ], [ 47.302622104691039, 30.059069932570736 ], [ 46.568713413281756, 29.099025173452276 ], [ 44.709498732284743, 29.178891099559394 ], [ 41.889980910007893, 31.190008653278397 ], [ 40.399994337736274, 31.88999176688796 ], [ 39.195468377444939, 32.16100881604271 ], [ 38.792340529136112, 33.378686428352296 ], [ 41.006158888519991, 34.419372260062175 ], [ 41.383965285005871, 35.628316555314399 ], [ 41.289707472505455, 36.358814602192268 ], [ 41.837064243340961, 36.605853786763646 ], [ 42.349591098811771, 37.229872544904111 ], [ 42.779125604021914, 37.385263576805812 ], [ 43.942258742047358, 37.256227525372935 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Iceland", "sov_a3": "ISL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Iceland", "adm0_a3": "ISL", "geou_dif": 0.000000, "geounit": "Iceland", "gu_a3": "ISL", "su_dif": 0.000000, "subunit": "Iceland", "su_a3": "ISL", "brk_diff": 0.000000, "name": "Iceland", "name_long": "Iceland", "brk_a3": "ISL", "brk_name": "Iceland", "brk_group": null, "abbrev": "Iceland", "postal": "IS", "formal_en": "Republic of Iceland", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Iceland", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 4.000000, "mapcolor13": 9.000000, "pop_est": 306694.000000, "gdp_md_est": 12710.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IS", "iso_a3": "ISL", "iso_n3": "352", "un_a3": "352", "wb_a2": "IS", "wb_a3": "ISL", "woe_id": -99.000000, "adm0_a3_is": "ISL", "adm0_a3_us": "ISL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 7.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -14.508695441129248, 66.455892239031385 ], [ -14.739637417041621, 65.808748277440372 ], [ -13.609732224979808, 65.126671047619936 ], [ -14.909833746794931, 64.364081936288727 ], [ -17.794438035543436, 63.67874909123384 ], [ -18.656245896874964, 63.496382961675835 ], [ -19.972754685942732, 63.643634955491535 ], [ -22.76297197111009, 63.960178941495371 ], [ -21.778484259517683, 64.402115790455554 ], [ -23.955043911219065, 64.891129869233481 ], [ -22.184402635170301, 65.084968166760319 ], [ -22.227423265053318, 65.378593655042749 ], [ -24.326184047939336, 65.611189276788451 ], [ -23.650514695723075, 66.262519029395236 ], [ -22.134922451250901, 66.410468655046884 ], [ -20.576283738679564, 65.732112128351446 ], [ -19.056841600001576, 66.276600857194808 ], [ -17.798623826559009, 65.993853257909763 ], [ -16.167818976292125, 66.526792304135881 ], [ -14.508695441129248, 66.455892239031385 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Israel", "sov_a3": "ISR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Israel", "adm0_a3": "ISR", "geou_dif": 0.000000, "geounit": "Israel", "gu_a3": "ISR", "su_dif": 0.000000, "subunit": "Israel", "su_a3": "ISR", "brk_diff": 0.000000, "name": "Israel", "name_long": "Israel", "brk_a3": "ISR", "brk_name": "Israel", "brk_group": null, "abbrev": "Isr.", "postal": "IS", "formal_en": "State of Israel", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Israel", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 9.000000, "pop_est": 7233701.000000, "gdp_md_est": 201400.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IL", "iso_a3": "ISR", "iso_n3": "376", "un_a3": "376", "wb_a2": "IL", "wb_a3": "ISR", "woe_id": -99.000000, "adm0_a3_is": "ISR", "adm0_a3_us": "ISR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.821100701650295, 33.277426459276342 ], [ 35.836396925608682, 32.86812327730857 ], [ 35.700797967274781, 32.716013698857438 ], [ 35.719918247222807, 32.709192409794866 ], [ 35.545665317534571, 32.393992011030548 ], [ 35.183930291491521, 32.532510687788999 ], [ 34.974640740709361, 31.866582343059775 ], [ 35.225891554512515, 31.754341132121766 ], [ 34.970506626126081, 31.616778469360781 ], [ 34.927408481594654, 31.353435370401428 ], [ 35.397560662586073, 31.489086005167621 ], [ 35.420918409981965, 31.100065822874342 ], [ 34.922602573391515, 29.501326198844509 ], [ 34.823243285698169, 29.761080769785224 ], [ 34.265434744646228, 31.219357309520376 ], [ 34.265433383935743, 31.219360866820182 ], [ 34.556371697738967, 31.54882396089701 ], [ 34.488107130681357, 31.605538845337293 ], [ 34.7525871111512, 32.07292633720121 ], [ 34.955417107896807, 32.827376410446448 ], [ 35.09845747248076, 33.080539252244279 ], [ 35.126052687324517, 33.090900376918768 ], [ 35.460709262846734, 33.089040025356297 ], [ 35.552796665190812, 33.264274807257976 ], [ 35.821100701650295, 33.277426459276342 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Italy", "sov_a3": "ITA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Italy", "adm0_a3": "ITA", "geou_dif": 0.000000, "geounit": "Italy", "gu_a3": "ITA", "su_dif": 0.000000, "subunit": "Italy", "su_a3": "ITA", "brk_diff": 0.000000, "name": "Italy", "name_long": "Italy", "brk_a3": "ITA", "brk_name": "Italy", "brk_group": null, "abbrev": "Italy", "postal": "I", "formal_en": "Italian Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Italy", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 7.000000, "mapcolor9": 8.000000, "mapcolor13": 7.000000, "pop_est": 58126212.000000, "gdp_md_est": 1823000.000000, "pop_year": -99.000000, "lastcensus": 2012.000000, "gdp_year": -99.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "IT", "iso_a3": "ITA", "iso_n3": "380", "un_a3": "380", "wb_a2": "IT", "wb_a3": "ITA", "woe_id": -99.000000, "adm0_a3_is": "ITA", "adm0_a3_us": "ITA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 15.520376010813834, 38.231155096991472 ], [ 15.160242954171736, 37.44404551853782 ], [ 15.309897902089006, 37.1342194687318 ], [ 15.099988234119422, 36.619987290995397 ], [ 14.335228712632016, 36.996630967754726 ], [ 13.82673261887993, 37.1045313583802 ], [ 12.431003859108785, 37.612949937483819 ], [ 12.570943637755136, 38.12638113051969 ], [ 13.741156447004585, 38.034965521795357 ], [ 14.76124922044616, 38.143873602850505 ], [ 15.520376010813834, 38.231155096991472 ] ] ], [ [ [ 9.210011834356266, 41.209991360024219 ], [ 9.809975213264977, 40.500008856766101 ], [ 9.669518670295645, 39.177376410471794 ], [ 9.214817742559489, 39.240473334300134 ], [ 8.806935662479702, 38.906617743478478 ], [ 8.428302443077115, 39.171847032216618 ], [ 8.388253208050941, 40.378310858718777 ], [ 8.15999840661766, 40.950007229163788 ], [ 8.709990675500109, 40.899984442705232 ], [ 9.210011834356266, 41.209991360024219 ] ] ], [ [ [ 12.376485223040845, 46.767559109069879 ], [ 13.806475457421556, 46.509306138691187 ], [ 13.698109978905478, 46.016778062517346 ], [ 13.937630242578336, 45.591015936864665 ], [ 13.14160647955427, 45.736691799495418 ], [ 12.328581170306308, 45.381778062514854 ], [ 12.383874952858577, 44.885374253919082 ], [ 12.261453484759159, 44.600482082694015 ], [ 12.589237094786455, 44.091365871754448 ], [ 13.526905958722494, 43.587727362637906 ], [ 14.029820997787027, 42.76100779883248 ], [ 15.142569614327954, 41.955139675456905 ], [ 15.926191033601867, 41.961315009115737 ], [ 16.169897088290412, 41.740294908203424 ], [ 15.889345737377795, 41.541082261718202 ], [ 16.785001661860548, 41.179605617836586 ], [ 17.51916873543118, 40.877143459632236 ], [ 18.37668745288255, 40.35562490494263 ], [ 18.480247023195403, 40.168866278639825 ], [ 18.293385044028099, 39.810774441073249 ], [ 17.738380161213286, 40.277671006830303 ], [ 16.869595981522338, 40.442234605463852 ], [ 16.448743116937322, 39.79540070246648 ], [ 17.171489698971499, 39.424699815420723 ], [ 17.052840610429314, 38.902871202137305 ], [ 16.635088331781844, 38.843572496082402 ], [ 16.100960727613057, 37.985898749334183 ], [ 15.684086948314473, 37.90884918878703 ], [ 15.687962680736319, 38.214592800441864 ], [ 15.89198123542468, 38.750942491199226 ], [ 16.109332309644287, 38.964547024077689 ], [ 15.718813510814641, 39.544072374014945 ], [ 15.413612501698793, 40.04835683853517 ], [ 14.998495721098237, 40.172948716790899 ], [ 14.70326826341477, 40.604550279292624 ], [ 14.060671827865235, 40.786347968095441 ], [ 13.627985060285397, 41.188287258461628 ], [ 12.88808190273042, 41.253089504555618 ], [ 12.10668257004491, 41.704534817057407 ], [ 11.191906365614187, 42.355425319989678 ], [ 10.511947869517769, 42.931462510747224 ], [ 10.20002892420402, 43.920006822274615 ], [ 9.702488234097814, 44.03627879493132 ], [ 8.888946160526871, 44.36633616797954 ], [ 8.428560825238577, 44.231228135752417 ], [ 7.850766635783202, 43.767147935555244 ], [ 7.435184767291844, 43.693844916349178 ], [ 7.549596388386163, 44.127901109384823 ], [ 7.007562290076663, 44.254766750661389 ], [ 6.749955275101712, 45.028517971367592 ], [ 7.096652459347808, 45.333098863295874 ], [ 6.802355177445634, 45.70857982032868 ], [ 6.843592970414562, 45.991146552100645 ], [ 7.273850945676656, 45.776947740250762 ], [ 7.755992058959805, 45.824490057959366 ], [ 8.316629672894379, 46.163642483090854 ], [ 8.489952426801381, 46.00515086525175 ], [ 8.966305779667834, 46.036931871111165 ], [ 9.182881707403112, 46.440214748716983 ], [ 9.922836541390438, 46.314899400409189 ], [ 10.363378126678668, 46.483571275409929 ], [ 10.442701450246688, 46.893546250997446 ], [ 11.048555942436593, 46.751358547546403 ], [ 11.164827915093326, 46.941579494812743 ], [ 12.153088006243081, 47.115393174826437 ], [ 12.376485223040845, 46.767559109069879 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Jamaica", "sov_a3": "JAM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Jamaica", "adm0_a3": "JAM", "geou_dif": 0.000000, "geounit": "Jamaica", "gu_a3": "JAM", "su_dif": 0.000000, "subunit": "Jamaica", "su_a3": "JAM", "brk_diff": 0.000000, "name": "Jamaica", "name_long": "Jamaica", "brk_a3": "JAM", "brk_name": "Jamaica", "brk_group": null, "abbrev": "Jam.", "postal": "J", "formal_en": "Jamaica", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Jamaica", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 4.000000, "mapcolor13": 10.000000, "pop_est": 2825928.000000, "gdp_md_est": 20910.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "JM", "iso_a3": "JAM", "iso_n3": "388", "un_a3": "388", "wb_a2": "JM", "wb_a3": "JAM", "woe_id": -99.000000, "adm0_a3_is": "JAM", "adm0_a3_us": "JAM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -76.9025614081757, 17.86823781989176 ], [ -77.206341315403478, 17.701116237859793 ], [ -77.766022915340557, 17.861597398342241 ], [ -78.337719285785568, 18.225967922432233 ], [ -78.217726610003893, 18.454532782459239 ], [ -77.7973646715256, 18.524218451404806 ], [ -77.569600796199182, 18.490525417550515 ], [ -76.896618618462128, 18.400866807524096 ], [ -76.365359056285513, 18.160700588447554 ], [ -76.199658576141616, 17.886867173733009 ], [ -76.9025614081757, 17.86823781989176 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Jordan", "sov_a3": "JOR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Jordan", "adm0_a3": "JOR", "geou_dif": 0.000000, "geounit": "Jordan", "gu_a3": "JOR", "su_dif": 0.000000, "subunit": "Jordan", "su_a3": "JOR", "brk_diff": 0.000000, "name": "Jordan", "name_long": "Jordan", "brk_a3": "JOR", "brk_name": "Jordan", "brk_group": null, "abbrev": "Jord.", "postal": "J", "formal_en": "Hashemite Kingdom of Jordan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Jordan", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 3.000000, "mapcolor9": 4.000000, "mapcolor13": 4.000000, "pop_est": 6342948.000000, "gdp_md_est": 31610.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "JO", "iso_a3": "JOR", "iso_n3": "400", "un_a3": "400", "wb_a2": "JO", "wb_a3": "JOR", "woe_id": -99.000000, "adm0_a3_is": "JOR", "adm0_a3_us": "JOR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 39.195468377444939, 32.16100881604271 ], [ 39.004885695152581, 32.010216986614978 ], [ 37.002165561681096, 31.508412990844818 ], [ 37.998848911294402, 30.50849986421315 ], [ 37.668119744626409, 30.338665269485887 ], [ 37.503581984209035, 30.003776150018439 ], [ 36.740527784987336, 29.865283311476162 ], [ 36.501214227043619, 29.505253607698734 ], [ 36.068940870922091, 29.197494615184468 ], [ 34.956037225084259, 29.356554673778845 ], [ 34.922602573391515, 29.501326198844509 ], [ 35.420918409981965, 31.100065822874342 ], [ 35.397560662586073, 31.489086005167621 ], [ 35.545251906076288, 31.782504787720796 ], [ 35.545665317534571, 32.393992011030548 ], [ 35.719918247222807, 32.709192409794866 ], [ 36.834062127435544, 32.312937526980789 ], [ 38.792340529136112, 33.378686428352296 ], [ 39.195468377444939, 32.16100881604271 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Japan", "sov_a3": "JPN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Japan", "adm0_a3": "JPN", "geou_dif": 0.000000, "geounit": "Japan", "gu_a3": "JPN", "su_dif": 0.000000, "subunit": "Japan", "su_a3": "JPN", "brk_diff": 0.000000, "name": "Japan", "name_long": "Japan", "brk_a3": "JPN", "brk_name": "Japan", "brk_group": null, "abbrev": "Japan", "postal": "J", "formal_en": "Japan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Japan", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 3.000000, "mapcolor9": 5.000000, "mapcolor13": 4.000000, "pop_est": 127078679.000000, "gdp_md_est": 4329000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "JP", "iso_a3": "JPN", "iso_n3": "392", "un_a3": "392", "wb_a2": "JP", "wb_a3": "JPN", "woe_id": -99.000000, "adm0_a3_is": "JPN", "adm0_a3_us": "JPN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 134.638428176003885, 34.149233710256425 ], [ 134.766379022358507, 33.80633474378368 ], [ 134.203415968970859, 33.201177883429608 ], [ 133.792950067276507, 33.521985175097598 ], [ 133.280268182508877, 33.289570420864919 ], [ 133.014858026257883, 32.70456736910478 ], [ 132.363114862192703, 32.98938202568138 ], [ 132.371176385630207, 33.463642483040076 ], [ 132.924372593314814, 34.060298570282043 ], [ 133.492968377822223, 33.944620876596673 ], [ 133.904106073136376, 34.364931138642618 ], [ 134.638428176003885, 34.149233710256425 ] ] ], [ [ [ 140.976387567305295, 37.142074286440163 ], [ 140.599769728762141, 36.343983466124541 ], [ 140.774074334882727, 35.842877102190215 ], [ 140.253279250245185, 35.13811391859366 ], [ 138.975527785396224, 34.667600002576108 ], [ 137.217598911691226, 34.606285915661857 ], [ 135.792983026268899, 33.464805202766627 ], [ 135.120982700745429, 33.84907115328906 ], [ 135.079434849182775, 34.59654490817482 ], [ 133.340316196831992, 34.375938218720762 ], [ 132.156770868051325, 33.904933376596517 ], [ 130.98614464734348, 33.885761420216284 ], [ 132.000036248910106, 33.149992377244615 ], [ 131.332790155157369, 31.450354519164847 ], [ 130.686317987185959, 31.029579169228242 ], [ 130.202419875204981, 31.418237616495389 ], [ 130.447676222862157, 32.319474595665724 ], [ 129.814691603718899, 32.610309556604363 ], [ 129.40846316947264, 33.29605581311759 ], [ 130.353935174684665, 33.6041507024417 ], [ 130.878450962447147, 34.232742824840045 ], [ 131.88422936414392, 34.749713853487918 ], [ 132.617672967662514, 35.433393052709391 ], [ 134.608300815977799, 35.73161774346579 ], [ 135.67753787652893, 35.527134100886826 ], [ 136.723830601142453, 37.304984239240383 ], [ 137.390611607004502, 36.827390651998826 ], [ 138.857602166906332, 37.827484646143461 ], [ 139.426404657142911, 38.215962225897641 ], [ 140.054790073812086, 39.438807481436385 ], [ 139.883379347899876, 40.563312486323696 ], [ 140.30578250545372, 41.195005194659558 ], [ 141.368973423426695, 41.378559882160289 ], [ 141.914263136970561, 39.991616115878685 ], [ 141.884600864834994, 39.180864569651504 ], [ 140.959489373945786, 38.17400096287659 ], [ 140.976387567305295, 37.142074286440163 ] ] ], [ [ [ 143.910161981379503, 44.174099839853739 ], [ 144.613426548439662, 43.960882880217497 ], [ 145.320825230083102, 44.384732977875444 ], [ 145.543137241802782, 43.262088324550604 ], [ 144.059661899999895, 42.988358262700558 ], [ 143.183849725517376, 41.995214748699169 ], [ 141.611490920172486, 42.678790595056086 ], [ 141.067286411706647, 41.584593817707997 ], [ 139.955106235921079, 41.569555975911044 ], [ 139.817543573159952, 42.563758856774399 ], [ 140.312087030193226, 43.333272610032651 ], [ 141.380548944260028, 43.388824774746467 ], [ 141.67195234595394, 44.772125352551484 ], [ 141.96764489152801, 45.551483466161358 ], [ 143.142870314709825, 44.510358384776964 ], [ 143.910161981379503, 44.174099839853739 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Kazakhstan", "sov_a3": "KAZ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Kazakhstan", "adm0_a3": "KAZ", "geou_dif": 0.000000, "geounit": "Kazakhstan", "gu_a3": "KAZ", "su_dif": 0.000000, "subunit": "Kazakhstan", "su_a3": "KAZ", "brk_diff": 0.000000, "name": "Kazakhstan", "name_long": "Kazakhstan", "brk_a3": "KAZ", "brk_name": "Kazakhstan", "brk_group": null, "abbrev": "Kaz.", "postal": "KZ", "formal_en": "Republic of Kazakhstan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Kazakhstan", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 1.000000, "mapcolor9": 6.000000, "mapcolor13": 1.000000, "pop_est": 15399437.000000, "gdp_md_est": 175800.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KZ", "iso_a3": "KAZ", "iso_n3": "398", "un_a3": "398", "wb_a2": "KZ", "wb_a3": "KAZ", "woe_id": -99.000000, "adm0_a3_is": "KAZ", "adm0_a3_us": "KAZ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 70.865266554655165, 55.169733588270105 ], [ 71.180131056609497, 54.133285224008262 ], [ 72.224150018202209, 54.376655381886792 ], [ 73.508516066384431, 54.035616766976602 ], [ 73.425678745420527, 53.489810289109755 ], [ 74.384845005190044, 53.546861070360137 ], [ 76.891100294913514, 54.490524400441927 ], [ 76.525179477854778, 54.177003485727141 ], [ 77.800915561844334, 53.404414984747547 ], [ 80.035559523441776, 50.864750881547224 ], [ 80.568446893235517, 51.388336493528442 ], [ 81.945985548840014, 50.812195949906425 ], [ 83.383003778012466, 51.069182847693895 ], [ 83.935114780618932, 50.889245510453577 ], [ 84.416377394553166, 50.311399644565824 ], [ 85.11555952346211, 50.117302964877638 ], [ 85.5412699726825, 49.692858588248157 ], [ 86.829356723989719, 49.82667470966814 ], [ 87.359970330762764, 49.214980780629162 ], [ 86.598776483103364, 48.549181626980612 ], [ 85.768232863308384, 48.455750637396989 ], [ 85.720483839870809, 47.452969468773176 ], [ 85.164290399113355, 47.000955715516113 ], [ 83.180483839860557, 47.330031236350834 ], [ 82.458925815769106, 45.539649563166506 ], [ 81.947070753918155, 45.317027492853242 ], [ 79.96610639844144, 44.917516994804714 ], [ 80.866206496101341, 43.1803620468811 ], [ 80.180150180994389, 42.920067857426943 ], [ 80.259990268885332, 42.349999294599087 ], [ 79.643645460940235, 42.496682847659628 ], [ 79.14217736197989, 42.856092434249604 ], [ 77.658391961583192, 42.960685533208306 ], [ 76.000353631498541, 42.988022365890714 ], [ 75.636964959622077, 42.877899888676751 ], [ 74.212865838522561, 43.298339341803512 ], [ 73.645303582661001, 43.091271877609927 ], [ 73.489757521462337, 42.50089447689129 ], [ 71.844638299450622, 42.845395412765185 ], [ 71.186280552052239, 42.704292914392283 ], [ 70.962314894499201, 42.266154283205452 ], [ 70.388964878220776, 42.081307684897496 ], [ 69.07002729683532, 41.384244289712399 ], [ 68.632482944620023, 40.668680731766926 ], [ 68.25989586779562, 40.662324530594958 ], [ 67.985855747351849, 41.135990708982206 ], [ 66.714047072216573, 41.168443508461564 ], [ 66.510648634715693, 41.987644151368556 ], [ 66.023391554635595, 41.994646307944095 ], [ 66.098012322865173, 42.997660020513081 ], [ 64.90082441595942, 43.728080552742654 ], [ 63.185786981056566, 43.650074978198006 ], [ 62.013300408786307, 43.504476630215635 ], [ 61.058319940032533, 44.40581696225064 ], [ 60.239971958258451, 44.784036770194746 ], [ 58.689989048095896, 45.5000137395987 ], [ 58.503127068928478, 45.586804307632974 ], [ 55.928917270741152, 44.995858466159177 ], [ 55.968191359282997, 41.308641669269349 ], [ 55.455251092353848, 41.259859117185812 ], [ 54.755345493392753, 42.043971462566617 ], [ 54.079417759014945, 42.324109402020838 ], [ 52.944293247291711, 42.116034247397579 ], [ 52.502459751196255, 41.783315538086441 ], [ 52.446339145727251, 42.027150783855575 ], [ 52.69211225770735, 42.443895372073371 ], [ 52.501426222550293, 42.792297878585202 ], [ 51.342427199108187, 43.132974758469345 ], [ 50.891291945200209, 44.031033637053781 ], [ 50.33912926616145, 44.284015611338475 ], [ 50.305642938036243, 44.609835516938915 ], [ 51.278503452363196, 44.514854234386462 ], [ 51.316899041556127, 45.245998236667873 ], [ 52.167389764215699, 45.408391425145112 ], [ 53.040876499245172, 45.259046535821767 ], [ 53.220865512917754, 46.234645901059935 ], [ 53.04273685080787, 46.853006089864465 ], [ 52.042022739475698, 46.804636949239239 ], [ 51.191945428274295, 47.048704738953973 ], [ 50.034083286342508, 46.608989976582194 ], [ 49.101160000000192, 46.399330000000106 ], [ 48.593241001180587, 46.561034247415478 ], [ 48.694733514201772, 47.075628160177985 ], [ 48.057253045449301, 47.743752753279523 ], [ 47.315231154170334, 47.715847479841955 ], [ 46.466445753776298, 48.39415233010493 ], [ 47.043671502476599, 49.152038886097671 ], [ 46.751596307162828, 49.356005764353739 ], [ 47.549480421749394, 50.454698391311126 ], [ 48.577841424357615, 49.874759629915644 ], [ 48.702381626181051, 50.605128485712839 ], [ 50.766648390512245, 51.69276235615996 ], [ 52.328723585831057, 51.718652248738096 ], [ 54.532878452376252, 51.026239732459373 ], [ 55.716940545479787, 50.621716620478537 ], [ 56.777961053296593, 51.043551337277023 ], [ 58.363290643146826, 51.063653469438549 ], [ 59.642282342370635, 50.545442206415714 ], [ 59.932807244715576, 50.842194118851836 ], [ 61.337424350841019, 50.799070136104262 ], [ 61.5880033710242, 51.272658799843185 ], [ 59.967533807215631, 51.96042043721576 ], [ 60.927268507740365, 52.447548326215099 ], [ 60.739993117114608, 52.719986477257748 ], [ 61.699986199800691, 52.979996446334269 ], [ 60.97806644068325, 53.664993394579142 ], [ 61.436591424409102, 54.006264553434846 ], [ 65.178533563095954, 54.354227810272079 ], [ 65.666875848253966, 54.601266994843456 ], [ 68.169100376258911, 54.97039175070438 ], [ 69.068166945272907, 55.385250149143502 ], [ 70.865266554655165, 55.169733588270105 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Kenya", "sov_a3": "KEN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Kenya", "adm0_a3": "KEN", "geou_dif": 0.000000, "geounit": "Kenya", "gu_a3": "KEN", "su_dif": 0.000000, "subunit": "Kenya", "su_a3": "KEN", "brk_diff": 0.000000, "name": "Kenya", "name_long": "Kenya", "brk_a3": "KEN", "brk_name": "Kenya", "brk_group": null, "abbrev": "Ken.", "postal": "KE", "formal_en": "Republic of Kenya", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Kenya", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 2.000000, "mapcolor9": 7.000000, "mapcolor13": 3.000000, "pop_est": 39002772.000000, "gdp_md_est": 61510.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KE", "iso_a3": "KEN", "iso_n3": "404", "un_a3": "404", "wb_a2": "KE", "wb_a3": "KEN", "woe_id": -99.000000, "adm0_a3_is": "KEN", "adm0_a3_us": "KEN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 41.855083092644037, 3.918911920483751 ], [ 40.98105, 2.78452 ], [ 40.993, -0.85829 ], [ 41.58513, -1.68325 ], [ 40.88477, -2.08255 ], [ 40.63785, -2.49979 ], [ 40.26304, -2.57309 ], [ 40.12119, -3.27768 ], [ 39.80006, -3.68116 ], [ 39.60489, -4.34653 ], [ 39.20222, -4.67677 ], [ 37.766900000000106, -3.67712 ], [ 37.69869, -3.09699 ], [ 34.072629172154308, -1.059825153027205 ], [ 34.136242303205989, -0.319308363449267 ], [ 33.894047701774781, 0.059788356325356 ], [ 33.893568969667029, 0.109813537861925 ], [ 34.18, 0.515 ], [ 34.6721, 1.17694 ], [ 35.03599, 1.90584 ], [ 34.59607, 3.05374 ], [ 34.47913, 3.5556 ], [ 34.005000000000138, 4.249884947362133 ], [ 34.620196267854027, 4.847122742082007 ], [ 35.298007118233073, 5.506 ], [ 35.817447662353601, 5.338232082790825 ], [ 35.817447662353601, 4.776965663462022 ], [ 36.159078632855625, 4.447864127672844 ], [ 36.855093238008209, 4.447864127672844 ], [ 38.12091500000011, 3.598605 ], [ 38.436970000000116, 3.58851 ], [ 38.67114, 3.61607 ], [ 38.89251, 3.50074 ], [ 39.559384258765903, 3.422060000000116 ], [ 39.85494, 3.83879 ], [ 40.76848, 4.25702 ], [ 41.171800000000104, 3.91909 ], [ 41.855083092644037, 3.918911920483751 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Kyrgyzstan", "sov_a3": "KGZ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Kyrgyzstan", "adm0_a3": "KGZ", "geou_dif": 0.000000, "geounit": "Kyrgyzstan", "gu_a3": "KGZ", "su_dif": 0.000000, "subunit": "Kyrgyzstan", "su_a3": "KGZ", "brk_diff": 0.000000, "name": "Kyrgyzstan", "name_long": "Kyrgyzstan", "brk_a3": "KGZ", "brk_name": "Kyrgyzstan", "brk_group": null, "abbrev": "Kgz.", "postal": "KG", "formal_en": "Kyrgyz Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Kyrgyz Republic", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 7.000000, "mapcolor9": 7.000000, "mapcolor13": 6.000000, "pop_est": 5431747.000000, "gdp_md_est": 11610.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KG", "iso_a3": "KGZ", "iso_n3": "417", "un_a3": "417", "wb_a2": "KG", "wb_a3": "KGZ", "woe_id": -99.000000, "adm0_a3_is": "KGZ", "adm0_a3_us": "KGZ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 80.259990268885332, 42.349999294599087 ], [ 80.119430373051415, 42.12394074153832 ], [ 78.543660923175338, 41.58224254003872 ], [ 78.187196893226059, 41.185315863604814 ], [ 76.904484490877138, 41.066485907549662 ], [ 76.526368035797447, 40.427946071935139 ], [ 75.467827996730733, 40.562072251948678 ], [ 74.776862420556057, 40.366425279291633 ], [ 73.82224368682833, 39.893973497063229 ], [ 73.960013055318456, 39.660008449861721 ], [ 73.675379266254794, 39.431236884105658 ], [ 71.784693637992092, 39.27946320246437 ], [ 70.549161818325587, 39.604197902986556 ], [ 69.46488691597753, 39.526683254548715 ], [ 69.559609816368521, 40.103211371413039 ], [ 70.648018833299972, 39.935753892571228 ], [ 71.01419803252017, 40.244365546218205 ], [ 71.774875115856588, 40.145844428053749 ], [ 73.05541710804917, 40.866033026689507 ], [ 71.870114780570447, 41.392900092121295 ], [ 71.157858514291632, 41.143587144529192 ], [ 70.420022414028239, 41.519998277343177 ], [ 71.259247674448289, 42.167710679689463 ], [ 70.962314894499201, 42.266154283205452 ], [ 71.186280552052239, 42.704292914392283 ], [ 71.844638299450622, 42.845395412765185 ], [ 73.489757521462337, 42.50089447689129 ], [ 73.645303582661001, 43.091271877609927 ], [ 74.212865838522561, 43.298339341803512 ], [ 75.636964959622077, 42.877899888676751 ], [ 76.000353631498541, 42.988022365890714 ], [ 77.658391961583192, 42.960685533208306 ], [ 79.14217736197989, 42.856092434249604 ], [ 79.643645460940235, 42.496682847659628 ], [ 80.259990268885332, 42.349999294599087 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Cambodia", "sov_a3": "KHM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Cambodia", "adm0_a3": "KHM", "geou_dif": 0.000000, "geounit": "Cambodia", "gu_a3": "KHM", "su_dif": 0.000000, "subunit": "Cambodia", "su_a3": "KHM", "brk_diff": 0.000000, "name": "Cambodia", "name_long": "Cambodia", "brk_a3": "KHM", "brk_name": "Cambodia", "brk_group": null, "abbrev": "Camb.", "postal": "KH", "formal_en": "Kingdom of Cambodia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Cambodia", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 6.000000, "mapcolor13": 5.000000, "pop_est": 14494293.000000, "gdp_md_est": 27940.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KH", "iso_a3": "KHM", "iso_n3": "116", "un_a3": "116", "wb_a2": "KH", "wb_a3": "KHM", "woe_id": -99.000000, "adm0_a3_is": "KHM", "adm0_a3_us": "KHM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107.382727492301086, 14.202440904186986 ], [ 107.614547967562402, 13.535530707244178 ], [ 107.491403029410918, 12.337205918827991 ], [ 105.810523716253186, 11.567614650921243 ], [ 106.249670037869492, 10.96181183516363 ], [ 105.199914992292435, 10.889309800658069 ], [ 104.334334751403532, 10.486543687375246 ], [ 103.497279901139706, 10.632555446815942 ], [ 103.090689731867343, 11.15366059004721 ], [ 102.584932489026727, 12.186594956913325 ], [ 102.348099399832989, 13.394247341358238 ], [ 102.988422072361715, 14.225721136934496 ], [ 104.2814180847366, 14.416743068901368 ], [ 105.218776890078942, 14.273211778210722 ], [ 106.04394616091551, 13.88109100997994 ], [ 106.496373325630856, 14.570583807834311 ], [ 107.382727492301086, 14.202440904186986 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "South Korea", "sov_a3": "KOR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "South Korea", "adm0_a3": "KOR", "geou_dif": 0.000000, "geounit": "South Korea", "gu_a3": "KOR", "su_dif": 0.000000, "subunit": "South Korea", "su_a3": "KOR", "brk_diff": 0.000000, "name": "Korea", "name_long": "Republic of Korea", "brk_a3": "KOR", "brk_name": "Republic of Korea", "brk_group": null, "abbrev": "S.K.", "postal": "KR", "formal_en": "Republic of Korea", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Korea, Rep.", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 1.000000, "mapcolor13": 5.000000, "pop_est": 48508972.000000, "gdp_md_est": 1335000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "4. Emerging region: MIKT", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KR", "iso_a3": "KOR", "iso_n3": "410", "un_a3": "410", "wb_a2": "KR", "wb_a3": "KOR", "woe_id": -99.000000, "adm0_a3_is": "KOR", "adm0_a3_us": "KOR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 5.000000, "long_len": 17.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 126.17475874237627, 37.749685777328068 ], [ 126.237338901881827, 37.840377916000278 ], [ 126.683719924019016, 37.804772854151196 ], [ 127.073308547067398, 38.2561148137884 ], [ 127.780035435091037, 38.304535630845919 ], [ 128.205745884311426, 38.37039724380196 ], [ 128.3497164246767, 38.612242946927807 ], [ 129.212919549680095, 37.432392483055906 ], [ 129.460449660358194, 36.784189154602842 ], [ 129.468304478066528, 35.632140611303953 ], [ 129.091376580929563, 35.082484239231434 ], [ 128.185850457879184, 34.89037710218642 ], [ 127.38651940318843, 34.475673733044147 ], [ 126.485747511908784, 34.390045884736509 ], [ 126.373919712429114, 34.93456045179596 ], [ 126.559231398627873, 35.684540513647875 ], [ 126.117397902532304, 36.725484727519216 ], [ 126.860143263863364, 36.893924058574612 ], [ 126.17475874237627, 37.749685777328068 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Kosovo", "sov_a3": "KOS", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Kosovo", "adm0_a3": "KOS", "geou_dif": 0.000000, "geounit": "Kosovo", "gu_a3": "KOS", "su_dif": 0.000000, "subunit": "Kosovo", "su_a3": "KOS", "brk_diff": 1.000000, "name": "Kosovo", "name_long": "Kosovo", "brk_a3": "B57", "brk_name": "Kosovo", "brk_group": null, "abbrev": "Kos.", "postal": "KO", "formal_en": "Republic of Kosovo", "formal_fr": null, "note_adm0": null, "note_brk": "Self admin.; Claimed by Serbia", "name_sort": "Kosovo", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 11.000000, "pop_est": 1804838.000000, "gdp_md_est": 5352.000000, "pop_year": -99.000000, "lastcensus": 1981.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "-99", "iso_a3": "-99", "iso_n3": "-99", "un_a3": "-099", "wb_a2": "KV", "wb_a3": "KSV", "woe_id": -99.000000, "adm0_a3_is": "SRB", "adm0_a3_us": "KOS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 21.43866, 42.86255 ], [ 21.63302, 42.67717 ], [ 21.77505, 42.6827 ], [ 21.66292, 42.43922 ], [ 21.54332, 42.320250000000129 ], [ 21.576635989402149, 42.245224397061861 ], [ 21.352700000000169, 42.2068 ], [ 20.76216, 42.05186 ], [ 20.717310000000111, 41.84711 ], [ 20.590246546680277, 41.855408919283661 ], [ 20.59023, 41.85541 ], [ 20.52295, 42.21787 ], [ 20.28374, 42.320250000000129 ], [ 20.0707, 42.588630000000109 ], [ 20.25758, 42.812750000000136 ], [ 20.49679, 42.88469 ], [ 20.63508, 43.21671 ], [ 20.81448, 43.272050000000121 ], [ 20.95651, 43.13094 ], [ 21.143395, 43.068685000000158 ], [ 21.27421, 42.90959 ], [ 21.43866, 42.86255 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Kuwait", "sov_a3": "KWT", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Kuwait", "adm0_a3": "KWT", "geou_dif": 0.000000, "geounit": "Kuwait", "gu_a3": "KWT", "su_dif": 0.000000, "subunit": "Kuwait", "su_a3": "KWT", "brk_diff": 0.000000, "name": "Kuwait", "name_long": "Kuwait", "brk_a3": "KWT", "brk_name": "Kuwait", "brk_group": null, "abbrev": "Kwt.", "postal": "KW", "formal_en": "State of Kuwait", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Kuwait", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 2.000000, "pop_est": 2691158.000000, "gdp_md_est": 149100.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KW", "iso_a3": "KWT", "iso_n3": "414", "un_a3": "414", "wb_a2": "KW", "wb_a3": "KWT", "woe_id": -99.000000, "adm0_a3_is": "KWT", "adm0_a3_us": "KWT", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 47.974519077349868, 29.975819200148464 ], [ 48.183188510944575, 29.53447663015973 ], [ 48.093943312376467, 29.306299343375031 ], [ 48.416094191283918, 28.55200429942667 ], [ 47.708850538937412, 28.526062730416157 ], [ 47.459821811722833, 29.002519436147253 ], [ 46.568713413281756, 29.099025173452276 ], [ 47.302622104691039, 30.059069932570736 ], [ 47.974519077349868, 29.975819200148464 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Laos", "sov_a3": "LAO", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Laos", "adm0_a3": "LAO", "geou_dif": 0.000000, "geounit": "Laos", "gu_a3": "LAO", "su_dif": 0.000000, "subunit": "Laos", "su_a3": "LAO", "brk_diff": 0.000000, "name": "Lao PDR", "name_long": "Lao PDR", "brk_a3": "LAO", "brk_name": "Laos", "brk_group": null, "abbrev": "Laos", "postal": "LA", "formal_en": "Lao People's Democratic Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Lao PDR", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 1.000000, "mapcolor9": 1.000000, "mapcolor13": 9.000000, "pop_est": 6834942.000000, "gdp_md_est": 13980.000000, "pop_year": -99.000000, "lastcensus": 2005.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LA", "iso_a3": "LAO", "iso_n3": "418", "un_a3": "418", "wb_a2": "LA", "wb_a3": "LAO", "woe_id": -99.000000, "adm0_a3_is": "LAO", "adm0_a3_us": "LAO", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 107.382727492301086, 14.202440904186986 ], [ 106.496373325630856, 14.570583807834311 ], [ 106.04394616091551, 13.88109100997994 ], [ 105.218776890078942, 14.273211778210722 ], [ 105.54433841351775, 14.723933620660461 ], [ 105.589038527450185, 15.570316066952927 ], [ 104.779320509868882, 16.441864935771463 ], [ 104.71694705609255, 17.42885895433011 ], [ 103.956476678485359, 18.240954087796894 ], [ 103.20019209189374, 18.309632066312787 ], [ 102.998705682387737, 17.961694647691672 ], [ 102.413004998791649, 17.932781683824317 ], [ 102.113591750092525, 18.109101670804137 ], [ 101.059547560635195, 17.51249725999449 ], [ 101.035931431077842, 18.408928330961601 ], [ 101.282014601651753, 19.462584947176794 ], [ 100.606293573003228, 19.508344427971196 ], [ 100.548881056726913, 20.109237982661114 ], [ 100.115987583417876, 20.417849636308205 ], [ 100.329101190189618, 20.786121731036275 ], [ 101.180005324307587, 21.43657298429406 ], [ 101.270025669360024, 21.20165192309517 ], [ 101.803119744882935, 21.174366766845054 ], [ 101.652017856861647, 22.318198757409561 ], [ 102.170435825613566, 22.464753119389343 ], [ 102.754896274834636, 21.675137233969451 ], [ 103.203861118586445, 20.766562201413763 ], [ 104.435000441508038, 20.758733221921574 ], [ 104.822573683697129, 19.886641750563882 ], [ 104.183387892678951, 19.624668077060193 ], [ 103.896532017026715, 19.265180975821835 ], [ 105.094598423281553, 18.666974595611038 ], [ 105.9257621602641, 17.48531545660893 ], [ 106.556007928495688, 16.604283962464791 ], [ 107.31270592654559, 15.908538316303208 ], [ 107.564525181103903, 15.202173163305588 ], [ 107.382727492301086, 14.202440904186986 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Lebanon", "sov_a3": "LBN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Lebanon", "adm0_a3": "LBN", "geou_dif": 0.000000, "geounit": "Lebanon", "gu_a3": "LBN", "su_dif": 0.000000, "subunit": "Lebanon", "su_a3": "LBN", "brk_diff": 0.000000, "name": "Lebanon", "name_long": "Lebanon", "brk_a3": "LBN", "brk_name": "Lebanon", "brk_group": null, "abbrev": "Leb.", "postal": "LB", "formal_en": "Lebanese Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Lebanon", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 4.000000, "mapcolor9": 4.000000, "mapcolor13": 12.000000, "pop_est": 4017095.000000, "gdp_md_est": 44060.000000, "pop_year": -99.000000, "lastcensus": 1970.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LB", "iso_a3": "LBN", "iso_n3": "422", "un_a3": "422", "wb_a2": "LB", "wb_a3": "LBN", "woe_id": -99.000000, "adm0_a3_is": "LBN", "adm0_a3_us": "LBN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": 4.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.821100701650295, 33.277426459276342 ], [ 35.552796665190812, 33.264274807257976 ], [ 35.460709262846734, 33.089040025356297 ], [ 35.126052687324517, 33.090900376918768 ], [ 35.482206658680212, 33.905450140919413 ], [ 35.979592319489399, 34.610058295219119 ], [ 35.998402540843671, 34.644914048799961 ], [ 36.448194207512159, 34.59393524834411 ], [ 36.611750115715921, 34.201788641897224 ], [ 36.066460402172055, 33.82491242119255 ], [ 35.821100701650295, 33.277426459276342 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Liberia", "sov_a3": "LBR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Liberia", "adm0_a3": "LBR", "geou_dif": 0.000000, "geounit": "Liberia", "gu_a3": "LBR", "su_dif": 0.000000, "subunit": "Liberia", "su_a3": "LBR", "brk_diff": 0.000000, "name": "Liberia", "name_long": "Liberia", "brk_a3": "LBR", "brk_name": "Liberia", "brk_group": null, "abbrev": "Liberia", "postal": "LR", "formal_en": "Republic of Liberia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Liberia", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 3.000000, "mapcolor9": 4.000000, "mapcolor13": 9.000000, "pop_est": 3441790.000000, "gdp_md_est": 1526.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LR", "iso_a3": "LBR", "iso_n3": "430", "un_a3": "430", "wb_a2": "LR", "wb_a3": "LBR", "woe_id": -99.000000, "adm0_a3_is": "LBR", "adm0_a3_us": "LBR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 7.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -8.439298468448726, 7.686042792181794 ], [ -8.48544552248535, 7.395207831243056 ], [ -8.385451626000503, 6.911800645368785 ], [ -8.602880214868605, 6.46756419517169 ], [ -8.311347622094019, 6.193033148621112 ], [ -7.993692592795838, 6.126189683451599 ], [ -7.570152553731646, 5.70735219972596 ], [ -7.53971513511172, 5.31334524171649 ], [ -7.635368211284032, 5.188159084489456 ], [ -7.712159389669722, 4.364565944837736 ], [ -7.974107224957208, 4.355755113131991 ], [ -9.004793667018617, 4.832418524592171 ], [ -9.913420376006684, 5.593560695819193 ], [ -10.765383876986618, 6.140710760925572 ], [ -11.438779466182069, 6.785916856305718 ], [ -11.199801805048281, 7.105845648624779 ], [ -11.146704270868412, 7.396706447779522 ], [ -10.695594855176438, 7.939464016141073 ], [ -10.23009355309128, 8.406205552601335 ], [ -10.016566534861227, 8.428503933135275 ], [ -9.755342169625806, 8.541055202666925 ], [ -9.337279832384581, 7.928534450711396 ], [ -9.403348151069764, 7.526905218938921 ], [ -9.208786383490803, 7.313920803247953 ], [ -8.926064622421933, 7.309037380396433 ], [ -8.722123582382153, 7.711674302598496 ], [ -8.439298468448726, 7.686042792181794 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Libya", "sov_a3": "LBY", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Libya", "adm0_a3": "LBY", "geou_dif": 0.000000, "geounit": "Libya", "gu_a3": "LBY", "su_dif": 0.000000, "subunit": "Libya", "su_a3": "LBY", "brk_diff": 0.000000, "name": "Libya", "name_long": "Libya", "brk_a3": "LBY", "brk_name": "Libya", "brk_group": null, "abbrev": "Libya", "postal": "LY", "formal_en": "Libya", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Libya", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 11.000000, "pop_est": 6310434.000000, "gdp_md_est": 88830.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LY", "iso_a3": "LBY", "iso_n3": "434", "un_a3": "434", "wb_a2": "LY", "wb_a3": "LBY", "woe_id": -99.000000, "adm0_a3_is": "LBY", "adm0_a3_us": "LBY", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Middle East & North Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.16482, 31.56915 ], [ 24.80287, 31.08929 ], [ 24.95762, 30.6616 ], [ 24.70007, 30.04419 ], [ 25.0, 29.238654529533562 ], [ 25.0, 25.682499996361059 ], [ 25.0, 22.0 ], [ 25.000000000000171, 20.003040000000112 ], [ 23.850000000000193, 20.000000000000114 ], [ 23.837660000000142, 19.580470000000105 ], [ 19.84926, 21.49509 ], [ 15.860850000000141, 23.40972 ], [ 14.8513, 22.862950000000126 ], [ 14.1438708838553, 22.491288967371133 ], [ 13.581424594790462, 23.040506089769337 ], [ 11.999505649471757, 23.471668402596435 ], [ 11.560669386449064, 24.097909247325589 ], [ 10.771363559623012, 24.562532050061748 ], [ 10.303846876678506, 24.379313259370946 ], [ 9.948261346078084, 24.936953640232588 ], [ 9.910692579801776, 25.365454616796768 ], [ 9.31941084151822, 26.094324856057483 ], [ 9.716285841519749, 26.512206325785741 ], [ 9.629056023811074, 27.140953477481048 ], [ 9.756128370816782, 27.688258571884205 ], [ 9.683884718472854, 28.144173895779289 ], [ 9.859997999723532, 28.959989732371128 ], [ 9.805634392952442, 29.424638373323376 ], [ 9.48213992680536, 30.307556057246188 ], [ 9.970017124072939, 30.539324856075382 ], [ 10.056575148161784, 30.961831366493612 ], [ 9.950225050505225, 31.376069647745283 ], [ 10.636901482799459, 31.761420803345771 ], [ 10.944789666394513, 32.081814683555365 ], [ 11.432253452203781, 32.368903103152917 ], [ 11.488787469130983, 33.136995754523213 ], [ 12.66331, 32.79278 ], [ 13.08326, 32.87882 ], [ 13.91868, 32.711960000000147 ], [ 15.24563, 32.26508 ], [ 15.71394, 31.37626 ], [ 16.61162, 31.18218 ], [ 18.02109, 30.76357 ], [ 19.08641, 30.26639 ], [ 19.57404, 30.52582 ], [ 20.05335, 30.98576 ], [ 19.82033, 31.751790000000113 ], [ 20.13397, 32.2382 ], [ 20.854520000000122, 32.7068 ], [ 21.54298, 32.8432 ], [ 22.895760000000109, 32.63858 ], [ 23.2368, 32.19149 ], [ 23.609130000000164, 32.18726 ], [ 23.9275, 32.016670000000147 ], [ 24.92114, 31.89936 ], [ 25.16482, 31.56915 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Sri Lanka", "sov_a3": "LKA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Sri Lanka", "adm0_a3": "LKA", "geou_dif": 0.000000, "geounit": "Sri Lanka", "gu_a3": "LKA", "su_dif": 0.000000, "subunit": "Sri Lanka", "su_a3": "LKA", "brk_diff": 0.000000, "name": "Sri Lanka", "name_long": "Sri Lanka", "brk_a3": "LKA", "brk_name": "Sri Lanka", "brk_group": null, "abbrev": "Sri L.", "postal": "LK", "formal_en": "Democratic Socialist Republic of Sri Lanka", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Sri Lanka", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 5.000000, "mapcolor9": 4.000000, "mapcolor13": 9.000000, "pop_est": 21324791.000000, "gdp_md_est": 91870.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LK", "iso_a3": "LKA", "iso_n3": "144", "un_a3": "144", "wb_a2": "LK", "wb_a3": "LKA", "woe_id": -99.000000, "adm0_a3_is": "LKA", "adm0_a3_us": "LKA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 81.218019647144416, 6.197141424988303 ], [ 80.348356968104468, 5.968369859232141 ], [ 79.87246870312859, 6.763463446474915 ], [ 79.6951668639351, 8.200843410673372 ], [ 80.147800734379615, 9.824077663609557 ], [ 80.838817986986527, 9.268426825391174 ], [ 81.304319289071799, 8.564206244333675 ], [ 81.787959018891428, 7.523055324733178 ], [ 81.637322218760659, 6.481775214051936 ], [ 81.218019647144416, 6.197141424988303 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Lesotho", "sov_a3": "LSO", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Lesotho", "adm0_a3": "LSO", "geou_dif": 0.000000, "geounit": "Lesotho", "gu_a3": "LSO", "su_dif": 0.000000, "subunit": "Lesotho", "su_a3": "LSO", "brk_diff": 0.000000, "name": "Lesotho", "name_long": "Lesotho", "brk_a3": "LSO", "brk_name": "Lesotho", "brk_group": null, "abbrev": "Les.", "postal": "LS", "formal_en": "Kingdom of Lesotho", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Lesotho", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 5.000000, "mapcolor9": 2.000000, "mapcolor13": 8.000000, "pop_est": 2130819.000000, "gdp_md_est": 3293.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LS", "iso_a3": "LSO", "iso_n3": "426", "un_a3": "426", "wb_a2": "LS", "wb_a3": "LSO", "woe_id": -99.000000, "adm0_a3_is": "LSO", "adm0_a3_us": "LSO", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Southern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.107204624145425, -30.545732110315001 ], [ 27.749397006956485, -30.645105889612182 ], [ 26.999261915807693, -29.875953871379934 ], [ 27.532511020627481, -29.242710870075328 ], [ 28.074338413207812, -28.851468601193545 ], [ 28.541700066855554, -28.647501722937548 ], [ 28.978262566857268, -28.955596612261743 ], [ 29.325166456832648, -29.257386976846263 ], [ 29.018415154748027, -29.743765557577362 ], [ 28.848399692507769, -30.070050551068221 ], [ 28.291069370239967, -30.226216729454336 ], [ 28.107204624145425, -30.545732110315001 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Lithuania", "sov_a3": "LTU", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Lithuania", "adm0_a3": "LTU", "geou_dif": 0.000000, "geounit": "Lithuania", "gu_a3": "LTU", "su_dif": 0.000000, "subunit": "Lithuania", "su_a3": "LTU", "brk_diff": 0.000000, "name": "Lithuania", "name_long": "Lithuania", "brk_a3": "LTU", "brk_name": "Lithuania", "brk_group": null, "abbrev": "Lith.", "postal": "LT", "formal_en": "Republic of Lithuania", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Lithuania", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 3.000000, "mapcolor13": 9.000000, "pop_est": 3555179.000000, "gdp_md_est": 63330.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LT", "iso_a3": "LTU", "iso_n3": "440", "un_a3": "440", "wb_a2": "LT", "wb_a3": "LTU", "woe_id": -99.000000, "adm0_a3_is": "LTU", "adm0_a3_us": "LTU", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.494331495883813, 55.615106919977649 ], [ 26.588279249790418, 55.167175604871687 ], [ 25.768432651479856, 54.846962592175061 ], [ 25.536353794057021, 54.28242340760255 ], [ 24.450683628037041, 53.905702216194754 ], [ 23.484127638449849, 53.912497667041123 ], [ 23.243987257589538, 54.220566718149144 ], [ 22.731098667092624, 54.327536932993326 ], [ 22.651051873472539, 54.582740993866707 ], [ 22.757763706155288, 54.856574408581423 ], [ 22.315723504330606, 55.0152985703659 ], [ 21.268448927503499, 55.190481675835287 ], [ 21.055800408622446, 56.03107636171103 ], [ 22.201156853939523, 56.337801825579533 ], [ 23.878263787539993, 56.273671373105316 ], [ 24.86068444184076, 56.372528388079587 ], [ 25.000934279080923, 56.164530748104823 ], [ 25.533046502390363, 56.100296942766022 ], [ 26.494331495883813, 55.615106919977649 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Luxembourg", "sov_a3": "LUX", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Luxembourg", "adm0_a3": "LUX", "geou_dif": 0.000000, "geounit": "Luxembourg", "gu_a3": "LUX", "su_dif": 0.000000, "subunit": "Luxembourg", "su_a3": "LUX", "brk_diff": 0.000000, "name": "Luxembourg", "name_long": "Luxembourg", "brk_a3": "LUX", "brk_name": "Luxembourg", "brk_group": null, "abbrev": "Lux.", "postal": "L", "formal_en": "Grand Duchy of Luxembourg", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Luxembourg", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 7.000000, "mapcolor9": 3.000000, "mapcolor13": 7.000000, "pop_est": 491775.000000, "gdp_md_est": 39370.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LU", "iso_a3": "LUX", "iso_n3": "442", "un_a3": "442", "wb_a2": "LU", "wb_a3": "LUX", "woe_id": -99.000000, "adm0_a3_is": "LUX", "adm0_a3_us": "LUX", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": 5.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.186320428094206, 49.463802802114543 ], [ 5.897759230176462, 49.442667141307169 ], [ 5.674051954784858, 49.529483547557533 ], [ 5.782417433300935, 50.090327867221248 ], [ 6.043073357781111, 50.128051662794263 ], [ 6.242751092157022, 49.902225653678755 ], [ 6.186320428094206, 49.463802802114543 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Latvia", "sov_a3": "LVA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Latvia", "adm0_a3": "LVA", "geou_dif": 0.000000, "geounit": "Latvia", "gu_a3": "LVA", "su_dif": 0.000000, "subunit": "Latvia", "su_a3": "LVA", "brk_diff": 0.000000, "name": "Latvia", "name_long": "Latvia", "brk_a3": "LVA", "brk_name": "Latvia", "brk_group": null, "abbrev": "Lat.", "postal": "LV", "formal_en": "Republic of Latvia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Latvia", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 7.000000, "mapcolor9": 6.000000, "mapcolor13": 13.000000, "pop_est": 2231503.000000, "gdp_md_est": 38860.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "LV", "iso_a3": "LVA", "iso_n3": "428", "un_a3": "428", "wb_a2": "LV", "wb_a3": "LVA", "woe_id": -99.000000, "adm0_a3_is": "LVA", "adm0_a3_us": "LVA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 27.28818484875157, 57.474528306703832 ], [ 27.770015903440992, 57.244258124411203 ], [ 27.855282016722498, 56.759326483784378 ], [ 28.176709425578025, 56.169129950578878 ], [ 27.102459751094528, 55.7833137070877 ], [ 26.494331495883813, 55.615106919977649 ], [ 25.533046502390363, 56.100296942766022 ], [ 25.000934279080923, 56.164530748104823 ], [ 24.86068444184076, 56.372528388079587 ], [ 23.878263787539993, 56.273671373105316 ], [ 22.201156853939523, 56.337801825579533 ], [ 21.055800408622446, 56.03107636171103 ], [ 21.090423618258029, 56.78387278912291 ], [ 21.5818664893537, 57.411870632549977 ], [ 22.524341261492879, 57.753374335350742 ], [ 23.318452996522154, 57.006236477274882 ], [ 24.120729607853434, 57.025692654032753 ], [ 24.312862583114651, 57.79342357037703 ], [ 25.164593540149298, 57.970156968815189 ], [ 25.602809685984425, 57.847528794986573 ], [ 26.463532342237784, 57.47638865826633 ], [ 27.28818484875157, 57.474528306703832 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Morocco", "sov_a3": "MAR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Morocco", "adm0_a3": "MAR", "geou_dif": 0.000000, "geounit": "Morocco", "gu_a3": "MAR", "su_dif": 0.000000, "subunit": "Morocco", "su_a3": "MAR", "brk_diff": 0.000000, "name": "Morocco", "name_long": "Morocco", "brk_a3": "MAR", "brk_name": "Morocco", "brk_group": null, "abbrev": "Mor.", "postal": "MA", "formal_en": "Kingdom of Morocco", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Morocco", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 9.000000, "pop_est": 34859364.000000, "gdp_md_est": 136600.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MA", "iso_a3": "MAR", "iso_n3": "504", "un_a3": "504", "wb_a2": "MA", "wb_a3": "MAR", "woe_id": -99.000000, "adm0_a3_is": "MAR", "adm0_a3_us": "MAR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Middle East & North Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.169913702798624, 35.168396307916709 ], [ -1.792985805661658, 34.527918606091305 ], [ -1.73345455566141, 33.919712836232122 ], [ -1.388049282222511, 32.864015000941379 ], [ -1.124551153966195, 32.651521511357203 ], [ -1.30789913573787, 32.262888902306116 ], [ -2.616604783529567, 32.094346218386164 ], [ -3.068980271812649, 31.724497992473289 ], [ -3.647497931320146, 31.637294012980817 ], [ -3.690441046554668, 30.896951605751156 ], [ -4.859646165374443, 30.501187649043885 ], [ -5.242129278982787, 30.000443020135577 ], [ -6.060632290053746, 29.731699734001808 ], [ -7.059227667661901, 29.579228420524657 ], [ -8.67411617678286, 28.84128896739665 ], [ -8.665589565454752, 27.656425889592384 ], [ -8.817809007940554, 27.65642588959247 ], [ -8.817828334986643, 27.65642588959247 ], [ -8.794883999049063, 27.12069631602256 ], [ -9.413037482124423, 27.088476060488546 ], [ -9.735343390328751, 26.860944729107416 ], [ -10.189424200877454, 26.860944729107416 ], [ -10.551262579785288, 26.990807603456886 ], [ -11.39255489749695, 26.883423977154393 ], [ -11.718219773800342, 26.104091701760723 ], [ -12.030758836301573, 26.030866197203125 ], [ -12.50096269372537, 24.770116278578229 ], [ -13.891110398809047, 23.691009019459386 ], [ -14.221167771857154, 22.31016307218826 ], [ -14.630832688850944, 21.860939846274874 ], [ -14.750954555713406, 21.500600083903805 ], [ -17.002961798561074, 21.420734157796687 ], [ -17.020428432675686, 21.422310288981549 ], [ -16.973247849993186, 21.885744533774954 ], [ -16.58913692876763, 22.158234361250095 ], [ -16.261921759495664, 22.679339504481277 ], [ -16.326413946995899, 23.017768459560898 ], [ -15.982610642958065, 23.723358466074103 ], [ -15.426003790742215, 24.359133612561038 ], [ -15.089331834360763, 24.520260728446971 ], [ -14.824645148161693, 25.103532619725314 ], [ -14.800925665739669, 25.636264960222292 ], [ -14.439939947964859, 26.254418443297652 ], [ -13.773804897506466, 26.618892320252286 ], [ -13.139941779014293, 27.640147813420498 ], [ -13.121613369914712, 27.654147671719812 ], [ -12.618836635783111, 28.038185533148663 ], [ -11.688919236690793, 28.148643907172584 ], [ -10.900956997104402, 28.83214223888092 ], [ -10.399592251008642, 29.09858592377779 ], [ -9.564811163765626, 29.933573716749862 ], [ -9.814718390329176, 31.17773550060906 ], [ -9.434793260119363, 32.038096421836485 ], [ -9.300692918321829, 32.564679266890636 ], [ -8.65747636558504, 33.240245266242397 ], [ -7.654178432638247, 33.697064927702513 ], [ -6.91254411460136, 34.110476386037448 ], [ -6.24434200685144, 35.145865383437524 ], [ -5.929994269219833, 35.75998810479399 ], [ -5.193863491222061, 35.755182196590852 ], [ -4.591006232105173, 35.330711981745651 ], [ -3.640056525070008, 35.399855048151977 ], [ -2.604305792644112, 35.179093329401127 ], [ -2.169913702798624, 35.168396307916709 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Moldova", "sov_a3": "MDA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Moldova", "adm0_a3": "MDA", "geou_dif": 0.000000, "geounit": "Moldova", "gu_a3": "MDA", "su_dif": 0.000000, "subunit": "Moldova", "su_a3": "MDA", "brk_diff": 0.000000, "name": "Moldova", "name_long": "Moldova", "brk_a3": "MDA", "brk_name": "Moldova", "brk_group": null, "abbrev": "Mda.", "postal": "MD", "formal_en": "Republic of Moldova", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Moldova", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 5.000000, "mapcolor9": 4.000000, "mapcolor13": 12.000000, "pop_est": 4320748.000000, "gdp_md_est": 10670.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MD", "iso_a3": "MDA", "iso_n3": "498", "un_a3": "498", "wb_a2": "MD", "wb_a3": "MDA", "woe_id": -99.000000, "adm0_a3_is": "MDA", "adm0_a3_us": "MDA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 28.233553501099067, 45.488283189468433 ], [ 28.054442986775456, 45.944586086605625 ], [ 28.160017937947742, 46.371562608417264 ], [ 28.128030226359073, 46.810476386088226 ], [ 27.551166212684905, 47.405117092470846 ], [ 27.233872918412771, 47.826770941756365 ], [ 26.924176059687625, 48.123264472031025 ], [ 26.619336785597795, 48.220726223333543 ], [ 26.857823520624805, 48.368210761094502 ], [ 27.522537469195186, 48.46711945250118 ], [ 28.259546746541901, 48.155562242213449 ], [ 28.670891147585195, 48.118148505234075 ], [ 29.122698195113088, 47.849095160506494 ], [ 29.050867954227385, 47.510226955752529 ], [ 29.415135125452792, 47.346645209332564 ], [ 29.559674106573112, 46.92858287209134 ], [ 29.908851759569274, 46.674360663431457 ], [ 29.838210076626268, 46.525325832701725 ], [ 30.02465864433546, 46.423936672545096 ], [ 29.75997195813639, 46.349987697935376 ], [ 29.170653924279918, 46.37926239682875 ], [ 29.072106967899259, 46.517677720722531 ], [ 28.862972446414119, 46.437889309263795 ], [ 28.933717482221681, 46.258830471372562 ], [ 28.659987420371635, 45.939986884131656 ], [ 28.485269402792824, 45.596907050145944 ], [ 28.233553501099067, 45.488283189468433 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Madagascar", "sov_a3": "MDG", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Madagascar", "adm0_a3": "MDG", "geou_dif": 0.000000, "geounit": "Madagascar", "gu_a3": "MDG", "su_dif": 0.000000, "subunit": "Madagascar", "su_a3": "MDG", "brk_diff": 0.000000, "name": "Madagascar", "name_long": "Madagascar", "brk_a3": "MDG", "brk_name": "Madagascar", "brk_group": null, "abbrev": "Mad.", "postal": "MG", "formal_en": "Republic of Madagascar", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Madagascar", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 5.000000, "mapcolor9": 2.000000, "mapcolor13": 3.000000, "pop_est": 20653556.000000, "gdp_md_est": 20130.000000, "pop_year": -99.000000, "lastcensus": 1993.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MG", "iso_a3": "MDG", "iso_n3": "450", "un_a3": "450", "wb_a2": "MG", "wb_a3": "MDG", "woe_id": -99.000000, "adm0_a3_is": "MDG", "adm0_a3_us": "MDG", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 50.056510857957193, -13.555761407122006 ], [ 50.217431268114041, -14.758788750876747 ], [ 50.476536899625586, -15.226512139550508 ], [ 50.377111443895927, -15.706069431219134 ], [ 50.200274692593183, -16.000263360256724 ], [ 49.860605503138714, -15.414252618066911 ], [ 49.672606642460863, -15.7102035458025 ], [ 49.863344354050213, -16.451036879138755 ], [ 49.774564243372737, -16.875042006093551 ], [ 49.498612094934202, -17.10603565843823 ], [ 49.435618523970305, -17.953064060134324 ], [ 49.041792433474001, -19.118781019774474 ], [ 48.548540887248038, -20.49688811613413 ], [ 47.930749139198696, -22.391501153251085 ], [ 47.547723423051394, -23.781958916928488 ], [ 47.095761346226624, -24.941629733990482 ], [ 46.282477654817086, -25.178462823184063 ], [ 45.40950768411048, -25.601434421493082 ], [ 44.833573846217604, -25.346101169538926 ], [ 44.039720493349847, -24.988345228782279 ], [ 43.763768344911199, -24.460677178649973 ], [ 43.697777540874512, -23.574116306250573 ], [ 43.345654331237682, -22.776903985283866 ], [ 43.254187046081057, -22.057413018484169 ], [ 43.433297560404668, -21.336475111580185 ], [ 43.89368289569299, -21.163307386970146 ], [ 43.896370070172082, -20.830459486578164 ], [ 44.374325392439658, -20.072366224856353 ], [ 44.464397413924388, -19.435454196859055 ], [ 44.232421909366138, -18.961994724200878 ], [ 44.042976108584213, -18.331387220943185 ], [ 43.96308434426092, -17.409944756746754 ], [ 44.312468702986251, -16.850495700754919 ], [ 44.44651736835138, -16.216219170804536 ], [ 44.944936557806585, -16.179373874580349 ], [ 45.502731967964991, -15.97437346767849 ], [ 45.872993605336347, -15.793454278224672 ], [ 46.312243279817238, -15.78001840582877 ], [ 46.882182651564364, -15.210182386946343 ], [ 47.705129835812414, -14.594302666891764 ], [ 48.005214878131227, -14.091232598530382 ], [ 47.869047479042223, -13.663868503476536 ], [ 48.293827752481462, -13.784067884987479 ], [ 48.845060255738844, -13.089174899958692 ], [ 48.863508742067012, -12.487867933810378 ], [ 49.194651320193287, -12.040556735891968 ], [ 49.543518914595808, -12.469832858940507 ], [ 49.808980747279094, -12.895284925999562 ], [ 50.056510857957193, -13.555761407122006 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Mexico", "sov_a3": "MEX", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Mexico", "adm0_a3": "MEX", "geou_dif": 0.000000, "geounit": "Mexico", "gu_a3": "MEX", "su_dif": 0.000000, "subunit": "Mexico", "su_a3": "MEX", "brk_diff": 0.000000, "name": "Mexico", "name_long": "Mexico", "brk_a3": "MEX", "brk_name": "Mexico", "brk_group": null, "abbrev": "Mex.", "postal": "MX", "formal_en": "United Mexican States", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Mexico", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 1.000000, "mapcolor9": 7.000000, "mapcolor13": 3.000000, "pop_est": 111211789.000000, "gdp_md_est": 1563000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "4. Emerging region: MIKT", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MX", "iso_a3": "MEX", "iso_n3": "484", "un_a3": "484", "wb_a2": "MX", "wb_a3": "MEX", "woe_id": -99.000000, "adm0_a3_is": "MEX", "adm0_a3_us": "MEX", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -97.529999999999887, 25.84 ], [ -97.14000830767074, 25.869997463478455 ], [ -97.528072475966525, 24.9921440699203 ], [ -97.702945522842214, 24.272343044526764 ], [ -97.776041836319024, 22.93257986092766 ], [ -97.87236670611108, 22.444211737553388 ], [ -97.699043952204164, 21.898689480064263 ], [ -97.38895952023671, 21.411018988525854 ], [ -97.189333462293263, 20.635433254473156 ], [ -96.525575527720349, 19.890930894444125 ], [ -96.292127244841737, 19.320371405509547 ], [ -95.90088497595994, 18.828024196848759 ], [ -94.839063483442658, 18.562717393462236 ], [ -94.42572953975619, 18.144370835843404 ], [ -93.548651292682365, 18.423836981677965 ], [ -92.786113857783477, 18.524838568592287 ], [ -92.037348192090377, 18.704569200103464 ], [ -91.407903408559235, 18.876083278880259 ], [ -90.771869879910838, 19.28412038825681 ], [ -90.533589850612998, 19.867418117751356 ], [ -90.451475999701273, 20.707521877520463 ], [ -90.278618333684875, 20.999855454995583 ], [ -89.60132117385146, 21.261725775634488 ], [ -88.543866339862831, 21.493675441976649 ], [ -87.658416510757689, 21.458845526611981 ], [ -87.051890224948011, 21.543543199138327 ], [ -86.811982388032931, 21.331514797444754 ], [ -86.845907965832595, 20.849864610268384 ], [ -87.383291185235834, 20.255404771398759 ], [ -87.621054450210693, 19.646553046135921 ], [ -87.436750454441722, 19.472403469312297 ], [ -87.586560431655869, 19.040130113190742 ], [ -87.837191128271456, 18.259815985583487 ], [ -88.090664028663127, 18.516647854074108 ], [ -88.300031094093612, 18.49998220466 ], [ -88.490122850279278, 18.48683055264172 ], [ -88.848343878926528, 17.883198147040332 ], [ -89.029857347351708, 18.001511338772588 ], [ -89.150909389995462, 17.955467637600464 ], [ -89.143080410503302, 17.808318996649319 ], [ -90.067933519230877, 17.819326076727549 ], [ -91.0015199450159, 17.817594916245753 ], [ -91.00226925328414, 17.254657701074279 ], [ -91.4539212715151, 17.252177232324243 ], [ -91.08167009150057, 16.918476670799521 ], [ -90.711821865587609, 16.68748301845477 ], [ -90.600846727240906, 16.470777899638819 ], [ -90.438866950221978, 16.410109768128137 ], [ -90.464472622422591, 16.069562079324754 ], [ -91.747960171255897, 16.066564846251822 ], [ -92.229248623406249, 15.251446641495917 ], [ -92.08721594925197, 15.064584662328514 ], [ -92.203229539747241, 14.830102850804124 ], [ -92.227750006869798, 14.538828640190985 ], [ -93.359463874061703, 15.615429592343673 ], [ -93.875168830118497, 15.940164292865944 ], [ -94.69165646033008, 16.200975246642912 ], [ -95.250227016973014, 16.128318182840673 ], [ -96.053382127653293, 15.752087917539626 ], [ -96.557434048228259, 15.653515122942792 ], [ -97.263592495496624, 15.917064927631316 ], [ -98.013029954809554, 16.107311713113944 ], [ -98.947675747456472, 16.566043402568823 ], [ -99.697397427147038, 16.706164048728226 ], [ -100.82949886758135, 17.171071071842107 ], [ -101.666088629954487, 17.649026394109683 ], [ -101.918528001700182, 17.916090196194034 ], [ -102.478132086988893, 17.975750637275127 ], [ -103.500989549558042, 18.292294623278849 ], [ -103.917527432046796, 18.748571682200065 ], [ -104.992009650475467, 19.316133938061682 ], [ -105.493038499761397, 19.946767279535493 ], [ -105.731396043707633, 20.434101874264144 ], [ -105.397772996831307, 20.531718654863425 ], [ -105.500660773524402, 20.816895046466129 ], [ -105.270752326257892, 21.076284898355169 ], [ -105.265817226973994, 21.42210358325238 ], [ -105.603160976975374, 21.8711459416526 ], [ -105.693413865973085, 22.269080308516209 ], [ -106.028716396898929, 22.773752346278627 ], [ -106.909980434988327, 23.767774359628902 ], [ -107.915448778091346, 24.548915310152978 ], [ -108.401904873470926, 25.172313951105963 ], [ -109.260198737406625, 25.580609442644061 ], [ -109.444089321717371, 25.82488393808768 ], [ -109.291643846456225, 26.442934068298484 ], [ -109.801457689231796, 26.676175645447927 ], [ -110.391731737085678, 27.16211497650454 ], [ -110.641018846461591, 27.859876003525585 ], [ -111.178918830187811, 27.94124054616907 ], [ -111.759606899851605, 28.46795258230398 ], [ -112.228234626090384, 28.954408677683489 ], [ -112.27182369672866, 29.266844387320134 ], [ -112.809594489373936, 30.021113593052377 ], [ -113.163810594518665, 30.786880804969485 ], [ -113.148669399857127, 31.170965887978952 ], [ -113.871881069781821, 31.567608344035222 ], [ -114.205736660603478, 31.524045111613134 ], [ -114.776451178835003, 31.799532172161179 ], [ -114.936699795372121, 31.393484605427602 ], [ -114.771231859173469, 30.913617255165263 ], [ -114.673899298951739, 30.162681179316053 ], [ -114.33097449426289, 29.750432440707442 ], [ -113.588875088335428, 29.061611436473015 ], [ -113.424053107540516, 28.82617361095123 ], [ -113.271969367305488, 28.754782619739927 ], [ -113.140039435664363, 28.41128937429599 ], [ -112.96229834679653, 28.42519033458251 ], [ -112.761587083774913, 27.780216783147523 ], [ -112.457910529411635, 27.525813706974759 ], [ -112.244951951936756, 27.171726792910789 ], [ -111.616489020619184, 26.662817287700506 ], [ -111.284674648872979, 25.732589830014433 ], [ -110.987819383572372, 25.294606228124564 ], [ -110.71000688357131, 24.826004340101889 ], [ -110.655048997828857, 24.298594672131117 ], [ -110.172856208113416, 24.265547593680481 ], [ -109.771847093528507, 23.811182562754226 ], [ -109.409104377055669, 23.364672349536249 ], [ -109.433392300232953, 23.185587673428728 ], [ -109.854219326601665, 22.818271592698125 ], [ -110.03139197471441, 22.823077500901235 ], [ -110.295070970483621, 23.430973212166691 ], [ -110.949501309028079, 24.000964260345995 ], [ -111.670568407012638, 24.484423122652544 ], [ -112.182035895621468, 24.738412787367196 ], [ -112.148988817170817, 25.470125230404051 ], [ -112.300710822379656, 26.012004299416617 ], [ -112.777296719191526, 26.321959540303197 ], [ -113.464670783321878, 26.768185533143452 ], [ -113.596729906043862, 26.6394595403045 ], [ -113.848936733844226, 26.900063788352469 ], [ -114.465746629679998, 27.142090358991396 ], [ -115.055142178184965, 27.722726752222911 ], [ -114.982252570437382, 27.798200181585116 ], [ -114.570365566854903, 27.741485297144919 ], [ -114.199328782999217, 28.115002549750557 ], [ -114.162018398884612, 28.566111965442332 ], [ -114.931842210736605, 29.279479275015518 ], [ -115.518653937626951, 29.556361599235458 ], [ -115.887365282029549, 30.180793768834235 ], [ -116.258350389452943, 30.836464341753612 ], [ -116.721526252084928, 31.635743720012044 ], [ -117.12776, 32.53534 ], [ -115.99135, 32.612390000000147 ], [ -114.721389999999886, 32.72083 ], [ -114.815, 32.52528 ], [ -113.30498, 32.03914 ], [ -111.02361, 31.33472 ], [ -109.035, 31.341940000000164 ], [ -108.24194, 31.34222 ], [ -108.24, 31.754853718166402 ], [ -106.507589999999837, 31.75452 ], [ -106.1429, 31.39995 ], [ -105.63159, 31.08383000000012 ], [ -105.03737, 30.64402 ], [ -104.70575, 30.12173 ], [ -104.456969999999856, 29.57196 ], [ -103.94, 29.27 ], [ -103.11, 28.97 ], [ -102.48, 29.76 ], [ -101.6624, 29.77930000000012 ], [ -100.9576, 29.380710000000136 ], [ -100.45584, 28.696120000000121 ], [ -100.11, 28.110000000000127 ], [ -99.519999999999882, 27.54 ], [ -99.3, 26.84 ], [ -99.019999999999897, 26.37 ], [ -98.24, 26.060000000000116 ], [ -97.529999999999887, 25.84 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Macedonia", "sov_a3": "MKD", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Macedonia", "adm0_a3": "MKD", "geou_dif": 0.000000, "geounit": "Macedonia", "gu_a3": "MKD", "su_dif": 0.000000, "subunit": "Macedonia", "su_a3": "MKD", "brk_diff": 0.000000, "name": "Macedonia", "name_long": "Macedonia", "brk_a3": "MKD", "brk_name": "Macedonia", "brk_group": null, "abbrev": "Mkd.", "postal": "MK", "formal_en": "Former Yugoslav Republic of Macedonia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Macedonia, FYR", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 3.000000, "mapcolor9": 7.000000, "mapcolor13": 3.000000, "pop_est": 2066718.000000, "gdp_md_est": 18780.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MK", "iso_a3": "MKD", "iso_n3": "807", "un_a3": "807", "wb_a2": "MK", "wb_a3": "MKD", "woe_id": -99.000000, "adm0_a3_is": "MKD", "adm0_a3_us": "MKD", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.88137373219746, 41.999297186850356 ], [ 22.952377150166541, 41.337993882811219 ], [ 22.76177, 41.3048 ], [ 22.597308383889015, 41.130487168943205 ], [ 22.05537763844427, 41.149865831052693 ], [ 21.674160597426976, 40.931274522457983 ], [ 21.020040317476401, 40.84272695572588 ], [ 20.60518, 41.086220000000139 ], [ 20.46315, 41.515090000000129 ], [ 20.59023, 41.85541 ], [ 20.590246546680277, 41.855408919283661 ], [ 20.717310000000111, 41.84711 ], [ 20.76216, 42.05186 ], [ 21.352700000000169, 42.2068 ], [ 21.576635989402149, 42.245224397061861 ], [ 21.917080000000141, 42.30364 ], [ 22.380525750424681, 42.320259507815109 ], [ 22.88137373219746, 41.999297186850356 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Mali", "sov_a3": "MLI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Mali", "adm0_a3": "MLI", "geou_dif": 0.000000, "geounit": "Mali", "gu_a3": "MLI", "su_dif": 0.000000, "subunit": "Mali", "su_a3": "MLI", "brk_diff": 0.000000, "name": "Mali", "name_long": "Mali", "brk_a3": "MLI", "brk_name": "Mali", "brk_group": null, "abbrev": "Mali", "postal": "ML", "formal_en": "Republic of Mali", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Mali", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 7.000000, "pop_est": 12666987.000000, "gdp_md_est": 14590.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ML", "iso_a3": "MLI", "iso_n3": "466", "un_a3": "466", "wb_a2": "ML", "wb_a3": "MLI", "woe_id": -99.000000, "adm0_a3_is": "MLI", "adm0_a3_us": "MLI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.267419467800067, 19.155265204337013 ], [ 4.270209995143915, 16.852227484601286 ], [ 3.723421665063569, 16.184283759012715 ], [ 3.638258904646619, 15.568119818580413 ], [ 2.749992709981512, 15.40952484787681 ], [ 1.385528191746999, 15.323561102759257 ], [ 1.015783318698539, 14.96818227788799 ], [ 0.374892205414739, 14.928908189346132 ], [ -0.26625729003058, 14.924308986872163 ], [ -0.515854458000319, 15.116157741755742 ], [ -1.066363491205635, 14.973815009007737 ], [ -2.001035122068743, 14.559008287000893 ], [ -2.191824510090356, 14.246417548067384 ], [ -2.967694464520605, 13.798150336151508 ], [ -3.103706834312732, 13.541266791228594 ], [ -3.522802700199804, 13.33766164799863 ], [ -4.006390753587226, 13.472485459848116 ], [ -4.280405035814823, 13.228443508349756 ], [ -4.427166103523746, 12.542645575404336 ], [ -5.220941941743092, 11.71385895430727 ], [ -5.197842576508634, 11.375145778850197 ], [ -5.470564947929034, 10.951269842976075 ], [ -5.404341599946974, 10.37073680260913 ], [ -5.816926235365315, 10.222554633012223 ], [ -6.050452032892224, 10.096360785355429 ], [ -6.205222947606444, 10.524060777219191 ], [ -6.493965013037268, 10.4113028019583 ], [ -6.666460944027563, 10.430810655148463 ], [ -6.850506557634986, 10.138993841996239 ], [ -7.622759161804822, 10.147236232946796 ], [ -7.899589809592385, 10.297382106970858 ], [ -8.029943610048576, 10.206534939001699 ], [ -8.335377163109769, 10.494811916541906 ], [ -8.282357143578253, 10.792597357623904 ], [ -8.407310756860028, 10.909256903522731 ], [ -8.620321010767128, 10.810890814655224 ], [ -8.581305304386717, 11.13624563236479 ], [ -8.376304897484857, 11.393645941610671 ], [ -8.786099005559407, 11.812560939984706 ], [ -8.905264858424573, 12.088358059126492 ], [ -9.127473517279583, 12.308060411015376 ], [ -9.32761633954604, 12.33428620040344 ], [ -9.567911749703143, 12.194243068892519 ], [ -9.890992804391999, 12.060478623904999 ], [ -10.165213792348823, 11.844083563682787 ], [ -10.593223842806253, 11.923975328005994 ], [ -10.870829637078145, 12.177887478072151 ], [ -11.036555955438217, 12.211244615116527 ], [ -11.297573614944497, 12.0779710962358 ], [ -11.456168585648214, 12.076834214725366 ], [ -11.513942836950548, 12.442987575729433 ], [ -11.467899135778481, 12.754518947800975 ], [ -11.55339779300536, 13.141213690641067 ], [ -11.927716030311615, 13.422075100147438 ], [ -12.124887457721201, 13.994727484589831 ], [ -12.170750291380301, 14.616834214735519 ], [ -11.834207526079439, 14.799096991428939 ], [ -11.666078253617854, 15.38820831955627 ], [ -11.349095017939447, 15.411256008358535 ], [ -10.650791388379417, 15.13274587652144 ], [ -10.086846482778185, 15.330485744686314 ], [ -9.700255092802678, 15.264107367407391 ], [ -9.550238409859361, 15.486496893775467 ], [ -5.537744309908476, 15.501689764869298 ], [ -5.31527726889189, 16.201853745991912 ], [ -5.488522508150425, 16.325102037007952 ], [ -5.971128709324176, 20.640833441647629 ], [ -6.453786586930306, 24.956590684503425 ], [ -4.923337368174174, 24.974574082941018 ], [ -1.550054897457557, 22.792665920497427 ], [ 1.823227573259061, 20.610809434486043 ], [ 2.060990838233948, 20.142233384679457 ], [ 2.683588494486401, 19.856230170160131 ], [ 3.1466610042539, 19.693578599521459 ], [ 3.158133172222733, 19.057364203360009 ], [ 4.267419467800067, 19.155265204337013 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Myanmar", "sov_a3": "MMR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Myanmar", "adm0_a3": "MMR", "geou_dif": 0.000000, "geounit": "Myanmar", "gu_a3": "MMR", "su_dif": 0.000000, "subunit": "Myanmar", "su_a3": "MMR", "brk_diff": 0.000000, "name": "Myanmar", "name_long": "Myanmar", "brk_a3": "MMR", "brk_name": "Myanmar", "brk_group": null, "abbrev": "Myan.", "postal": "MM", "formal_en": "Republic of the Union of Myanmar", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Myanmar", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 13.000000, "pop_est": 48137741.000000, "gdp_md_est": 55130.000000, "pop_year": -99.000000, "lastcensus": 1983.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MM", "iso_a3": "MMR", "iso_n3": "104", "un_a3": "104", "wb_a2": "MM", "wb_a3": "MMR", "woe_id": -99.000000, "adm0_a3_is": "MMR", "adm0_a3_us": "MMR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 101.180005324307587, 21.43657298429406 ], [ 100.329101190189618, 20.786121731036275 ], [ 100.115987583417876, 20.417849636308205 ], [ 99.543309360759309, 20.186597601802077 ], [ 98.959675734454862, 19.752980658440919 ], [ 98.25372399291561, 19.708203029860101 ], [ 97.797782830804437, 18.627080389881797 ], [ 97.375896437573573, 18.445437730375858 ], [ 97.859122755934862, 17.567946071843636 ], [ 98.493761020911364, 16.837835598207903 ], [ 98.903348423256801, 16.177824204976162 ], [ 98.537375929765773, 15.308497422746115 ], [ 98.192074009191373, 15.123702500870365 ], [ 98.430819126379873, 14.622027696180865 ], [ 99.097755161538799, 13.827502549693264 ], [ 99.212011753336157, 13.269293728076462 ], [ 99.196353794351666, 12.804748439988686 ], [ 99.587286004639708, 11.892762762901739 ], [ 99.038120558673967, 10.960545762572409 ], [ 98.553550653073074, 9.932959906448602 ], [ 98.457174106848726, 10.675266018105134 ], [ 98.76454552612077, 11.441291612183761 ], [ 98.428338657629837, 12.032986761925727 ], [ 98.509574009192676, 13.122377631070663 ], [ 98.103603957107765, 13.640459703012908 ], [ 97.777732375075203, 14.837285874892629 ], [ 97.59707156778282, 16.100567938699754 ], [ 97.16453982949983, 16.928734442609368 ], [ 96.505768670642993, 16.42724050543282 ], [ 95.369352248112449, 15.714389960182643 ], [ 94.808404575584149, 15.803454291237614 ], [ 94.188804152404572, 16.037936102762018 ], [ 94.533485955791349, 17.277240301985756 ], [ 94.324816522196812, 18.2135139022499 ], [ 93.540988397193729, 19.366492621330082 ], [ 93.663254835996241, 19.726961574782024 ], [ 93.078277622452248, 19.85514496508199 ], [ 92.368553501355706, 20.670883287025362 ], [ 92.303234490938706, 21.475485337809801 ], [ 92.65225711463799, 21.324047552978527 ], [ 92.672720981825563, 22.041238918541239 ], [ 93.166127557348403, 22.278459580977113 ], [ 93.060294224014655, 22.703110663335565 ], [ 93.286326938859332, 23.043658352139033 ], [ 93.325187615942781, 24.078556423432218 ], [ 94.106741977925054, 23.850740871673537 ], [ 94.552657912171611, 24.67523834889036 ], [ 94.60324913938544, 25.162495428970374 ], [ 95.155153436262623, 26.001307277932113 ], [ 95.124767694075018, 26.573572089132284 ], [ 96.419365675850969, 27.264589341739224 ], [ 97.133999058015348, 27.083773505149992 ], [ 97.051988559968123, 27.69905894623318 ], [ 97.402561476636123, 27.882536119085444 ], [ 97.327113885490036, 28.261582749946342 ], [ 97.911987746169501, 28.335945136014374 ], [ 98.246230910233379, 27.747221381129179 ], [ 98.682690057370593, 27.508812160750637 ], [ 98.712093947344641, 26.74353587494025 ], [ 98.67183800658924, 25.918702500913497 ], [ 97.724609002679216, 25.083637193293015 ], [ 97.604719679762042, 23.897404690033056 ], [ 98.660262485755794, 24.063286037690006 ], [ 98.898749220782889, 23.142722072842588 ], [ 99.531992222087496, 22.949038804612599 ], [ 99.240898878987338, 22.118314317304566 ], [ 99.983489211021578, 21.742936713136459 ], [ 100.416537713627378, 21.558839423096629 ], [ 101.150032993578264, 21.849984442629022 ], [ 101.180005324307587, 21.43657298429406 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Montenegro", "sov_a3": "MNE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Montenegro", "adm0_a3": "MNE", "geou_dif": 0.000000, "geounit": "Montenegro", "gu_a3": "MNE", "su_dif": 0.000000, "subunit": "Montenegro", "su_a3": "MNE", "brk_diff": 0.000000, "name": "Montenegro", "name_long": "Montenegro", "brk_a3": "MNE", "brk_name": "Montenegro", "brk_group": null, "abbrev": "Mont.", "postal": "ME", "formal_en": "Montenegro", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Montenegro", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 4.000000, "mapcolor13": 5.000000, "pop_est": 672180.000000, "gdp_md_est": 6816.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ME", "iso_a3": "MNE", "iso_n3": "499", "un_a3": "499", "wb_a2": "ME", "wb_a3": "MNE", "woe_id": -99.000000, "adm0_a3_is": "MNE", "adm0_a3_us": "MNE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 20.25758, 42.812750000000136 ], [ 20.0707, 42.588630000000109 ], [ 19.801613396898688, 42.500093492190871 ], [ 19.738051385179659, 42.688247382165571 ], [ 19.304490000000101, 42.195740000000114 ], [ 19.37177000000014, 41.87755 ], [ 19.371768163347269, 41.877550679783582 ], [ 19.16246, 41.95502 ], [ 18.882140000000106, 42.28151 ], [ 18.450016883020908, 42.479992245312189 ], [ 18.45, 42.48 ], [ 18.56, 42.65 ], [ 18.70648, 43.20011 ], [ 19.03165, 43.43253 ], [ 19.21852, 43.52384 ], [ 19.48389, 43.35229 ], [ 19.63, 43.213779970270593 ], [ 19.95857, 43.10604 ], [ 20.3398, 42.89852 ], [ 20.25758, 42.812750000000136 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Mongolia", "sov_a3": "MNG", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Mongolia", "adm0_a3": "MNG", "geou_dif": 0.000000, "geounit": "Mongolia", "gu_a3": "MNG", "su_dif": 0.000000, "subunit": "Mongolia", "su_a3": "MNG", "brk_diff": 0.000000, "name": "Mongolia", "name_long": "Mongolia", "brk_a3": "MNG", "brk_name": "Mongolia", "brk_group": null, "abbrev": "Mong.", "postal": "MN", "formal_en": "Mongolia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Mongolia", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 5.000000, "mapcolor9": 5.000000, "mapcolor13": 6.000000, "pop_est": 3041142.000000, "gdp_md_est": 9476.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MN", "iso_a3": "MNG", "iso_n3": "496", "un_a3": "496", "wb_a2": "MN", "wb_a3": "MNG", "woe_id": -99.000000, "adm0_a3_is": "MNG", "adm0_a3_us": "MNG", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 102.255908644624327, 50.510560614618697 ], [ 103.676545444760308, 50.089966132195144 ], [ 104.621552362081701, 50.275329494826082 ], [ 105.88659142458684, 50.406019192092259 ], [ 106.888804152455378, 50.27429596618029 ], [ 107.86817589725112, 49.793705145865886 ], [ 108.475167270951289, 49.282547715850711 ], [ 109.402449171996778, 49.292960516957692 ], [ 110.662010532678863, 49.130128078805853 ], [ 111.581230910286678, 49.377968248077764 ], [ 112.897739699354446, 49.543565375356991 ], [ 114.362456496235296, 50.248302720737485 ], [ 114.962109816550281, 50.140247300815133 ], [ 115.485695428531443, 49.805177313834747 ], [ 116.678800897286266, 49.888531399121405 ], [ 116.191802199367629, 49.134598090199148 ], [ 115.485282017073047, 48.135382595403428 ], [ 115.742837355615876, 47.726544501326259 ], [ 116.308952671373248, 47.853410142602826 ], [ 117.295507440257467, 47.697709052107484 ], [ 118.064142694166748, 48.066730455103709 ], [ 118.866574334795047, 47.74706004494621 ], [ 119.772823927897576, 47.048058783550147 ], [ 119.663269891438773, 46.692679958678951 ], [ 118.87432579963874, 46.805412095723653 ], [ 117.42170128791426, 46.672732855814303 ], [ 116.717868280098884, 46.388202419615254 ], [ 115.985096470200148, 45.727235012386018 ], [ 114.460331658996125, 45.339816799493889 ], [ 113.463906691544281, 44.808893134127089 ], [ 112.436062453258927, 45.011645616224257 ], [ 111.873306105600335, 45.102079372735119 ], [ 111.348376906379514, 44.457441718110147 ], [ 111.66773725794323, 44.073175767587713 ], [ 111.829587843881399, 43.743118394539493 ], [ 111.129682244920247, 43.406834011400178 ], [ 110.412103306115313, 42.871233628911028 ], [ 109.243595819131457, 42.519446316084156 ], [ 107.744772576938004, 42.481515814781886 ], [ 106.129315627061686, 42.134327704428898 ], [ 104.964993931093517, 41.597409572916348 ], [ 104.52228193564909, 41.908346666016627 ], [ 103.312278273534815, 41.907468166667627 ], [ 101.833040399179964, 42.514872951826277 ], [ 100.84586551310835, 42.66380442969151 ], [ 99.515817498780024, 42.524691473961695 ], [ 97.451757440178, 42.748889675460077 ], [ 96.349395786527822, 42.725635280928742 ], [ 95.762454868556716, 43.319449164394626 ], [ 95.306875441471533, 44.241330878265472 ], [ 94.688928664125427, 44.352331854828464 ], [ 93.48073367714133, 44.975472113620015 ], [ 92.13389082231825, 45.115075995456522 ], [ 90.94553958533433, 45.28607330991025 ], [ 90.585768263718336, 45.719716091487498 ], [ 90.970809360725099, 46.888146063822944 ], [ 90.280825636763922, 47.693549099307916 ], [ 88.854297723346775, 48.069081732772986 ], [ 88.013832228551763, 48.599462795600601 ], [ 87.751264276076739, 49.297197984405557 ], [ 88.805566847695587, 49.470520738312473 ], [ 90.713667433640722, 50.331811835321105 ], [ 92.23471154171969, 50.802170722041751 ], [ 93.104219191462704, 50.495290228876399 ], [ 94.147566359435672, 50.480536607457168 ], [ 94.815949334698843, 50.013433335970888 ], [ 95.814027947984044, 49.977466539095701 ], [ 97.259727817781453, 49.726060695995756 ], [ 98.231761509191671, 50.422400621128816 ], [ 97.825739780674468, 51.01099518493325 ], [ 98.861490513100506, 52.047366034546712 ], [ 99.981732212323578, 51.634006252643957 ], [ 100.889480421962645, 51.516855780638423 ], [ 102.065222609467384, 51.259920559283131 ], [ 102.255908644624327, 50.510560614618697 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Mozambique", "sov_a3": "MOZ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Mozambique", "adm0_a3": "MOZ", "geou_dif": 0.000000, "geounit": "Mozambique", "gu_a3": "MOZ", "su_dif": 0.000000, "subunit": "Mozambique", "su_a3": "MOZ", "brk_diff": 0.000000, "name": "Mozambique", "name_long": "Mozambique", "brk_a3": "MOZ", "brk_name": "Mozambique", "brk_group": null, "abbrev": "Moz.", "postal": "MZ", "formal_en": "Republic of Mozambique", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Mozambique", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 2.000000, "mapcolor9": 1.000000, "mapcolor13": 4.000000, "pop_est": 21669278.000000, "gdp_md_est": 18940.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MZ", "iso_a3": "MOZ", "iso_n3": "508", "un_a3": "508", "wb_a2": "MZ", "wb_a3": "MOZ", "woe_id": -99.000000, "adm0_a3_is": "MOZ", "adm0_a3_us": "MOZ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 40.478387485523086, -10.765440769089992 ], [ 40.437253045418771, -11.761710707244973 ], [ 40.560811395028651, -12.639176527560991 ], [ 40.599620395679807, -14.201975192931826 ], [ 40.775475294769052, -14.691764418194268 ], [ 40.477250604012653, -15.406294447493977 ], [ 40.089263950365222, -16.100774021064453 ], [ 39.45255862809708, -16.720891208566968 ], [ 38.538350864421574, -17.101023044505936 ], [ 37.411132846838854, -17.586368096591272 ], [ 36.281279331209333, -18.659687595293491 ], [ 35.89649661636409, -18.842260430580637 ], [ 35.198399692533116, -19.552811374593844 ], [ 34.786383497870048, -19.78401173266775 ], [ 34.701892531072843, -20.497043145430993 ], [ 35.176127150215365, -21.254361260668375 ], [ 35.373427768705739, -21.840837090748892 ], [ 35.385848253705461, -22.14 ], [ 35.562545536369072, -22.09 ], [ 35.533934767404304, -23.070787855727744 ], [ 35.371774122872438, -23.535358982031696 ], [ 35.607470330555628, -23.706563002214679 ], [ 35.458745558419622, -24.122609958596541 ], [ 35.04073489761069, -24.478350518493826 ], [ 34.215824008935471, -24.816314385682688 ], [ 33.013210076639069, -25.357573337507773 ], [ 32.574632195777923, -25.727318210556049 ], [ 32.660363396950146, -26.148584486599447 ], [ 32.915955031065693, -26.215867201443473 ], [ 32.830120477028942, -26.742191664336175 ], [ 32.071665480281098, -26.733820082304945 ], [ 31.985779249811998, -26.291779880480178 ], [ 31.837777947728085, -25.84333180105132 ], [ 31.752408481581966, -25.484283949487363 ], [ 31.930588820124314, -24.369416599222589 ], [ 31.670397983534741, -23.658969008073868 ], [ 31.191409132621317, -22.251509698172356 ], [ 32.244988234188014, -21.116488539313679 ], [ 32.508693068173415, -20.395292250248261 ], [ 32.65974327976258, -20.30429005298231 ], [ 32.772707960752626, -19.71559213631329 ], [ 32.611994256324891, -19.419382826416239 ], [ 32.654885695127149, -18.672089939043531 ], [ 32.84986087416442, -17.979057305577143 ], [ 32.847638787575846, -16.713398125884638 ], [ 32.328238966610201, -16.392074069893781 ], [ 31.852040643040624, -16.319417006091371 ], [ 31.636498243951195, -16.071990248277856 ], [ 31.173063999157677, -15.860943698797854 ], [ 30.338954705534519, -15.880839125230224 ], [ 30.274255812305086, -15.507786960515176 ], [ 30.179481235481802, -14.796099134991536 ], [ 33.214024692525271, -13.971860039936161 ], [ 33.789700148256685, -14.451830743063084 ], [ 34.064825473778711, -14.359950046448148 ], [ 34.459633416488629, -14.613009535381408 ], [ 34.517666049952396, -15.013708591372591 ], [ 34.307291294092153, -15.478641452702576 ], [ 34.381291945134052, -16.183559665596022 ], [ 35.033810255683562, -16.801299737213071 ], [ 35.339062941231617, -16.107440280830062 ], [ 35.771904738108418, -15.896858819240748 ], [ 35.68684533055594, -14.611045830954339 ], [ 35.267956170398037, -13.887834161029573 ], [ 34.907151320136251, -13.565424899960561 ], [ 34.849464253280502, -13.567846417205772 ], [ 34.693882684067745, -12.422393894096558 ], [ 34.932834313787595, -11.479944288844564 ], [ 35.312397902169238, -11.439146416879083 ], [ 36.514081658684375, -11.720938002166733 ], [ 36.775150994622862, -11.594537448780784 ], [ 37.471284214026667, -11.568750909067134 ], [ 37.827644891111419, -11.268769219612821 ], [ 38.427556593587809, -11.285202325081656 ], [ 39.52102990088386, -10.89685393640822 ], [ 40.316586229110925, -10.317097752817531 ], [ 40.31658857601721, -10.317096042525705 ], [ 40.316590001854905, -10.317099999330466 ], [ 40.478387485523086, -10.765440769089992 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Mauritania", "sov_a3": "MRT", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Mauritania", "adm0_a3": "MRT", "geou_dif": 0.000000, "geounit": "Mauritania", "gu_a3": "MRT", "su_dif": 0.000000, "subunit": "Mauritania", "su_a3": "MRT", "brk_diff": 0.000000, "name": "Mauritania", "name_long": "Mauritania", "brk_a3": "MRT", "brk_name": "Mauritania", "brk_group": null, "abbrev": "Mrt.", "postal": "MR", "formal_en": "Islamic Republic of Mauritania", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Mauritania", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 3.000000, "mapcolor9": 2.000000, "mapcolor13": 1.000000, "pop_est": 3129486.000000, "gdp_md_est": 6308.000000, "pop_year": -99.000000, "lastcensus": 2000.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MR", "iso_a3": "MRT", "iso_n3": "478", "un_a3": "478", "wb_a2": "MR", "wb_a3": "MRT", "woe_id": -99.000000, "adm0_a3_is": "MRT", "adm0_a3_us": "MRT", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.923337368174174, 24.974574082941018 ], [ -6.453786586930306, 24.956590684503425 ], [ -5.971128709324176, 20.640833441647629 ], [ -5.488522508150425, 16.325102037007952 ], [ -5.31527726889189, 16.201853745991912 ], [ -5.537744309908476, 15.501689764869298 ], [ -9.550238409859361, 15.486496893775467 ], [ -9.700255092802678, 15.264107367407391 ], [ -10.086846482778185, 15.330485744686314 ], [ -10.650791388379417, 15.13274587652144 ], [ -11.349095017939447, 15.411256008358535 ], [ -11.666078253617854, 15.38820831955627 ], [ -11.834207526079439, 14.799096991428939 ], [ -12.170750291380301, 14.616834214735519 ], [ -12.830658331747458, 15.303691514542976 ], [ -13.435737677453034, 16.039383042866177 ], [ -14.09952145024215, 16.304302273010506 ], [ -14.577347581428967, 16.598263658102837 ], [ -15.13573727055882, 16.587282416240782 ], [ -15.623666144258692, 16.369337063049812 ], [ -16.120690070041917, 16.455662543193398 ], [ -16.463098110407884, 16.135036119038489 ], [ -16.549707810928993, 16.673892116762005 ], [ -16.270551723688357, 17.166962795474916 ], [ -16.146347418674821, 18.108481553616684 ], [ -16.256883307347181, 19.09671580655035 ], [ -16.377651129613213, 19.593817246981956 ], [ -16.277838100641532, 20.092520656814713 ], [ -16.536323614965482, 20.567866319251493 ], [ -17.063423224342614, 20.999752102130827 ], [ -16.845193650774007, 21.333323472574847 ], [ -12.929101935263532, 21.327070624267549 ], [ -13.118754441774712, 22.771220201096298 ], [ -12.874221564169574, 23.284832261645249 ], [ -11.937224493853279, 23.374594224536168 ], [ -11.969418911171118, 25.933352769468229 ], [ -8.6872936670174, 25.881056219988977 ], [ -8.684399786809053, 27.395744126896034 ], [ -4.923337368174174, 24.974574082941018 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Malawi", "sov_a3": "MWI", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Malawi", "adm0_a3": "MWI", "geou_dif": 0.000000, "geounit": "Malawi", "gu_a3": "MWI", "su_dif": 0.000000, "subunit": "Malawi", "su_a3": "MWI", "brk_diff": 0.000000, "name": "Malawi", "name_long": "Malawi", "brk_a3": "MWI", "brk_name": "Malawi", "brk_group": null, "abbrev": "Mal.", "postal": "MW", "formal_en": "Republic of Malawi", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Malawi", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 3.000000, "mapcolor9": 4.000000, "mapcolor13": 5.000000, "pop_est": 14268711.000000, "gdp_md_est": 11810.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MW", "iso_a3": "MWI", "iso_n3": "454", "un_a3": "454", "wb_a2": "MW", "wb_a3": "MWI", "woe_id": -99.000000, "adm0_a3_is": "MWI", "adm0_a3_us": "MWI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.54675988133269, -14.047669366108281 ], [ 34.706543409979048, -14.262023207255055 ], [ 34.881209751125738, -14.01201262782692 ], [ 35.236226840971, -14.401291192281647 ], [ 35.260204705554173, -14.277474460510305 ], [ 35.055979445136899, -13.742933444883136 ], [ 34.867567173000651, -13.701127211159033 ], [ 34.849464253280502, -13.567846417205772 ], [ 34.907151320136251, -13.565424899960561 ], [ 35.267956170398037, -13.887834161029573 ], [ 35.68684533055594, -14.611045830954339 ], [ 35.771904738108418, -15.896858819240748 ], [ 35.339062941231617, -16.107440280830062 ], [ 35.033810255683562, -16.801299737213071 ], [ 34.381291945134052, -16.183559665596022 ], [ 34.307291294092153, -15.478641452702576 ], [ 34.517666049952396, -15.013708591372591 ], [ 34.459633416488629, -14.613009535381408 ], [ 34.064825473778711, -14.359950046448148 ], [ 33.789700148256685, -14.451830743063084 ], [ 33.214024692525271, -13.971860039936161 ], [ 32.688165317523129, -13.712857761289229 ], [ 32.99176435723794, -12.783870537978274 ], [ 33.30642215346316, -12.435778090060182 ], [ 33.114289178201972, -11.607198174692272 ], [ 33.315310499817286, -10.796549981329662 ], [ 33.485687697083648, -10.5255587703911 ], [ 33.231387973775298, -9.676721693564801 ], [ 32.759375441221351, -9.230599053589032 ], [ 33.739729038230479, -9.417150974162695 ], [ 33.938799626062263, -9.690871473147141 ], [ 33.938799601966451, -9.690871556083366 ], [ 33.906592238100956, -9.801726983278854 ], [ 34.259904005680454, -10.447579034062656 ], [ 34.322690870915181, -11.652983493702791 ], [ 34.032527703596287, -12.208556817272864 ], [ 34.329977247868356, -12.944584242405995 ], [ 34.320933872217125, -13.379389743709694 ], [ 34.551100701645254, -13.672085056210918 ], [ 34.54675988133269, -14.047669366108281 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Malaysia", "sov_a3": "MYS", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Malaysia", "adm0_a3": "MYS", "geou_dif": 0.000000, "geounit": "Malaysia", "gu_a3": "MYS", "su_dif": 0.000000, "subunit": "Malaysia", "su_a3": "MYS", "brk_diff": 0.000000, "name": "Malaysia", "name_long": "Malaysia", "brk_a3": "MYS", "brk_name": "Malaysia", "brk_group": null, "abbrev": "Malay.", "postal": "MY", "formal_en": "Malaysia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Malaysia", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 4.000000, "mapcolor9": 3.000000, "mapcolor13": 6.000000, "pop_est": 25715819.000000, "gdp_md_est": 384300.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "MY", "iso_a3": "MYS", "iso_n3": "458", "un_a3": "458", "wb_a2": "MY", "wb_a3": "MYS", "woe_id": -99.000000, "adm0_a3_is": "MYS", "adm0_a3_us": "MYS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101.075515578213441, 6.204867051615892 ], [ 101.154218784593894, 5.691384182147715 ], [ 101.814281854258041, 5.810808417174229 ], [ 102.141186964936452, 6.221636053894656 ], [ 102.37114708863524, 6.128205064310947 ], [ 102.961705356866759, 5.524495144061078 ], [ 103.381214634212171, 4.855001125503748 ], [ 103.438575474056194, 4.181605536308368 ], [ 103.332122023534879, 3.726697902842972 ], [ 103.429428745540605, 3.38286876058902 ], [ 103.502447544368891, 2.79101858155019 ], [ 103.854674106870419, 2.51545400635375 ], [ 104.247931756611564, 1.631141058759056 ], [ 104.228811476663537, 1.29304800048952 ], [ 103.519707472754504, 1.226333726400682 ], [ 102.573615350354856, 1.967115383304744 ], [ 101.390638462329179, 2.760813706875624 ], [ 101.273539666755852, 3.270291652841181 ], [ 100.695435418706751, 3.93913971599487 ], [ 100.557407668055106, 4.76728038168828 ], [ 100.196706170657734, 5.31249258058368 ], [ 100.306260207116537, 6.040561835143876 ], [ 100.085756870527092, 6.464489447450276 ], [ 100.259596388756989, 6.642824815289572 ], [ 101.075515578213441, 6.204867051615892 ] ] ], [ [ [ 118.618320754064854, 4.478202419447541 ], [ 117.882034946770176, 4.137551377779488 ], [ 117.015214471506368, 4.306094061699454 ], [ 115.865517205876841, 4.306559149590143 ], [ 115.519078403792008, 3.169238389494382 ], [ 115.134037306785245, 2.821481838386219 ], [ 114.621355422017501, 1.430688177898887 ], [ 113.80584964401956, 1.217548732911041 ], [ 112.859809198052204, 1.497790025229932 ], [ 112.380251906383677, 1.410120957846758 ], [ 111.797548455860436, 0.904441229654651 ], [ 111.159137811326588, 0.976478176269509 ], [ 110.514060907027186, 0.773131415200993 ], [ 109.830226678508865, 1.338135687664192 ], [ 109.663260125773746, 2.006466986494985 ], [ 110.396135288537067, 1.663774725751381 ], [ 111.168852980597507, 1.850636704918784 ], [ 111.370081007942105, 2.697303371588859 ], [ 111.79692833867287, 2.885896511238073 ], [ 112.995614862115275, 3.102394924324869 ], [ 113.712935418758747, 3.893509426281128 ], [ 114.204016554828485, 4.52587392823682 ], [ 114.659595981913554, 4.00763682699781 ], [ 114.869557326315402, 4.348313706881953 ], [ 115.347460972150685, 4.316636053887009 ], [ 115.405700311343622, 4.955227565933825 ], [ 115.450710483869813, 5.447729803891562 ], [ 116.220741001450989, 6.143191229675608 ], [ 116.725102980619766, 6.924771429873999 ], [ 117.129626092600489, 6.928052883324568 ], [ 117.643393182446317, 6.422166449403292 ], [ 117.689075148592423, 5.987490139180181 ], [ 118.347691278152212, 5.708695786965464 ], [ 119.181903924639954, 5.407835598162251 ], [ 119.110693800941732, 5.016128241389865 ], [ 118.43972700406411, 4.966518866389606 ], [ 118.618320754064854, 4.478202419447541 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Namibia", "sov_a3": "NAM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Namibia", "adm0_a3": "NAM", "geou_dif": 0.000000, "geounit": "Namibia", "gu_a3": "NAM", "su_dif": 0.000000, "subunit": "Namibia", "su_a3": "NAM", "brk_diff": 0.000000, "name": "Namibia", "name_long": "Namibia", "brk_a3": "NAM", "brk_name": "Namibia", "brk_group": null, "abbrev": "Nam.", "postal": "NA", "formal_en": "Republic of Namibia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Namibia", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 1.000000, "mapcolor9": 1.000000, "mapcolor13": 7.000000, "pop_est": 2108665.000000, "gdp_md_est": 13250.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NA", "iso_a3": "NAM", "iso_n3": "516", "un_a3": "516", "wb_a2": "NA", "wb_a3": "NAM", "woe_id": -99.000000, "adm0_a3_is": "NAM", "adm0_a3_us": "NAM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Southern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.215048455506064, -17.523116143465955 ], [ 24.033861525170778, -17.295843194246359 ], [ 24.682349074001564, -17.353410739819438 ], [ 25.076950310982312, -17.578823337476649 ], [ 25.084443393664628, -17.661815687737374 ], [ 24.520705193792566, -17.887124932529915 ], [ 24.217364536239216, -17.889347019118503 ], [ 23.579005568137745, -18.281261081620045 ], [ 23.19685835133933, -17.869038181227737 ], [ 21.655040317479006, -18.21914601000519 ], [ 20.91064131031456, -18.252218926672015 ], [ 20.881134067475926, -21.814327080983105 ], [ 19.895457797940708, -21.849156996347844 ], [ 19.895767856534434, -24.767790215760584 ], [ 19.894734327888642, -28.461104831660762 ], [ 19.002127312911114, -28.972443129188903 ], [ 18.464899122804809, -29.045461928017247 ], [ 17.83615197110953, -28.85637786226134 ], [ 17.387497185951503, -28.783514092729774 ], [ 17.218928663815433, -28.355943291946772 ], [ 16.824017368240959, -28.082161553664434 ], [ 16.344976840895242, -28.576705010697708 ], [ 15.601818068105814, -27.821247247022825 ], [ 15.210472446359518, -27.090955905874026 ], [ 14.989710727608582, -26.117371921495192 ], [ 14.74321414557636, -25.392920017195394 ], [ 14.40814415859586, -23.853014011329861 ], [ 14.385716586981175, -22.656652927340645 ], [ 14.257714064194175, -22.111208184499986 ], [ 13.868642205468689, -21.699036960539971 ], [ 13.352497999737437, -20.872834161057526 ], [ 12.82684533046455, -19.673165785401636 ], [ 12.608564080463651, -19.04534880948772 ], [ 11.794918654028123, -18.069129327061887 ], [ 11.73419884608515, -17.301889336824502 ], [ 12.215461460019384, -17.111668389558062 ], [ 12.814081251688407, -16.941342868724092 ], [ 13.462362094789967, -16.971211846588744 ], [ 14.058501417709039, -17.423380629142656 ], [ 14.209706658595053, -17.353100681225712 ], [ 18.263309360434192, -17.30995086026202 ], [ 18.956186964603631, -17.789094740472237 ], [ 21.377176141045595, -17.93063648851971 ], [ 23.215048455506064, -17.523116143465955 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "France", "sov_a3": "FR1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Dependency", "admin": "New Caledonia", "adm0_a3": "NCL", "geou_dif": 0.000000, "geounit": "New Caledonia", "gu_a3": "NCL", "su_dif": 0.000000, "subunit": "New Caledonia", "su_a3": "NCL", "brk_diff": 0.000000, "name": "New Caledonia", "name_long": "New Caledonia", "brk_a3": "NCL", "brk_name": "New Caledonia", "brk_group": null, "abbrev": "New C.", "postal": "NC", "formal_en": "New Caledonia", "formal_fr": "Nouvelle-Calédonie", "note_adm0": "Fr.", "note_brk": null, "name_sort": "New Caledonia", "name_alt": null, "mapcolor7": 7.000000, "mapcolor8": 5.000000, "mapcolor9": 9.000000, "mapcolor13": 11.000000, "pop_est": 227436.000000, "gdp_md_est": 3158.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NC", "iso_a3": "NCL", "iso_n3": "540", "un_a3": "540", "wb_a2": "NC", "wb_a3": "NCL", "woe_id": -99.000000, "adm0_a3_is": "NCL", "adm0_a3_us": "NCL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Melanesia", "region_wb": "East Asia & Pacific", "name_len": 13.000000, "long_len": 13.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": -99.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 167.120011428086997, -22.159990736583524 ], [ 166.740034621444778, -22.399976088146985 ], [ 166.189732293968717, -22.129708347260475 ], [ 165.474375441752301, -21.67960662199819 ], [ 164.82981530177571, -21.149819838141951 ], [ 164.167995233413677, -20.444746595951642 ], [ 164.029605747735985, -20.105645847252347 ], [ 164.45996707586275, -20.120011895429542 ], [ 165.020036249042079, -20.459991143477737 ], [ 165.460009393575177, -20.800022067958238 ], [ 165.779989862326346, -21.080004978115596 ], [ 166.599991489933842, -21.700018812753541 ], [ 167.120011428086997, -22.159990736583524 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Niger", "sov_a3": "NER", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Niger", "adm0_a3": "NER", "geou_dif": 0.000000, "geounit": "Niger", "gu_a3": "NER", "su_dif": 0.000000, "subunit": "Niger", "su_a3": "NER", "brk_diff": 0.000000, "name": "Niger", "name_long": "Niger", "brk_a3": "NER", "brk_name": "Niger", "brk_group": null, "abbrev": "Niger", "postal": "NE", "formal_en": "Republic of Niger", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Niger", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 5.000000, "mapcolor9": 3.000000, "mapcolor13": 13.000000, "pop_est": 15306252.000000, "gdp_md_est": 10040.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NE", "iso_a3": "NER", "iso_n3": "562", "un_a3": "562", "wb_a2": "NE", "wb_a3": "NER", "woe_id": -99.000000, "adm0_a3_is": "NER", "adm0_a3_us": "NER", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 13.581424594790462, 23.040506089769337 ], [ 14.1438708838553, 22.491288967371133 ], [ 14.8513, 22.862950000000126 ], [ 15.096887648181848, 21.308518785074966 ], [ 15.471076694407316, 21.048457139565983 ], [ 15.487148064850146, 20.730414537025695 ], [ 15.903246697664372, 20.387618923417506 ], [ 15.685740594147802, 19.957180080642445 ], [ 15.300441114979776, 17.927949937404975 ], [ 15.247731154041844, 16.627305813050782 ], [ 13.972201775781713, 15.684365953021114 ], [ 13.540393507550789, 14.367133693901209 ], [ 13.956698846094184, 13.996691189016985 ], [ 13.954476759505667, 13.353448798063809 ], [ 14.595781284247607, 13.330426947477832 ], [ 14.495787387762959, 12.859396267137413 ], [ 14.213530714584778, 12.80203542729339 ], [ 14.181336297266881, 12.483656927943088 ], [ 13.995352817448378, 12.461565253138389 ], [ 13.318701613018561, 13.556356309457925 ], [ 13.083987257548898, 13.59614716232258 ], [ 12.302071160540606, 13.037189032437539 ], [ 11.52780317551148, 13.328980007373573 ], [ 10.989593133191534, 13.387322699431166 ], [ 10.701031935273789, 13.246917832894127 ], [ 10.114814487354806, 13.277251898649482 ], [ 9.524928012743032, 12.851102199754564 ], [ 9.014933302454494, 12.826659247280418 ], [ 7.804671258178871, 13.343526923063735 ], [ 7.330746697630076, 13.098038031461186 ], [ 6.820441928747812, 13.115091254117587 ], [ 6.445426059605722, 13.492768459522694 ], [ 5.443058302440193, 13.865923977102312 ], [ 4.368343540066093, 13.747481594289468 ], [ 4.107945997747379, 13.531215725147931 ], [ 3.967282749048962, 12.956108710171591 ], [ 3.680633579125896, 12.552903347214254 ], [ 3.611180454125588, 11.660167141155938 ], [ 2.848643019226671, 12.235635891158296 ], [ 2.490163608418072, 12.233052069543675 ], [ 2.154473504249921, 11.940150051313395 ], [ 2.177107781593861, 12.625017808477509 ], [ 1.02410322429759, 12.851825669806601 ], [ 0.993045688490213, 13.335749620003853 ], [ 0.429927605805517, 13.988733018443966 ], [ 0.295646396495187, 14.444234930880654 ], [ 0.374892205414739, 14.928908189346132 ], [ 1.015783318698539, 14.96818227788799 ], [ 1.385528191746999, 15.323561102759257 ], [ 2.749992709981512, 15.40952484787681 ], [ 3.638258904646619, 15.568119818580413 ], [ 3.723421665063569, 16.184283759012715 ], [ 4.270209995143915, 16.852227484601286 ], [ 4.267419467800067, 19.155265204337013 ], [ 5.677565952180771, 19.601206976799801 ], [ 8.572893100629898, 21.565660712159229 ], [ 11.999505649471757, 23.471668402596435 ], [ 13.581424594790462, 23.040506089769337 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Nigeria", "sov_a3": "NGA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Nigeria", "adm0_a3": "NGA", "geou_dif": 0.000000, "geounit": "Nigeria", "gu_a3": "NGA", "su_dif": 0.000000, "subunit": "Nigeria", "su_a3": "NGA", "brk_diff": 0.000000, "name": "Nigeria", "name_long": "Nigeria", "brk_a3": "NGA", "brk_name": "Nigeria", "brk_group": null, "abbrev": "Nigeria", "postal": "NG", "formal_en": "Federal Republic of Nigeria", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Nigeria", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 2.000000, "pop_est": 149229090.000000, "gdp_md_est": 335400.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NG", "iso_a3": "NGA", "iso_n3": "566", "un_a3": "566", "wb_a2": "NG", "wb_a3": "NGA", "woe_id": -99.000000, "adm0_a3_is": "NGA", "adm0_a3_us": "NGA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 7.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 14.181336297266881, 12.483656927943088 ], [ 14.577177768622533, 12.085360826053559 ], [ 14.468192172919004, 11.904751695193383 ], [ 14.415378859116657, 11.572368882692089 ], [ 13.572949659894533, 10.79856598555358 ], [ 13.308676385153973, 10.160362046748972 ], [ 13.167599724997103, 9.640626328973397 ], [ 12.955467970439031, 9.417771714714718 ], [ 12.753671502339245, 8.717762762888981 ], [ 12.218872104550627, 8.305824082874295 ], [ 12.063946160539615, 7.799808457872359 ], [ 11.839308709366833, 7.397042344589437 ], [ 11.745774366918567, 6.981382961449782 ], [ 11.058787876030323, 6.644426784690609 ], [ 10.497375115611419, 7.05535777427562 ], [ 10.118276808318228, 7.038769639509908 ], [ 9.52270592615443, 6.453482367372132 ], [ 9.233162876023101, 6.444490668153335 ], [ 8.757532993208628, 5.479665839047954 ], [ 8.500287713259695, 4.771982937026834 ], [ 7.462108188515941, 4.412108262546255 ], [ 7.082596469764439, 4.464689032403243 ], [ 6.698072137080658, 4.240594183769545 ], [ 5.898172641634659, 4.262453314628971 ], [ 5.362804803090881, 4.887970689306002 ], [ 5.033574252959369, 5.611802476418234 ], [ 4.325607130560712, 6.270651149923438 ], [ 3.57418012860461, 6.258300482605691 ], [ 2.691701694356311, 6.258817246928672 ], [ 2.74906253420022, 7.870734361192874 ], [ 2.723792758809566, 8.506845404489738 ], [ 2.912308383810284, 9.137607937044294 ], [ 3.220351596702102, 9.444152533399745 ], [ 3.705438266625976, 10.063210354040208 ], [ 3.600070021182859, 10.332186184119422 ], [ 3.79711225751177, 10.734745591673089 ], [ 3.572216424177469, 11.327939357951507 ], [ 3.611180454125588, 11.660167141155938 ], [ 3.680633579125896, 12.552903347214254 ], [ 3.967282749048962, 12.956108710171591 ], [ 4.107945997747379, 13.531215725147931 ], [ 4.368343540066093, 13.747481594289468 ], [ 5.443058302440193, 13.865923977102312 ], [ 6.445426059605722, 13.492768459522694 ], [ 6.820441928747812, 13.115091254117587 ], [ 7.330746697630076, 13.098038031461186 ], [ 7.804671258178871, 13.343526923063735 ], [ 9.014933302454494, 12.826659247280418 ], [ 9.524928012743032, 12.851102199754564 ], [ 10.114814487354806, 13.277251898649482 ], [ 10.701031935273789, 13.246917832894127 ], [ 10.989593133191534, 13.387322699431166 ], [ 11.52780317551148, 13.328980007373573 ], [ 12.302071160540606, 13.037189032437539 ], [ 13.083987257548898, 13.59614716232258 ], [ 13.318701613018561, 13.556356309457925 ], [ 13.995352817448378, 12.461565253138389 ], [ 14.181336297266881, 12.483656927943088 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Nicaragua", "sov_a3": "NIC", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Nicaragua", "adm0_a3": "NIC", "geou_dif": 0.000000, "geounit": "Nicaragua", "gu_a3": "NIC", "su_dif": 0.000000, "subunit": "Nicaragua", "su_a3": "NIC", "brk_diff": 0.000000, "name": "Nicaragua", "name_long": "Nicaragua", "brk_a3": "NIC", "brk_name": "Nicaragua", "brk_group": null, "abbrev": "Nic.", "postal": "NI", "formal_en": "Republic of Nicaragua", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Nicaragua", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 9.000000, "pop_est": 5891199.000000, "gdp_md_est": 16790.000000, "pop_year": -99.000000, "lastcensus": 2005.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NI", "iso_a3": "NIC", "iso_n3": "558", "un_a3": "558", "wb_a2": "NI", "wb_a3": "NIC", "woe_id": -99.000000, "adm0_a3_is": "NIC", "adm0_a3_us": "NIC", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -83.147219000974104, 14.995829169164224 ], [ -83.233234422523964, 14.899866034398102 ], [ -83.284161546547608, 14.676623846897201 ], [ -83.182126430987239, 14.310703029838479 ], [ -83.412499966144452, 13.970077826386529 ], [ -83.519831916014653, 13.567699286345913 ], [ -83.552207200845544, 13.127054348193127 ], [ -83.498515387694198, 12.869292303921213 ], [ -83.47332312695201, 12.419087225794456 ], [ -83.626104499022887, 12.320850328007538 ], [ -83.719613003255063, 11.893124497927758 ], [ -83.650857510090674, 11.629032090700164 ], [ -83.855470343750397, 11.373311265503801 ], [ -83.808935716471581, 11.103043524617277 ], [ -83.655611741861605, 10.93876414636145 ], [ -83.895054490885911, 10.726839097532448 ], [ -84.190178595704793, 10.793450018756715 ], [ -84.355930752280983, 10.999225572142905 ], [ -84.673069017256267, 11.082657172078129 ], [ -84.903003302738881, 10.952303371621937 ], [ -85.561851976244185, 11.217119248901582 ], [ -85.712540452807332, 11.088444932494838 ], [ -86.058488328785302, 11.403438625529986 ], [ -86.525849982432931, 11.806876532432568 ], [ -86.745991583996329, 12.143961900272515 ], [ -87.167516242201174, 12.458257961471645 ], [ -87.668493415054712, 12.909909979702675 ], [ -87.557466600275546, 13.064551703336051 ], [ -87.392386237319215, 12.914018256069852 ], [ -87.316654425795463, 12.984685777229018 ], [ -87.005769009127505, 13.025794379117258 ], [ -86.880557013684353, 13.254204209847217 ], [ -86.733821784191548, 13.263092556201443 ], [ -86.755086636079596, 13.754845485890939 ], [ -86.520708177419891, 13.778487453664482 ], [ -86.312142096689826, 13.771356106008255 ], [ -86.096263800790581, 14.038187364147262 ], [ -85.801294725268491, 13.83605499923766 ], [ -85.698665330736929, 13.960078436738144 ], [ -85.514413011400251, 14.079011745657951 ], [ -85.165364549484764, 14.354369615125066 ], [ -85.148750576502863, 14.560196844943633 ], [ -85.052787441736825, 14.551541042534751 ], [ -84.924500698572302, 14.79049286545235 ], [ -84.820036790694246, 14.819586696832673 ], [ -84.649582078779588, 14.666805324761881 ], [ -84.449335903648574, 14.621614284722554 ], [ -84.22834164095238, 14.748764146376644 ], [ -83.975721401693534, 14.749435939996488 ], [ -83.628584967772838, 14.880073960830401 ], [ -83.489988776366005, 15.016267198135665 ], [ -83.147219000974104, 14.995829169164224 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Netherlands", "sov_a3": "NL1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "Netherlands", "adm0_a3": "NLD", "geou_dif": 0.000000, "geounit": "Netherlands", "gu_a3": "NLD", "su_dif": 0.000000, "subunit": "Netherlands", "su_a3": "NLD", "brk_diff": 0.000000, "name": "Netherlands", "name_long": "Netherlands", "brk_a3": "NLD", "brk_name": "Netherlands", "brk_group": null, "abbrev": "Neth.", "postal": "NL", "formal_en": "Kingdom of the Netherlands", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Netherlands", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 9.000000, "pop_est": 16715999.000000, "gdp_md_est": 672000.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NL", "iso_a3": "NLD", "iso_n3": "528", "un_a3": "528", "wb_a2": "NL", "wb_a3": "NLD", "woe_id": -99.000000, "adm0_a3_is": "NLD", "adm0_a3_us": "NLD", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Western Europe", "region_wb": "Europe & Central Asia", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.988658074577813, 51.851615709025111 ], [ 6.156658155958809, 50.803721015010609 ], [ 5.606975945670001, 51.03729848896981 ], [ 4.973991326526942, 51.475023708698131 ], [ 4.047071160507528, 51.267258612668599 ], [ 3.314971144228537, 51.345755113319939 ], [ 3.315011484964174, 51.345776624738079 ], [ 3.830288527043194, 51.620544542031951 ], [ 4.705997348661214, 53.091798407597764 ], [ 6.074182570020952, 53.510403347378144 ], [ 6.905139601274158, 53.482162177130647 ], [ 7.092053256873925, 53.144043280644922 ], [ 6.84286950036244, 52.228440253297578 ], [ 6.589396599970854, 51.852029120483422 ], [ 5.988658074577813, 51.851615709025111 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Norway", "sov_a3": "NOR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Norway", "adm0_a3": "NOR", "geou_dif": 0.000000, "geounit": "Norway", "gu_a3": "NOR", "su_dif": 0.000000, "subunit": "Norway", "su_a3": "NOR", "brk_diff": 0.000000, "name": "Norway", "name_long": "Norway", "brk_a3": "NOR", "brk_name": "Norway", "brk_group": null, "abbrev": "Nor.", "postal": "N", "formal_en": "Kingdom of Norway", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Norway", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 3.000000, "mapcolor9": 8.000000, "mapcolor13": 12.000000, "pop_est": 4676305.000000, "gdp_md_est": 276400.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NO", "iso_a3": "NOR", "iso_n3": "578", "un_a3": "578", "wb_a2": "NO", "wb_a3": "NOR", "woe_id": -99.000000, "adm0_a3_is": "NOR", "adm0_a3_us": "NOR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 28.165547316202918, 71.185474351680512 ], [ 31.293418409965483, 70.453787746859916 ], [ 30.005435011522849, 70.186258856884905 ], [ 31.101042202597711, 69.558101088056191 ], [ 31.101078728975125, 69.558080145944871 ], [ 29.399580519332943, 69.15691600206307 ], [ 28.59192955904328, 69.064776923286701 ], [ 29.015572950971972, 69.766491197378059 ], [ 27.732292107867892, 70.164193020296295 ], [ 26.179622023226301, 69.825298977326156 ], [ 25.689212680776393, 69.092113755969024 ], [ 24.735679152126693, 68.649556789821446 ], [ 23.662049594830762, 68.891247463650529 ], [ 22.356237827247384, 68.841741441514955 ], [ 21.24493615081073, 69.370443020293123 ], [ 20.645592889089585, 69.10624726020086 ], [ 20.025268995857886, 69.065138658312719 ], [ 19.878559604581255, 68.407194322372618 ], [ 17.99386844246439, 68.567391262477344 ], [ 17.729181756265348, 68.01055186631632 ], [ 16.768878614985539, 68.013936672631473 ], [ 16.108712192456835, 67.302455552836875 ], [ 15.108411492583059, 66.193866889095517 ], [ 13.555689731509091, 64.787027696381557 ], [ 13.919905226302177, 64.445420640716122 ], [ 13.57191613124877, 64.049114081469753 ], [ 12.579935336973932, 64.066218980558347 ], [ 11.930569288794231, 63.128317572676991 ], [ 11.99206424322162, 61.800362453856565 ], [ 12.631146681375242, 61.2935716823701 ], [ 12.300365838274899, 60.11793284773006 ], [ 11.468271925511146, 59.432393296946003 ], [ 11.027368605196926, 58.856149400459401 ], [ 10.356556837616097, 59.469807033925377 ], [ 8.382000359743614, 58.313288479233279 ], [ 7.048748406613271, 58.078884182357257 ], [ 5.665835402050391, 58.588155422593672 ], [ 5.308234490590706, 59.663231919993791 ], [ 4.992078077829007, 61.970998033284275 ], [ 5.912900424837886, 62.614472968182696 ], [ 8.553411085655767, 63.454008287196473 ], [ 10.527709181366788, 64.486038316497485 ], [ 12.358346795306375, 65.879725857193165 ], [ 14.761145867581575, 67.81064158799515 ], [ 16.435927361728972, 68.563205471461686 ], [ 19.184028354578487, 69.817444159617821 ], [ 21.378416375420613, 70.255169379346057 ], [ 23.023742303161555, 70.202071845166273 ], [ 24.546543409938494, 71.030496731237207 ], [ 26.370049676221811, 70.986261705195375 ], [ 28.165547316202918, 71.185474351680512 ] ] ], [ [ [ 24.72412, 77.85385 ], [ 22.49032, 77.44493 ], [ 20.72601, 77.67704 ], [ 21.41611, 77.93504 ], [ 20.8119, 78.25463 ], [ 22.88426, 78.45494 ], [ 23.28134, 78.07954 ], [ 24.72412, 77.85385 ] ] ], [ [ [ 18.25183, 79.70175 ], [ 21.54383, 78.95611 ], [ 19.02737, 78.5626 ], [ 18.47172, 77.82669 ], [ 17.59441, 77.63796 ], [ 17.1182, 76.80941 ], [ 15.91315, 76.77045 ], [ 13.76259, 77.38035 ], [ 14.66956, 77.73565 ], [ 13.1706, 78.02493 ], [ 11.22231, 78.8693 ], [ 10.44453, 79.65239 ], [ 13.17077, 80.01046 ], [ 13.71852, 79.66039 ], [ 15.14282, 79.67431 ], [ 15.52255, 80.01608 ], [ 16.99085, 80.05086 ], [ 18.25183, 79.70175 ] ] ], [ [ [ 25.447625359811866, 80.407340399894508 ], [ 27.407505730913499, 80.056405748200461 ], [ 25.924650506298178, 79.517833970854554 ], [ 23.02446577321362, 79.400011705229105 ], [ 20.075188429451885, 79.566823228667261 ], [ 19.897266473070886, 79.842361965647513 ], [ 18.462263624757895, 79.859880276194417 ], [ 17.368015170977458, 80.318896186027018 ], [ 20.455992059010697, 80.59815562613224 ], [ 21.907944777115404, 80.357679348462057 ], [ 22.919252557067438, 80.657144273593502 ], [ 25.447625359811866, 80.407340399894508 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Nepal", "sov_a3": "NPL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Nepal", "adm0_a3": "NPL", "geou_dif": 0.000000, "geounit": "Nepal", "gu_a3": "NPL", "su_dif": 0.000000, "subunit": "Nepal", "su_a3": "NPL", "brk_diff": 0.000000, "name": "Nepal", "name_long": "Nepal", "brk_a3": "NPL", "brk_name": "Nepal", "brk_group": null, "abbrev": "Nepal", "postal": "NP", "formal_en": "Nepal", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Nepal", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 12.000000, "pop_est": 28563377.000000, "gdp_md_est": 31080.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NP", "iso_a3": "NPL", "iso_n3": "524", "un_a3": "524", "wb_a2": "NP", "wb_a3": "NPL", "woe_id": -99.000000, "adm0_a3_is": "NPL", "adm0_a3_us": "NPL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 88.120440708369841, 27.876541652939579 ], [ 88.043132765661284, 27.445818589786882 ], [ 88.17480431514096, 26.810405178325965 ], [ 88.060237664749849, 26.414615383402491 ], [ 87.227471958366294, 26.397898057556091 ], [ 86.024392938179147, 26.630984605408599 ], [ 85.25177859898335, 26.726198431906312 ], [ 84.675017938173795, 27.234901231387539 ], [ 83.304248895199606, 27.364505723575576 ], [ 81.999987420584972, 27.925479234319994 ], [ 81.057202589852039, 28.416095282499043 ], [ 80.088424513676244, 28.794470119740197 ], [ 80.476721225917487, 29.729865220655313 ], [ 81.11125613802929, 30.183480943313413 ], [ 81.525804477874857, 30.422716986608663 ], [ 82.327512648450892, 30.115268052688208 ], [ 83.33711510613719, 29.463731594352168 ], [ 83.898992954446754, 29.320226141877725 ], [ 84.234579705750178, 28.83989370372467 ], [ 85.011638218123124, 28.642773952747376 ], [ 85.823319940131597, 28.203575954698749 ], [ 86.954517043000664, 27.974261786403531 ], [ 88.120440708369841, 27.876541652939579 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "New Zealand", "sov_a3": "NZ1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "New Zealand", "adm0_a3": "NZL", "geou_dif": 0.000000, "geounit": "New Zealand", "gu_a3": "NZL", "su_dif": 0.000000, "subunit": "New Zealand", "su_a3": "NZL", "brk_diff": 0.000000, "name": "New Zealand", "name_long": "New Zealand", "brk_a3": "NZL", "brk_name": "New Zealand", "brk_group": null, "abbrev": "N.Z.", "postal": "NZ", "formal_en": "New Zealand", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "New Zealand", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 3.000000, "mapcolor9": 4.000000, "mapcolor13": 4.000000, "pop_est": 4213418.000000, "gdp_md_est": 116700.000000, "pop_year": -99.000000, "lastcensus": 2006.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "NZ", "iso_a3": "NZL", "iso_n3": "554", "un_a3": "554", "wb_a2": "NZ", "wb_a3": "NZL", "woe_id": -99.000000, "adm0_a3_is": "NZL", "adm0_a3_us": "NZL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Australia and New Zealand", "region_wb": "East Asia & Pacific", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 173.020374790740817, -40.919052422856424 ], [ 173.247234328502003, -41.331998793300784 ], [ 173.958405389702847, -40.926700534835632 ], [ 174.247586704808072, -41.34915536882167 ], [ 174.248516880589449, -41.770008233406756 ], [ 173.876446568087914, -42.233184096038826 ], [ 173.222739699595678, -42.970038344088564 ], [ 172.711246372770773, -43.372287693048506 ], [ 173.080112746470235, -43.853343601253599 ], [ 172.308583612352521, -43.865694268571346 ], [ 171.45292524646365, -44.242518812843741 ], [ 171.185137974327262, -44.897104180684892 ], [ 170.616697219116617, -45.908928724959708 ], [ 169.831422154009289, -46.355774834987614 ], [ 169.332331170934282, -46.641235446967855 ], [ 168.411353794628639, -46.619944756863603 ], [ 167.763744745146852, -46.290197442409209 ], [ 166.676886021184231, -46.219917494492265 ], [ 166.509144321964783, -45.852704766626218 ], [ 167.046424188503266, -45.110941257508671 ], [ 168.303763462596891, -44.123973077166141 ], [ 168.949408807651565, -43.935819187191427 ], [ 169.667814569373178, -43.555325616226355 ], [ 170.52491987536618, -43.03168832781283 ], [ 171.125089960004033, -42.512753594737788 ], [ 171.569713983443222, -41.767424411792135 ], [ 171.948708937871942, -41.514416599291167 ], [ 172.097227004278778, -40.956104424809681 ], [ 172.798579543344005, -40.493962090823473 ], [ 173.020374790740817, -40.919052422856424 ] ] ], [ [ [ 174.612008905330555, -36.156397393540558 ], [ 175.336615838927202, -37.20909799575827 ], [ 175.357596470437528, -36.526193943021127 ], [ 175.80888675364244, -36.798942152657688 ], [ 175.958490025127531, -37.55538176854607 ], [ 176.763195428776584, -37.881253350578703 ], [ 177.438813104560523, -37.961248467766495 ], [ 178.010354445708657, -37.579824721020131 ], [ 178.517093540762829, -37.695373223624799 ], [ 178.274731073313802, -38.582812595373113 ], [ 177.97046023997936, -39.166342868812976 ], [ 177.206992629299151, -39.145775648760846 ], [ 176.939980503647035, -39.449736423501577 ], [ 177.032946405340141, -39.879942722331492 ], [ 176.885823602605257, -40.065977878582174 ], [ 176.508017206119376, -40.604808038089587 ], [ 176.012440220440311, -41.289624118821507 ], [ 175.239567499082995, -41.688307793953257 ], [ 175.067898391009436, -41.425894870775082 ], [ 174.650972935278475, -41.281820977545451 ], [ 175.227630243223672, -40.459235528323404 ], [ 174.900156691789988, -39.90893320084723 ], [ 173.824046665743964, -39.508854262043513 ], [ 173.852261997775287, -39.146602471677468 ], [ 174.574801874080407, -38.797683200842755 ], [ 174.743473749081062, -38.027807712558385 ], [ 174.697016636450627, -37.381128838857961 ], [ 174.292028436579216, -36.711092217761461 ], [ 174.319003534235577, -36.534823907213905 ], [ 173.840996535535822, -36.121980889634116 ], [ 173.054171177459608, -35.237125339500338 ], [ 172.636005487353742, -34.529106540669389 ], [ 173.007042271209485, -34.450661716450355 ], [ 173.551298456107503, -35.006183363587965 ], [ 174.329390497126241, -35.265495700828623 ], [ 174.612008905330555, -36.156397393540558 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Oman", "sov_a3": "OMN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Oman", "adm0_a3": "OMN", "geou_dif": 0.000000, "geounit": "Oman", "gu_a3": "OMN", "su_dif": 0.000000, "subunit": "Oman", "su_a3": "OMN", "brk_diff": 0.000000, "name": "Oman", "name_long": "Oman", "brk_a3": "OMN", "brk_name": "Oman", "brk_group": null, "abbrev": "Oman", "postal": "OM", "formal_en": "Sultanate of Oman", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Oman", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 6.000000, "pop_est": 3418085.000000, "gdp_md_est": 66980.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "OM", "iso_a3": "OMN", "iso_n3": "512", "un_a3": "512", "wb_a2": "OM", "wb_a3": "OMN", "woe_id": -99.000000, "adm0_a3_is": "OMN", "adm0_a3_us": "OMN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 58.861141391846587, 21.114034532144274 ], [ 58.487985874266968, 20.428985907467109 ], [ 58.034318475176605, 20.481437486243323 ], [ 57.826372511634105, 20.243002427648634 ], [ 57.665762160070955, 19.736004950433113 ], [ 57.788700392493382, 19.06757029873765 ], [ 57.694390903560674, 18.944709580963803 ], [ 57.234263950433814, 18.947991034414258 ], [ 56.609650913321985, 18.574267076079479 ], [ 56.512189162019496, 18.087113348863937 ], [ 56.283520949128018, 17.876066799383949 ], [ 55.661491733630697, 17.884128322821539 ], [ 55.26993940615526, 17.632309068263197 ], [ 55.274900343655105, 17.228354397037634 ], [ 54.791002231674128, 16.950696926333364 ], [ 54.239252964093765, 17.044980577049984 ], [ 53.570508253804661, 16.707662665264678 ], [ 53.108572625547509, 16.651051133688981 ], [ 52.78218427919208, 17.349742336491232 ], [ 52.000009800022241, 19.000003363516072 ], [ 54.999981723862476, 19.999994004796122 ], [ 55.66665937685994, 22.000001125572311 ], [ 55.208341098863201, 22.7083299829971 ], [ 55.234489373602884, 23.110992743415352 ], [ 55.525841098864504, 23.524869289641003 ], [ 55.528631626208295, 23.933604030853502 ], [ 55.981213820220518, 24.130542914317829 ], [ 55.804118686756254, 24.269604193615265 ], [ 55.886232537668064, 24.920830593357465 ], [ 56.396847365143998, 24.924732163995515 ], [ 56.845140415276063, 24.241673081961494 ], [ 57.40345258975745, 23.878594468678841 ], [ 58.136947869708337, 23.747930609628838 ], [ 58.729211460205448, 23.565667832935418 ], [ 59.18050174341036, 22.99239533130546 ], [ 59.45009769067704, 22.6602709009656 ], [ 59.808060337162857, 22.533611965418203 ], [ 59.806148309168094, 22.310524807214193 ], [ 59.442191196536413, 21.714540513592084 ], [ 59.282407667889885, 21.433885809814853 ], [ 58.861141391846587, 21.114034532144274 ] ] ], [ [ [ 56.391421339753464, 25.895990708921261 ], [ 56.261041701080984, 25.71460643157684 ], [ 56.070820753814559, 26.055464178973949 ], [ 56.362017449779415, 26.395934353128951 ], [ 56.48567915225388, 26.309117946878672 ], [ 56.391421339753464, 25.895990708921261 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Pakistan", "sov_a3": "PAK", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Pakistan", "adm0_a3": "PAK", "geou_dif": 0.000000, "geounit": "Pakistan", "gu_a3": "PAK", "su_dif": 0.000000, "subunit": "Pakistan", "su_a3": "PAK", "brk_diff": 0.000000, "name": "Pakistan", "name_long": "Pakistan", "brk_a3": "PAK", "brk_name": "Pakistan", "brk_group": null, "abbrev": "Pak.", "postal": "PK", "formal_en": "Islamic Republic of Pakistan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Pakistan", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 11.000000, "pop_est": 176242949.000000, "gdp_md_est": 427300.000000, "pop_year": -99.000000, "lastcensus": 1998.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PK", "iso_a3": "PAK", "iso_n3": "586", "un_a3": "586", "wb_a2": "PK", "wb_a3": "PAK", "woe_id": -99.000000, "adm0_a3_is": "PAK", "adm0_a3_us": "PAK", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Southern Asia", "region_wb": "South Asia", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 77.837450799474624, 35.494009507787808 ], [ 76.871721632804025, 34.653544012992739 ], [ 75.757060988268307, 34.504922593721318 ], [ 74.240202671204969, 34.748887030571296 ], [ 73.749948358052023, 34.317698879527825 ], [ 74.104293654277427, 33.44147329358691 ], [ 74.451559279278712, 32.76489960380556 ], [ 75.258641798813215, 32.271105455040498 ], [ 74.405928989565069, 31.692639471965293 ], [ 74.421380242820334, 30.979814764931206 ], [ 73.450638462217483, 29.976413479119827 ], [ 72.823751662084732, 28.961591701772079 ], [ 71.777665643200379, 27.91318024343451 ], [ 70.616496209601991, 27.9891962753359 ], [ 69.514392938113104, 26.940965684511383 ], [ 70.168926629522019, 26.49187164967887 ], [ 70.282873162725679, 25.72222870533983 ], [ 70.844699334602893, 25.21510203704355 ], [ 71.043240187468285, 24.356523952730214 ], [ 68.842599318318747, 24.359133612560953 ], [ 68.176645135373434, 23.691965033456682 ], [ 67.443666619745528, 23.944843654876991 ], [ 67.145441928989129, 24.66361115162465 ], [ 66.372827589793275, 25.425140896093893 ], [ 64.530407749291186, 25.237038682551457 ], [ 62.905700718034637, 25.218409328710209 ], [ 61.497362908784197, 25.078237006118542 ], [ 61.874187453056635, 26.239974880472147 ], [ 63.316631707619621, 26.756532497661652 ], [ 63.233897739520359, 27.217047024030705 ], [ 62.755425652929915, 27.378923448184963 ], [ 62.727830438086045, 28.259644883735376 ], [ 61.771868117118601, 28.699333807890781 ], [ 61.369308709564933, 29.303276272085895 ], [ 60.874248488208849, 29.829238999952594 ], [ 62.549856805272867, 29.318572496044311 ], [ 63.550260858011228, 29.468330796826166 ], [ 64.148002150331337, 29.340819200145944 ], [ 64.35041873561849, 29.560030625928135 ], [ 65.046862013616106, 29.472180691031895 ], [ 66.346472609324422, 29.88794342703622 ], [ 66.381457553986053, 30.738899237586452 ], [ 66.938891229118525, 31.304911200479324 ], [ 67.683393589147471, 31.30315420178141 ], [ 67.792689243444755, 31.582930406209641 ], [ 68.556932000609294, 31.713310044882007 ], [ 68.926676873657726, 31.620189113892138 ], [ 69.317764113242589, 31.901412258424415 ], [ 69.262522007122556, 32.501944078088314 ], [ 69.687147251264918, 33.105498969041236 ], [ 70.323594191371598, 33.358532619758392 ], [ 69.930543247359623, 34.020120144175081 ], [ 70.881803012988399, 33.988855902638534 ], [ 71.156773309213492, 34.348911444632165 ], [ 71.11501875192161, 34.733125718722221 ], [ 71.613076206350712, 35.153203436822878 ], [ 71.498767938121063, 35.650563259416032 ], [ 71.262348260385778, 36.074387518857776 ], [ 71.84629194528398, 36.509942328429901 ], [ 72.920024855444495, 36.720007025696333 ], [ 74.067551710917911, 36.836175645488453 ], [ 74.575892775373035, 37.020841376283443 ], [ 75.158027785140888, 37.133030910789074 ], [ 75.896897414050187, 36.666806138651879 ], [ 76.192848341785776, 35.898403428687857 ], [ 77.837450799474624, 35.494009507787808 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Panama", "sov_a3": "PAN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Panama", "adm0_a3": "PAN", "geou_dif": 0.000000, "geounit": "Panama", "gu_a3": "PAN", "su_dif": 0.000000, "subunit": "Panama", "su_a3": "PAN", "brk_diff": 0.000000, "name": "Panama", "name_long": "Panama", "brk_a3": "PAN", "brk_name": "Panama", "brk_group": null, "abbrev": "Pan.", "postal": "PA", "formal_en": "Republic of Panama", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Panama", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 4.000000, "mapcolor9": 6.000000, "mapcolor13": 3.000000, "pop_est": 3360474.000000, "gdp_md_est": 38830.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PA", "iso_a3": "PAN", "iso_n3": "591", "un_a3": "591", "wb_a2": "PA", "wb_a3": "PAN", "woe_id": -99.000000, "adm0_a3_is": "PAN", "adm0_a3_us": "PAN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.353360765273834, 8.670504665558099 ], [ -77.474722866511314, 8.524286200388246 ], [ -77.242566494440013, 7.935278225125501 ], [ -77.431107957656934, 7.638061224798776 ], [ -77.753413865861376, 7.709839789252186 ], [ -77.881571417945224, 7.223771267114813 ], [ -78.214936082660103, 7.51225495038419 ], [ -78.429160732726103, 8.052041123888912 ], [ -78.182095709938608, 8.319182440621816 ], [ -78.435465257465694, 8.387705389840775 ], [ -78.622120530903942, 8.718124497914999 ], [ -79.120307176413718, 8.99609202721301 ], [ -79.55787736684519, 8.932374986197189 ], [ -79.760578172510066, 8.584515082224442 ], [ -80.164481167303336, 8.333315944853581 ], [ -80.38265906443965, 8.298408514840446 ], [ -80.480689256497328, 8.090307522001083 ], [ -80.003689948227134, 7.547524115423343 ], [ -80.276670701808968, 7.419754136581687 ], [ -80.42115800649708, 7.27157196698478 ], [ -80.886400926420805, 7.220541490096537 ], [ -81.059542812814726, 7.817921047390627 ], [ -81.189715745757951, 7.647905585150383 ], [ -81.519514736644624, 7.706610012233909 ], [ -81.721311204744495, 8.108962714058435 ], [ -82.131441209628889, 8.175392767769637 ], [ -82.390934414382599, 8.292362372262289 ], [ -82.820081346350349, 8.290863755725823 ], [ -82.850958014644789, 8.073822740099956 ], [ -82.965783047197306, 8.225027980985985 ], [ -82.913176439124214, 8.423517157419084 ], [ -82.829770677405094, 8.626295477732342 ], [ -82.868657192704745, 8.807266343618551 ], [ -82.719183112300527, 8.92570872643148 ], [ -82.927154914059201, 9.074330145702888 ], [ -82.932890998043547, 9.476812038608173 ], [ -82.546196255203427, 9.566134751824677 ], [ -82.18712256542338, 9.207448635286752 ], [ -82.207586432610924, 8.995575262890114 ], [ -81.808566860669259, 8.95061676679623 ], [ -81.71415401887208, 9.031955471223611 ], [ -81.439287075511487, 8.786234035675733 ], [ -80.947301601876745, 8.858503526235936 ], [ -80.521901211250054, 9.111072089062404 ], [ -79.91459977895596, 9.312765204297605 ], [ -79.573302781884252, 9.611610012241556 ], [ -79.021191779277899, 9.552931423374119 ], [ -79.058450486960396, 9.454565334506526 ], [ -78.500887620747136, 9.42045888919391 ], [ -78.055927700498017, 9.247730414258285 ], [ -77.729513515926385, 8.946844387238869 ], [ -77.353360765273834, 8.670504665558099 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Peru", "sov_a3": "PER", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Peru", "adm0_a3": "PER", "geou_dif": 0.000000, "geounit": "Peru", "gu_a3": "PER", "su_dif": 0.000000, "subunit": "Peru", "su_a3": "PER", "brk_diff": 0.000000, "name": "Peru", "name_long": "Peru", "brk_a3": "PER", "brk_name": "Peru", "brk_group": null, "abbrev": "Peru", "postal": "PE", "formal_en": "Republic of Peru", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Peru", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 4.000000, "mapcolor9": 4.000000, "mapcolor13": 11.000000, "pop_est": 29546963.000000, "gdp_md_est": 247300.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PE", "iso_a3": "PER", "iso_n3": "604", "un_a3": "604", "wb_a2": "PE", "wb_a3": "PER", "woe_id": -99.000000, "adm0_a3_is": "PER", "adm0_a3_us": "PER", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -69.893635219996582, -4.298186944194356 ], [ -70.794768846302247, -4.251264743673303 ], [ -70.928843349883579, -4.401591485210332 ], [ -71.748405727816504, -4.593982842632997 ], [ -72.8919276597872, -5.274561455916967 ], [ -72.964507208941143, -5.741251315944851 ], [ -73.21971126981461, -6.089188734566079 ], [ -73.120027431923603, -6.629930922068183 ], [ -73.724486660441642, -6.918595472850612 ], [ -73.723401455363472, -7.340998630404357 ], [ -73.987235480429632, -7.523829847853051 ], [ -73.571059332966996, -8.42444670983582 ], [ -73.015382656532523, -9.032833347208054 ], [ -73.226713426390148, -9.462212823121249 ], [ -72.563033006465645, -9.520193780152653 ], [ -72.184890713169835, -10.053597914269389 ], [ -71.302412278921508, -10.079436130415331 ], [ -70.481893886991202, -9.490118096558845 ], [ -70.548685675728422, -11.009146823778423 ], [ -70.093752204046837, -11.123971856330968 ], [ -69.52967810736493, -10.951734307502207 ], [ -68.66507971868964, -12.561300144097132 ], [ -68.88007951523997, -12.899729099176668 ], [ -68.929223802349526, -13.602683607642959 ], [ -68.948886684836538, -14.453639418193291 ], [ -69.339534674746972, -14.953195489158858 ], [ -69.160346645774951, -15.323973890853011 ], [ -69.389764166934668, -15.660129082911652 ], [ -68.959635382753248, -16.500697930571292 ], [ -69.590423753523993, -17.58001189541929 ], [ -69.858443569605839, -18.092693780187034 ], [ -70.372572394477743, -18.347975355708897 ], [ -71.375250210236914, -17.773798516513835 ], [ -71.462040778271074, -17.36348764411639 ], [ -73.444529588500359, -16.359362888252974 ], [ -75.237882656541473, -15.265682875227782 ], [ -76.009205084929931, -14.649286390850321 ], [ -76.423469204397691, -13.823186944232461 ], [ -76.259241502574156, -13.535039157772928 ], [ -77.106192389621867, -12.222716159720818 ], [ -78.092152879534638, -10.377712497604023 ], [ -79.036953091126975, -8.386567884965856 ], [ -79.445920376284818, -7.930833428583824 ], [ -79.760578172510066, -7.194340915560105 ], [ -80.537481655586078, -6.541667575713731 ], [ -81.249996304026439, -6.136834405139169 ], [ -80.926346808582394, -5.690556735866537 ], [ -81.410942552399405, -4.736764825055403 ], [ -81.099669562489311, -4.036394138203647 ], [ -80.302560594387188, -3.404856459164662 ], [ -80.184014858709673, -3.821161797708058 ], [ -80.469294603176962, -4.05928679770895 ], [ -80.442241990872191, -4.425724379090653 ], [ -80.02890804718561, -4.346090996928893 ], [ -79.624979214176165, -4.454198093283509 ], [ -79.205289069317701, -4.959128513207389 ], [ -78.63989722361228, -4.547784112164081 ], [ -78.450683966775614, -3.873096612161405 ], [ -77.837904832658552, -3.003020521663132 ], [ -76.635394253226707, -2.608677666843832 ], [ -75.544995693652083, -1.561609795745866 ], [ -75.233722703741989, -0.911416924649529 ], [ -75.373223232713826, -0.152031752120422 ], [ -75.106624518520078, -0.057205498864832 ], [ -74.441600511355972, -0.530820000819872 ], [ -74.122395189089048, -1.002832533373876 ], [ -73.6595035468346, -1.26049122478112 ], [ -73.070392218707269, -2.308954359550967 ], [ -72.325786505813653, -2.434218031426468 ], [ -71.774760708285442, -2.169789727388945 ], [ -71.413645799429759, -2.342802422702135 ], [ -70.813475714791991, -2.256864515800757 ], [ -70.047708502874883, -2.725156345229692 ], [ -70.692682054309671, -3.742872002785802 ], [ -70.394043952094961, -3.766591485207812 ], [ -69.893635219996582, -4.298186944194356 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Philippines", "sov_a3": "PHL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Philippines", "adm0_a3": "PHL", "geou_dif": 0.000000, "geounit": "Philippines", "gu_a3": "PHL", "su_dif": 0.000000, "subunit": "Philippines", "su_a3": "PHL", "brk_diff": 0.000000, "name": "Philippines", "name_long": "Philippines", "brk_a3": "PHL", "brk_name": "Philippines", "brk_group": null, "abbrev": "Phil.", "postal": "PH", "formal_en": "Republic of the Philippines", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Philippines", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 8.000000, "pop_est": 97976603.000000, "gdp_md_est": 317500.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PH", "iso_a3": "PHL", "iso_n3": "608", "un_a3": "608", "wb_a2": "PH", "wb_a3": "PHL", "woe_id": -99.000000, "adm0_a3_is": "PHL", "adm0_a3_us": "PHL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 126.37681359263749, 8.414706325713354 ], [ 126.478512811387901, 7.750354112168978 ], [ 126.537423944200697, 7.189380601424574 ], [ 126.196772902532558, 6.274294338400026 ], [ 125.831420526229095, 7.293715318221842 ], [ 125.363852166852297, 6.786485297060977 ], [ 125.683160841983721, 6.049656887227243 ], [ 125.396511672060655, 5.58100332277229 ], [ 124.21978763234236, 6.161355495626168 ], [ 123.938719517106932, 6.885135606306122 ], [ 124.243662144061403, 7.360610459823661 ], [ 123.61021243702757, 7.833527329942754 ], [ 123.296071405125218, 7.418875637232773 ], [ 122.825505812675402, 7.457374579290203 ], [ 122.08549930225584, 6.899424139834835 ], [ 121.919928013192617, 7.192119452336058 ], [ 122.31235884001714, 8.034962063016508 ], [ 122.942397902519673, 8.316236883981176 ], [ 123.487687616063539, 8.693009751821194 ], [ 123.841154412939858, 8.240324204944386 ], [ 124.601469761250229, 8.514157619659017 ], [ 124.764612257995651, 8.96040945071546 ], [ 125.471390822451582, 8.986996975129628 ], [ 125.412117954612853, 9.760334784377548 ], [ 126.222714471543185, 9.286074327018838 ], [ 126.306636997585116, 8.782487494334561 ], [ 126.37681359263749, 8.414706325713354 ] ] ], [ [ [ 123.982437778825812, 10.278778591345798 ], [ 123.623183221532855, 9.950090643753299 ], [ 123.309920688979417, 9.318268744336677 ], [ 122.99588300994165, 9.0221886255204 ], [ 122.380054966319477, 9.713360907424203 ], [ 122.5860889018671, 9.981044826696106 ], [ 122.837081333508735, 10.261156927934238 ], [ 122.947410516451924, 10.881868394408031 ], [ 123.498849725438475, 10.940624497923949 ], [ 123.337774285984807, 10.267383938025446 ], [ 124.077935825701246, 11.23272553145371 ], [ 123.982437778825812, 10.278778591345798 ] ] ], [ [ [ 118.504580926590364, 9.316382554558089 ], [ 117.174274530100746, 8.367499904814665 ], [ 117.664477166821399, 9.066888739452935 ], [ 118.386913690261764, 9.684499619989225 ], [ 118.987342157061079, 10.376292019080495 ], [ 119.511496209797571, 11.369668077027214 ], [ 119.689676548339918, 10.554291490109861 ], [ 119.029458449379007, 10.003653265823857 ], [ 118.504580926590364, 9.316382554558089 ] ] ], [ [ [ 121.883547804859205, 11.89175507247198 ], [ 122.483821242361472, 11.582187404827508 ], [ 123.120216506035973, 11.58366018314787 ], [ 123.100837843926485, 11.165933742716476 ], [ 122.637713657726721, 10.741308498574213 ], [ 122.002610304859587, 10.441016750526089 ], [ 121.967366978036551, 10.905691229694625 ], [ 122.038370396005547, 11.415840969280026 ], [ 121.883547804859205, 11.89175507247198 ] ] ], [ [ [ 125.502551711123516, 12.162694606978334 ], [ 125.78346479706218, 11.046121934447754 ], [ 125.011883986512288, 11.31145457605038 ], [ 125.032761265158143, 10.975816148314706 ], [ 125.277449172060329, 10.358722032101312 ], [ 124.801819289245742, 10.134678859899893 ], [ 124.760168084818503, 10.837995103392288 ], [ 124.459101190286077, 10.889929917845635 ], [ 124.302521600441736, 11.495370998577229 ], [ 124.891012811381671, 11.415582587118593 ], [ 124.87799035044398, 11.794189968304991 ], [ 124.266761509295776, 12.557760931849685 ], [ 125.227116327007849, 12.535720933477194 ], [ 125.502551711123516, 12.162694606978334 ] ] ], [ [ [ 121.52739383350351, 13.069590155484519 ], [ 121.262190382981572, 12.205560207564403 ], [ 120.833896112146618, 12.704496161342419 ], [ 120.323436313967562, 13.466413479053855 ], [ 121.180128208502225, 13.429697373910443 ], [ 121.52739383350351, 13.069590155484519 ] ] ], [ [ [ 121.321308221523594, 18.504064642810988 ], [ 121.937601353036399, 18.218552354398383 ], [ 122.246006300954292, 18.478949896717097 ], [ 122.33695682178805, 18.224882717354149 ], [ 122.174279412933203, 17.810282701076375 ], [ 122.515653924653378, 17.093504746971973 ], [ 122.252310825693911, 16.262444362854097 ], [ 121.662786086108355, 15.9310175643501 ], [ 121.50506961475341, 15.12481354416461 ], [ 121.728828566577278, 14.328376369682246 ], [ 122.258925409027341, 14.218202216035976 ], [ 122.701275669445664, 14.336541245984421 ], [ 123.950295037940265, 13.78213064214107 ], [ 123.855107049658642, 13.237771104378467 ], [ 124.181288690284902, 12.997527370653472 ], [ 124.077419061378265, 12.536676947474575 ], [ 123.298035109552274, 13.027525539598983 ], [ 122.928651971529945, 13.552919826710408 ], [ 122.671355015148691, 13.185836289925135 ], [ 122.034649692880549, 13.784481919810347 ], [ 121.126384718918615, 13.636687323455547 ], [ 120.628637323083325, 13.857655747935652 ], [ 120.679383579593917, 14.271015529838309 ], [ 120.991819289230563, 14.525392767795068 ], [ 120.693336216312701, 14.756670640517285 ], [ 120.564145135583004, 14.396279201713824 ], [ 120.070428501466409, 14.970869452367097 ], [ 119.920928582846187, 15.406346747290726 ], [ 119.883773228028275, 16.363704331929966 ], [ 120.28648766487882, 16.034628811095331 ], [ 120.390047235191759, 17.599081122299509 ], [ 120.715867140791914, 18.505227362537539 ], [ 121.321308221523594, 18.504064642810988 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Papua New Guinea", "sov_a3": "PNG", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Papua New Guinea", "adm0_a3": "PNG", "geou_dif": 0.000000, "geounit": "Papua New Guinea", "gu_a3": "PNG", "su_dif": 1.000000, "subunit": "Papua New Guinea", "su_a3": "PN1", "brk_diff": 0.000000, "name": "Papua New Guinea", "name_long": "Papua New Guinea", "brk_a3": "PN1", "brk_name": "Papua New Guinea", "brk_group": null, "abbrev": "P.N.G.", "postal": "PG", "formal_en": "Independent State of Papua New Guinea", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Papua New Guinea", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 1.000000, "pop_est": 6057263.000000, "gdp_md_est": 13210.000000, "pop_year": -99.000000, "lastcensus": 2000.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PG", "iso_a3": "PNG", "iso_n3": "598", "un_a3": "598", "wb_a2": "PG", "wb_a3": "PNG", "woe_id": -99.000000, "adm0_a3_is": "PNG", "adm0_a3_us": "PNG", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Melanesia", "region_wb": "East Asia & Pacific", "name_len": 16.000000, "long_len": 16.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 155.88002566957843, -6.81999684003776 ], [ 155.599991082988794, -6.919990736522493 ], [ 155.166994256815116, -6.535931491729315 ], [ 154.729191522438356, -5.900828138862209 ], [ 154.514114211239672, -5.139117526880014 ], [ 154.652503696917421, -5.042430922061854 ], [ 154.759990676084414, -5.339983819198494 ], [ 155.062917922179366, -5.566791680527501 ], [ 155.547746209941721, -6.200654799019659 ], [ 156.019965448224781, -6.540013929880402 ], [ 155.88002566957843, -6.81999684003776 ] ] ], [ [ [ 151.98279585185449, -5.478063246282346 ], [ 151.459106887008687, -5.560280450058741 ], [ 151.30139041565397, -5.840728448106702 ], [ 150.754447056276746, -6.083762709175389 ], [ 150.241196730753842, -6.317753594592986 ], [ 149.709963006793345, -6.316513360218053 ], [ 148.89006473205049, -6.026040134305433 ], [ 148.318936802360753, -5.747142429226145 ], [ 148.401825799756892, -5.437755629094724 ], [ 149.298411900020852, -5.583741550319218 ], [ 149.845561965127246, -5.505503431829339 ], [ 149.996250441690364, -5.026101169457675 ], [ 150.139755894165006, -5.001348158389803 ], [ 150.236907586873514, -5.532220147324281 ], [ 150.807467075808148, -5.455842380396888 ], [ 151.089672072554009, -5.113692722192383 ], [ 151.647880894170925, -4.757073662946183 ], [ 151.537861769821546, -4.16780730552189 ], [ 152.136791620084381, -4.14879037843852 ], [ 152.338743117481016, -4.312966403829762 ], [ 152.318692661751783, -4.867661228050764 ], [ 151.98279585185449, -5.478063246282346 ] ] ], [ [ [ 147.191873814074967, -7.388024183789994 ], [ 148.084635858349401, -8.044108168167611 ], [ 148.734105259393601, -9.104663588093771 ], [ 149.306835158484461, -9.071435642130069 ], [ 149.266630894161352, -9.514406019736029 ], [ 150.038728469034396, -9.684318129111702 ], [ 149.73879845601229, -9.872937106977005 ], [ 150.801627638959161, -10.293686618697436 ], [ 150.690574985963877, -10.582712904505883 ], [ 150.028393182575911, -10.652476088099945 ], [ 149.782310012002, -10.393267103723943 ], [ 148.923137648717301, -10.280922539921363 ], [ 147.913018426708021, -10.130440769087471 ], [ 147.135443150012264, -9.492443536012019 ], [ 146.567880894150704, -8.942554619994155 ], [ 146.048481073184945, -8.06741423913131 ], [ 144.744167922138075, -7.630128269077474 ], [ 143.89708784400969, -7.915330498896282 ], [ 143.286375767184353, -8.245491224809072 ], [ 143.413913202080749, -8.983068942910947 ], [ 142.628431431244252, -9.326820570516503 ], [ 142.068258905200281, -9.159595635620036 ], [ 141.033851760013903, -9.117892754760433 ], [ 141.017056919519035, -5.859021905138036 ], [ 141.000210402591875, -2.600151055515639 ], [ 142.7352466167915, -3.289152927263217 ], [ 144.583970982033264, -3.861417738463402 ], [ 145.273179559509998, -4.373737888205028 ], [ 145.829786411725678, -4.876497897972683 ], [ 145.981921828392984, -5.465609226100028 ], [ 147.648073358347602, -6.083659356310818 ], [ 147.891107619416204, -6.61401458092233 ], [ 146.97090538959489, -6.721656589386257 ], [ 147.191873814074967, -7.388024183789994 ] ] ], [ [ [ 153.140037876598768, -4.499983412294114 ], [ 152.827292108368312, -4.766427097190999 ], [ 152.638673130503008, -4.176127211120928 ], [ 152.406025832325014, -3.789742526874562 ], [ 151.953236932583565, -3.462062269711822 ], [ 151.384279413050109, -3.035421644710112 ], [ 150.662049595338914, -2.741486097833956 ], [ 150.939965448204561, -2.500002129734028 ], [ 151.479984165654542, -2.779985039891386 ], [ 151.820015090135115, -2.999971612157907 ], [ 152.239989455371102, -3.240008640153661 ], [ 152.640016717742554, -3.659983005389662 ], [ 153.019993524384716, -3.980015150573294 ], [ 153.140037876598768, -4.499983412294114 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Poland", "sov_a3": "POL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Poland", "adm0_a3": "POL", "geou_dif": 0.000000, "geounit": "Poland", "gu_a3": "POL", "su_dif": 0.000000, "subunit": "Poland", "su_a3": "POL", "brk_diff": 0.000000, "name": "Poland", "name_long": "Poland", "brk_a3": "POL", "brk_name": "Poland", "brk_group": null, "abbrev": "Pol.", "postal": "PL", "formal_en": "Republic of Poland", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Poland", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 7.000000, "mapcolor9": 1.000000, "mapcolor13": 2.000000, "pop_est": 38482919.000000, "gdp_md_est": 667900.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PL", "iso_a3": "POL", "iso_n3": "616", "un_a3": "616", "wb_a2": "PL", "wb_a3": "POL", "woe_id": -99.000000, "adm0_a3_is": "POL", "adm0_a3_us": "POL", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 19.660640089606375, 54.426083889373984 ], [ 20.892244500418656, 54.312524929412575 ], [ 22.731098667092624, 54.327536932993326 ], [ 23.243987257589538, 54.220566718149144 ], [ 23.484127638449849, 53.912497667041123 ], [ 23.527535841575002, 53.470121568406626 ], [ 23.804934930117838, 53.089731350306124 ], [ 23.799198846133407, 52.691099351606596 ], [ 23.199493849386243, 52.486977444053736 ], [ 23.50800215016875, 52.023646552124688 ], [ 23.527070753684399, 51.578454087930226 ], [ 24.029985792748931, 50.705406602575209 ], [ 23.922757195743287, 50.424881089878767 ], [ 23.426508416444392, 50.308505764357477 ], [ 22.518450148211571, 49.476773586619771 ], [ 22.776418898212626, 49.027395331409622 ], [ 22.558137648211755, 49.085738023467144 ], [ 21.607808058364242, 49.470107326854048 ], [ 20.887955356538413, 49.32877228453583 ], [ 20.415839471119824, 49.431453355499769 ], [ 19.825022820726872, 49.217125352569184 ], [ 19.320712517990472, 49.571574001659258 ], [ 18.909574822676319, 49.435845852244597 ], [ 18.853144158613674, 49.496229763377642 ], [ 18.392913852622144, 49.988628648470808 ], [ 17.649445021238989, 50.049038397819942 ], [ 17.554567091551121, 50.362145901076445 ], [ 16.868769158605716, 50.47397370055603 ], [ 16.719475945714436, 50.215746568393541 ], [ 16.176253289462295, 50.422607326857872 ], [ 16.238626743238598, 50.697732652379813 ], [ 15.490972120839785, 50.784729926143257 ], [ 15.016995883858698, 51.106674099321651 ], [ 14.607098422919677, 51.74518809672 ], [ 14.685026482815715, 52.089947414755244 ], [ 14.437599725002229, 52.624850165408418 ], [ 14.074521111719548, 52.981262518925462 ], [ 14.353315463934194, 53.248171291713049 ], [ 14.119686313542616, 53.75702912049104 ], [ 14.802900424873485, 54.050706285205763 ], [ 16.363477003655703, 54.513158677785697 ], [ 17.622831658608703, 54.85153595643294 ], [ 18.620858595461698, 54.682605699270766 ], [ 18.696254510175493, 54.438718777069283 ], [ 19.660640089606375, 54.426083889373984 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Dependency", "admin": "Puerto Rico", "adm0_a3": "PRI", "geou_dif": 0.000000, "geounit": "Puerto Rico", "gu_a3": "PRI", "su_dif": 0.000000, "subunit": "Puerto Rico", "su_a3": "PRI", "brk_diff": 0.000000, "name": "Puerto Rico", "name_long": "Puerto Rico", "brk_a3": "PRI", "brk_name": "Puerto Rico", "brk_group": null, "abbrev": "P.R.", "postal": "PR", "formal_en": "Commonwealth of Puerto Rico", "formal_fr": null, "note_adm0": "Commonwealth of U.S.A.", "note_brk": null, "name_sort": "Puerto Rico", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 5.000000, "mapcolor9": 1.000000, "mapcolor13": 1.000000, "pop_est": 3971020.000000, "gdp_md_est": 70230.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PR", "iso_a3": "PRI", "iso_n3": "630", "un_a3": "630", "wb_a2": "PR", "wb_a3": "PRI", "woe_id": -99.000000, "adm0_a3_is": "PRI", "adm0_a3_us": "PRI", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": -99.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -65.591003790942892, 18.228034979723958 ], [ -65.847163865813769, 17.97590566657189 ], [ -66.599934455009446, 17.981822618069288 ], [ -67.184162360285256, 17.946553453030134 ], [ -67.242427537694311, 18.374460150622951 ], [ -67.100679083917754, 18.520601101144337 ], [ -66.282434455008143, 18.514761664295321 ], [ -65.771302863209257, 18.426679185453935 ], [ -65.591003790942892, 18.228034979723958 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "North Korea", "sov_a3": "PRK", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "North Korea", "adm0_a3": "PRK", "geou_dif": 0.000000, "geounit": "North Korea", "gu_a3": "PRK", "su_dif": 0.000000, "subunit": "North Korea", "su_a3": "PRK", "brk_diff": 0.000000, "name": "Dem. Rep. Korea", "name_long": "Dem. Rep. Korea", "brk_a3": "PRK", "brk_name": "Dem. Rep. Korea", "brk_group": null, "abbrev": "N.K.", "postal": "KP", "formal_en": "Democratic People's Republic of Korea", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Korea, Dem. Rep.", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 5.000000, "mapcolor9": 3.000000, "mapcolor13": 9.000000, "pop_est": 22665345.000000, "gdp_md_est": 40000.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "KP", "iso_a3": "PRK", "iso_n3": "408", "un_a3": "408", "wb_a2": "KP", "wb_a3": "PRK", "woe_id": -99.000000, "adm0_a3_is": "PRK", "adm0_a3_us": "PRK", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 15.000000, "long_len": 15.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 130.640015903852458, 42.395009467125277 ], [ 130.780004853585098, 42.220010361082501 ], [ 130.780007358931101, 42.220007229168829 ], [ 130.780003660046788, 42.220007813203239 ], [ 130.779992316578358, 42.220009604277209 ], [ 130.400030552289053, 42.280003567059765 ], [ 129.965948521037234, 41.94136790625106 ], [ 129.667362095254788, 41.601104437825228 ], [ 129.705189243692502, 40.882827867184346 ], [ 129.188114862180015, 40.661807766271977 ], [ 129.010399611528186, 40.485436102859836 ], [ 128.633368361526749, 40.189846910150351 ], [ 127.967414178581379, 40.025412502597561 ], [ 127.533435500194145, 39.756850083976758 ], [ 127.502119582225333, 39.323930772451547 ], [ 127.385434198110289, 39.213472398427655 ], [ 127.783342726757695, 39.050898342437449 ], [ 128.3497164246767, 38.612242946927807 ], [ 128.205745884311426, 38.37039724380196 ], [ 127.780035435091037, 38.304535630845919 ], [ 127.073308547067398, 38.2561148137884 ], [ 126.683719924019016, 37.804772854151196 ], [ 126.237338901881827, 37.840377916000278 ], [ 126.17475874237627, 37.749685777328068 ], [ 125.689103631697179, 37.940010077458993 ], [ 125.568439162295675, 37.752088731429637 ], [ 125.275330438336226, 37.66907054295271 ], [ 125.240087111513191, 37.857224432927438 ], [ 124.981033156434052, 37.948820909164823 ], [ 124.712160679219409, 38.108346055649804 ], [ 124.985994093933954, 38.548474229479723 ], [ 125.22194868377872, 38.665857245430686 ], [ 125.132858514507546, 38.848559271798592 ], [ 125.386589797060623, 39.387957872061207 ], [ 125.321115757346803, 39.55138458918421 ], [ 124.737482131042469, 39.66034434667165 ], [ 124.265624627785343, 39.928493353834142 ], [ 125.079941847840729, 40.569823716792456 ], [ 126.182045119329445, 41.107336127276369 ], [ 126.869083286649953, 41.816569322266162 ], [ 127.34378299368305, 41.503151760415932 ], [ 128.208433058790746, 41.466771552082548 ], [ 128.052215203972338, 41.994284572917991 ], [ 129.596668735879547, 42.424981797854599 ], [ 129.994267205933312, 42.9853868678438 ], [ 130.639999706909663, 42.3950242752218 ], [ 130.640015903852458, 42.395009467125277 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Portugal", "sov_a3": "PRT", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Portugal", "adm0_a3": "PRT", "geou_dif": 0.000000, "geounit": "Portugal", "gu_a3": "PRT", "su_dif": 1.000000, "subunit": "Portugal", "su_a3": "PR1", "brk_diff": 0.000000, "name": "Portugal", "name_long": "Portugal", "brk_a3": "PR1", "brk_name": "Portugal", "brk_group": null, "abbrev": "Port.", "postal": "P", "formal_en": "Portuguese Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Portugal", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 7.000000, "mapcolor9": 1.000000, "mapcolor13": 4.000000, "pop_est": 10707924.000000, "gdp_md_est": 208627.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": 0.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PT", "iso_a3": "PRT", "iso_n3": "620", "un_a3": "620", "wb_a2": "PT", "wb_a3": "PRT", "woe_id": -99.000000, "adm0_a3_is": "PRT", "adm0_a3_us": "PRT", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -7.453725551778064, 37.097787583966124 ], [ -7.855613165711986, 36.838268540996296 ], [ -8.382816127953703, 36.978880113262477 ], [ -8.898856980820312, 36.868809312480806 ], [ -8.746101446965525, 37.651345526676664 ], [ -8.839997524439895, 38.266243394517659 ], [ -9.287463751655167, 38.358485826158613 ], [ -9.526570603869743, 38.737429104154927 ], [ -9.446988898140262, 39.39206614842837 ], [ -9.048305223008413, 39.755093085278759 ], [ -8.977353481471624, 40.159306138665841 ], [ -8.768684047877088, 40.760638943030159 ], [ -8.790853237330253, 41.184334011391229 ], [ -8.990789353867541, 41.543459377603654 ], [ -9.034817674180232, 41.880570583659704 ], [ -8.67194576662672, 42.13468943945503 ], [ -8.263856980817792, 42.280468654950369 ], [ -8.013174607769912, 41.790886135417082 ], [ -7.422512986673809, 41.792074693359808 ], [ -7.251308966490825, 41.918346055665097 ], [ -6.66860551596767, 41.883386949219584 ], [ -6.389087693700901, 41.381815497394655 ], [ -6.851126674822524, 41.111082668617541 ], [ -6.86401994467937, 40.330871893874843 ], [ -7.026413133156524, 40.184524237624231 ], [ -7.066591559263458, 39.711891587882775 ], [ -7.498632371439669, 39.629571031241795 ], [ -7.098036668313142, 39.030072740223773 ], [ -7.37409216961629, 38.373058580064964 ], [ -7.029281175148782, 38.075764065089771 ], [ -7.166507941099809, 37.803894354802196 ], [ -7.53710547528101, 37.428904323876196 ], [ -7.453725551778064, 37.097787583966124 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Paraguay", "sov_a3": "PRY", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Paraguay", "adm0_a3": "PRY", "geou_dif": 0.000000, "geounit": "Paraguay", "gu_a3": "PRY", "su_dif": 0.000000, "subunit": "Paraguay", "su_a3": "PRY", "brk_diff": 0.000000, "name": "Paraguay", "name_long": "Paraguay", "brk_a3": "PRY", "brk_name": "Paraguay", "brk_group": null, "abbrev": "Para.", "postal": "PY", "formal_en": "Republic of Paraguay", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Paraguay", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 6.000000, "mapcolor13": 2.000000, "pop_est": 6995655.000000, "gdp_md_est": 28890.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PY", "iso_a3": "PRY", "iso_n3": "600", "un_a3": "600", "wb_a2": "PY", "wb_a3": "PRY", "woe_id": -99.000000, "adm0_a3_is": "PRY", "adm0_a3_us": "PRY", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -58.166392381408031, -20.176700941653721 ], [ -57.870673997617757, -20.732687676681934 ], [ -57.937155727761251, -22.090175876557169 ], [ -56.881509568902914, -22.282153822521437 ], [ -56.4733174302294, -22.086300144135237 ], [ -55.797958136606866, -22.356929620047779 ], [ -55.610682745981165, -22.655619398694867 ], [ -55.517639329639678, -23.571997572526641 ], [ -55.400747239795407, -23.956935316668833 ], [ -55.027901780809515, -24.00127369557525 ], [ -54.652834235235133, -23.839578138933959 ], [ -54.292959560754554, -24.021014092710757 ], [ -54.293476325077449, -24.570799655863951 ], [ -54.428946092330591, -25.162184747012176 ], [ -54.625290696823555, -25.739255466415486 ], [ -54.788794928595053, -26.621785577096091 ], [ -55.6958455063982, -27.387837009390822 ], [ -56.486701626192996, -27.54849903738625 ], [ -57.609759690976148, -27.39589853282834 ], [ -58.618173590719721, -27.123718763947124 ], [ -57.633660040911138, -25.60365650808167 ], [ -57.777217169817874, -25.16233977630904 ], [ -58.807128465394953, -24.771459242453275 ], [ -60.028966030504023, -24.032796319273245 ], [ -60.846564704009864, -23.880712579038303 ], [ -62.6850571356579, -22.249029229422405 ], [ -62.291179368729217, -21.05163461678741 ], [ -62.265961269770827, -20.513734633061276 ], [ -61.786326463453719, -19.633736667563014 ], [ -60.043564622626462, -19.342746677327412 ], [ -59.115042487206097, -19.356906019775451 ], [ -58.183471442280506, -19.86839934660037 ], [ -58.166392381408031, -20.176700941653721 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Israel", "sov_a3": "ISR", "adm0_dif": 1.000000, "level": 2.000000, "type": "Disputed", "admin": "Palestine", "adm0_a3": "PSX", "geou_dif": 0.000000, "geounit": "Palestine", "gu_a3": "PSX", "su_dif": 0.000000, "subunit": "Palestine", "su_a3": "PSX", "brk_diff": 0.000000, "name": "Palestine", "name_long": "Palestine", "brk_a3": "PSX", "brk_name": "Palestine", "brk_group": null, "abbrev": "Pal.", "postal": "PAL", "formal_en": "West Bank and Gaza", "formal_fr": null, "note_adm0": "Partial self-admin.", "note_brk": "Partial self-admin.", "name_sort": "Palestine (West Bank and Gaza)", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 5.000000, "mapcolor13": 8.000000, "pop_est": 4119083.000000, "gdp_md_est": 11950.770000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "PS", "iso_a3": "PSE", "iso_n3": "275", "un_a3": "275", "wb_a2": "GZ", "wb_a3": "WBG", "woe_id": -99.000000, "adm0_a3_is": "PSE", "adm0_a3_us": "PSX", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": -99.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.545665317534571, 32.393992011030548 ], [ 35.545251906076288, 31.782504787720796 ], [ 35.397560662586073, 31.489086005167621 ], [ 34.927408481594654, 31.353435370401428 ], [ 34.970506626126081, 31.616778469360781 ], [ 35.225891554512515, 31.754341132121766 ], [ 34.974640740709361, 31.866582343059775 ], [ 35.183930291491521, 32.532510687788999 ], [ 35.545665317534571, 32.393992011030548 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Qatar", "sov_a3": "QAT", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Qatar", "adm0_a3": "QAT", "geou_dif": 0.000000, "geounit": "Qatar", "gu_a3": "QAT", "su_dif": 0.000000, "subunit": "Qatar", "su_a3": "QAT", "brk_diff": 0.000000, "name": "Qatar", "name_long": "Qatar", "brk_a3": "QAT", "brk_name": "Qatar", "brk_group": null, "abbrev": "Qatar", "postal": "QA", "formal_en": "State of Qatar", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Qatar", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 4.000000, "pop_est": 833285.000000, "gdp_md_est": 91330.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "QA", "iso_a3": "QAT", "iso_n3": "634", "un_a3": "634", "wb_a2": "QA", "wb_a3": "QAT", "woe_id": -99.000000, "adm0_a3_is": "QAT", "adm0_a3_us": "QAT", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 51.389607781790659, 24.627385972588115 ], [ 51.112415398977049, 24.556330878186742 ], [ 50.810108270069605, 24.754742539971375 ], [ 50.743910760303748, 25.482424221289421 ], [ 51.013351678273551, 26.006991685484223 ], [ 51.286461622936116, 26.114582017515886 ], [ 51.589078810437258, 25.801112779233392 ], [ 51.606700473848804, 25.215670477798739 ], [ 51.389607781790659, 24.627385972588115 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Romania", "sov_a3": "ROU", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Romania", "adm0_a3": "ROU", "geou_dif": 0.000000, "geounit": "Romania", "gu_a3": "ROU", "su_dif": 0.000000, "subunit": "Romania", "su_a3": "ROU", "brk_diff": 0.000000, "name": "Romania", "name_long": "Romania", "brk_a3": "ROU", "brk_name": "Romania", "brk_group": null, "abbrev": "Rom.", "postal": "RO", "formal_en": "Romania", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Romania", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 3.000000, "mapcolor13": 13.000000, "pop_est": 22215421.000000, "gdp_md_est": 271400.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "RO", "iso_a3": "ROU", "iso_n3": "642", "un_a3": "642", "wb_a2": "RO", "wb_a3": "ROM", "woe_id": -99.000000, "adm0_a3_is": "ROU", "adm0_a3_us": "ROU", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.619336785597795, 48.220726223333543 ], [ 26.924176059687625, 48.123264472031025 ], [ 27.233872918412771, 47.826770941756365 ], [ 27.551166212684905, 47.405117092470846 ], [ 28.128030226359073, 46.810476386088226 ], [ 28.160017937947742, 46.371562608417264 ], [ 28.054442986775456, 45.944586086605625 ], [ 28.233553501099067, 45.488283189468433 ], [ 28.679779493939407, 45.304030870131754 ], [ 29.149724969201685, 45.464925442072428 ], [ 29.603289015427407, 45.293308010431133 ], [ 29.626543409958828, 45.03539093686237 ], [ 29.141611769331888, 44.820210272799073 ], [ 28.837857700320228, 44.913873806328127 ], [ 28.558081495892026, 43.707461656258147 ], [ 27.970107049275128, 43.812468166675245 ], [ 27.242399529740965, 44.175986029632412 ], [ 26.065158725699774, 43.943493760751295 ], [ 25.569271681426983, 43.688444729174677 ], [ 24.100679152124172, 43.741051337247853 ], [ 23.332302280376354, 43.897010809904742 ], [ 22.944832391051847, 43.823785305347144 ], [ 22.657149692482989, 44.234923000661297 ], [ 22.474008416440654, 44.409227606781798 ], [ 22.70572553883747, 44.578002834647009 ], [ 22.459022251075993, 44.702517198254384 ], [ 22.145087924902896, 44.478422349620587 ], [ 21.562022739353722, 44.768947251965585 ], [ 21.483526238702296, 45.181170152357907 ], [ 20.87431277841344, 45.41637543393432 ], [ 20.762174920340016, 45.734573065771485 ], [ 20.220192498462893, 46.127468980486611 ], [ 21.021952345471277, 46.316087958351915 ], [ 21.626514926853872, 46.994237779318127 ], [ 22.099767693782894, 47.672439276716716 ], [ 22.710531447040495, 47.882193915389422 ], [ 23.142236362406777, 48.096341050806927 ], [ 23.760958286237411, 47.985598456405484 ], [ 24.402056105250381, 47.981877753280429 ], [ 24.866317172960606, 47.737525743188314 ], [ 25.207743361112989, 47.891056423527431 ], [ 25.94594119640243, 47.987148749374228 ], [ 26.197450392366932, 48.220881252630392 ], [ 26.619336785597795, 48.220726223333543 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Russia", "sov_a3": "RUS", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Russia", "adm0_a3": "RUS", "geou_dif": 0.000000, "geounit": "Russia", "gu_a3": "RUS", "su_dif": 0.000000, "subunit": "Russia", "su_a3": "RUS", "brk_diff": 0.000000, "name": "Russia", "name_long": "Russian Federation", "brk_a3": "RUS", "brk_name": "Russia", "brk_group": null, "abbrev": "Rus.", "postal": "RUS", "formal_en": "Russian Federation", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Russian Federation", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 5.000000, "mapcolor9": 7.000000, "mapcolor13": 7.000000, "pop_est": 140041247.000000, "gdp_md_est": 2266000.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "3. Emerging region: BRIC", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "RU", "iso_a3": "RUS", "iso_n3": "643", "un_a3": "643", "wb_a2": "RU", "wb_a3": "RUS", "woe_id": -99.000000, "adm0_a3_is": "RUS", "adm0_a3_us": "RUS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 18.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 143.648007440362932, 50.747600409541519 ], [ 144.654147577085638, 48.976390692737567 ], [ 143.173927850517288, 49.306551418650372 ], [ 142.558668247650104, 47.861575018904915 ], [ 143.533492466404056, 46.836728013692493 ], [ 143.505277134372619, 46.137907619809482 ], [ 142.747700636973917, 46.740764878926541 ], [ 142.092030064054512, 45.966755276058791 ], [ 141.906925083585094, 46.805928860046549 ], [ 142.018442824470895, 47.780132961612935 ], [ 141.904444614835057, 48.85918854429957 ], [ 142.135800002205741, 49.615163072297463 ], [ 142.179983351815309, 50.952342434281917 ], [ 141.594075962490052, 51.935434882202543 ], [ 141.68254601457366, 53.301966457728781 ], [ 142.606934035410831, 53.762145087287905 ], [ 142.209748976815405, 54.225475979216839 ], [ 142.65478641171299, 54.365880845753878 ], [ 142.91461551327663, 53.704577541714741 ], [ 143.260847609632066, 52.740760403039019 ], [ 143.235267775647657, 51.756660264688747 ], [ 143.648007440362932, 50.747600409541519 ] ] ], [ [ [ 22.731098667092624, 54.327536932993326 ], [ 20.892244500418656, 54.312524929412575 ], [ 19.660640089606375, 54.426083889373984 ], [ 19.888481479581344, 54.866160386771497 ], [ 21.268448927503499, 55.190481675835287 ], [ 22.315723504330606, 55.0152985703659 ], [ 22.757763706155288, 54.856574408581423 ], [ 22.651051873472539, 54.582740993866707 ], [ 22.731098667092624, 54.327536932993326 ] ] ], [ [ [ -175.01425, 66.58435 ], [ -174.33983, 66.33556 ], [ -174.57182, 67.06219 ], [ -171.85731, 66.91308 ], [ -169.89958, 65.97724 ], [ -170.89107, 65.54139 ], [ -172.53025, 65.43791 ], [ -172.555, 64.46079 ], [ -172.95533, 64.25269 ], [ -173.89184, 64.2826 ], [ -174.65392, 64.63125 ], [ -175.98353, 64.92288 ], [ -176.20716, 65.35667 ], [ -177.22266, 65.52024 ], [ -178.35993, 65.39052 ], [ -178.90332, 65.74044 ], [ -178.68611, 66.11211 ], [ -179.88377, 65.87456 ], [ -179.43268, 65.40411 ], [ -180.0, 64.979708702198366 ], [ -180.0, 68.963636363636368 ], [ -177.55, 68.2 ], [ -174.92825, 67.20589 ], [ -175.01425, 66.58435 ] ] ], [ [ [ 180.000000000000142, 70.832199208546683 ], [ 178.903425000000112, 70.78114 ], [ 178.7253, 71.0988 ], [ 180.000000000000142, 71.51571433642826 ], [ 180.000000000000142, 70.832199208546683 ] ] ], [ [ [ -178.69378, 70.89302 ], [ -180.0, 70.832199208546683 ], [ -180.0, 71.51571433642826 ], [ -179.871875, 71.55762 ], [ -179.02433, 71.55553 ], [ -177.577945, 71.26948 ], [ -177.663575, 71.13277 ], [ -178.69378, 70.89302 ] ] ], [ [ [ 143.60385, 73.21244 ], [ 142.08763, 73.20544 ], [ 140.038155, 73.31692 ], [ 139.863120000000123, 73.36983 ], [ 140.81171, 73.76506 ], [ 142.06207, 73.85758 ], [ 143.48283, 73.47525 ], [ 143.60385, 73.21244 ] ] ], [ [ [ 150.73167, 75.08406 ], [ 149.575925, 74.68892 ], [ 147.977465, 74.778355 ], [ 146.11919, 75.17298 ], [ 146.358485, 75.49682 ], [ 148.22223, 75.345845 ], [ 150.73167, 75.08406 ] ] ], [ [ [ 145.086285, 75.562625 ], [ 144.3, 74.82 ], [ 140.61381, 74.84768 ], [ 138.95544, 74.61148 ], [ 136.97439, 75.26167 ], [ 137.51176, 75.94917 ], [ 138.831075, 76.13676 ], [ 141.471615, 76.09289 ], [ 145.086285, 75.562625 ] ] ], [ [ [ 57.5356925799924, 70.72046397570216 ], [ 56.944979282463947, 70.632743231886678 ], [ 53.677375115784258, 70.762657782668441 ], [ 53.412016635965387, 71.206661688920207 ], [ 51.601894565645779, 71.474759019650492 ], [ 51.455753615124223, 72.014881089965144 ], [ 52.478275180883571, 72.22944163684096 ], [ 52.444168735570855, 72.774731350384855 ], [ 54.42761355979772, 73.627547512497586 ], [ 53.50828982932515, 73.749813951300155 ], [ 55.902458937407658, 74.627486477345343 ], [ 55.631932814359772, 75.081412258597169 ], [ 57.868643833248854, 75.609390367323215 ], [ 61.170044386647504, 76.251883450008137 ], [ 64.498368361270224, 76.439055487769281 ], [ 66.210977003855106, 76.809782213031212 ], [ 68.157059767534889, 76.939696763812918 ], [ 68.852211134725138, 76.544811306454619 ], [ 68.180572544227658, 76.23364166940911 ], [ 64.637326287703075, 75.737754625136233 ], [ 61.583507521414759, 75.260884507946798 ], [ 58.47708214705338, 74.309056301562833 ], [ 56.986785516188007, 73.333043524866241 ], [ 55.419335971911011, 72.371267605265984 ], [ 55.622837762276305, 71.54059479439033 ], [ 57.5356925799924, 70.72046397570216 ] ] ], [ [ [ 106.970130000000182, 76.97419 ], [ 107.240000000000151, 76.48 ], [ 108.1538, 76.723350000000153 ], [ 111.077260000000166, 76.71 ], [ 113.33151, 76.22224 ], [ 114.13417, 75.84764 ], [ 113.88539, 75.327790000000135 ], [ 112.779180000000139, 75.03186 ], [ 110.15125000000026, 74.47673 ], [ 109.4, 74.18 ], [ 110.64, 74.04 ], [ 112.11919, 73.787740000000127 ], [ 113.019540000000262, 73.976930000000152 ], [ 113.529580000000323, 73.335050000000109 ], [ 113.96881, 73.594880000000103 ], [ 115.567820000000125, 73.75285 ], [ 118.776330000000286, 73.58772 ], [ 119.02, 73.12 ], [ 123.20066000000017, 72.97122 ], [ 123.257770000000193, 73.735030000000108 ], [ 125.380000000000251, 73.56 ], [ 126.97644, 73.56549 ], [ 128.59126, 73.03871 ], [ 129.05157, 72.39872 ], [ 128.460000000000178, 71.98 ], [ 129.715990000000232, 71.19304 ], [ 131.28858000000028, 70.786990000000117 ], [ 132.253500000000173, 71.8363 ], [ 133.857660000000322, 71.386420000000157 ], [ 135.56193, 71.655250000000137 ], [ 137.497550000000132, 71.34763 ], [ 138.23409000000018, 71.62803 ], [ 139.869830000000121, 71.487830000000145 ], [ 139.14791, 72.416190000000114 ], [ 140.46817, 72.849410000000148 ], [ 149.5, 72.2 ], [ 150.351180000000255, 71.60643 ], [ 152.968900000000218, 70.84222 ], [ 157.00688, 71.03141 ], [ 158.99779, 70.86672 ], [ 159.830310000000253, 70.45324 ], [ 159.708660000000151, 69.72198 ], [ 160.940530000000393, 69.43728 ], [ 162.279070000000132, 69.64204 ], [ 164.052480000000145, 69.66823 ], [ 165.940370000000286, 69.47199 ], [ 167.83567, 69.58269 ], [ 169.577630000000198, 68.6938 ], [ 170.816880000000282, 69.01363 ], [ 170.008200000000187, 69.65276 ], [ 170.453450000000288, 70.09703 ], [ 173.643910000000261, 69.81743 ], [ 175.72403000000017, 69.877250000000231 ], [ 178.6, 69.4 ], [ 180.000000000000142, 68.963636363636567 ], [ 180.000000000000142, 64.979708702198451 ], [ 179.99281, 64.97433 ], [ 178.707200000000256, 64.53493 ], [ 177.411280000000176, 64.60821 ], [ 178.313000000000244, 64.07593 ], [ 178.908250000000152, 63.251970000000142 ], [ 179.37034, 62.98262 ], [ 179.48636, 62.56894 ], [ 179.228250000000145, 62.304100000000147 ], [ 177.3643, 62.5219 ], [ 174.569290000000223, 61.76915 ], [ 173.68013, 61.65261 ], [ 172.15, 60.95 ], [ 170.698500000000109, 60.33618 ], [ 170.330850000000368, 59.88177 ], [ 168.90046, 60.57355 ], [ 166.294980000000322, 59.788550000000214 ], [ 165.840000000000288, 60.16 ], [ 164.87674, 59.7316 ], [ 163.539290000000193, 59.86871 ], [ 163.217110000000247, 59.21101 ], [ 162.017330000000101, 58.24328 ], [ 162.05297, 57.83912 ], [ 163.19191, 57.615030000000104 ], [ 163.057940000000173, 56.159240000000125 ], [ 162.129580000000288, 56.12219 ], [ 161.70146, 55.285680000000156 ], [ 162.117490000000231, 54.85514 ], [ 160.368770000000353, 54.34433 ], [ 160.021730000000247, 53.20257 ], [ 158.530940000000243, 52.958680000000243 ], [ 158.23118, 51.94269 ], [ 156.789790000000295, 51.01105 ], [ 156.420000000000215, 51.7 ], [ 155.991820000000104, 53.15895 ], [ 155.433660000000174, 55.381030000000123 ], [ 155.91442000000032, 56.767920000000146 ], [ 156.75815, 57.3647 ], [ 156.810350000000113, 57.83204 ], [ 158.364330000000194, 58.05575 ], [ 160.150640000000152, 59.314770000000124 ], [ 161.87204, 60.343000000000131 ], [ 163.66969, 61.140900000000101 ], [ 164.473550000000131, 62.55061 ], [ 163.2584200000002, 62.46627 ], [ 162.65791, 61.6425 ], [ 160.121480000000105, 60.54423 ], [ 159.30232, 61.773960000000102 ], [ 156.720680000000101, 61.43442 ], [ 154.218060000000349, 59.758180000000124 ], [ 155.04375, 59.14495 ], [ 152.811850000000135, 58.88385 ], [ 151.265730000000332, 58.78089 ], [ 151.338150000000127, 59.50396 ], [ 149.78371, 59.655730000000148 ], [ 148.54481, 59.16448 ], [ 145.487220000000121, 59.33637 ], [ 142.197820000000235, 59.03998 ], [ 138.958480000000321, 57.08805 ], [ 135.12619, 54.72959 ], [ 136.70171, 54.603550000000126 ], [ 137.19342, 53.97732 ], [ 138.1647, 53.755010000000254 ], [ 138.80463, 54.254550000000108 ], [ 139.90151, 54.18968000000018 ], [ 141.34531, 53.089570000000123 ], [ 141.379230000000149, 52.23877 ], [ 140.597420000000199, 51.239670000000103 ], [ 140.51308, 50.045530000000127 ], [ 140.061930000000217, 48.446710000000166 ], [ 138.554720000000231, 46.99965 ], [ 138.21971, 46.30795 ], [ 136.86232, 45.143500000000188 ], [ 135.515350000000268, 43.989 ], [ 134.869390000000323, 43.39821 ], [ 133.536870000000278, 42.81147 ], [ 132.906270000000148, 42.798490000000101 ], [ 132.27807000000027, 43.284560000000113 ], [ 130.935870000000165, 42.55274 ], [ 130.780004853585098, 42.220010361082501 ], [ 130.780003660046788, 42.220007813203239 ], [ 130.78, 42.220000000000198 ], [ 130.779992316578358, 42.220009604277209 ], [ 130.640000000000185, 42.395 ], [ 130.639999706909663, 42.3950242752218 ], [ 130.633866408409887, 42.903014634770557 ], [ 131.14468794161499, 42.929989732426947 ], [ 131.288555129115622, 44.111519680348266 ], [ 131.025190000000265, 44.96796 ], [ 131.88345421765959, 45.321161607436522 ], [ 133.097120000000217, 45.14409 ], [ 133.769643996313079, 46.116926988299156 ], [ 134.112350000000191, 47.212480000000141 ], [ 134.50081, 47.578450000000146 ], [ 135.026311476786788, 48.478229885443909 ], [ 133.373595819228086, 48.183441677434928 ], [ 132.506690000000134, 47.78896 ], [ 130.987260000000191, 47.79013 ], [ 130.582293328982558, 48.729687404976204 ], [ 129.397817824420514, 49.440600084015529 ], [ 127.657400000000365, 49.76027 ], [ 127.287455682484989, 50.739797268265448 ], [ 126.939156528837856, 51.35389415140591 ], [ 126.564399041857001, 51.784255479532703 ], [ 125.946348911646368, 52.79279857035695 ], [ 125.068211297710519, 53.161044826868931 ], [ 123.57147, 53.4588 ], [ 122.245747918792944, 53.431725979213695 ], [ 121.003084751470311, 53.251401068731241 ], [ 120.177088657716951, 52.753886216841209 ], [ 120.725789015792003, 52.516226304730907 ], [ 120.7382, 51.96411 ], [ 120.182080000000184, 51.64355 ], [ 119.27939, 50.58292 ], [ 119.28846072802591, 50.142882798862047 ], [ 117.879244419426499, 49.510983384797044 ], [ 116.678800897286266, 49.888531399121405 ], [ 115.485695428531443, 49.805177313834747 ], [ 114.962109816550281, 50.140247300815133 ], [ 114.362456496235296, 50.248302720737485 ], [ 112.897739699354446, 49.543565375356991 ], [ 111.581230910286678, 49.377968248077764 ], [ 110.662010532678863, 49.130128078805853 ], [ 109.402449171996778, 49.292960516957692 ], [ 108.475167270951289, 49.282547715850711 ], [ 107.86817589725112, 49.793705145865886 ], [ 106.888804152455378, 50.27429596618029 ], [ 105.88659142458684, 50.406019192092259 ], [ 104.621580000000137, 50.275320000000164 ], [ 103.676545444760308, 50.089966132195144 ], [ 102.255890000000164, 50.510560000000112 ], [ 102.065210000000121, 51.259910000000104 ], [ 100.889480421962645, 51.516855780638423 ], [ 99.981732212323578, 51.634006252643957 ], [ 98.861490513100506, 52.047366034546712 ], [ 97.825739780674468, 51.01099518493325 ], [ 98.231761509191671, 50.422400621128816 ], [ 97.259760000000284, 49.72605 ], [ 95.81402000000017, 49.977460000000121 ], [ 94.815949334698843, 50.013433335970888 ], [ 94.147566359435672, 50.480536607457168 ], [ 93.10421, 50.49529 ], [ 92.23471154171969, 50.802170722041751 ], [ 90.713667433640722, 50.331811835321105 ], [ 88.805566847695587, 49.470520738312473 ], [ 87.751264276076739, 49.297197984405557 ], [ 87.359970330762764, 49.214980780629162 ], [ 86.829356723989719, 49.82667470966814 ], [ 85.5412699726825, 49.692858588248157 ], [ 85.11555952346211, 50.117302964877638 ], [ 84.416377394553166, 50.311399644565824 ], [ 83.935114780618932, 50.889245510453577 ], [ 83.383003778012466, 51.069182847693895 ], [ 81.945985548840014, 50.812195949906425 ], [ 80.568446893235517, 51.388336493528442 ], [ 80.035559523441776, 50.864750881547224 ], [ 77.800915561844334, 53.404414984747547 ], [ 76.525179477854778, 54.177003485727141 ], [ 76.891100294913514, 54.490524400441927 ], [ 74.384820000000133, 53.54685000000012 ], [ 73.425678745420527, 53.489810289109755 ], [ 73.508516066384431, 54.035616766976602 ], [ 72.224150018202209, 54.376655381886792 ], [ 71.180131056609497, 54.133285224008262 ], [ 70.865266554655165, 55.169733588270105 ], [ 69.068166945272907, 55.385250149143502 ], [ 68.169100376258911, 54.97039175070438 ], [ 65.666870000000159, 54.601250000000164 ], [ 65.178533563095954, 54.354227810272079 ], [ 61.436600000000141, 54.00625 ], [ 60.97806644068325, 53.664993394579142 ], [ 61.699986199800691, 52.979996446334269 ], [ 60.739993117114608, 52.719986477257748 ], [ 60.927268507740365, 52.447548326215099 ], [ 59.967533807215631, 51.96042043721576 ], [ 61.5880033710242, 51.272658799843185 ], [ 61.337424350841019, 50.799070136104262 ], [ 59.932807244715576, 50.842194118851836 ], [ 59.642282342370635, 50.545442206415714 ], [ 58.36332000000013, 51.06364 ], [ 56.77798, 51.04355 ], [ 55.716940000000108, 50.621710000000149 ], [ 54.532878452376252, 51.026239732459373 ], [ 52.328723585831057, 51.718652248738096 ], [ 50.766648390512245, 51.69276235615996 ], [ 48.702381626181051, 50.605128485712839 ], [ 48.577841424357615, 49.874759629915644 ], [ 47.549480421749394, 50.454698391311126 ], [ 46.751596307162828, 49.356005764353739 ], [ 47.043671502476599, 49.152038886097671 ], [ 46.466445753776298, 48.39415233010493 ], [ 47.315240000000159, 47.71585 ], [ 48.05725, 47.74377 ], [ 48.694733514201772, 47.075628160177985 ], [ 48.593250000000154, 46.561040000000105 ], [ 49.101160000000192, 46.399330000000106 ], [ 48.645410000000112, 45.80629 ], [ 47.67591, 45.641490000000118 ], [ 46.682010000000133, 44.609200000000101 ], [ 47.59094, 43.660160000000133 ], [ 47.49252, 42.98658 ], [ 48.584370000000177, 41.80888 ], [ 48.584353396113414, 41.808868791620654 ], [ 47.987283156126097, 41.405819200194315 ], [ 47.815665724484717, 41.151416124021353 ], [ 47.37331546406628, 41.219732367511227 ], [ 46.686070591016716, 41.827137152669906 ], [ 46.404950799348939, 41.86067515722732 ], [ 45.7764, 42.092440000000238 ], [ 45.470279168485803, 42.502780666670049 ], [ 44.537622918482072, 42.711992702803684 ], [ 43.931210000000107, 42.554960000000108 ], [ 43.755990000000196, 42.74083 ], [ 42.394400000000218, 43.2203 ], [ 40.922190000000199, 43.382150000000138 ], [ 40.076964959479852, 43.553104153002408 ], [ 39.955008579271038, 43.434997666999294 ], [ 38.68, 44.28 ], [ 37.539120000000111, 44.65721 ], [ 36.675460000000186, 45.24469 ], [ 37.40317, 45.404510000000101 ], [ 38.23295, 46.24087 ], [ 37.67372, 46.63657 ], [ 39.14767, 47.044750000000136 ], [ 39.12120000000013, 47.26336 ], [ 38.223538038899534, 47.102189846375978 ], [ 38.255112339029807, 47.546400458356885 ], [ 38.77057, 47.825620000000242 ], [ 39.738277622238996, 47.898937079452082 ], [ 39.89562000000015, 48.23241 ], [ 39.67465, 48.783820000000134 ], [ 40.080789015469435, 49.307429917999372 ], [ 40.069040000000115, 49.60105 ], [ 38.59498823421356, 49.926461900423732 ], [ 38.010631137857018, 49.915661526074729 ], [ 37.393459506995185, 50.383953355503678 ], [ 36.626167840325394, 50.225590928745135 ], [ 35.356116163888061, 50.577197374059153 ], [ 35.37791, 50.77394 ], [ 35.022183058417937, 51.207572333371502 ], [ 34.224815708154352, 51.25599315042902 ], [ 34.141978387190505, 51.566413479206204 ], [ 34.391730584457179, 51.768881740925906 ], [ 33.752699822735821, 52.33507457133166 ], [ 32.715760532367057, 52.238465481162166 ], [ 32.412058139787717, 52.288694973349777 ], [ 32.159440000000217, 52.061250000000115 ], [ 31.785992447555344, 52.101677569939653 ], [ 31.78597, 52.10168 ], [ 31.540018344862261, 52.742052313846443 ], [ 31.305200636528042, 53.073995876673308 ], [ 31.49764, 53.167430000000138 ], [ 32.304519484188319, 53.132726141972938 ], [ 32.693643019346126, 53.351420803432148 ], [ 32.405598585751164, 53.618045355842099 ], [ 31.731272820774592, 53.794029446012019 ], [ 31.791424187962406, 53.974638576872195 ], [ 31.384472283663825, 54.157056382862464 ], [ 30.757533807098781, 54.811770941784403 ], [ 30.971835971813249, 55.081547756564134 ], [ 30.873909132620071, 55.550976467503517 ], [ 29.896294386522442, 55.789463202530499 ], [ 29.37157189303079, 55.670090643936277 ], [ 29.229513380660393, 55.918344224666413 ], [ 28.176709425578025, 56.169129950578878 ], [ 27.855282016722498, 56.759326483784378 ], [ 27.770015903440992, 57.244258124411203 ], [ 27.28818484875157, 57.474528306703832 ], [ 27.71668582531575, 57.79189911562446 ], [ 27.420150000000177, 58.724570000000114 ], [ 28.131699253051835, 59.300825100330997 ], [ 27.98112, 59.47537 ], [ 27.981126857001101, 59.475373334325269 ], [ 29.1177, 60.02805 ], [ 28.070001921525716, 60.503519127968275 ], [ 28.07, 60.503520000000151 ], [ 30.211107212044539, 61.780027777749694 ], [ 31.139991082491036, 62.357692776124452 ], [ 31.51609215671121, 62.867687486412905 ], [ 30.035872430142803, 63.552813625738565 ], [ 30.44468468600374, 64.204453436939076 ], [ 29.544429559047018, 64.948671576590556 ], [ 30.21765, 65.80598 ], [ 29.054588657352355, 66.944286200622031 ], [ 29.977426385220696, 67.698297024192726 ], [ 28.445943637818772, 68.364612942164086 ], [ 28.59192955904328, 69.064776923286701 ], [ 29.39955, 69.156920000000184 ], [ 31.101042202597711, 69.558101088056191 ], [ 31.101080000000167, 69.55811 ], [ 32.132720000000319, 69.905950000000246 ], [ 33.775470000000126, 69.301420000000121 ], [ 36.51396, 69.06342 ], [ 40.292340000000223, 67.9324 ], [ 41.059870000000132, 67.45713 ], [ 41.125950000000245, 66.791580000000124 ], [ 40.01583, 66.266180000000134 ], [ 38.38295, 65.999530000000107 ], [ 33.918710000000175, 66.75961 ], [ 33.18444, 66.63253 ], [ 34.81477, 65.900150000000139 ], [ 34.878574253078824, 65.436212877048206 ], [ 34.943910000000216, 64.414370000000162 ], [ 36.23129, 64.10945 ], [ 37.012730000000175, 63.849830000000111 ], [ 37.141970000000157, 64.33471 ], [ 36.539579035089872, 64.76446 ], [ 37.176040000000199, 65.143220000000127 ], [ 39.59345, 64.520790000000176 ], [ 40.435600000000164, 64.76446 ], [ 39.762600000000162, 65.49682 ], [ 42.093090000000103, 66.47623 ], [ 43.016040000000174, 66.418580000000105 ], [ 43.949750000000137, 66.06908 ], [ 44.53226, 66.756340000000137 ], [ 43.69839, 67.35245 ], [ 44.187950000000143, 67.95051 ], [ 43.45282, 68.57079 ], [ 46.250000000000199, 68.25 ], [ 46.821340000000163, 67.68997 ], [ 45.55517, 67.56652 ], [ 45.562020000000103, 67.010050000000206 ], [ 46.349150000000151, 66.66767 ], [ 47.894160000000312, 66.884550000000161 ], [ 48.138760000000133, 67.52238 ], [ 50.227660000000157, 67.998670000000146 ], [ 53.717430000000178, 68.85738000000012 ], [ 54.47171, 68.80815 ], [ 53.485820000000132, 68.20131 ], [ 54.726280000000116, 68.09702 ], [ 55.442680000000138, 68.43866 ], [ 57.317020000000156, 68.46628 ], [ 58.802000000000277, 68.88082 ], [ 59.94142000000025, 68.278440000000103 ], [ 61.07784000000018, 68.94069 ], [ 60.03, 69.52 ], [ 60.55, 69.85 ], [ 63.504000000000161, 69.54739 ], [ 64.888115, 69.234835000000146 ], [ 68.512160000000137, 68.092330000000175 ], [ 69.18068, 68.615630000000124 ], [ 68.16444, 69.14436 ], [ 68.13522, 69.35649 ], [ 66.930080000000117, 69.45461 ], [ 67.25976, 69.92873 ], [ 66.724920000000139, 70.708890000000139 ], [ 66.69466, 71.028970000000243 ], [ 68.540060000000125, 71.934500000000241 ], [ 69.196360000000112, 72.84336000000016 ], [ 69.94, 73.040000000000134 ], [ 72.587540000000132, 72.776290000000103 ], [ 72.796030000000115, 72.22006 ], [ 71.848110000000162, 71.40898 ], [ 72.47011, 71.09019 ], [ 72.79188, 70.39114 ], [ 72.564700000000215, 69.02085 ], [ 73.667870000000136, 68.4079 ], [ 73.2387, 67.7404 ], [ 71.280000000000115, 66.320000000000164 ], [ 72.423010000000232, 66.172670000000181 ], [ 72.82077, 66.53267 ], [ 73.920990000000216, 66.789460000000105 ], [ 74.186510000000254, 67.28429 ], [ 75.052, 67.760470000000169 ], [ 74.469260000000219, 68.32899 ], [ 74.935840000000184, 68.98918 ], [ 73.84236, 69.07146 ], [ 73.601870000000218, 69.62763 ], [ 74.399800000000113, 70.63175 ], [ 73.1011, 71.447170000000256 ], [ 74.890820000000218, 72.12119 ], [ 74.65926, 72.83227 ], [ 75.158010000000246, 72.854970000000122 ], [ 75.68351, 72.300560000000132 ], [ 75.28898000000018, 71.33556 ], [ 76.35911, 71.152870000000149 ], [ 75.903130000000175, 71.87401 ], [ 77.576650000000114, 72.26717 ], [ 79.652020000000135, 72.32011 ], [ 81.5, 71.75 ], [ 80.610710000000182, 72.582850000000121 ], [ 80.51109, 73.6482 ], [ 82.250000000000142, 73.850000000000108 ], [ 84.65526, 73.805910000000182 ], [ 86.822300000000297, 73.93688 ], [ 86.00956, 74.459670000000159 ], [ 87.166820000000172, 75.11643 ], [ 88.315710000000166, 75.14393 ], [ 90.260000000000133, 75.64 ], [ 92.900580000000133, 75.77333 ], [ 93.234210000000218, 76.0472 ], [ 95.860000000000156, 76.1400000000001 ], [ 96.67821, 75.91548 ], [ 98.922540000000225, 76.44689 ], [ 100.759670000000227, 76.43028 ], [ 101.03532, 76.86189 ], [ 101.99084000000019, 77.287540000000206 ], [ 104.351600000000104, 77.69792 ], [ 106.066640000000149, 77.37389 ], [ 104.705000000000297, 77.1274 ], [ 106.970130000000182, 76.97419 ] ] ], [ [ [ 105.075470000000138, 78.30689 ], [ 99.43814, 77.921 ], [ 101.2649, 79.23399 ], [ 102.08635, 79.34641 ], [ 102.837815, 79.28129 ], [ 105.372430000000151, 78.71334 ], [ 105.075470000000138, 78.30689 ] ] ], [ [ [ 51.13618655783128, 80.547280178540944 ], [ 49.793684523320707, 80.415427761548216 ], [ 48.894411248577541, 80.339566758943704 ], [ 48.754936557821765, 80.175468248200843 ], [ 47.586119012244154, 80.010181179515342 ], [ 46.502825962109711, 80.247246812654367 ], [ 47.072455275262911, 80.559424140129465 ], [ 44.846958042181114, 80.589809882317184 ], [ 46.799138624871233, 80.771917629713641 ], [ 48.318477410684665, 80.784009914869955 ], [ 48.522806023966751, 80.514568996900152 ], [ 49.097189568890968, 80.753985907708426 ], [ 50.039767693894618, 80.918885403151819 ], [ 51.522932977103693, 80.69972565380192 ], [ 51.13618655783128, 80.547280178540944 ] ] ], [ [ [ 99.93976, 78.88094 ], [ 97.75794, 78.7562 ], [ 94.97259, 79.044745 ], [ 93.31288, 79.4265 ], [ 92.5454, 80.14379 ], [ 91.18107, 80.34146 ], [ 93.777660000000111, 81.0246 ], [ 95.940895, 81.2504 ], [ 97.88385, 80.746975 ], [ 100.186655, 79.780135 ], [ 99.93976, 78.88094 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Rwanda", "sov_a3": "RWA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Rwanda", "adm0_a3": "RWA", "geou_dif": 0.000000, "geounit": "Rwanda", "gu_a3": "RWA", "su_dif": 0.000000, "subunit": "Rwanda", "su_a3": "RWA", "brk_diff": 0.000000, "name": "Rwanda", "name_long": "Rwanda", "brk_a3": "RWA", "brk_name": "Rwanda", "brk_group": null, "abbrev": "Rwa.", "postal": "RW", "formal_en": "Republic of Rwanda", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Rwanda", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 2.000000, "mapcolor9": 3.000000, "mapcolor13": 10.000000, "pop_est": 10473282.000000, "gdp_md_est": 9706.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "RW", "iso_a3": "RWA", "iso_n3": "646", "un_a3": "646", "wb_a2": "RW", "wb_a3": "RWA", "woe_id": -99.000000, "adm0_a3_is": "RWA", "adm0_a3_us": "RWA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.419104852019331, -1.13465911215043 ], [ 30.816134881317822, -1.698914076345389 ], [ 30.758308953583224, -2.28725025798839 ], [ 30.469696079232989, -2.413857517103409 ], [ 30.469673645761276, -2.413854757101319 ], [ 29.938359002407964, -2.348486830254259 ], [ 29.632176141078588, -2.917857761246097 ], [ 29.024926385216787, -2.839257907730186 ], [ 29.117478875451553, -2.292211195488392 ], [ 29.254834832483397, -2.215109958508862 ], [ 29.29188683443661, -1.620055840667959 ], [ 29.579466180140884, -1.341313164885619 ], [ 29.821518588996099, -1.4433224422298 ], [ 30.419104852019331, -1.13465911215043 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 7.000000, "sovereignt": "Western Sahara", "sov_a3": "SAH", "adm0_dif": 0.000000, "level": 2.000000, "type": "Indeterminate", "admin": "Western Sahara", "adm0_a3": "SAH", "geou_dif": 0.000000, "geounit": "Western Sahara", "gu_a3": "SAH", "su_dif": 0.000000, "subunit": "Western Sahara", "su_a3": "SAH", "brk_diff": 1.000000, "name": "W. Sahara", "name_long": "Western Sahara", "brk_a3": "B28", "brk_name": "W. Sahara", "brk_group": null, "abbrev": "W. Sah.", "postal": "WS", "formal_en": "Sahrawi Arab Democratic Republic", "formal_fr": null, "note_adm0": "Self admin.", "note_brk": "Self admin.; Claimed by Morocco", "name_sort": "Western Sahara", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 7.000000, "mapcolor9": 4.000000, "mapcolor13": 4.000000, "pop_est": -99.000000, "gdp_md_est": -99.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "EH", "iso_a3": "ESH", "iso_n3": "732", "un_a3": "732", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "MAR", "adm0_a3_us": "SAH", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Middle East & North Africa", "name_len": 9.000000, "long_len": 14.000000, "abbrev_len": 7.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -8.665589565454752, 27.656425889592384 ], [ -8.665124477564149, 27.589479071558287 ], [ -8.684399786809053, 27.395744126896034 ], [ -8.6872936670174, 25.881056219988977 ], [ -11.969418911171118, 25.933352769468229 ], [ -11.937224493853279, 23.374594224536168 ], [ -12.874221564169574, 23.284832261645249 ], [ -13.118754441774712, 22.771220201096298 ], [ -12.929101935263532, 21.327070624267549 ], [ -16.845193650774007, 21.333323472574847 ], [ -17.063423224342614, 20.999752102130827 ], [ -17.020428432675686, 21.422310288981549 ], [ -17.002961798561074, 21.420734157796687 ], [ -14.750954555713406, 21.500600083903805 ], [ -14.630832688850944, 21.860939846274874 ], [ -14.221167771857154, 22.31016307218826 ], [ -13.891110398809047, 23.691009019459386 ], [ -12.50096269372537, 24.770116278578229 ], [ -12.030758836301573, 26.030866197203125 ], [ -11.718219773800342, 26.104091701760723 ], [ -11.39255489749695, 26.883423977154393 ], [ -10.551262579785288, 26.990807603456886 ], [ -10.189424200877454, 26.860944729107416 ], [ -9.735343390328751, 26.860944729107416 ], [ -9.413037482124423, 27.088476060488546 ], [ -8.794883999049063, 27.12069631602256 ], [ -8.817828334986643, 27.65642588959247 ], [ -8.817809007940554, 27.65642588959247 ], [ -8.665589565454752, 27.656425889592384 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Saudi Arabia", "sov_a3": "SAU", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Saudi Arabia", "adm0_a3": "SAU", "geou_dif": 0.000000, "geounit": "Saudi Arabia", "gu_a3": "SAU", "su_dif": 0.000000, "subunit": "Saudi Arabia", "su_a3": "SAU", "brk_diff": 0.000000, "name": "Saudi Arabia", "name_long": "Saudi Arabia", "brk_a3": "SAU", "brk_name": "Saudi Arabia", "brk_group": null, "abbrev": "Saud.", "postal": "SA", "formal_en": "Kingdom of Saudi Arabia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Saudi Arabia", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 1.000000, "mapcolor9": 6.000000, "mapcolor13": 7.000000, "pop_est": 28686633.000000, "gdp_md_est": 576500.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SA", "iso_a3": "SAU", "iso_n3": "682", "un_a3": "682", "wb_a2": "SA", "wb_a3": "SAU", "woe_id": -99.000000, "adm0_a3_is": "SAU", "adm0_a3_us": "SAU", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 12.000000, "long_len": 12.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 46.568713413281756, 29.099025173452276 ], [ 47.459821811722833, 29.002519436147253 ], [ 47.708850538937412, 28.526062730416157 ], [ 48.416094191283918, 28.55200429942667 ], [ 48.807594842327177, 27.689627997339898 ], [ 49.299554477745829, 27.461218166609854 ], [ 49.47091352722569, 27.109999294538056 ], [ 50.152422316290853, 26.689663194276022 ], [ 50.212935418504657, 26.277026882425417 ], [ 50.113303257045942, 25.943972276304265 ], [ 50.239858839728782, 25.608049628190969 ], [ 50.527386509000763, 25.327808335872163 ], [ 50.660556675016863, 24.999895534764079 ], [ 50.810108270069605, 24.754742539971375 ], [ 51.112415398977049, 24.556330878186742 ], [ 51.389607781790659, 24.627385972588115 ], [ 51.579518670463273, 24.245497137951133 ], [ 51.617707553926977, 24.014219265228832 ], [ 52.000733270074392, 23.001154486578912 ], [ 55.006803012924962, 22.496947536707154 ], [ 55.208341098863201, 22.7083299829971 ], [ 55.66665937685994, 22.000001125572311 ], [ 54.999981723862476, 19.999994004796122 ], [ 52.000009800022241, 19.000003363516072 ], [ 49.116671583864928, 18.616667588774931 ], [ 48.183343540241339, 18.166669216377329 ], [ 47.466694777217612, 17.116681626854898 ], [ 47.000004917189841, 16.949999294497417 ], [ 46.749994337761706, 17.283338120996206 ], [ 46.366658563020536, 17.23331533453765 ], [ 45.399999220568787, 17.333335069238586 ], [ 45.216651238797198, 17.433328965723319 ], [ 44.06261315285505, 17.410358791569621 ], [ 43.791518589052004, 17.319976711491137 ], [ 43.380794305196076, 17.579986680567657 ], [ 43.115797560403365, 17.088440456607401 ], [ 43.218375278502748, 16.666889960186467 ], [ 42.77933230975097, 16.347891343648683 ], [ 42.64957278826617, 16.774635321514978 ], [ 42.347989129410706, 17.075805568912017 ], [ 42.270887892431205, 17.474721787989097 ], [ 41.754381951673992, 17.833046169501017 ], [ 41.221391229015552, 18.67159963630121 ], [ 40.939341261566568, 19.486485297111756 ], [ 40.247652215339798, 20.174634507726552 ], [ 39.801684604660949, 20.338862209550086 ], [ 39.139399448408341, 21.29190481209298 ], [ 39.023695916506796, 21.986875311770234 ], [ 39.066328973147591, 22.57965566659027 ], [ 38.49277225114011, 23.688451036060883 ], [ 38.023860304523595, 24.078685614512978 ], [ 37.483634881344386, 24.285494696545044 ], [ 37.154817742671213, 24.858482977797365 ], [ 37.20949140803603, 25.084541530858132 ], [ 36.931627231602619, 25.602959499610193 ], [ 36.639603712721311, 25.826227525327283 ], [ 36.249136590323786, 26.570135606384952 ], [ 35.640181512196449, 27.376520494083422 ], [ 35.130186801907911, 28.063351955674676 ], [ 34.632336053207979, 28.058546047471566 ], [ 34.787778761541944, 28.607427273059727 ], [ 34.832220493313031, 28.957483425404888 ], [ 34.956037225084259, 29.356554673778845 ], [ 36.068940870922091, 29.197494615184468 ], [ 36.501214227043619, 29.505253607698734 ], [ 36.740527784987336, 29.865283311476162 ], [ 37.503581984209035, 30.003776150018439 ], [ 37.668119744626409, 30.338665269485887 ], [ 37.998848911294402, 30.50849986421315 ], [ 37.002165561681096, 31.508412990844818 ], [ 39.004885695152581, 32.010216986614978 ], [ 39.195468377444939, 32.16100881604271 ], [ 40.399994337736274, 31.88999176688796 ], [ 41.889980910007893, 31.190008653278397 ], [ 44.709498732284743, 29.178891099559394 ], [ 46.568713413281756, 29.099025173452276 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Sudan", "sov_a3": "SDN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Sudan", "adm0_a3": "SDN", "geou_dif": 0.000000, "geounit": "Sudan", "gu_a3": "SDN", "su_dif": 0.000000, "subunit": "Sudan", "su_a3": "SDN", "brk_diff": 0.000000, "name": "Sudan", "name_long": "Sudan", "brk_a3": "SDN", "brk_name": "Sudan", "brk_group": null, "abbrev": "Sudan", "postal": "SD", "formal_en": "Republic of the Sudan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Sudan", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 6.000000, "mapcolor9": 4.000000, "mapcolor13": 1.000000, "pop_est": 25946220.000000, "gdp_md_est": 88080.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SD", "iso_a3": "SDN", "iso_n3": "729", "un_a3": "729", "wb_a2": "SD", "wb_a3": "SDN", "woe_id": -99.000000, "adm0_a3_is": "SDN", "adm0_a3_us": "SDN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 36.75389, 16.29186 ], [ 36.32322, 14.82249 ], [ 36.42951, 14.42211 ], [ 36.27022, 13.563330000000121 ], [ 35.863630000000143, 12.57828 ], [ 35.26049, 12.08286 ], [ 34.831630000000104, 11.318960000000104 ], [ 34.731150000000156, 10.91017 ], [ 34.25745, 10.63009 ], [ 33.961620000000181, 9.58358000000014 ], [ 33.96339279497127, 9.464285229420625 ], [ 33.824963480907485, 9.484060845715362 ], [ 33.842130853028181, 9.981914637215979 ], [ 33.721959248183083, 10.325262079630178 ], [ 33.206938084561756, 10.720111638406578 ], [ 33.086766479716715, 11.44114126747651 ], [ 33.206938084561756, 12.179338268667109 ], [ 32.743419037302573, 12.248007757149978 ], [ 32.674749548819733, 12.024831919580762 ], [ 32.07389152459487, 11.973329803218562 ], [ 32.314234734284838, 11.681484477166563 ], [ 32.400071594888317, 11.080626452941544 ], [ 31.850715687025485, 10.531270545078812 ], [ 31.352861895524967, 9.810240916008709 ], [ 30.837840731903356, 9.707236683284563 ], [ 29.996639497988582, 10.290927335388744 ], [ 29.618957311332935, 10.084918869940211 ], [ 29.51595307860859, 9.793073543888028 ], [ 29.000931914987206, 9.604232450560346 ], [ 28.966597170745786, 9.398223985111628 ], [ 27.970889587744352, 9.398223985111628 ], [ 27.833550610778786, 9.604232450560346 ], [ 27.11252098170894, 9.63856719480161 ], [ 26.752006167173818, 9.46689347359451 ], [ 26.477328213242572, 9.552730334198145 ], [ 25.962307049621018, 10.136420986302412 ], [ 25.790633328414003, 10.411098940233728 ], [ 25.069603699343986, 10.273759963267977 ], [ 24.794925745412741, 9.810240916008709 ], [ 24.53741516360202, 8.917537565731763 ], [ 24.194067721187622, 8.728696472403911 ], [ 23.886979580860668, 8.619729712933037 ], [ 23.805813429466752, 8.666318874542526 ], [ 23.459012892356043, 8.954285793489007 ], [ 23.394779087017326, 9.265067857292308 ], [ 23.557249790142976, 9.681218166538756 ], [ 23.554304233502222, 10.089255275915306 ], [ 22.977543572692753, 10.714462591998597 ], [ 22.864165480244282, 11.142395127807617 ], [ 22.87622, 11.384610000000166 ], [ 22.50869, 11.67936 ], [ 22.49762, 12.26024 ], [ 22.28801, 12.64605 ], [ 21.93681, 12.588180000000193 ], [ 22.03759, 12.95546 ], [ 22.29658, 13.37232 ], [ 22.18329, 13.78648 ], [ 22.51202, 14.09318 ], [ 22.30351, 14.32682 ], [ 22.567950000000167, 14.944290000000123 ], [ 23.02459000000016, 15.680720000000122 ], [ 23.886890000000164, 15.61084 ], [ 23.837660000000142, 19.580470000000105 ], [ 23.850000000000193, 20.000000000000114 ], [ 25.000000000000171, 20.003040000000112 ], [ 25.0, 22.0 ], [ 29.02, 22.0 ], [ 32.9, 22.0 ], [ 36.86623, 22.0 ], [ 37.18872, 21.0188500000001 ], [ 36.96941, 20.837440000000129 ], [ 37.114700000000227, 19.80796 ], [ 37.481790000000188, 18.61409 ], [ 37.86276, 18.36786 ], [ 38.410089959473197, 17.998307399970315 ], [ 37.904, 17.42754 ], [ 37.16747, 17.263140000000107 ], [ 36.85253, 16.95655 ], [ 36.75389, 16.29186 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "South Sudan", "sov_a3": "SDS", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "South Sudan", "adm0_a3": "SDS", "geou_dif": 0.000000, "geounit": "South Sudan", "gu_a3": "SDS", "su_dif": 0.000000, "subunit": "South Sudan", "su_a3": "SDS", "brk_diff": 0.000000, "name": "S. Sudan", "name_long": "South Sudan", "brk_a3": "SDS", "brk_name": "S. Sudan", "brk_group": null, "abbrev": "S. Sud.", "postal": "SS", "formal_en": "Republic of South Sudan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "South Sudan", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 3.000000, "mapcolor9": 3.000000, "mapcolor13": 5.000000, "pop_est": 10625176.000000, "gdp_md_est": 13227.000000, "pop_year": -99.000000, "lastcensus": 2008.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SS", "iso_a3": "SSD", "iso_n3": "728", "un_a3": "728", "wb_a2": "SS", "wb_a3": "SSD", "woe_id": -99.000000, "adm0_a3_is": "SSD", "adm0_a3_us": "SDS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 8.000000, "long_len": 11.000000, "abbrev_len": 7.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.842130853028181, 9.981914637215979 ], [ 33.824963480907485, 9.484060845715362 ], [ 33.96339279497127, 9.464285229420625 ], [ 33.97498, 8.684560000000104 ], [ 33.825500000000119, 8.37916 ], [ 33.2948, 8.35458 ], [ 32.954180000000207, 7.784970000000158 ], [ 33.568290000000189, 7.71334 ], [ 34.075100000000162, 7.225950000000125 ], [ 34.25032000000013, 6.82607 ], [ 34.70702, 6.594220000000121 ], [ 35.298007118233073, 5.506 ], [ 34.620196267854027, 4.847122742082007 ], [ 34.005000000000138, 4.249884947362133 ], [ 33.39, 3.79 ], [ 32.68642, 3.79232 ], [ 31.881450000000115, 3.55827 ], [ 31.24556, 3.7819 ], [ 30.833852421715477, 3.509171604222416 ], [ 30.833850000000126, 3.50917 ], [ 29.95349000000013, 4.1737 ], [ 29.715995314255991, 4.600804755060125 ], [ 29.159078403446586, 4.389267279473245 ], [ 28.696677687298859, 4.45507721599698 ], [ 28.428993768027055, 4.287154649264565 ], [ 27.979977247842925, 4.408413397637375 ], [ 27.374226108517604, 5.233944403500061 ], [ 27.213409051225312, 5.550953477394671 ], [ 26.465909458123349, 5.94671743410187 ], [ 26.213418409945177, 6.546603298362186 ], [ 25.796647983511264, 6.979315904158142 ], [ 25.124130893664812, 7.500085150579494 ], [ 25.114932488716931, 7.825104071479231 ], [ 24.56736901215217, 8.229187933785468 ], [ 23.886979580860668, 8.619729712933037 ], [ 24.194067721187622, 8.728696472403911 ], [ 24.53741516360202, 8.917537565731763 ], [ 24.794925745412741, 9.810240916008709 ], [ 25.069603699343986, 10.273759963267977 ], [ 25.790633328414003, 10.411098940233728 ], [ 25.962307049621018, 10.136420986302412 ], [ 26.477328213242572, 9.552730334198145 ], [ 26.752006167173818, 9.46689347359451 ], [ 27.11252098170894, 9.63856719480161 ], [ 27.833550610778786, 9.604232450560346 ], [ 27.970889587744352, 9.398223985111628 ], [ 28.966597170745786, 9.398223985111628 ], [ 29.000931914987206, 9.604232450560346 ], [ 29.51595307860859, 9.793073543888028 ], [ 29.618957311332935, 10.084918869940211 ], [ 29.996639497988582, 10.290927335388744 ], [ 30.837840731903356, 9.707236683284563 ], [ 31.352861895524967, 9.810240916008709 ], [ 31.850715687025485, 10.531270545078812 ], [ 32.400071594888317, 11.080626452941544 ], [ 32.314234734284838, 11.681484477166563 ], [ 32.07389152459487, 11.973329803218562 ], [ 32.674749548819733, 12.024831919580762 ], [ 32.743419037302573, 12.248007757149978 ], [ 33.206938084561756, 12.179338268667109 ], [ 33.086766479716715, 11.44114126747651 ], [ 33.206938084561756, 10.720111638406578 ], [ 33.721959248183083, 10.325262079630178 ], [ 33.842130853028181, 9.981914637215979 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Senegal", "sov_a3": "SEN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Senegal", "adm0_a3": "SEN", "geou_dif": 0.000000, "geounit": "Senegal", "gu_a3": "SEN", "su_dif": 0.000000, "subunit": "Senegal", "su_a3": "SEN", "brk_diff": 0.000000, "name": "Senegal", "name_long": "Senegal", "brk_a3": "SEN", "brk_name": "Senegal", "brk_group": null, "abbrev": "Sen.", "postal": "SN", "formal_en": "Republic of Senegal", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Senegal", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 6.000000, "mapcolor9": 5.000000, "mapcolor13": 5.000000, "pop_est": 13711597.000000, "gdp_md_est": 21980.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SN", "iso_a3": "SEN", "iso_n3": "686", "un_a3": "686", "wb_a2": "SN", "wb_a3": "SEN", "woe_id": -99.000000, "adm0_a3_is": "SEN", "adm0_a3_us": "SEN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -12.170750291380301, 14.616834214735519 ], [ -12.124887457721201, 13.994727484589831 ], [ -11.927716030311615, 13.422075100147438 ], [ -11.55339779300536, 13.141213690641067 ], [ -11.467899135778481, 12.754518947800975 ], [ -11.513942836950548, 12.442987575729433 ], [ -11.658300950557901, 12.386582749882891 ], [ -12.203564825885593, 12.465647691289391 ], [ -12.278599005573483, 12.354440008997258 ], [ -12.499050665730493, 12.332089952031026 ], [ -13.217818162478267, 12.575873521367953 ], [ -13.700476040084283, 12.586182969610249 ], [ -15.54847693527401, 12.628170070847403 ], [ -15.816574266004238, 12.515567124883376 ], [ -16.147716844130599, 12.547761542201201 ], [ -16.677451951554559, 12.38485158940108 ], [ -16.841524624081217, 13.151393947802603 ], [ -15.931295945692199, 13.130284125211304 ], [ -15.691000535534982, 13.270353094938514 ], [ -15.511812506562904, 13.278569647672882 ], [ -15.141163295949411, 13.509511623585269 ], [ -14.712197231494628, 13.298206691943818 ], [ -14.277701788784555, 13.280585028532244 ], [ -13.844963344772424, 13.505041612192059 ], [ -14.046992356817441, 13.794067898000506 ], [ -14.376713833055732, 13.625680243377403 ], [ -14.68703080896853, 13.630356960499768 ], [ -15.081735398813834, 13.876491807505957 ], [ -15.398770310924448, 13.860368760630948 ], [ -15.624596320039984, 13.623587347869574 ], [ -16.713728807023472, 13.59495860437984 ], [ -17.126106736712558, 14.373515733289196 ], [ -17.625042690490659, 14.729540513564118 ], [ -17.185172898822202, 14.919477240452835 ], [ -16.700706346085866, 15.621527411354123 ], [ -16.463098110407884, 16.135036119038489 ], [ -16.120690070041917, 16.455662543193398 ], [ -15.623666144258692, 16.369337063049812 ], [ -15.13573727055882, 16.587282416240782 ], [ -14.577347581428967, 16.598263658102837 ], [ -14.09952145024215, 16.304302273010506 ], [ -13.435737677453034, 16.039383042866177 ], [ -12.830658331747458, 15.303691514542976 ], [ -12.170750291380301, 14.616834214735519 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Solomon Islands", "sov_a3": "SLB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Solomon Islands", "adm0_a3": "SLB", "geou_dif": 0.000000, "geounit": "Solomon Islands", "gu_a3": "SLB", "su_dif": 0.000000, "subunit": "Solomon Islands", "su_a3": "SLB", "brk_diff": 0.000000, "name": "Solomon Is.", "name_long": "Solomon Islands", "brk_a3": "SLB", "brk_name": "Solomon Is.", "brk_group": null, "abbrev": "S. Is.", "postal": "SB", "formal_en": null, "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Solomon Islands", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 6.000000, "pop_est": 595613.000000, "gdp_md_est": 1078.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SB", "iso_a3": "SLB", "iso_n3": "090", "un_a3": "090", "wb_a2": "SB", "wb_a3": "SLB", "woe_id": -99.000000, "adm0_a3_is": "SLB", "adm0_a3_us": "SLB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Melanesia", "region_wb": "East Asia & Pacific", "name_len": 11.000000, "long_len": 15.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 162.11902469304087, -10.482719008021135 ], [ 162.398645868172224, -10.826367282762121 ], [ 161.700032180018383, -10.820011081590238 ], [ 161.319796991214815, -10.204751478723125 ], [ 161.91738325423799, -10.446700534713656 ], [ 162.11902469304087, -10.482719008021135 ] ] ], [ [ [ 160.852228631838017, -9.872937106977005 ], [ 160.462588332357285, -9.895209649294841 ], [ 159.849447463214204, -9.794027194867368 ], [ 159.640002883135224, -9.639979750205271 ], [ 159.702944777666715, -9.242949720906779 ], [ 160.362956170898457, -9.400304457235549 ], [ 160.688517694337207, -9.610162448772826 ], [ 160.852228631838017, -9.872937106977005 ] ] ], [ [ [ 161.679981724289149, -9.599982191611375 ], [ 161.529396600590559, -9.784312025596449 ], [ 160.788253208660564, -8.91754322676492 ], [ 160.579997186524366, -8.320008640173967 ], [ 160.920028111004939, -8.320008640173967 ], [ 161.280006138349989, -9.120011488484451 ], [ 161.679981724289149, -9.599982191611375 ] ] ], [ [ [ 159.875027297198613, -8.337320244991716 ], [ 159.917401971678061, -8.538289890174866 ], [ 159.133677199539392, -8.1141814103554 ], [ 158.586113722974716, -7.754823500197716 ], [ 158.211149530264862, -7.421872246941149 ], [ 158.359977655265453, -7.320017998893931 ], [ 158.820001255527728, -7.560003350457393 ], [ 159.640002883135224, -8.020026950719569 ], [ 159.875027297198613, -8.337320244991716 ] ] ], [ [ [ 157.538425734689355, -7.347819919466943 ], [ 157.339419793933274, -7.404767347852555 ], [ 156.902030471014797, -7.176874281445407 ], [ 156.491357863591389, -6.765943291860395 ], [ 156.542827590153962, -6.59933847415148 ], [ 157.140000441718968, -7.021638278840655 ], [ 157.538425734689355, -7.347819919466943 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Sierra Leone", "sov_a3": "SLE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Sierra Leone", "adm0_a3": "SLE", "geou_dif": 0.000000, "geounit": "Sierra Leone", "gu_a3": "SLE", "su_dif": 0.000000, "subunit": "Sierra Leone", "su_a3": "SLE", "brk_diff": 0.000000, "name": "Sierra Leone", "name_long": "Sierra Leone", "brk_a3": "SLE", "brk_name": "Sierra Leone", "brk_group": null, "abbrev": "S.L.", "postal": "SL", "formal_en": "Republic of Sierra Leone", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Sierra Leone", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 1.000000, "mapcolor13": 7.000000, "pop_est": 6440053.000000, "gdp_md_est": 4285.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SL", "iso_a3": "SLE", "iso_n3": "694", "un_a3": "694", "wb_a2": "SL", "wb_a3": "SLE", "woe_id": -99.000000, "adm0_a3_is": "SLE", "adm0_a3_us": "SLE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 12.000000, "long_len": 12.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -10.23009355309128, 8.406205552601335 ], [ -10.695594855176438, 7.939464016141073 ], [ -11.146704270868412, 7.396706447779522 ], [ -11.199801805048281, 7.105845648624779 ], [ -11.438779466182069, 6.785916856305718 ], [ -11.708194545935697, 6.860098374860698 ], [ -12.42809892419379, 7.262942002792002 ], [ -12.949049038128209, 7.798645738145723 ], [ -13.124025437868454, 8.163946438016993 ], [ -13.246550258832457, 8.903048610871522 ], [ -12.711957566773009, 9.342711696810824 ], [ -12.596719122762153, 9.620188300001956 ], [ -12.425928514037565, 9.835834051955942 ], [ -12.150338100624936, 9.858571682164367 ], [ -11.91727739098863, 10.046983954300615 ], [ -11.117481248407302, 10.045872911006271 ], [ -10.839151984083287, 9.688246161330397 ], [ -10.622395188835043, 9.267910061068278 ], [ -10.654770473665849, 8.97717845299421 ], [ -10.494315151399576, 8.715540676300463 ], [ -10.505477260774683, 8.348896389189605 ], [ -10.23009355309128, 8.406205552601335 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "El Salvador", "sov_a3": "SLV", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "El Salvador", "adm0_a3": "SLV", "geou_dif": 0.000000, "geounit": "El Salvador", "gu_a3": "SLV", "su_dif": 0.000000, "subunit": "El Salvador", "su_a3": "SLV", "brk_diff": 0.000000, "name": "El Salvador", "name_long": "El Salvador", "brk_a3": "SLV", "brk_name": "El Salvador", "brk_group": null, "abbrev": "El. S.", "postal": "SV", "formal_en": "Republic of El Salvador", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "El Salvador", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 6.000000, "mapcolor13": 8.000000, "pop_est": 7185218.000000, "gdp_md_est": 43630.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SV", "iso_a3": "SLV", "iso_n3": "222", "un_a3": "222", "wb_a2": "SV", "wb_a3": "SLV", "woe_id": -99.000000, "adm0_a3_is": "SLV", "adm0_a3_us": "SLV", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Central America", "region_wb": "Latin America & Caribbean", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -87.793111131526473, 13.384480495655197 ], [ -87.904112108089464, 13.149016831917137 ], [ -88.483301561216791, 13.163951320849506 ], [ -88.843227912129663, 13.259733588102478 ], [ -89.256742723329296, 13.458532823129318 ], [ -89.81239356154768, 13.520622056527998 ], [ -90.095554572290922, 13.735337632700777 ], [ -90.064677903996596, 13.88196950932894 ], [ -89.721933966820728, 14.134228013561682 ], [ -89.534219326520514, 14.244815578666348 ], [ -89.587342698916586, 14.362586167859519 ], [ -89.353325975282786, 14.424132798719128 ], [ -89.05851192905763, 14.340029405164231 ], [ -88.843072882832701, 14.140506700085268 ], [ -88.541230841815917, 13.980154730683566 ], [ -88.503997972349595, 13.845485948130957 ], [ -88.065342576840067, 13.964625962779834 ], [ -87.859515347021585, 13.893312486217098 ], [ -87.723502977229288, 13.785050360565606 ], [ -87.793111131526473, 13.384480495655197 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Somaliland", "sov_a3": "SOL", "adm0_dif": 0.000000, "level": 2.000000, "type": "Indeterminate", "admin": "Somaliland", "adm0_a3": "SOL", "geou_dif": 0.000000, "geounit": "Somaliland", "gu_a3": "SOL", "su_dif": 0.000000, "subunit": "Somaliland", "su_a3": "SOL", "brk_diff": 1.000000, "name": "Somaliland", "name_long": "Somaliland", "brk_a3": "B30", "brk_name": "Somaliland", "brk_group": null, "abbrev": "Solnd.", "postal": "SL", "formal_en": "Republic of Somaliland", "formal_fr": null, "note_adm0": "Self admin.", "note_brk": "Self admin.; Claimed by Somalia", "name_sort": "Somaliland", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 6.000000, "mapcolor9": 5.000000, "mapcolor13": 2.000000, "pop_est": 3500000.000000, "gdp_md_est": 12250.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "-99", "iso_a3": "-99", "iso_n3": "-99", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "SOM", "adm0_a3_us": "SOM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 44.117803582542791, 10.445538438351591 ], [ 44.614259067570828, 10.442205308468999 ], [ 45.556940545439119, 10.698029486529762 ], [ 46.645401238803089, 10.816549383991173 ], [ 47.525657586462756, 11.12722809492999 ], [ 48.021596307167755, 11.193063869669743 ], [ 48.378783807169242, 11.375481675660112 ], [ 48.948206414593557, 11.410621649618506 ], [ 48.948204758509831, 11.410617281697981 ], [ 48.942005242718409, 11.394266058798138 ], [ 48.938491245322581, 10.982327378783467 ], [ 48.938232863161176, 9.973500067581483 ], [ 48.938129510296477, 9.451748968946646 ], [ 48.48673587422698, 8.837626247589995 ], [ 47.78942, 8.003 ], [ 46.948328484897928, 7.996876532417389 ], [ 43.67875, 9.183580000000106 ], [ 43.296975132018787, 9.540477403191787 ], [ 42.928120000000177, 10.021940000000114 ], [ 42.55876, 10.572580000000187 ], [ 42.776851841000934, 10.926878566934391 ], [ 43.145304803242169, 11.462039699748857 ], [ 43.470659620951636, 11.277709865763882 ], [ 43.666668328634813, 10.864169216348159 ], [ 44.117803582542791, 10.445538438351591 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Somalia", "sov_a3": "SOM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Somalia", "adm0_a3": "SOM", "geou_dif": 0.000000, "geounit": "Somalia", "gu_a3": "SOM", "su_dif": 0.000000, "subunit": "Somalia", "su_a3": "SOM", "brk_diff": 0.000000, "name": "Somalia", "name_long": "Somalia", "brk_a3": "SOM", "brk_name": "Somalia", "brk_group": null, "abbrev": "Som.", "postal": "SO", "formal_en": "Federal Republic of Somalia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Somalia", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 8.000000, "mapcolor9": 6.000000, "mapcolor13": 7.000000, "pop_est": 9832017.000000, "gdp_md_est": 5524.000000, "pop_year": -99.000000, "lastcensus": 1987.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SO", "iso_a3": "SOM", "iso_n3": "706", "un_a3": "706", "wb_a2": "SO", "wb_a3": "SOM", "woe_id": -99.000000, "adm0_a3_is": "SOM", "adm0_a3_us": "SOM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 41.58513, -1.68325 ], [ 40.993, -0.85829 ], [ 40.98105, 2.78452 ], [ 41.855083092644037, 3.918911920483751 ], [ 42.12861, 4.234130000000121 ], [ 42.769670000000104, 4.252590000000112 ], [ 43.66087, 4.957550000000126 ], [ 44.963600000000184, 5.00162 ], [ 47.78942, 8.003 ], [ 48.48673587422698, 8.837626247589995 ], [ 48.938129510296477, 9.451748968946646 ], [ 48.938232863161176, 9.973500067581483 ], [ 48.938491245322581, 10.982327378783467 ], [ 48.942005242718409, 11.394266058798138 ], [ 48.948204758509831, 11.410617281697981 ], [ 49.26776, 11.43033 ], [ 49.72862, 11.5789 ], [ 50.25878, 11.67957 ], [ 50.73202, 12.0219 ], [ 51.1112, 12.02464 ], [ 51.13387, 11.74815 ], [ 51.04153, 11.16651 ], [ 51.04531, 10.6409 ], [ 50.83418, 10.27972 ], [ 50.55239, 9.19874 ], [ 50.07092, 8.08173 ], [ 49.4527, 6.80466 ], [ 48.59455, 5.33911 ], [ 47.74079, 4.2194 ], [ 46.56476, 2.85529 ], [ 45.56399, 2.04576 ], [ 44.06815, 1.05283 ], [ 43.13597, 0.2922 ], [ 42.04157, -0.91916 ], [ 41.81095, -1.44647 ], [ 41.58513, -1.68325 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Republic of Serbia", "sov_a3": "SRB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Republic of Serbia", "adm0_a3": "SRB", "geou_dif": 0.000000, "geounit": "Republic of Serbia", "gu_a3": "SRB", "su_dif": 0.000000, "subunit": "Republic of Serbia", "su_a3": "SRB", "brk_diff": 0.000000, "name": "Serbia", "name_long": "Serbia", "brk_a3": "SRB", "brk_name": "Serbia", "brk_group": null, "abbrev": "Serb.", "postal": "RS", "formal_en": "Republic of Serbia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Serbia", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 3.000000, "mapcolor9": 2.000000, "mapcolor13": 10.000000, "pop_est": 7379339.000000, "gdp_md_est": 80340.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "RS", "iso_a3": "SRB", "iso_n3": "688", "un_a3": "688", "wb_a2": "YF", "wb_a3": "SRB", "woe_id": -99.000000, "adm0_a3_is": "SRB", "adm0_a3_us": "SRB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 21.483526238702296, 45.181170152357907 ], [ 21.562022739353722, 44.768947251965585 ], [ 22.145087924902896, 44.478422349620587 ], [ 22.459022251075993, 44.702517198254384 ], [ 22.70572553883747, 44.578002834647009 ], [ 22.474008416440654, 44.409227606781798 ], [ 22.657149692482989, 44.234923000661297 ], [ 22.410446404721625, 44.008063462899997 ], [ 22.500156691180337, 43.642814439461034 ], [ 22.986018507588483, 43.211161200527044 ], [ 22.604801466571359, 42.898518785161144 ], [ 22.436594679461393, 42.580321153324007 ], [ 22.54501183440965, 42.461362006188097 ], [ 22.380525750424681, 42.320259507815109 ], [ 21.917080000000141, 42.30364 ], [ 21.576635989402149, 42.245224397061861 ], [ 21.54332, 42.320250000000129 ], [ 21.66292, 42.43922 ], [ 21.77505, 42.6827 ], [ 21.63302, 42.67717 ], [ 21.43866, 42.86255 ], [ 21.27421, 42.90959 ], [ 21.143395, 43.068685000000158 ], [ 20.95651, 43.13094 ], [ 20.81448, 43.272050000000121 ], [ 20.63508, 43.21671 ], [ 20.49679, 42.88469 ], [ 20.25758, 42.812750000000136 ], [ 20.3398, 42.89852 ], [ 19.95857, 43.10604 ], [ 19.63, 43.213779970270593 ], [ 19.48389, 43.35229 ], [ 19.21852, 43.52384 ], [ 19.454, 43.568100000000157 ], [ 19.59976, 44.03847 ], [ 19.11761, 44.423070000000109 ], [ 19.36803, 44.863 ], [ 19.005480000000119, 44.86023 ], [ 19.005484597557654, 44.860234493542976 ], [ 19.39047570158462, 45.236515611342384 ], [ 19.072768995854176, 45.521511135432121 ], [ 18.829824792874007, 45.908872358025292 ], [ 18.82982, 45.90888 ], [ 19.596044549241668, 46.171729844744561 ], [ 20.220192498462893, 46.127468980486611 ], [ 20.762174920340016, 45.734573065771485 ], [ 20.87431277841344, 45.41637543393432 ], [ 21.483526238702296, 45.181170152357907 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Suriname", "sov_a3": "SUR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Suriname", "adm0_a3": "SUR", "geou_dif": 0.000000, "geounit": "Suriname", "gu_a3": "SUR", "su_dif": 0.000000, "subunit": "Suriname", "su_a3": "SUR", "brk_diff": 0.000000, "name": "Suriname", "name_long": "Suriname", "brk_a3": "SUR", "brk_name": "Suriname", "brk_group": null, "abbrev": "Sur.", "postal": "SR", "formal_en": "Republic of Suriname", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Suriname", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 7.000000, "mapcolor13": 6.000000, "pop_est": 481267.000000, "gdp_md_est": 4254.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SR", "iso_a3": "SUR", "iso_n3": "740", "un_a3": "740", "wb_a2": "SR", "wb_a3": "SUR", "woe_id": -99.000000, "adm0_a3_is": "SUR", "adm0_a3_us": "SUR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -55.033250291551724, 6.025291449401664 ], [ -53.958044603070931, 5.756548163267809 ], [ -54.478632981979217, 4.896755682795643 ], [ -54.399542202356542, 4.212611395683467 ], [ -54.006930508018968, 3.620037746592601 ], [ -54.181726040246247, 3.189779771330407 ], [ -54.269705166223133, 2.732391669115046 ], [ -54.524754197799751, 2.311848863123785 ], [ -55.09758744975511, 2.523748073736613 ], [ -55.569755011605992, 2.421506252447173 ], [ -55.973322109589333, 2.510363877772988 ], [ -56.073341844290269, 2.220794989425556 ], [ -55.905600145070906, 2.021995754398631 ], [ -55.995698004771754, 1.817667141116615 ], [ -56.539385748914583, 1.899522609866892 ], [ -57.150097825739891, 2.768926906745421 ], [ -57.281433478409667, 3.333491929534119 ], [ -57.601568976457884, 3.334654649260656 ], [ -58.044694383360621, 4.060863552258368 ], [ -57.860209520078683, 4.576801052260478 ], [ -57.914288906472137, 4.812626451024471 ], [ -57.307245856339506, 5.073566595882269 ], [ -57.147436489476888, 5.973149929219176 ], [ -55.949318406789757, 5.772877915871973 ], [ -55.841779751190415, 5.953125311706046 ], [ -55.033250291551724, 6.025291449401664 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Slovakia", "sov_a3": "SVK", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Slovakia", "adm0_a3": "SVK", "geou_dif": 0.000000, "geounit": "Slovakia", "gu_a3": "SVK", "su_dif": 0.000000, "subunit": "Slovakia", "su_a3": "SVK", "brk_diff": 0.000000, "name": "Slovakia", "name_long": "Slovakia", "brk_a3": "SVK", "brk_name": "Slovakia", "brk_group": null, "abbrev": "Svk.", "postal": "SK", "formal_en": "Slovak Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Slovak Republic", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 4.000000, "mapcolor9": 4.000000, "mapcolor13": 9.000000, "pop_est": 5463046.000000, "gdp_md_est": 119500.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SK", "iso_a3": "SVK", "iso_n3": "703", "un_a3": "703", "wb_a2": "SK", "wb_a3": "SVK", "woe_id": -99.000000, "adm0_a3_is": "SVK", "adm0_a3_us": "SVK", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.558137648211755, 49.085738023467144 ], [ 22.280841912533589, 48.825392157580694 ], [ 22.085608351334855, 48.422264309271753 ], [ 21.872236362401765, 48.319970811550036 ], [ 20.801293979584926, 48.62385407164237 ], [ 20.473562045989894, 48.562850043321845 ], [ 20.239054396249401, 48.327567247096937 ], [ 19.769470656013141, 48.202691148463657 ], [ 19.661363559658525, 48.266614895208619 ], [ 19.174364861739946, 48.111378892603881 ], [ 18.777024773847728, 48.081768296900663 ], [ 18.696512892336955, 47.880953681014404 ], [ 17.857132602620055, 47.758428860050373 ], [ 17.48847293464982, 47.867466132186195 ], [ 16.979666782304008, 48.123497015976284 ], [ 16.879982944413001, 48.470013332709527 ], [ 16.960288120194633, 48.596982326850565 ], [ 17.10198489753887, 48.816968899117086 ], [ 17.545006951577136, 48.80001902932537 ], [ 17.886484816161811, 48.903475246773723 ], [ 17.913511590250494, 48.996492824899093 ], [ 18.104972771891852, 49.04398346617532 ], [ 18.170498488037964, 49.271514797556478 ], [ 18.399993523846177, 49.315000515330098 ], [ 18.554971144289482, 49.495015367218798 ], [ 18.853144158613674, 49.496229763377642 ], [ 18.909574822676319, 49.435845852244597 ], [ 19.320712517990472, 49.571574001659258 ], [ 19.825022820726872, 49.217125352569184 ], [ 20.415839471119824, 49.431453355499769 ], [ 20.887955356538413, 49.32877228453583 ], [ 21.607808058364242, 49.470107326854048 ], [ 22.558137648211755, 49.085738023467144 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Slovenia", "sov_a3": "SVN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Slovenia", "adm0_a3": "SVN", "geou_dif": 0.000000, "geounit": "Slovenia", "gu_a3": "SVN", "su_dif": 0.000000, "subunit": "Slovenia", "su_a3": "SVN", "brk_diff": 0.000000, "name": "Slovenia", "name_long": "Slovenia", "brk_a3": "SVN", "brk_name": "Slovenia", "brk_group": null, "abbrev": "Slo.", "postal": "SLO", "formal_en": "Republic of Slovenia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Slovenia", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 3.000000, "mapcolor9": 2.000000, "mapcolor13": 12.000000, "pop_est": 2005692.000000, "gdp_md_est": 59340.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SI", "iso_a3": "SVN", "iso_n3": "705", "un_a3": "705", "wb_a2": "SI", "wb_a3": "SVN", "woe_id": -99.000000, "adm0_a3_is": "SVN", "adm0_a3_us": "SVN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Southern Europe", "region_wb": "Europe & Central Asia", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 16.564808383864886, 46.503750922219837 ], [ 15.76873294440864, 46.238108222023556 ], [ 15.67152957526767, 45.834153550797907 ], [ 15.32395389167246, 45.731782538427723 ], [ 15.327674594797429, 45.452316392593332 ], [ 14.93524376797302, 45.47169505470282 ], [ 14.595109490627948, 45.634940904312856 ], [ 14.411968214585528, 45.466165676447446 ], [ 13.71505984869728, 45.500323798192454 ], [ 13.937630242578336, 45.591015936864665 ], [ 13.698109978905478, 46.016778062517346 ], [ 13.806475457421556, 46.509306138691187 ], [ 14.632471551174831, 46.431817328469549 ], [ 15.137091912504985, 46.658702704447023 ], [ 16.011663852612656, 46.683610744811688 ], [ 16.202298211337393, 46.852385972677013 ], [ 16.370504998447444, 46.841327216166547 ], [ 16.564808383864886, 46.503750922219837 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Sweden", "sov_a3": "SWE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Sweden", "adm0_a3": "SWE", "geou_dif": 0.000000, "geounit": "Sweden", "gu_a3": "SWE", "su_dif": 0.000000, "subunit": "Sweden", "su_a3": "SWE", "brk_diff": 0.000000, "name": "Sweden", "name_long": "Sweden", "brk_a3": "SWE", "brk_name": "Sweden", "brk_group": null, "abbrev": "Swe.", "postal": "S", "formal_en": "Kingdom of Sweden", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Sweden", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 4.000000, "mapcolor9": 2.000000, "mapcolor13": 4.000000, "pop_est": 9059651.000000, "gdp_md_est": 344300.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "1. High income: OECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SE", "iso_a3": "SWE", "iso_n3": "752", "un_a3": "752", "wb_a2": "SE", "wb_a3": "SWE", "woe_id": -99.000000, "adm0_a3_is": "SWE", "adm0_a3_us": "SWE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Northern Europe", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.903378533633827, 66.006927395279632 ], [ 22.18317345550193, 65.723740546320187 ], [ 21.21351687997722, 65.02600535751526 ], [ 21.369631381930958, 64.413587958424301 ], [ 19.778875766690248, 63.609554348395022 ], [ 17.847779168375212, 62.749400132896852 ], [ 17.119554884518152, 61.341165676510997 ], [ 17.831346062906391, 60.63658336042738 ], [ 18.787721795332146, 60.081914374422581 ], [ 17.86922488777634, 58.953766181058768 ], [ 16.829185011470116, 58.719826972073434 ], [ 16.447709588291474, 57.041118069071928 ], [ 15.87978559740381, 56.104301866268713 ], [ 14.666681349352103, 56.200885118222203 ], [ 14.100721062891523, 55.407781073622687 ], [ 12.942910597392114, 55.361737372450648 ], [ 12.625100538797085, 56.30708018658197 ], [ 11.787942335668674, 57.441817125063096 ], [ 11.027368605196926, 58.856149400459401 ], [ 11.468271925511146, 59.432393296946003 ], [ 12.300365838274899, 60.11793284773006 ], [ 12.631146681375242, 61.2935716823701 ], [ 11.99206424322162, 61.800362453856565 ], [ 11.930569288794231, 63.128317572676991 ], [ 12.579935336973932, 64.066218980558347 ], [ 13.57191613124877, 64.049114081469753 ], [ 13.919905226302177, 64.445420640716122 ], [ 13.555689731509091, 64.787027696381557 ], [ 15.108411492583059, 66.193866889095517 ], [ 16.108712192456835, 67.302455552836875 ], [ 16.768878614985539, 68.013936672631473 ], [ 17.729181756265348, 68.01055186631632 ], [ 17.99386844246439, 68.567391262477344 ], [ 19.878559604581255, 68.407194322372618 ], [ 20.025268995857886, 69.065138658312719 ], [ 20.645592889089585, 69.10624726020086 ], [ 21.978534783626174, 68.616845608180739 ], [ 23.539473097434438, 67.936008612735236 ], [ 23.565879754335555, 66.396050930437411 ], [ 23.903378533633827, 66.006927395279632 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Swaziland", "sov_a3": "SWZ", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Swaziland", "adm0_a3": "SWZ", "geou_dif": 0.000000, "geounit": "Swaziland", "gu_a3": "SWZ", "su_dif": 0.000000, "subunit": "Swaziland", "su_a3": "SWZ", "brk_diff": 0.000000, "name": "Swaziland", "name_long": "Swaziland", "brk_a3": "SWZ", "brk_name": "Swaziland", "brk_group": null, "abbrev": "Swz.", "postal": "SW", "formal_en": "Kingdom of Swaziland", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Swaziland", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 5.000000, "pop_est": 1123913.000000, "gdp_md_est": 5702.000000, "pop_year": -99.000000, "lastcensus": 2007.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SZ", "iso_a3": "SWZ", "iso_n3": "748", "un_a3": "748", "wb_a2": "SZ", "wb_a3": "SWZ", "woe_id": -99.000000, "adm0_a3_is": "SWZ", "adm0_a3_us": "SWZ", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Southern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.837777947728085, -25.84333180105132 ], [ 31.985779249811998, -26.291779880480178 ], [ 32.071665480281098, -26.733820082304945 ], [ 31.868060337051105, -27.177927341421267 ], [ 31.282773064913357, -27.285879408479019 ], [ 30.685961948374455, -26.743845310169519 ], [ 30.67660851412964, -26.398078301704601 ], [ 30.949666782359913, -26.022649021104101 ], [ 31.044079624157206, -25.731452325139429 ], [ 31.333157586397959, -25.6601905250089 ], [ 31.837777947728085, -25.84333180105132 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Syria", "sov_a3": "SYR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Syria", "adm0_a3": "SYR", "geou_dif": 0.000000, "geounit": "Syria", "gu_a3": "SYR", "su_dif": 0.000000, "subunit": "Syria", "su_a3": "SYR", "brk_diff": 0.000000, "name": "Syria", "name_long": "Syria", "brk_a3": "SYR", "brk_name": "Syria", "brk_group": null, "abbrev": "Syria", "postal": "SYR", "formal_en": "Syrian Arab Republic", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Syrian Arab Republic", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 6.000000, "pop_est": 20178485.000000, "gdp_md_est": 98830.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "SY", "iso_a3": "SYR", "iso_n3": "760", "un_a3": "760", "wb_a2": "SY", "wb_a3": "SYR", "woe_id": -99.000000, "adm0_a3_is": "SYR", "adm0_a3_us": "SYR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 38.792340529136112, 33.378686428352296 ], [ 36.834062127435544, 32.312937526980789 ], [ 35.719918247222807, 32.709192409794866 ], [ 35.700797967274781, 32.716013698857438 ], [ 35.836396925608682, 32.86812327730857 ], [ 35.821100701650295, 33.277426459276342 ], [ 36.066460402172055, 33.82491242119255 ], [ 36.611750115715921, 34.201788641897224 ], [ 36.448194207512159, 34.59393524834411 ], [ 35.998402540843671, 34.644914048799961 ], [ 35.905023227692283, 35.410009467097325 ], [ 36.149762811026591, 35.821534735653671 ], [ 36.41755008316315, 36.040616970355103 ], [ 36.68538903173183, 36.259699205056506 ], [ 36.739494256341487, 36.817520453431115 ], [ 37.066761102045831, 36.623036200500621 ], [ 38.167727492024284, 36.901210435527787 ], [ 38.699891391765988, 36.712927354472413 ], [ 39.522580193852633, 36.716053778626019 ], [ 40.673259311695716, 37.091276353497364 ], [ 41.212089471203029, 37.074352321921737 ], [ 42.349591098811771, 37.229872544904111 ], [ 41.837064243340961, 36.605853786763646 ], [ 41.289707472505455, 36.358814602192268 ], [ 41.383965285005871, 35.628316555314399 ], [ 41.006158888519991, 34.419372260062175 ], [ 38.792340529136112, 33.378686428352296 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Chad", "sov_a3": "TCD", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Chad", "adm0_a3": "TCD", "geou_dif": 0.000000, "geounit": "Chad", "gu_a3": "TCD", "su_dif": 0.000000, "subunit": "Chad", "su_a3": "TCD", "brk_diff": 0.000000, "name": "Chad", "name_long": "Chad", "brk_a3": "TCD", "brk_name": "Chad", "brk_group": null, "abbrev": "Chad", "postal": "TD", "formal_en": "Republic of Chad", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Chad", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 1.000000, "mapcolor9": 8.000000, "mapcolor13": 6.000000, "pop_est": 10329208.000000, "gdp_md_est": 15860.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TD", "iso_a3": "TCD", "iso_n3": "148", "un_a3": "148", "wb_a2": "TD", "wb_a3": "TCD", "woe_id": -99.000000, "adm0_a3_is": "TCD", "adm0_a3_us": "TCD", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Middle Africa", "region_wb": "Sub-Saharan Africa", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 23.837660000000142, 19.580470000000105 ], [ 23.886890000000164, 15.61084 ], [ 23.02459000000016, 15.680720000000122 ], [ 22.567950000000167, 14.944290000000123 ], [ 22.30351, 14.32682 ], [ 22.51202, 14.09318 ], [ 22.18329, 13.78648 ], [ 22.29658, 13.37232 ], [ 22.03759, 12.95546 ], [ 21.93681, 12.588180000000193 ], [ 22.28801, 12.64605 ], [ 22.49762, 12.26024 ], [ 22.50869, 11.67936 ], [ 22.87622, 11.384610000000166 ], [ 22.864165480244282, 11.142395127807617 ], [ 22.231129184668845, 10.971888739460582 ], [ 21.723821648859598, 10.567055568886019 ], [ 21.000868361096252, 9.475985215691551 ], [ 20.059685499764328, 9.012706000194896 ], [ 19.094008009526135, 9.074846910025869 ], [ 18.81200971850933, 8.98291453697864 ], [ 18.911021762780592, 8.63089468020641 ], [ 18.389554884523278, 8.281303615751852 ], [ 17.964929640380944, 7.890914008002966 ], [ 16.70598839688634, 7.508327541529965 ], [ 16.45618452318746, 7.734773667832954 ], [ 16.290561557691944, 7.754307359239391 ], [ 16.106231723706799, 7.497087917506562 ], [ 15.279460483469165, 7.421924546737998 ], [ 15.436091749745799, 7.692812404811988 ], [ 15.120865512765391, 8.382150173369496 ], [ 14.979995558337748, 8.796104234243529 ], [ 14.544466586981912, 8.96586131432224 ], [ 13.95421837734412, 9.549494940626687 ], [ 14.17146609869917, 10.021378282100017 ], [ 14.627200555081089, 9.920919297724581 ], [ 14.909353875394856, 9.992129421422732 ], [ 15.467872755605327, 9.982336737503502 ], [ 14.923564894275103, 10.891325181517516 ], [ 14.960151808337656, 11.555574042197222 ], [ 14.89336, 12.21905 ], [ 14.495787387762959, 12.859396267137413 ], [ 14.595781284247607, 13.330426947477832 ], [ 13.954476759505667, 13.353448798063809 ], [ 13.956698846094184, 13.996691189016985 ], [ 13.540393507550789, 14.367133693901209 ], [ 13.97217, 15.68437 ], [ 15.247731154041844, 16.627305813050782 ], [ 15.300441114979776, 17.927949937404975 ], [ 15.685740594147802, 19.957180080642445 ], [ 15.903246697664372, 20.387618923417506 ], [ 15.487148064850146, 20.730414537025695 ], [ 15.471060000000136, 21.04845 ], [ 15.096887648181848, 21.308518785074966 ], [ 14.8513, 22.862950000000126 ], [ 15.860850000000141, 23.40972 ], [ 19.84926, 21.49509 ], [ 23.837660000000142, 19.580470000000105 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 6.000000, "sovereignt": "Togo", "sov_a3": "TGO", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Togo", "adm0_a3": "TGO", "geou_dif": 0.000000, "geounit": "Togo", "gu_a3": "TGO", "su_dif": 0.000000, "subunit": "Togo", "su_a3": "TGO", "brk_diff": 0.000000, "name": "Togo", "name_long": "Togo", "brk_a3": "TGO", "brk_name": "Togo", "brk_group": null, "abbrev": "Togo", "postal": "TG", "formal_en": "Togolese Republic", "formal_fr": "République Togolaise", "note_adm0": null, "note_brk": null, "name_sort": "Togo", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 1.000000, "mapcolor9": 3.000000, "mapcolor13": 5.000000, "pop_est": 6019877.000000, "gdp_md_est": 5118.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TG", "iso_a3": "TGO", "iso_n3": "768", "un_a3": "768", "wb_a2": "TG", "wb_a3": "TGO", "woe_id": -99.000000, "adm0_a3_is": "TGO", "adm0_a3_us": "TGO", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Western Africa", "region_wb": "Sub-Saharan Africa", "name_len": 4.000000, "long_len": 4.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.899563022474126, 10.997339382364316 ], [ 0.772335646171456, 10.470808213742359 ], [ 1.077795037448738, 10.175606594275081 ], [ 1.425060662450136, 9.825395412633057 ], [ 1.46304284018467, 9.33462433515713 ], [ 1.664477573258409, 9.128590399609408 ], [ 1.618950636409267, 6.832038072126238 ], [ 1.865240512712319, 6.142157701029745 ], [ 1.060121697604984, 5.928837388528848 ], [ 0.836931186536361, 6.279978745952164 ], [ 0.570384148774821, 6.914358628767218 ], [ 0.490957472342302, 7.411744289576475 ], [ 0.712029249686879, 8.312464504423815 ], [ 0.46119184734215, 8.677222601756 ], [ 0.365900506195942, 9.465003973829496 ], [ 0.367579990245389, 10.191212876827208 ], [ -0.049784715159888, 10.706917832883974 ], [ 0.023802524423729, 11.01868174890086 ], [ 0.899563022474126, 10.997339382364316 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Thailand", "sov_a3": "THA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Thailand", "adm0_a3": "THA", "geou_dif": 0.000000, "geounit": "Thailand", "gu_a3": "THA", "su_dif": 0.000000, "subunit": "Thailand", "su_a3": "THA", "brk_diff": 0.000000, "name": "Thailand", "name_long": "Thailand", "brk_a3": "THA", "brk_name": "Thailand", "brk_group": null, "abbrev": "Thai.", "postal": "TH", "formal_en": "Kingdom of Thailand", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Thailand", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 6.000000, "mapcolor9": 8.000000, "mapcolor13": 1.000000, "pop_est": 65905410.000000, "gdp_md_est": 547400.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TH", "iso_a3": "THA", "iso_n3": "764", "un_a3": "764", "wb_a2": "TH", "wb_a3": "THA", "woe_id": -99.000000, "adm0_a3_is": "THA", "adm0_a3_us": "THA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 105.218776890078942, 14.273211778210722 ], [ 104.2814180847366, 14.416743068901368 ], [ 102.988422072361715, 14.225721136934496 ], [ 102.348099399832989, 13.394247341358238 ], [ 102.584932489026727, 12.186594956913325 ], [ 101.687157830819928, 12.645740057826586 ], [ 100.831809523524925, 12.627084865769248 ], [ 100.978467238369234, 13.412721665902609 ], [ 100.097797479251113, 13.406856390837433 ], [ 100.018732537844556, 12.307001044153409 ], [ 99.47892052612363, 10.846366685423533 ], [ 99.153772414143219, 9.963061428258598 ], [ 99.222398716226763, 9.239255479362456 ], [ 99.87383182169819, 9.207862046745149 ], [ 100.279646844486223, 8.295152899606066 ], [ 100.459274123132758, 7.429572658717191 ], [ 101.017327915452796, 6.856868597842507 ], [ 101.623079054778117, 6.740622463401905 ], [ 102.141186964936452, 6.221636053894656 ], [ 101.814281854258041, 5.810808417174229 ], [ 101.154218784593894, 5.691384182147715 ], [ 101.075515578213441, 6.204867051615892 ], [ 100.259596388756989, 6.642824815289572 ], [ 100.085756870527092, 6.464489447450276 ], [ 99.690690545655769, 6.848212795433639 ], [ 99.519641554769663, 7.343453884302775 ], [ 98.988252801512289, 7.907993068875371 ], [ 98.503786248776038, 8.382305202666274 ], [ 98.339661899817003, 7.794511623562443 ], [ 98.150009393305794, 8.350007432483864 ], [ 98.259150018306315, 8.973922837759844 ], [ 98.553550653073074, 9.932959906448602 ], [ 99.038120558673967, 10.960545762572409 ], [ 99.587286004639708, 11.892762762901739 ], [ 99.196353794351666, 12.804748439988686 ], [ 99.212011753336157, 13.269293728076462 ], [ 99.097755161538799, 13.827502549693264 ], [ 98.430819126379873, 14.622027696180865 ], [ 98.192074009191373, 15.123702500870365 ], [ 98.537375929765773, 15.308497422746115 ], [ 98.903348423256801, 16.177824204976162 ], [ 98.493761020911364, 16.837835598207903 ], [ 97.859122755934862, 17.567946071843636 ], [ 97.375896437573573, 18.445437730375858 ], [ 97.797782830804437, 18.627080389881797 ], [ 98.25372399291561, 19.708203029860101 ], [ 98.959675734454862, 19.752980658440919 ], [ 99.543309360759309, 20.186597601802077 ], [ 100.115987583417876, 20.417849636308205 ], [ 100.548881056726913, 20.109237982661114 ], [ 100.606293573003228, 19.508344427971196 ], [ 101.282014601651753, 19.462584947176794 ], [ 101.035931431077842, 18.408928330961601 ], [ 101.059547560635195, 17.51249725999449 ], [ 102.113591750092525, 18.109101670804137 ], [ 102.413004998791649, 17.932781683824317 ], [ 102.998705682387737, 17.961694647691672 ], [ 103.20019209189374, 18.309632066312787 ], [ 103.956476678485359, 18.240954087796894 ], [ 104.71694705609255, 17.42885895433011 ], [ 104.779320509868882, 16.441864935771463 ], [ 105.589038527450185, 15.570316066952927 ], [ 105.54433841351775, 14.723933620660461 ], [ 105.218776890078942, 14.273211778210722 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Tajikistan", "sov_a3": "TJK", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Tajikistan", "adm0_a3": "TJK", "geou_dif": 0.000000, "geounit": "Tajikistan", "gu_a3": "TJK", "su_dif": 0.000000, "subunit": "Tajikistan", "su_a3": "TJK", "brk_diff": 0.000000, "name": "Tajikistan", "name_long": "Tajikistan", "brk_a3": "TJK", "brk_name": "Tajikistan", "brk_group": null, "abbrev": "Tjk.", "postal": "TJ", "formal_en": "Republic of Tajikistan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Tajikistan", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 5.000000, "pop_est": 7349145.000000, "gdp_md_est": 13160.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TJ", "iso_a3": "TJK", "iso_n3": "762", "un_a3": "762", "wb_a2": "TJ", "wb_a3": "TJK", "woe_id": -99.000000, "adm0_a3_is": "TJK", "adm0_a3_us": "TJK", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 71.01419803252017, 40.244365546218205 ], [ 70.648018833299972, 39.935753892571228 ], [ 69.559609816368521, 40.103211371413039 ], [ 69.46488691597753, 39.526683254548715 ], [ 70.549161818325587, 39.604197902986556 ], [ 71.784693637992092, 39.27946320246437 ], [ 73.675379266254794, 39.431236884105658 ], [ 73.928852166646465, 38.50581533462281 ], [ 74.257514276022818, 38.60650686294349 ], [ 74.864815708316854, 38.378846340481573 ], [ 74.829985792952158, 37.990007025701459 ], [ 74.980002475895418, 37.419990139305867 ], [ 73.948695916646585, 37.421566270490814 ], [ 73.260055779925011, 37.495256862939016 ], [ 72.636889682917257, 37.047558091778399 ], [ 72.193040805962454, 36.948287665345703 ], [ 71.844638299450565, 36.738171291646893 ], [ 71.448693475230215, 37.065644843080577 ], [ 71.541917759084839, 37.905774441065716 ], [ 71.239403924448226, 37.953265082341943 ], [ 71.348131137990293, 38.258905341132191 ], [ 70.806820509732944, 38.486281643216444 ], [ 70.376304152309359, 38.138395901027508 ], [ 70.270574171840138, 37.73516469985401 ], [ 70.116578403610305, 37.588222764632121 ], [ 69.518785434858017, 37.608996690413392 ], [ 69.196272820924406, 37.151143500307427 ], [ 68.859445835246021, 37.34433584243061 ], [ 68.135562371701468, 37.023115139304338 ], [ 67.829999627559545, 37.144994004864714 ], [ 68.392032505165986, 38.157025254868756 ], [ 68.176025018185982, 38.901553453113905 ], [ 67.442219679641283, 39.140143541005472 ], [ 67.701428664017357, 39.580478420564532 ], [ 68.536416456989429, 39.533452867178909 ], [ 69.011632928345506, 40.086158148756738 ], [ 69.329494663372856, 40.727824408524867 ], [ 70.666622348925131, 40.960213324541428 ], [ 70.45815962105965, 40.496494859370273 ], [ 70.601406691372773, 40.218527330072277 ], [ 71.01419803252017, 40.244365546218205 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Turkmenistan", "sov_a3": "TKM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Turkmenistan", "adm0_a3": "TKM", "geou_dif": 0.000000, "geounit": "Turkmenistan", "gu_a3": "TKM", "su_dif": 0.000000, "subunit": "Turkmenistan", "su_a3": "TKM", "brk_diff": 0.000000, "name": "Turkmenistan", "name_long": "Turkmenistan", "brk_a3": "TKM", "brk_name": "Turkmenistan", "brk_group": null, "abbrev": "Turkm.", "postal": "TM", "formal_en": "Turkmenistan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Turkmenistan", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 2.000000, "mapcolor9": 1.000000, "mapcolor13": 9.000000, "pop_est": 4884887.000000, "gdp_md_est": 29780.000000, "pop_year": -99.000000, "lastcensus": 1995.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TM", "iso_a3": "TKM", "iso_n3": "795", "un_a3": "795", "wb_a2": "TM", "wb_a3": "TKM", "woe_id": -99.000000, "adm0_a3_is": "TKM", "adm0_a3_us": "TKM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 12.000000, "long_len": 12.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 66.518606805288726, 37.362784328758806 ], [ 66.217384881459367, 37.39379018813392 ], [ 65.745630731066825, 37.661164048812083 ], [ 65.588947788357899, 37.305216783185642 ], [ 64.746105177677435, 37.11181773533329 ], [ 64.546479119733903, 36.312073269184253 ], [ 63.982895949158689, 36.007957465146575 ], [ 63.193538445900373, 35.857165635718957 ], [ 62.984662306576666, 35.404040839167635 ], [ 62.230651483005857, 35.270663967422337 ], [ 61.210817091725715, 35.650072333309254 ], [ 61.123070509694145, 36.491597194966289 ], [ 60.377637973883935, 36.527383124328423 ], [ 59.234761997316781, 37.412987982730328 ], [ 58.436154412678235, 37.522309475243787 ], [ 57.330433790928993, 38.029229437810926 ], [ 56.619366082592848, 38.121394354803499 ], [ 56.180374790273362, 37.935126654607387 ], [ 55.511578403551908, 37.96411713312321 ], [ 54.800303989486537, 37.392420762678199 ], [ 53.921597934795585, 37.19891836196129 ], [ 53.735511102112554, 37.906136176091735 ], [ 53.880928582581845, 38.952093003895357 ], [ 53.101027866432929, 39.290573635407185 ], [ 53.357808058491315, 39.975286363274421 ], [ 52.693972609269821, 40.033629055331943 ], [ 52.915251092343595, 40.876523342444756 ], [ 53.858139275941113, 40.631034450842208 ], [ 54.736845330632178, 40.951014919593462 ], [ 54.008310988181307, 41.551210842447432 ], [ 53.72171349469059, 42.12319143327008 ], [ 52.916749708880133, 41.868116563477287 ], [ 52.814688755103674, 41.135370591794725 ], [ 52.502459751196255, 41.783315538086441 ], [ 52.944293247291711, 42.116034247397579 ], [ 54.079417759014945, 42.324109402020838 ], [ 54.755345493392753, 42.043971462566617 ], [ 55.455251092353848, 41.259859117185812 ], [ 55.968191359282997, 41.308641669269349 ], [ 57.096391229079103, 41.32231008561061 ], [ 56.932215203687889, 41.826026109375647 ], [ 57.786529982337157, 42.170552883465547 ], [ 58.62901085799146, 42.75155101172308 ], [ 59.976422153569871, 42.223081976890228 ], [ 60.083340691981647, 41.425146185871398 ], [ 60.465952996670666, 41.220326646482505 ], [ 61.54717898951364, 41.266370347654657 ], [ 61.882714064384714, 41.084856879229392 ], [ 62.374260288345084, 40.053886216790431 ], [ 63.518014764261096, 39.363256537425599 ], [ 64.170223016216795, 38.892406724598231 ], [ 65.21599897650745, 38.402695013984271 ], [ 66.546150343700191, 37.974684963526869 ], [ 66.518606805288726, 37.362784328758806 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "East Timor", "sov_a3": "TLS", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "East Timor", "adm0_a3": "TLS", "geou_dif": 0.000000, "geounit": "East Timor", "gu_a3": "TLS", "su_dif": 0.000000, "subunit": "East Timor", "su_a3": "TLS", "brk_diff": 0.000000, "name": "Timor-Leste", "name_long": "Timor-Leste", "brk_a3": "TLS", "brk_name": "Timor-Leste", "brk_group": null, "abbrev": "T.L.", "postal": "TL", "formal_en": "Democratic Republic of Timor-Leste", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Timor-Leste", "name_alt": "East Timor", "mapcolor7": 2.000000, "mapcolor8": 2.000000, "mapcolor9": 4.000000, "mapcolor13": 3.000000, "pop_est": 1131612.000000, "gdp_md_est": 2520.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TL", "iso_a3": "TLS", "iso_n3": "626", "un_a3": "626", "wb_a2": "TP", "wb_a3": "TMP", "woe_id": -99.000000, "adm0_a3_is": "TLS", "adm0_a3_us": "TLS", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 11.000000, "long_len": 11.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.088520135601101, -9.393173109579322 ], [ 125.07001997284064, -9.089987481322837 ], [ 124.968682489116219, -8.892790215697048 ], [ 125.086246372580234, -8.656887302284673 ], [ 125.947072381698234, -8.432094821815014 ], [ 126.644704217638633, -8.398246758663859 ], [ 126.95724328013992, -8.273344821814362 ], [ 127.335928175974715, -8.397316582882567 ], [ 126.967991978056631, -8.668256117388836 ], [ 125.925885044458568, -9.10600717533336 ], [ 125.088520135601101, -9.393173109579322 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 5.000000, "sovereignt": "Trinidad and Tobago", "sov_a3": "TTO", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Trinidad and Tobago", "adm0_a3": "TTO", "geou_dif": 0.000000, "geounit": "Trinidad and Tobago", "gu_a3": "TTO", "su_dif": 0.000000, "subunit": "Trinidad and Tobago", "su_a3": "TTO", "brk_diff": 0.000000, "name": "Trinidad and Tobago", "name_long": "Trinidad and Tobago", "brk_a3": "TTO", "brk_name": "Trinidad and Tobago", "brk_group": null, "abbrev": "Tr.T.", "postal": "TT", "formal_en": "Republic of Trinidad and Tobago", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Trinidad and Tobago", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 5.000000, "pop_est": 1310000.000000, "gdp_md_est": 29010.000000, "pop_year": -99.000000, "lastcensus": 2011.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TT", "iso_a3": "TTO", "iso_n3": "780", "un_a3": "780", "wb_a2": "TT", "wb_a3": "TTO", "woe_id": -99.000000, "adm0_a3_is": "TTO", "adm0_a3_us": "TTO", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Caribbean", "region_wb": "Latin America & Caribbean", "name_len": 19.000000, "long_len": 19.000000, "abbrev_len": 5.000000, "tiny": 2.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -60.935, 10.11 ], [ -61.77, 10.0 ], [ -61.95, 10.09 ], [ -61.66, 10.365 ], [ -61.68, 10.76 ], [ -61.105, 10.89 ], [ -60.895, 10.855 ], [ -60.935, 10.11 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Tunisia", "sov_a3": "TUN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Tunisia", "adm0_a3": "TUN", "geou_dif": 0.000000, "geounit": "Tunisia", "gu_a3": "TUN", "su_dif": 0.000000, "subunit": "Tunisia", "su_a3": "TUN", "brk_diff": 0.000000, "name": "Tunisia", "name_long": "Tunisia", "brk_a3": "TUN", "brk_name": "Tunisia", "brk_group": null, "abbrev": "Tun.", "postal": "TN", "formal_en": "Republic of Tunisia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Tunisia", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 3.000000, "mapcolor9": 3.000000, "mapcolor13": 2.000000, "pop_est": 10486339.000000, "gdp_md_est": 81710.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TN", "iso_a3": "TUN", "iso_n3": "788", "un_a3": "788", "wb_a2": "TN", "wb_a3": "TUN", "woe_id": -99.000000, "adm0_a3_is": "TUN", "adm0_a3_us": "TUN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Northern Africa", "region_wb": "Middle East & North Africa", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 11.488787469130983, 33.136995754523213 ], [ 11.432253452203781, 32.368903103152917 ], [ 10.944789666394513, 32.081814683555365 ], [ 10.636901482799459, 31.761420803345771 ], [ 9.950225050505225, 31.376069647745283 ], [ 10.056575148161784, 30.961831366493612 ], [ 9.970017124072939, 30.539324856075382 ], [ 9.48213992680536, 30.307556057246188 ], [ 9.055602654668149, 32.102691962201305 ], [ 8.439102817426118, 32.50628489840085 ], [ 8.430472853233425, 32.748337307255952 ], [ 7.612641635782239, 33.344114895148977 ], [ 7.524481642292272, 34.09737641045146 ], [ 8.140981479534304, 34.655145982393776 ], [ 8.376367628623797, 35.479876003555944 ], [ 8.217824334352372, 36.4331769882603 ], [ 8.420964389691648, 36.946427313783119 ], [ 9.509993523810664, 37.349994411766573 ], [ 10.210002475636315, 37.230001735984786 ], [ 10.180650262094559, 36.724037787415142 ], [ 11.028867221733378, 37.092103176413985 ], [ 11.100025668999251, 36.899996039368943 ], [ 10.600004510143094, 36.410000108377346 ], [ 10.593286573945164, 35.947444362932856 ], [ 10.939518670300686, 35.698984076473465 ], [ 10.807847120821009, 34.833507188449175 ], [ 10.149592726287153, 34.330773016897695 ], [ 10.339658644256644, 33.785741685515347 ], [ 10.856836378633687, 33.768740139291253 ], [ 11.108500603895152, 33.293342800422209 ], [ 11.488787469130983, 33.136995754523213 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Turkey", "sov_a3": "TUR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Turkey", "adm0_a3": "TUR", "geou_dif": 0.000000, "geounit": "Turkey", "gu_a3": "TUR", "su_dif": 0.000000, "subunit": "Turkey", "su_a3": "TUR", "brk_diff": 0.000000, "name": "Turkey", "name_long": "Turkey", "brk_a3": "TUR", "brk_name": "Turkey", "brk_group": null, "abbrev": "Tur.", "postal": "TR", "formal_en": "Republic of Turkey", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Turkey", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 8.000000, "mapcolor13": 4.000000, "pop_est": 76805524.000000, "gdp_md_est": 902700.000000, "pop_year": -99.000000, "lastcensus": 2000.000000, "gdp_year": -99.000000, "economy": "4. Emerging region: MIKT", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TR", "iso_a3": "TUR", "iso_n3": "792", "un_a3": "792", "wb_a2": "TR", "wb_a3": "TUR", "woe_id": -99.000000, "adm0_a3_is": "TUR", "adm0_a3_us": "TUR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Europe & Central Asia", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 36.913127068842215, 41.335358384764305 ], [ 38.347664829264517, 40.948586127275718 ], [ 39.512606642420252, 41.102762763018575 ], [ 40.373432651538252, 41.013672593747316 ], [ 41.554084100110771, 41.535656236327611 ], [ 42.619548781104555, 41.583172715819927 ], [ 43.582745802592711, 41.092143256182567 ], [ 43.752657911968441, 40.740200914058818 ], [ 43.65643639504097, 40.253563951166171 ], [ 44.400008579288823, 40.005000311842309 ], [ 44.793989699082005, 39.713002631177119 ], [ 44.109225294782362, 39.428136298168141 ], [ 44.421402622257659, 38.281281236314612 ], [ 44.225755649600529, 37.971584377589352 ], [ 44.772699008977753, 37.170444647768448 ], [ 44.772677101595065, 37.170436925616798 ], [ 44.293451775902867, 37.00151439060636 ], [ 43.942258742047358, 37.256227525372935 ], [ 42.779125604021914, 37.385263576805812 ], [ 42.349591098811771, 37.229872544904111 ], [ 41.212089471203029, 37.074352321921737 ], [ 40.673259311695716, 37.091276353497364 ], [ 39.522580193852633, 36.716053778626019 ], [ 38.699891391765988, 36.712927354472413 ], [ 38.167727492024284, 36.901210435527787 ], [ 37.066761102045831, 36.623036200500621 ], [ 36.739494256341487, 36.817520453431115 ], [ 36.68538903173183, 36.259699205056506 ], [ 36.41755008316315, 36.040616970355103 ], [ 36.149762811026591, 35.821534735653671 ], [ 35.782084995269855, 36.274995429014922 ], [ 36.160821567537113, 36.650605577128374 ], [ 35.550936313628341, 36.565442816711339 ], [ 34.714553256984431, 36.795532131490916 ], [ 34.02689497247647, 36.219960028623973 ], [ 32.509158156064103, 36.1075637883892 ], [ 31.699595167779563, 36.64427521417258 ], [ 30.621624790171069, 36.677864895162315 ], [ 30.391096225717178, 36.26298065850699 ], [ 29.699975620245567, 36.144357408181008 ], [ 28.732902866335394, 36.676831366516438 ], [ 27.64118655773737, 36.658822129862756 ], [ 27.048767937943268, 37.653360907536012 ], [ 26.318218214633049, 38.208133246405396 ], [ 26.804700148228733, 38.985760199533559 ], [ 26.170785353304353, 39.463612168936464 ], [ 27.280019972449395, 40.420013739578309 ], [ 28.81997765474722, 40.460011298172191 ], [ 29.240003696415584, 41.219990749672689 ], [ 31.145933872204438, 41.087621568357065 ], [ 32.347979363745793, 41.736264146484643 ], [ 33.513282911927519, 42.018960069337282 ], [ 35.167703891751927, 42.040224921225445 ], [ 36.913127068842215, 41.335358384764305 ] ] ], [ [ [ 27.192376743282409, 40.690565700842455 ], [ 26.35800906749779, 40.151993923496491 ], [ 26.043351271272542, 40.617753607743168 ], [ 26.056942172965393, 40.824123440100834 ], [ 26.29460208507578, 40.936261298174259 ], [ 26.604195590936257, 41.562114569661105 ], [ 26.117041863720829, 41.826904608724647 ], [ 27.135739373490509, 42.141484890301314 ], [ 27.996720411905414, 42.007358710287775 ], [ 28.115524529744448, 41.622886054036286 ], [ 28.98844282401879, 41.299934190428189 ], [ 28.806438429486718, 41.054962063148537 ], [ 27.619017368284119, 40.999823309893117 ], [ 27.192376743282409, 40.690565700842455 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Taiwan", "sov_a3": "TWN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Taiwan", "adm0_a3": "TWN", "geou_dif": 0.000000, "geounit": "Taiwan", "gu_a3": "TWN", "su_dif": 0.000000, "subunit": "Taiwan", "su_a3": "TWN", "brk_diff": 1.000000, "name": "Taiwan", "name_long": "Taiwan", "brk_a3": "B77", "brk_name": "Taiwan", "brk_group": null, "abbrev": "Taiwan", "postal": "TW", "formal_en": null, "formal_fr": null, "note_adm0": null, "note_brk": "Self admin.; Claimed by China", "name_sort": "Taiwan", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 5.000000, "mapcolor9": 7.000000, "mapcolor13": 2.000000, "pop_est": 22974347.000000, "gdp_md_est": 712000.000000, "pop_year": -99.000000, "lastcensus": -99.000000, "gdp_year": -99.000000, "economy": "2. Developed region: nonG7", "income_grp": "2. High income: nonOECD", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TW", "iso_a3": "TWN", "iso_n3": "158", "un_a3": "-099", "wb_a2": "-99", "wb_a3": "-99", "woe_id": -99.000000, "adm0_a3_is": "TWN", "adm0_a3_us": "TWN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.175632358892727, 22.790857245367135 ], [ 120.747079705896255, 21.970571397382173 ], [ 120.220083449383679, 22.814860948166768 ], [ 120.106188592612369, 23.556262722258225 ], [ 120.694679803552248, 24.538450832613734 ], [ 121.495044386888793, 25.295458889257361 ], [ 121.951243931161429, 24.997595933527094 ], [ 121.777817824389928, 24.394273586519432 ], [ 121.175632358892727, 22.790857245367135 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "United Republic of Tanzania", "sov_a3": "TZA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "United Republic of Tanzania", "adm0_a3": "TZA", "geou_dif": 0.000000, "geounit": "Tanzania", "gu_a3": "TZA", "su_dif": 0.000000, "subunit": "Tanzania", "su_a3": "TZA", "brk_diff": 0.000000, "name": "Tanzania", "name_long": "Tanzania", "brk_a3": "TZA", "brk_name": "Tanzania", "brk_group": null, "abbrev": "Tanz.", "postal": "TZ", "formal_en": "United Republic of Tanzania", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Tanzania", "name_alt": null, "mapcolor7": 3.000000, "mapcolor8": 6.000000, "mapcolor9": 2.000000, "mapcolor13": 2.000000, "pop_est": 41048532.000000, "gdp_md_est": 54250.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "TZ", "iso_a3": "TZA", "iso_n3": "834", "un_a3": "834", "wb_a2": "TZ", "wb_a3": "TZA", "woe_id": -99.000000, "adm0_a3_is": "TZA", "adm0_a3_us": "TZA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.76986, -1.01455 ], [ 31.866170000000153, -1.027359999999874 ], [ 31.866197362749375, -1.0273589611093 ], [ 31.866199985488635, -1.027378838712508 ], [ 31.836020949030143, -1.629305922048204 ], [ 31.648022088352349, -2.329211521009356 ], [ 31.926558058405504, -2.714511000177566 ], [ 32.37309410983957, -2.489925225437077 ], [ 32.951766798644059, -2.430445651869121 ], [ 33.07672041192572, -2.547131035984137 ], [ 33.647176547995713, -2.300892836113363 ], [ 33.251748488098343, -1.957968031424514 ], [ 33.579428745261083, -1.506005954599843 ], [ 34.072628615054697, -1.059831638191795 ], [ 34.072629172154308, -1.059825153027205 ], [ 37.69869, -3.09699 ], [ 37.766900000000106, -3.67712 ], [ 39.20222, -4.67677 ], [ 38.74054, -5.908949999999891 ], [ 38.79977, -6.47566 ], [ 39.44, -6.839999999999876 ], [ 39.470000000000113, -7.1 ], [ 39.19469, -7.7039 ], [ 39.25203, -8.00781 ], [ 39.18652, -8.485509999999863 ], [ 39.535740000000175, -9.112369999999899 ], [ 39.9496, -10.0984 ], [ 40.316586229110925, -10.317097752817531 ], [ 40.316590001854905, -10.317099999330466 ], [ 39.521, -10.89688 ], [ 38.427556593587809, -11.285202325081656 ], [ 37.82764, -11.26879 ], [ 37.47129, -11.56876 ], [ 36.775150994622862, -11.594537448780784 ], [ 36.514081658684375, -11.720938002166733 ], [ 35.312397902169238, -11.439146416879083 ], [ 34.932834313787595, -11.479944288844564 ], [ 34.937020298000988, -11.463434340056281 ], [ 34.607893100734003, -11.080511976773451 ], [ 34.52422895685342, -10.030136814008813 ], [ 33.995579054507601, -9.495440769084865 ], [ 33.938799626062263, -9.690871473147141 ], [ 33.938799601966451, -9.690871556083366 ], [ 33.739720000000176, -9.41715 ], [ 32.759375441221351, -9.230599053589032 ], [ 32.191864861792027, -8.930358981973271 ], [ 31.556348097466611, -8.762048841998649 ], [ 31.157751336950099, -8.594578747317257 ], [ 31.107258267293474, -8.563808139818448 ], [ 31.107258095208323, -8.563807790280904 ], [ 30.604158156056457, -7.541916599155215 ], [ 30.528038771290511, -6.922729587433992 ], [ 29.722041456834148, -6.244114678577091 ], [ 29.951226434048607, -5.860985609565191 ], [ 29.758421665167674, -5.466901136907339 ], [ 29.791959669725117, -5.040880629093095 ], [ 29.600085076625334, -4.896393324405054 ], [ 29.647690698912669, -4.46456909704321 ], [ 29.753512404099951, -4.452389418153231 ], [ 30.116320000000115, -4.09012 ], [ 30.50554, -3.56858 ], [ 30.752240000000171, -3.35931 ], [ 30.74301, -3.03431 ], [ 30.52766, -2.80762 ], [ 30.469673645761276, -2.413854757101319 ], [ 30.46967, -2.41383 ], [ 30.758308953583224, -2.28725025798839 ], [ 30.816134881317822, -1.698914076345389 ], [ 30.419104852019331, -1.13465911215043 ], [ 30.76986, -1.01455 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Uganda", "sov_a3": "UGA", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Uganda", "adm0_a3": "UGA", "geou_dif": 0.000000, "geounit": "Uganda", "gu_a3": "UGA", "su_dif": 0.000000, "subunit": "Uganda", "su_a3": "UGA", "brk_diff": 0.000000, "name": "Uganda", "name_long": "Uganda", "brk_a3": "UGA", "brk_name": "Uganda", "brk_group": null, "abbrev": "Uga.", "postal": "UG", "formal_en": "Republic of Uganda", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Uganda", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 6.000000, "mapcolor13": 4.000000, "pop_est": 32369558.000000, "gdp_md_est": 39380.000000, "pop_year": -99.000000, "lastcensus": 2002.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "UG", "iso_a3": "UGA", "iso_n3": "800", "un_a3": "800", "wb_a2": "UG", "wb_a3": "UGA", "woe_id": -99.000000, "adm0_a3_is": "UGA", "adm0_a3_us": "UGA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.005000000000138, 4.249884947362133 ], [ 34.47913, 3.5556 ], [ 34.59607, 3.05374 ], [ 35.03599, 1.90584 ], [ 34.6721, 1.17694 ], [ 34.18, 0.515 ], [ 33.893568969667029, 0.109813537861925 ], [ 33.894047701774781, 0.059788356325356 ], [ 33.850368279767366, 0.128157863766091 ], [ 33.331846958150692, 0.324993394365862 ], [ 32.906136508930302, 0.086765041500314 ], [ 32.27284183119329, -0.056120293786677 ], [ 31.815143670384231, -0.640425713710968 ], [ 31.866197362749375, -1.0273589611093 ], [ 31.866170000000153, -1.027359999999874 ], [ 30.76986, -1.01455 ], [ 30.419104852019331, -1.13465911215043 ], [ 29.821518588996099, -1.4433224422298 ], [ 29.579466180140884, -1.341313164885619 ], [ 29.587837762172143, -0.587405694179395 ], [ 29.8195, -0.2053 ], [ 29.87577884290252, 0.597379868976404 ], [ 30.086153598762763, 1.062312730306388 ], [ 30.46850752129032, 1.583805446779692 ], [ 30.852670118948112, 1.849396470543851 ], [ 31.174149204235931, 2.204465236821292 ], [ 30.77332, 2.339890000000182 ], [ 30.833850000000126, 3.50917 ], [ 30.833852421715477, 3.509171604222416 ], [ 31.24556, 3.7819 ], [ 31.881450000000115, 3.55827 ], [ 32.68642, 3.79232 ], [ 33.39, 3.79 ], [ 34.005000000000138, 4.249884947362133 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Ukraine", "sov_a3": "UKR", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Ukraine", "adm0_a3": "UKR", "geou_dif": 0.000000, "geounit": "Ukraine", "gu_a3": "UKR", "su_dif": 0.000000, "subunit": "Ukraine", "su_a3": "UKR", "brk_diff": 0.000000, "name": "Ukraine", "name_long": "Ukraine", "brk_a3": "UKR", "brk_name": "Ukraine", "brk_group": null, "abbrev": "Ukr.", "postal": "UA", "formal_en": "Ukraine", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Ukraine", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 1.000000, "mapcolor9": 6.000000, "mapcolor13": 3.000000, "pop_est": 45700395.000000, "gdp_md_est": 339800.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "UA", "iso_a3": "UKR", "iso_n3": "804", "un_a3": "804", "wb_a2": "UA", "wb_a3": "UKR", "woe_id": -99.000000, "adm0_a3_is": "UKR", "adm0_a3_us": "UKR", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Europe", "region_un": "Europe", "subregion": "Eastern Europe", "region_wb": "Europe & Central Asia", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.752699822735821, 52.33507457133166 ], [ 34.391730584457179, 51.768881740925906 ], [ 34.141978387190505, 51.566413479206204 ], [ 34.224815708154352, 51.25599315042902 ], [ 35.022183058417937, 51.207572333371502 ], [ 35.377923618315123, 50.773955390010343 ], [ 35.356116163888061, 50.577197374059153 ], [ 36.626167840325394, 50.225590928745135 ], [ 37.393459506995185, 50.383953355503678 ], [ 38.010631137857018, 49.915661526074729 ], [ 38.59498823421356, 49.926461900423732 ], [ 40.069058465339111, 49.601055406281688 ], [ 40.080789015469435, 49.307429917999372 ], [ 39.674663934087533, 48.783818467801865 ], [ 39.895632358567553, 48.232405097031432 ], [ 39.738277622238996, 47.898937079452082 ], [ 38.770584751141172, 47.825608222029814 ], [ 38.255112339029807, 47.546400458356885 ], [ 38.223538038899534, 47.102189846375978 ], [ 37.425137159990044, 47.02222056740419 ], [ 36.759854770664475, 46.698700263040934 ], [ 35.823684523264916, 46.645964463887054 ], [ 34.962341749823878, 46.273196519549657 ], [ 35.020787794745985, 45.651218980484657 ], [ 35.510008579253139, 45.409993394546177 ], [ 36.529997999830215, 45.469989732437085 ], [ 36.334712762199132, 45.113215643893938 ], [ 35.239999220528176, 44.939996242851606 ], [ 33.882511020652913, 44.361478583344109 ], [ 33.326420932760044, 44.564877020844932 ], [ 33.546924269349432, 45.034770819674918 ], [ 32.454174432105532, 45.327466132176141 ], [ 32.630804477679106, 45.519185695978933 ], [ 33.588162062318446, 45.851568508480256 ], [ 33.298567335754711, 46.080598456397837 ], [ 31.744140252415235, 46.333347886737386 ], [ 31.675307244602465, 46.706245022155542 ], [ 30.748748813609126, 46.583100084004059 ], [ 30.377608676888912, 46.032410183285663 ], [ 29.603289015427407, 45.293308010431133 ], [ 29.149724969201685, 45.464925442072428 ], [ 28.679779493939407, 45.304030870131754 ], [ 28.233553501099067, 45.488283189468433 ], [ 28.485269402792824, 45.596907050145944 ], [ 28.659987420371635, 45.939986884131656 ], [ 28.933717482221681, 46.258830471372562 ], [ 28.862972446414119, 46.437889309263795 ], [ 29.072106967899259, 46.517677720722531 ], [ 29.170653924279918, 46.37926239682875 ], [ 29.75997195813639, 46.349987697935376 ], [ 30.02465864433546, 46.423936672545096 ], [ 29.838210076626268, 46.525325832701725 ], [ 29.908851759569274, 46.674360663431457 ], [ 29.559674106573112, 46.92858287209134 ], [ 29.415135125452792, 47.346645209332564 ], [ 29.050867954227385, 47.510226955752529 ], [ 29.122698195113088, 47.849095160506494 ], [ 28.670891147585195, 48.118148505234075 ], [ 28.259546746541901, 48.155562242213449 ], [ 27.522537469195186, 48.46711945250118 ], [ 26.857823520624805, 48.368210761094502 ], [ 26.619336785597795, 48.220726223333543 ], [ 26.197450392366932, 48.220881252630392 ], [ 25.94594119640243, 47.987148749374228 ], [ 25.207743361112989, 47.891056423527431 ], [ 24.866317172960606, 47.737525743188314 ], [ 24.402056105250381, 47.981877753280429 ], [ 23.760958286237411, 47.985598456405484 ], [ 23.142236362406777, 48.096341050806927 ], [ 22.710531447040495, 47.882193915389422 ], [ 22.640819939878725, 48.150239569687329 ], [ 22.085608351334855, 48.422264309271753 ], [ 22.280841912533589, 48.825392157580694 ], [ 22.558137648211755, 49.085738023467144 ], [ 22.776418898212626, 49.027395331409622 ], [ 22.518450148211571, 49.476773586619771 ], [ 23.426508416444392, 50.308505764357477 ], [ 23.922757195743287, 50.424881089878767 ], [ 24.029985792748931, 50.705406602575209 ], [ 23.527070753684399, 51.578454087930226 ], [ 24.005077752384267, 51.617443956094434 ], [ 24.553106316839546, 51.888461005249184 ], [ 25.327787713327069, 51.910656032918553 ], [ 26.337958611768556, 51.832288723347915 ], [ 27.454066196408434, 51.592303371784453 ], [ 28.241615024536571, 51.572227077839102 ], [ 28.617612745892274, 51.427713934934872 ], [ 28.992835320763533, 51.602044379271462 ], [ 29.254938185347982, 51.368234361366916 ], [ 30.157363722460929, 51.416138414101454 ], [ 30.555117221811457, 51.319503485715671 ], [ 30.619454380014844, 51.822806098022397 ], [ 30.927549269339039, 52.042353420614432 ], [ 31.785992447555344, 52.101677569939653 ], [ 31.785998162571587, 52.101677964885425 ], [ 32.159412062312668, 52.061266994833233 ], [ 32.412058139787717, 52.288694973349777 ], [ 32.715760532367057, 52.238465481162166 ], [ 33.752699822735821, 52.33507457133166 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Uruguay", "sov_a3": "URY", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Uruguay", "adm0_a3": "URY", "geou_dif": 0.000000, "geounit": "Uruguay", "gu_a3": "URY", "su_dif": 0.000000, "subunit": "Uruguay", "su_a3": "URY", "brk_diff": 0.000000, "name": "Uruguay", "name_long": "Uruguay", "brk_a3": "URY", "brk_name": "Uruguay", "brk_group": null, "abbrev": "Ury.", "postal": "UY", "formal_en": "Oriental Republic of Uruguay", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Uruguay", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 2.000000, "mapcolor9": 2.000000, "mapcolor13": 10.000000, "pop_est": 3494382.000000, "gdp_md_est": 43160.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "UY", "iso_a3": "URY", "iso_n3": "858", "un_a3": "858", "wb_a2": "UY", "wb_a3": "URY", "woe_id": -99.000000, "adm0_a3_is": "URY", "adm0_a3_us": "URY", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -53.373661668498244, -33.768377780900764 ], [ -53.806425950726492, -34.396814874002231 ], [ -54.93586605489773, -34.952646579733582 ], [ -55.67408972840326, -34.752658786764101 ], [ -56.215297003796053, -34.859835707337439 ], [ -57.13968502463311, -34.430456231424245 ], [ -57.817860683815525, -34.462547295877499 ], [ -58.427074144104381, -33.909454441057548 ], [ -58.349611172098832, -33.263188978815435 ], [ -58.132647671121447, -33.040566908502015 ], [ -58.142440355040748, -32.044503676076104 ], [ -57.874937303281911, -31.016556084926179 ], [ -57.625133429582945, -30.216294854454247 ], [ -56.976025763564763, -30.109686374636098 ], [ -55.973244594940951, -30.883075860316296 ], [ -55.601510179249317, -30.853878676071389 ], [ -54.572451544805119, -31.494511407193755 ], [ -53.787951626182206, -32.047242526987588 ], [ -53.209588995971501, -32.727666110974681 ], [ -53.650543992718099, -33.202004082981858 ], [ -53.373661668498244, -33.768377780900764 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "United States of America", "sov_a3": "US1", "adm0_dif": 1.000000, "level": 2.000000, "type": "Country", "admin": "United States of America", "adm0_a3": "USA", "geou_dif": 0.000000, "geounit": "United States of America", "gu_a3": "USA", "su_dif": 0.000000, "subunit": "United States of America", "su_a3": "USA", "brk_diff": 0.000000, "name": "United States", "name_long": "United States", "brk_a3": "USA", "brk_name": "United States", "brk_group": null, "abbrev": "U.S.A.", "postal": "US", "formal_en": "United States of America", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "United States of America", "name_alt": null, "mapcolor7": 4.000000, "mapcolor8": 5.000000, "mapcolor9": 1.000000, "mapcolor13": 1.000000, "pop_est": 313973000.000000, "gdp_md_est": 15094000.000000, "pop_year": 0.000000, "lastcensus": 2010.000000, "gdp_year": 0.000000, "economy": "1. Developed region: G7", "income_grp": "1. High income: OECD", "wikipedia": 0.000000, "fips_10": null, "iso_a2": "US", "iso_a3": "USA", "iso_n3": "840", "un_a3": "840", "wb_a2": "US", "wb_a3": "USA", "woe_id": -99.000000, "adm0_a3_is": "USA", "adm0_a3_us": "USA", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "North America", "region_un": "Americas", "subregion": "Northern America", "region_wb": "North America", "name_len": 13.000000, "long_len": 13.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -155.54211, 19.08348 ], [ -155.68817, 18.91619 ], [ -155.93665, 19.05939 ], [ -155.90806, 19.33888 ], [ -156.07347, 19.70294 ], [ -156.02368, 19.81422 ], [ -155.85008, 19.97729 ], [ -155.91907, 20.17395 ], [ -155.86108, 20.26721 ], [ -155.78505, 20.2487 ], [ -155.40214, 20.07975 ], [ -155.22452, 19.99302 ], [ -155.06226, 19.8591 ], [ -154.80741, 19.50871 ], [ -154.83147, 19.45328 ], [ -155.22217, 19.23972 ], [ -155.54211, 19.08348 ] ] ], [ [ [ -156.07926, 20.64397 ], [ -156.41445, 20.57241 ], [ -156.58673, 20.783 ], [ -156.70167, 20.8643 ], [ -156.71055, 20.92676 ], [ -156.61258, 21.01249 ], [ -156.25711, 20.91745 ], [ -155.99566, 20.76404 ], [ -156.07926, 20.64397 ] ] ], [ [ [ -156.75824, 21.17684 ], [ -156.78933, 21.06873 ], [ -157.32521, 21.09777 ], [ -157.25027, 21.21958 ], [ -156.75824, 21.17684 ] ] ], [ [ [ -157.65283, 21.32217 ], [ -157.70703, 21.26442 ], [ -157.7786, 21.27729 ], [ -158.12667, 21.31244 ], [ -158.2538, 21.53919 ], [ -158.29265, 21.57912 ], [ -158.0252, 21.71696 ], [ -157.94161, 21.65272 ], [ -157.65283, 21.32217 ] ] ], [ [ [ -159.34512, 21.982 ], [ -159.46372, 21.88299 ], [ -159.80051, 22.06533 ], [ -159.74877, 22.1382 ], [ -159.5962, 22.23618 ], [ -159.36569, 22.21494 ], [ -159.34512, 21.982 ] ] ], [ [ [ -94.81758, 49.38905 ], [ -94.639999999999873, 48.840000000000117 ], [ -94.32914, 48.670740000000109 ], [ -93.63087, 48.60926 ], [ -92.61, 48.45 ], [ -91.64, 48.14 ], [ -90.83, 48.27 ], [ -89.6, 48.010000000000105 ], [ -89.599992659653623, 48.010000220115671 ], [ -89.60000342482806, 48.009989732447167 ], [ -90.619992845405051, 47.680009874047528 ], [ -91.330001186879258, 47.280008449892193 ], [ -92.008771125033036, 46.858432115255141 ], [ -92.011923387402845, 46.711671047546218 ], [ -91.009994879911829, 46.920004584330854 ], [ -90.397034878281801, 46.576485500670628 ], [ -89.624988979841191, 46.830836900411299 ], [ -88.822609015645241, 47.15479645444907 ], [ -87.939923875667773, 47.485913194359142 ], [ -88.261222093442541, 46.958581041036751 ], [ -87.694279954768376, 46.83104360614044 ], [ -86.9900076972786, 46.450007432636284 ], [ -86.102620001962464, 46.672655341165836 ], [ -85.119992641932555, 46.76001434995527 ], [ -84.910005459314505, 46.480005601581723 ], [ -84.604907803063242, 46.439594631529502 ], [ -84.604113090543024, 46.440875039851193 ], [ -84.6049, 46.4396 ], [ -84.336705805153571, 46.408770667311302 ], [ -84.336707119468457, 46.408769639667383 ], [ -83.839192267578426, 46.010215155616322 ], [ -84.719991217777221, 45.919988104834715 ], [ -84.753555060550838, 45.924483954444099 ], [ -85.539992845384745, 46.030007229184122 ], [ -86.319996914398274, 45.829993597998453 ], [ -87.00000708692707, 45.739999091162076 ], [ -87.596430630223665, 45.093707790703775 ], [ -87.988318854509117, 44.733316351900328 ], [ -87.852823249039773, 44.615054836600365 ], [ -87.118061896497778, 45.259330756199205 ], [ -86.967476772799301, 45.262870591811208 ], [ -87.486359829441966, 44.493356838552955 ], [ -87.712211676773592, 43.796500149097028 ], [ -87.902148403662409, 43.23051402442033 ], [ -87.77672970249003, 42.740853990238662 ], [ -87.803446417984873, 42.493995673180336 ], [ -87.795694953141094, 42.23411489518449 ], [ -87.52617652052291, 41.708513902343924 ], [ -87.434218309259478, 41.640714423176917 ], [ -87.094445766940424, 41.646166286783796 ], [ -86.824436408215348, 41.756185411133117 ], [ -86.621916470063553, 41.894419867513932 ], [ -86.216049770843114, 42.38170278581012 ], [ -86.188428717783154, 43.04140412044822 ], [ -86.520010545583943, 43.65999685319801 ], [ -86.470271979503025, 44.08423452409815 ], [ -86.209357672861415, 44.574798895844935 ], [ -85.959838019540058, 44.910592352877558 ], [ -85.559991624681686, 45.150009263685746 ], [ -85.467103237637076, 44.814577541679228 ], [ -85.290447353847213, 45.308242499363502 ], [ -85.069995693690089, 45.409993394546177 ], [ -84.930004238611474, 45.789996039404457 ], [ -84.080004442058623, 45.589982408218788 ], [ -83.339997931638891, 45.200006211928212 ], [ -83.258788418292255, 44.745744533866457 ], [ -83.349997321287361, 44.290010077484425 ], [ -83.89998959016981, 43.889982815113001 ], [ -83.848700731120118, 43.638318589851622 ], [ -83.650004848957877, 43.629998684252598 ], [ -83.029991014320018, 44.069997667001815 ], [ -82.65998775911018, 43.970003770516996 ], [ -82.47999874543757, 43.390013332689136 ], [ -82.430001797195189, 42.980012518885417 ], [ -82.429991105017479, 42.9800179838426 ], [ -82.43, 42.980000000000103 ], [ -82.899999999999892, 42.430000000000149 ], [ -83.119991516574572, 42.080013496358589 ], [ -83.120011359372455, 42.080015774090185 ], [ -83.462832811196733, 41.693966986653749 ], [ -82.846100430009358, 41.487106228189418 ], [ -82.347448696608978, 41.435920722004312 ], [ -81.623513556632076, 41.568935858723592 ], [ -81.031198289702644, 41.845508124349607 ], [ -80.51644934764326, 41.980331936199178 ], [ -79.762205980127192, 42.269616604169073 ], [ -78.900578986308659, 42.866711941085526 ], [ -78.920004531791506, 42.964976269565199 ], [ -78.92, 42.965 ], [ -79.008701517916791, 43.265599588495888 ], [ -78.534994066059852, 43.379988104824548 ], [ -77.749150560197307, 43.342832750006721 ], [ -76.930001593722693, 43.259995429042874 ], [ -76.179995693654604, 43.590001125658688 ], [ -76.239268561493304, 43.979150499032642 ], [ -76.34161476811957, 44.119060064711391 ], [ -75.31821, 44.81645 ], [ -74.867, 45.000480000000124 ], [ -73.34783, 45.00738 ], [ -71.505059999999872, 45.008200000000102 ], [ -71.405, 45.255000000000138 ], [ -71.08482, 45.30524 ], [ -70.66, 45.46 ], [ -70.305, 45.915 ], [ -69.99997, 46.69307 ], [ -69.237216, 47.447781 ], [ -68.905, 47.185 ], [ -68.23444, 47.35486 ], [ -67.79046, 47.06636 ], [ -67.79134, 45.702810000000142 ], [ -67.13741, 45.13753 ], [ -66.96466, 44.809700000000163 ], [ -68.03252, 44.3252 ], [ -69.06, 43.98 ], [ -70.11617, 43.684050000000155 ], [ -70.645475633410996, 43.09023834896405 ], [ -70.81489, 42.8653 ], [ -70.825, 42.335 ], [ -70.495, 41.805 ], [ -70.08, 41.78 ], [ -70.185, 42.145 ], [ -69.88497, 41.922830000000118 ], [ -69.96503, 41.637170000000168 ], [ -70.64, 41.475 ], [ -71.12039, 41.494450000000171 ], [ -71.859999999999872, 41.32 ], [ -72.295, 41.27 ], [ -72.87643, 41.22065 ], [ -73.71, 40.931102351654488 ], [ -72.24126, 41.119480000000152 ], [ -71.944999999999851, 40.93 ], [ -73.345, 40.63 ], [ -73.982, 40.628 ], [ -73.952325, 40.75075 ], [ -74.25671, 40.47351 ], [ -73.96244, 40.42763 ], [ -74.17838, 39.70926 ], [ -74.90604, 38.93954 ], [ -74.98041, 39.1964 ], [ -75.20002, 39.248450000000105 ], [ -75.52805, 39.4985 ], [ -75.32, 38.96 ], [ -75.071834764789799, 38.782032230179283 ], [ -75.05673, 38.40412000000012 ], [ -75.37747, 38.01551 ], [ -75.94023, 37.21689 ], [ -76.03127, 37.2566 ], [ -75.722049999999825, 37.937050000000113 ], [ -76.23287, 38.319215 ], [ -76.35, 39.15 ], [ -76.542725, 38.717615000000109 ], [ -76.32933, 38.08326 ], [ -76.989997931613544, 38.239991766913391 ], [ -76.30162, 37.917945 ], [ -76.25874, 36.966400000000107 ], [ -75.9718, 36.89726 ], [ -75.868039999999866, 36.55125 ], [ -75.72749, 35.550740000000133 ], [ -76.36318, 34.808540000000136 ], [ -77.397634999999894, 34.51201 ], [ -78.05496, 33.92547 ], [ -78.554349999999857, 33.861330000000123 ], [ -79.06067, 33.49395 ], [ -79.20357, 33.15839 ], [ -80.301325, 32.509355 ], [ -80.86498, 32.0333 ], [ -81.33629, 31.44049 ], [ -81.49042, 30.729990000000129 ], [ -81.31371, 30.035520000000105 ], [ -80.98, 29.180000000000121 ], [ -80.535584999999884, 28.47213 ], [ -80.529999999999831, 28.040000000000106 ], [ -80.056539284977561, 26.880000000000138 ], [ -80.088015, 26.205765 ], [ -80.131559999999894, 25.816775 ], [ -80.38103, 25.20616 ], [ -80.68, 25.08 ], [ -81.17213, 25.201260000000133 ], [ -81.33, 25.64 ], [ -81.709999999999809, 25.87 ], [ -82.24, 26.730000000000132 ], [ -82.70515, 27.49504 ], [ -82.85526, 27.88624 ], [ -82.65, 28.550000000000153 ], [ -82.93, 29.100000000000136 ], [ -83.70959, 29.93656 ], [ -84.1, 30.090000000000117 ], [ -85.10882, 29.63615 ], [ -85.28784, 29.68612000000013 ], [ -85.7731, 30.152610000000124 ], [ -86.399999999999892, 30.400000000000119 ], [ -87.530359999999888, 30.27433 ], [ -88.41782, 30.3849 ], [ -89.18049, 30.31598 ], [ -89.593831178419777, 30.159994004836847 ], [ -89.413735, 29.89419 ], [ -89.43, 29.48864 ], [ -89.21767, 29.29108 ], [ -89.40823, 29.15961 ], [ -89.77928, 29.307140000000146 ], [ -90.15463, 29.11743 ], [ -90.880225, 29.148535000000123 ], [ -91.62678499999987, 29.677000000000135 ], [ -92.49906, 29.5523 ], [ -93.22637, 29.78375 ], [ -93.84842, 29.71363 ], [ -94.69, 29.480000000000132 ], [ -95.60026, 28.73863 ], [ -96.59404, 28.30748 ], [ -97.139999999999844, 27.83 ], [ -97.37, 27.38 ], [ -97.379999999999882, 26.69 ], [ -97.33, 26.210000000000122 ], [ -97.139999999999844, 25.87 ], [ -97.529999999999887, 25.84 ], [ -98.24, 26.060000000000116 ], [ -99.019999999999897, 26.37 ], [ -99.3, 26.84 ], [ -99.519999999999882, 27.54 ], [ -100.11, 28.110000000000127 ], [ -100.45584, 28.696120000000121 ], [ -100.9576, 29.380710000000136 ], [ -101.6624, 29.77930000000012 ], [ -102.48, 29.76 ], [ -103.11, 28.97 ], [ -103.94, 29.27 ], [ -104.456969999999856, 29.57196 ], [ -104.70575, 30.12173 ], [ -105.03737, 30.64402 ], [ -105.63159, 31.08383000000012 ], [ -106.1429, 31.39995 ], [ -106.507589999999837, 31.75452 ], [ -108.24, 31.754853718166402 ], [ -108.24194, 31.34222 ], [ -109.035, 31.341940000000164 ], [ -111.02361, 31.33472 ], [ -113.30498, 32.03914 ], [ -114.815, 32.52528 ], [ -114.721389999999886, 32.72083 ], [ -115.99135, 32.612390000000147 ], [ -117.12776, 32.53534 ], [ -117.295937691273892, 33.046224615203897 ], [ -117.944, 33.621236431201396 ], [ -118.410602275897503, 33.740909223124504 ], [ -118.519894822799728, 34.027781577575752 ], [ -119.081, 34.078 ], [ -119.438840642016686, 34.348477178284298 ], [ -120.36778, 34.44711 ], [ -120.62286, 34.60855 ], [ -120.74433, 35.156860000000108 ], [ -121.714569999999881, 36.16153 ], [ -122.54747, 37.551760000000115 ], [ -122.51201, 37.783390000000139 ], [ -122.95319, 38.113710000000111 ], [ -123.7272, 38.951660000000118 ], [ -123.86517, 39.766990000000135 ], [ -124.39807, 40.3132 ], [ -124.17886, 41.142020000000116 ], [ -124.2137, 41.999640000000142 ], [ -124.53284, 42.765990000000102 ], [ -124.14214, 43.70838 ], [ -124.020535, 44.615895 ], [ -123.89893, 45.52341 ], [ -124.079635, 46.86475 ], [ -124.39567, 47.72017000000011 ], [ -124.687210083007827, 48.184432983398551 ], [ -124.566101074218778, 48.379714965820398 ], [ -123.12, 48.04 ], [ -122.58736, 47.096 ], [ -122.34, 47.36 ], [ -122.5, 48.18 ], [ -122.84, 49.000000000000114 ], [ -120.0, 49.000000000000114 ], [ -117.03121, 49.000000000000114 ], [ -116.04818, 49.000000000000114 ], [ -113.0, 49.000000000000114 ], [ -110.05, 49.000000000000114 ], [ -107.05, 49.000000000000114 ], [ -104.04826, 48.99986 ], [ -100.65, 49.000000000000114 ], [ -97.228720000004728, 49.000700000000109 ], [ -95.159069509171985, 49.000000000000114 ], [ -95.15609, 49.38425 ], [ -94.81758, 49.38905 ] ] ], [ [ [ -153.006314053336922, 57.115842190165893 ], [ -154.005090298458128, 56.734676825581062 ], [ -154.516402757770095, 56.992748928446701 ], [ -154.670992804971149, 57.4611957871725 ], [ -153.762779507441508, 57.81657461204378 ], [ -153.228729417921102, 57.968968410872435 ], [ -152.564790615835136, 57.901427313866975 ], [ -152.141147223906358, 57.591058661521998 ], [ -153.006314053336922, 57.115842190165893 ] ] ], [ [ [ -165.579164191733611, 59.90998688418756 ], [ -166.192770148767295, 59.754440822988983 ], [ -166.848337368822001, 59.941406155020957 ], [ -167.455277066090076, 60.213069159579362 ], [ -166.467792121424651, 60.384169826897789 ], [ -165.674429694663672, 60.293606879306253 ], [ -165.579164191733611, 59.90998688418756 ] ] ], [ [ [ -171.731656867539414, 63.78251536727592 ], [ -171.11443356024526, 63.592191067144995 ], [ -170.491112433940742, 63.694975490973519 ], [ -169.682505459653584, 63.431115627691156 ], [ -168.68943946030069, 63.297506212000599 ], [ -168.771940884454636, 63.188598130945451 ], [ -169.52943986720507, 62.976931464277897 ], [ -170.290556200215974, 63.194437567794466 ], [ -170.671385667990904, 63.375821845138972 ], [ -171.553063117538699, 63.317789211675091 ], [ -171.791110602891195, 63.405845852300473 ], [ -171.731656867539414, 63.78251536727592 ] ] ], [ [ [ -155.06779029032424, 71.147776394323699 ], [ -154.344165208941234, 70.696408596470206 ], [ -153.90000627339262, 70.889988511835696 ], [ -152.210006069935332, 70.829992173944845 ], [ -152.270002407826155, 70.600006212029854 ], [ -150.739992438744537, 70.430016588005714 ], [ -149.720003018167517, 70.530010484490447 ], [ -147.613361579357075, 70.214034939241799 ], [ -145.689989800225305, 70.120009670686727 ], [ -144.920010959076421, 69.989991767040465 ], [ -143.589446180425199, 70.152514146598293 ], [ -142.07251034871345, 69.851938178172617 ], [ -140.985999999575654, 69.712000003294946 ], [ -140.985987522289577, 69.711998393884045 ], [ -140.985988329004897, 69.711998399526379 ], [ -140.992498752029405, 66.000028591568679 ], [ -140.997769748123147, 60.306396796298571 ], [ -140.012997816153131, 60.27683787702756 ], [ -139.039000420315858, 60.000007229239998 ], [ -138.34089, 59.56211 ], [ -137.4525, 58.905000000000115 ], [ -136.47972, 59.46389 ], [ -135.47583, 59.78778 ], [ -134.945, 59.270560000000131 ], [ -134.27111, 58.86111 ], [ -133.355548882207245, 58.410285142645165 ], [ -132.73042, 57.692890000000119 ], [ -131.707809999999881, 56.55212 ], [ -130.00778, 55.91583 ], [ -129.979994263358293, 55.284997870497222 ], [ -130.536108952736811, 54.802754476799265 ], [ -130.53611018946728, 54.802753404349403 ], [ -131.085818237972148, 55.178906155002039 ], [ -131.967211467142306, 55.497775580459063 ], [ -132.250010742859473, 56.369996242897457 ], [ -133.539181084356414, 57.178887437562139 ], [ -134.078062920296048, 58.12306753196691 ], [ -135.038211032279065, 58.187714748763938 ], [ -136.628062309954686, 58.212209377670462 ], [ -137.800006279686045, 58.499995429103791 ], [ -139.867787041413038, 59.537761542389148 ], [ -140.825273817133052, 59.727517401765056 ], [ -142.574443535564484, 60.084446519604995 ], [ -143.958880994879934, 59.999180406323376 ], [ -145.92555681682785, 60.458609727614288 ], [ -147.114373949146682, 60.884656073644635 ], [ -148.224306200127671, 60.672989406977166 ], [ -148.018065558850765, 59.978328965893638 ], [ -148.570822516860915, 59.914172675203304 ], [ -149.727857835875881, 59.705658270905531 ], [ -150.60824337461645, 59.368211168039494 ], [ -151.716392788683322, 59.15582103131996 ], [ -151.859433153267162, 59.744984035879583 ], [ -151.409719001247197, 60.725802720779399 ], [ -150.346941494732533, 61.033587551509868 ], [ -150.621110806257008, 61.284424953854426 ], [ -151.895839199816862, 60.727197984451294 ], [ -152.578329841095609, 60.061657212964263 ], [ -154.019172126257615, 59.350279446034278 ], [ -153.287511359653195, 58.864727688219801 ], [ -154.232492438758499, 58.146373602930538 ], [ -155.307491421510235, 57.727794501366333 ], [ -156.30833472392311, 57.42277435976365 ], [ -156.556097378546355, 56.979984849670643 ], [ -158.117216559867757, 56.46360809999419 ], [ -158.433321296197164, 55.994153550838547 ], [ -159.603327399717443, 55.56668610292013 ], [ -160.28971961163424, 55.643580634170576 ], [ -161.223047655257801, 55.364734605523495 ], [ -162.237766079741078, 55.024186916720112 ], [ -163.069446581046407, 54.689737046927178 ], [ -164.785569221027203, 54.404173082082167 ], [ -164.942226325520039, 54.572224839895341 ], [ -163.848339606765677, 55.039431464246121 ], [ -162.870001390615926, 55.348043117893212 ], [ -161.804174974596037, 55.894986477270436 ], [ -160.563604702781163, 56.008054511125039 ], [ -160.070559862284512, 56.418055324928758 ], [ -158.684442918919444, 57.016675116597867 ], [ -158.461097378553973, 57.21692129172888 ], [ -157.722770352183886, 57.570000515363063 ], [ -157.550274421193592, 58.328326321030204 ], [ -157.041674974577006, 58.918884589261722 ], [ -158.194731208305484, 58.615802313869807 ], [ -158.517217984023091, 58.787781480537319 ], [ -159.058606126928737, 58.424186102931657 ], [ -159.711667040017346, 58.931390285876347 ], [ -159.981288825500201, 58.572549140041644 ], [ -160.355271165996527, 59.071123358793614 ], [ -161.355003425115058, 58.670837714260756 ], [ -161.96889360252635, 58.671664537177378 ], [ -162.054986538724677, 59.26692536074745 ], [ -161.874170702135359, 59.633621324290601 ], [ -162.518059048492091, 59.989723619213891 ], [ -163.81834143782018, 59.798055731843363 ], [ -164.662217577146464, 60.26748444278266 ], [ -165.346387702474829, 60.50749563256241 ], [ -165.350831875651863, 61.073895168697504 ], [ -166.121379157555992, 61.500019029376233 ], [ -165.734451870770556, 62.074996853271784 ], [ -164.919178636717845, 62.63307648380794 ], [ -164.562507901039368, 63.146378485763051 ], [ -163.753332485997049, 63.219448961023772 ], [ -163.067224494457889, 63.059458726648018 ], [ -162.260555386381725, 63.541935736741181 ], [ -161.534449836248598, 63.455816962326764 ], [ -160.772506680321129, 63.766108100023274 ], [ -160.958335130842556, 64.222798570402773 ], [ -161.518068407212212, 64.402787584075298 ], [ -160.777777676414757, 64.788603827566419 ], [ -161.391926235987626, 64.777235012462313 ], [ -162.453050096668846, 64.55944468856822 ], [ -162.757786017894091, 64.338605455168789 ], [ -163.546394212884309, 64.559160468190498 ], [ -164.96082984114517, 64.446945095468863 ], [ -166.42528825586453, 64.686672064870692 ], [ -166.845004238939055, 65.088895575614544 ], [ -168.110560065767174, 65.669997056736747 ], [ -166.705271166021959, 66.088317776139405 ], [ -164.474709642575533, 66.576660061297503 ], [ -163.652511766595694, 66.576660061297503 ], [ -163.788601651036203, 66.077207343196676 ], [ -161.677774421210188, 66.116119696712417 ], [ -162.489714525380009, 66.735565090595088 ], [ -163.71971696679114, 67.116394558370104 ], [ -164.43099138085654, 67.616338202577793 ], [ -165.39028683170676, 68.042772121850248 ], [ -166.764440680996017, 68.358876858179656 ], [ -166.204707404626618, 68.883030910916148 ], [ -164.430810513343488, 68.915535386827713 ], [ -163.168613654614546, 69.371114813912897 ], [ -162.930566169262022, 69.858061835399269 ], [ -161.908897264635527, 70.333329983187639 ], [ -160.934796515933698, 70.447689927849581 ], [ -159.039175788387155, 70.89164215766894 ], [ -158.119722866833968, 70.824721177851018 ], [ -156.580824551398052, 71.35776357694175 ], [ -155.06779029032424, 71.147776394323699 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Uzbekistan", "sov_a3": "UZB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Uzbekistan", "adm0_a3": "UZB", "geou_dif": 0.000000, "geounit": "Uzbekistan", "gu_a3": "UZB", "su_dif": 0.000000, "subunit": "Uzbekistan", "su_a3": "UZB", "brk_diff": 0.000000, "name": "Uzbekistan", "name_long": "Uzbekistan", "brk_a3": "UZB", "brk_name": "Uzbekistan", "brk_group": null, "abbrev": "Uzb.", "postal": "UZ", "formal_en": "Republic of Uzbekistan", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Uzbekistan", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 3.000000, "mapcolor9": 5.000000, "mapcolor13": 4.000000, "pop_est": 27606007.000000, "gdp_md_est": 71670.000000, "pop_year": -99.000000, "lastcensus": 1989.000000, "gdp_year": -99.000000, "economy": "6. Developing region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "UZ", "iso_a3": "UZB", "iso_n3": "860", "un_a3": "860", "wb_a2": "UZ", "wb_a3": "UZB", "woe_id": -99.000000, "adm0_a3_is": "UZB", "adm0_a3_us": "UZB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Central Asia", "region_wb": "Europe & Central Asia", "name_len": 10.000000, "long_len": 10.000000, "abbrev_len": 4.000000, "tiny": 5.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 70.962314894499201, 42.266154283205452 ], [ 71.259247674448289, 42.167710679689463 ], [ 70.420022414028239, 41.519998277343177 ], [ 71.157858514291632, 41.143587144529192 ], [ 71.870114780570447, 41.392900092121295 ], [ 73.05541710804917, 40.866033026689507 ], [ 71.774875115856588, 40.145844428053749 ], [ 71.01419803252017, 40.244365546218205 ], [ 70.601406691372773, 40.218527330072277 ], [ 70.45815962105965, 40.496494859370273 ], [ 70.666622348925131, 40.960213324541428 ], [ 69.329494663372856, 40.727824408524867 ], [ 69.011632928345506, 40.086158148756738 ], [ 68.536416456989429, 39.533452867178909 ], [ 67.701428664017357, 39.580478420564532 ], [ 67.442219679641283, 39.140143541005472 ], [ 68.176025018185982, 38.901553453113905 ], [ 68.392032505165986, 38.157025254868756 ], [ 67.829999627559545, 37.144994004864714 ], [ 67.07578209825968, 37.356143907209287 ], [ 66.518606805288726, 37.362784328758806 ], [ 66.546150343700191, 37.974684963526869 ], [ 65.21599897650745, 38.402695013984271 ], [ 64.170223016216795, 38.892406724598231 ], [ 63.518014764261096, 39.363256537425599 ], [ 62.374260288345084, 40.053886216790431 ], [ 61.882714064384714, 41.084856879229392 ], [ 61.54717898951364, 41.266370347654657 ], [ 60.465952996670666, 41.220326646482505 ], [ 60.083340691981647, 41.425146185871398 ], [ 59.976422153569871, 42.223081976890228 ], [ 58.62901085799146, 42.75155101172308 ], [ 57.786529982337157, 42.170552883465547 ], [ 56.932215203687889, 41.826026109375647 ], [ 57.096391229079103, 41.32231008561061 ], [ 55.968191359282997, 41.308641669269349 ], [ 55.928917270741152, 44.995858466159177 ], [ 58.503127068928478, 45.586804307632974 ], [ 58.689989048095896, 45.5000137395987 ], [ 60.239971958258451, 44.784036770194746 ], [ 61.058319940032533, 44.40581696225064 ], [ 62.013300408786307, 43.504476630215635 ], [ 63.185786981056566, 43.650074978198006 ], [ 64.90082441595942, 43.728080552742654 ], [ 66.098012322865173, 42.997660020513081 ], [ 66.023391554635595, 41.994646307944095 ], [ 66.510648634715693, 41.987644151368556 ], [ 66.714047072216573, 41.168443508461564 ], [ 67.985855747351849, 41.135990708982206 ], [ 68.25989586779562, 40.662324530594958 ], [ 68.632482944620023, 40.668680731766926 ], [ 69.07002729683532, 41.384244289712399 ], [ 70.388964878220776, 42.081307684897496 ], [ 70.962314894499201, 42.266154283205452 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Venezuela", "sov_a3": "VEN", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Venezuela", "adm0_a3": "VEN", "geou_dif": 0.000000, "geounit": "Venezuela", "gu_a3": "VEN", "su_dif": 0.000000, "subunit": "Venezuela", "su_a3": "VEN", "brk_diff": 0.000000, "name": "Venezuela", "name_long": "Venezuela", "brk_a3": "VEN", "brk_name": "Venezuela", "brk_group": null, "abbrev": "Ven.", "postal": "VE", "formal_en": "Bolivarian Republic of Venezuela", "formal_fr": "República Bolivariana de Venezuela", "note_adm0": null, "note_brk": null, "name_sort": "Venezuela, RB", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 3.000000, "mapcolor9": 1.000000, "mapcolor13": 4.000000, "pop_est": 26814843.000000, "gdp_md_est": 357400.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "VE", "iso_a3": "VEN", "iso_n3": "862", "un_a3": "862", "wb_a2": "VE", "wb_a3": "VEN", "woe_id": -99.000000, "adm0_a3_is": "VEN", "adm0_a3_us": "VEN", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "South America", "region_un": "Americas", "subregion": "South America", "region_wb": "Latin America & Caribbean", "name_len": 9.000000, "long_len": 9.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.758284878159174, 8.367034816924061 ], [ -60.550587938058158, 7.779602972846163 ], [ -60.63797278506371, 7.414999904810841 ], [ -60.295668097562412, 7.043911444522962 ], [ -60.54399919294093, 6.856584377464884 ], [ -61.159336310456524, 6.696077378766319 ], [ -61.139415045807965, 6.23429677980613 ], [ -61.410302903881956, 5.959068101419618 ], [ -60.733574184803729, 5.200277207861959 ], [ -60.601179165271901, 4.918098049332187 ], [ -60.966893276601581, 4.536467596856667 ], [ -62.085429653559117, 4.162123521334308 ], [ -62.804533047116706, 4.006965033377966 ], [ -63.093197597899035, 3.7705711938588 ], [ -63.888342861574102, 4.020530096854543 ], [ -64.628659430587561, 4.14848094320925 ], [ -64.816064012294021, 4.056445217297437 ], [ -64.368494432214078, 3.79721039470526 ], [ -64.408827887617917, 3.126786200366638 ], [ -64.269999152265825, 2.497005520025567 ], [ -63.422867397705147, 2.411067613124189 ], [ -63.368788011311665, 2.200899562993186 ], [ -64.08308549666603, 1.916369126794137 ], [ -64.19930579289047, 1.492854925946034 ], [ -64.611011928959897, 1.328730576987084 ], [ -65.354713304288396, 1.095282294108557 ], [ -65.548267381437512, 0.789254462076002 ], [ -66.325765143485, 0.724452215982026 ], [ -66.876325853122609, 1.253360500489364 ], [ -67.181294318293112, 2.250638129074105 ], [ -67.447092047786327, 2.600280869960869 ], [ -67.809938117123721, 2.820655015469598 ], [ -67.303173183853374, 3.318454087737166 ], [ -67.337563849543614, 3.542342230641708 ], [ -67.621835903581314, 3.839481716320051 ], [ -67.823012254493534, 4.503937282728913 ], [ -67.74469662135516, 5.22112864829171 ], [ -67.521531948502741, 5.556870428891969 ], [ -67.341439581965545, 6.095468044454037 ], [ -67.695087246355001, 6.267318020040676 ], [ -68.265052456318216, 6.153268133972475 ], [ -68.985318569602327, 6.206804917826858 ], [ -69.389479946557145, 6.099860541198865 ], [ -70.093312954372436, 6.960376491723167 ], [ -70.674233567981474, 7.087784735538705 ], [ -71.960175747348671, 6.991614895043512 ], [ -72.198352423781841, 7.340430813013654 ], [ -72.444487270788045, 7.423784898300482 ], [ -72.479678921178788, 7.632506008327411 ], [ -72.360900641555929, 8.002638454617909 ], [ -72.439862230097958, 8.405275376820057 ], [ -72.660494757768134, 8.625287787302668 ], [ -72.788729824500393, 9.085027167187306 ], [ -73.304951544880055, 9.151999823437592 ], [ -73.027604132769596, 9.736770331252487 ], [ -72.905286017534735, 10.4503443465548 ], [ -72.614657762325237, 10.821975409381764 ], [ -72.227575446242923, 11.108702093953227 ], [ -71.973921678338286, 11.608671576377105 ], [ -71.331583624950326, 11.77628408451578 ], [ -71.36000566271079, 11.539993597861198 ], [ -71.947049933546481, 11.423282375530079 ], [ -71.620868292920221, 10.969459947142823 ], [ -71.633063930941091, 10.446494452349057 ], [ -72.074173956984481, 9.865651353388387 ], [ -71.695644090446564, 9.072263088411248 ], [ -71.264559292267734, 9.137194525585983 ], [ -71.039999355743362, 9.859992784052451 ], [ -71.350083787710787, 10.211935126176201 ], [ -71.400623338492238, 10.968969021036031 ], [ -70.155298834906517, 11.375481675660026 ], [ -70.293843349880973, 11.846822414594271 ], [ -69.943244594996827, 12.162307033736127 ], [ -69.584300096297454, 11.459610907431198 ], [ -68.882999233664407, 11.443384507691604 ], [ -68.233271450458687, 10.885744126829962 ], [ -68.194126552997602, 10.554653225135979 ], [ -67.296248541926303, 10.545868231646338 ], [ -66.227864142507997, 10.648626817258659 ], [ -65.655237596281694, 10.200798855017368 ], [ -64.89045223657817, 10.077214667191285 ], [ -64.329478725833781, 10.389598700395723 ], [ -64.318006557864919, 10.641417954953965 ], [ -63.079322475828718, 10.701724351438628 ], [ -61.880946010980153, 10.715625311725134 ], [ -62.730118984616382, 10.420268662960908 ], [ -62.388511928950948, 9.948204453974611 ], [ -61.588767462801911, 9.87306692142225 ], [ -60.830596686431733, 9.381339829948928 ], [ -60.67125240745969, 8.580174261911907 ], [ -60.15009558779613, 8.602756862823483 ], [ -59.758284878159174, 8.367034816924061 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "Vietnam", "sov_a3": "VNM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Vietnam", "adm0_a3": "VNM", "geou_dif": 0.000000, "geounit": "Vietnam", "gu_a3": "VNM", "su_dif": 0.000000, "subunit": "Vietnam", "su_a3": "VNM", "brk_diff": 0.000000, "name": "Vietnam", "name_long": "Vietnam", "brk_a3": "VNM", "brk_name": "Vietnam", "brk_group": null, "abbrev": "Viet.", "postal": "VN", "formal_en": "Socialist Republic of Vietnam", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Vietnam", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 6.000000, "mapcolor9": 5.000000, "mapcolor13": 4.000000, "pop_est": 86967524.000000, "gdp_md_est": 241700.000000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "VN", "iso_a3": "VNM", "iso_n3": "704", "un_a3": "704", "wb_a2": "VN", "wb_a3": "VNM", "woe_id": -99.000000, "adm0_a3_is": "VNM", "adm0_a3_us": "VNM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "South-Eastern Asia", "region_wb": "East Asia & Pacific", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 5.000000, "tiny": 2.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 108.050180291782993, 21.552379869060189 ], [ 106.71506798709018, 20.696850694252078 ], [ 105.881682163519002, 19.75205048265974 ], [ 105.66200564984635, 19.058165188060627 ], [ 106.426816847766048, 18.004120998603213 ], [ 107.361953566519816, 16.697456569887066 ], [ 108.269495070429656, 16.079742336486191 ], [ 108.877106561317561, 15.276690578670497 ], [ 109.335269810017252, 13.426028347217752 ], [ 109.200135939574039, 11.66685923913775 ], [ 108.366129998815524, 11.008320624226272 ], [ 107.220928582795324, 10.364483954301832 ], [ 106.405112746203457, 9.530839748569335 ], [ 105.158263787865195, 8.599759629750551 ], [ 104.795185174582429, 9.241038316276473 ], [ 105.076201613385678, 9.918490505406822 ], [ 104.334334751403532, 10.486543687375246 ], [ 105.199914992292435, 10.889309800658069 ], [ 106.249670037869492, 10.96181183516363 ], [ 105.810523716253186, 11.567614650921243 ], [ 107.491403029410918, 12.337205918827991 ], [ 107.614547967562402, 13.535530707244178 ], [ 107.382727492301086, 14.202440904186986 ], [ 107.564525181103903, 15.202173163305588 ], [ 107.31270592654559, 15.908538316303208 ], [ 106.556007928495688, 16.604283962464791 ], [ 105.9257621602641, 17.48531545660893 ], [ 105.094598423281553, 18.666974595611038 ], [ 103.896532017026715, 19.265180975821835 ], [ 104.183387892678951, 19.624668077060193 ], [ 104.822573683697129, 19.886641750563882 ], [ 104.435000441508038, 20.758733221921574 ], [ 103.203861118586445, 20.766562201413763 ], [ 102.754896274834636, 21.675137233969451 ], [ 102.170435825613566, 22.464753119389343 ], [ 102.706992222100183, 22.708795070887703 ], [ 103.504514601660588, 22.70375661873922 ], [ 104.476858351664504, 22.819150092047011 ], [ 105.329209425886717, 23.352063300056955 ], [ 105.811247186305224, 22.976892401617903 ], [ 106.725403273548551, 22.794267889898464 ], [ 106.56727339073538, 22.218204860924828 ], [ 107.043420037872664, 21.811898912029903 ], [ 108.050180291782993, 21.552379869060189 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 4.000000, "sovereignt": "Vanuatu", "sov_a3": "VUT", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Vanuatu", "adm0_a3": "VUT", "geou_dif": 0.000000, "geounit": "Vanuatu", "gu_a3": "VUT", "su_dif": 0.000000, "subunit": "Vanuatu", "su_a3": "VUT", "brk_diff": 0.000000, "name": "Vanuatu", "name_long": "Vanuatu", "brk_a3": "VUT", "brk_name": "Vanuatu", "brk_group": null, "abbrev": "Van.", "postal": "VU", "formal_en": "Republic of Vanuatu", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Vanuatu", "name_alt": null, "mapcolor7": 6.000000, "mapcolor8": 3.000000, "mapcolor9": 7.000000, "mapcolor13": 3.000000, "pop_est": 218519.000000, "gdp_md_est": 988.500000, "pop_year": -99.000000, "lastcensus": 2009.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "VU", "iso_a3": "VUT", "iso_n3": "548", "un_a3": "548", "wb_a2": "VU", "wb_a3": "VUT", "woe_id": -99.000000, "adm0_a3_is": "VUT", "adm0_a3_us": "VUT", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Oceania", "region_un": "Oceania", "subregion": "Melanesia", "region_wb": "East Asia & Pacific", "name_len": 7.000000, "long_len": 7.000000, "abbrev_len": 4.000000, "tiny": 2.000000, "homepart": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 167.844876743845163, -16.466333103097156 ], [ 167.515181105822904, -16.59784962327997 ], [ 167.18000776597782, -16.15999521247096 ], [ 167.216801385769628, -15.891846205308454 ], [ 167.844876743845163, -16.466333103097156 ] ] ], [ [ [ 167.107712437201513, -14.933920179913954 ], [ 167.270028111030257, -15.740020847234874 ], [ 167.00120731024802, -15.614602146062495 ], [ 166.793157993840936, -15.668810723536723 ], [ 166.649859247095634, -15.392703545801197 ], [ 166.629136997746485, -14.626497084209603 ], [ 167.107712437201513, -14.933920179913954 ] ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Yemen", "sov_a3": "YEM", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Yemen", "adm0_a3": "YEM", "geou_dif": 0.000000, "geounit": "Yemen", "gu_a3": "YEM", "su_dif": 0.000000, "subunit": "Yemen", "su_a3": "YEM", "brk_diff": 0.000000, "name": "Yemen", "name_long": "Yemen", "brk_a3": "YEM", "brk_name": "Yemen", "brk_group": null, "abbrev": "Yem.", "postal": "YE", "formal_en": "Republic of Yemen", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Yemen, Rep.", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 3.000000, "mapcolor9": 3.000000, "mapcolor13": 11.000000, "pop_est": 23822783.000000, "gdp_md_est": 55280.000000, "pop_year": -99.000000, "lastcensus": 2004.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "YE", "iso_a3": "YEM", "iso_n3": "887", "un_a3": "887", "wb_a2": "RY", "wb_a3": "YEM", "woe_id": -99.000000, "adm0_a3_is": "YEM", "adm0_a3_us": "YEM", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Asia", "region_un": "Asia", "subregion": "Western Asia", "region_wb": "Middle East & North Africa", "name_len": 5.000000, "long_len": 5.000000, "abbrev_len": 4.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 53.108572625547509, 16.651051133688981 ], [ 52.385205926325881, 16.38241120041971 ], [ 52.19172936382509, 15.938433132384063 ], [ 52.168164910700028, 15.597420355689991 ], [ 51.172515089732514, 15.17524974208149 ], [ 49.574576450403214, 14.708766587782748 ], [ 48.679230584514158, 14.003202419485646 ], [ 48.238947381387476, 13.948089504446415 ], [ 47.938914015500785, 14.007233181204441 ], [ 47.354453566279716, 13.592219753468356 ], [ 46.717076450391829, 13.399699204965017 ], [ 45.87759280781026, 13.347764390511685 ], [ 45.625050083199852, 13.290946153206733 ], [ 45.406458774605341, 13.026905422411431 ], [ 45.144355910020892, 12.953938300015366 ], [ 44.989533318874493, 12.69958690027471 ], [ 44.49457645038288, 12.72165273686339 ], [ 44.175112745954522, 12.585950425664905 ], [ 43.48295861183712, 12.636800035040082 ], [ 43.222871128112132, 13.220950425667425 ], [ 43.251448195169559, 13.767583726450908 ], [ 43.087943963398089, 14.062630316621309 ], [ 42.892245314308724, 14.802249253798735 ], [ 42.60487267433362, 15.213335272680609 ], [ 42.805015496600078, 15.261962795467269 ], [ 42.702437778500695, 15.718885809792027 ], [ 42.823670688657415, 15.91174225510531 ], [ 42.77933230975097, 16.347891343648683 ], [ 43.218375278502748, 16.666889960186467 ], [ 43.115797560403365, 17.088440456607401 ], [ 43.380794305196076, 17.579986680567657 ], [ 43.791518589052004, 17.319976711491137 ], [ 44.06261315285505, 17.410358791569621 ], [ 45.216651238797198, 17.433328965723319 ], [ 45.399999220568787, 17.333335069238586 ], [ 46.366658563020536, 17.23331533453765 ], [ 46.749994337761706, 17.283338120996206 ], [ 47.000004917189841, 16.949999294497417 ], [ 47.466694777217612, 17.116681626854898 ], [ 48.183343540241339, 18.166669216377329 ], [ 49.116671583864928, 18.616667588774931 ], [ 52.000009800022241, 19.000003363516072 ], [ 52.78218427919208, 17.349742336491232 ], [ 53.108572625547509, 16.651051133688981 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 2.000000, "sovereignt": "South Africa", "sov_a3": "ZAF", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "South Africa", "adm0_a3": "ZAF", "geou_dif": 0.000000, "geounit": "South Africa", "gu_a3": "ZAF", "su_dif": 0.000000, "subunit": "South Africa", "su_a3": "ZAF", "brk_diff": 0.000000, "name": "South Africa", "name_long": "South Africa", "brk_a3": "ZAF", "brk_name": "South Africa", "brk_group": null, "abbrev": "S.Af.", "postal": "ZA", "formal_en": "Republic of South Africa", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "South Africa", "name_alt": null, "mapcolor7": 2.000000, "mapcolor8": 3.000000, "mapcolor9": 4.000000, "mapcolor13": 2.000000, "pop_est": 49052489.000000, "gdp_md_est": 491000.000000, "pop_year": -99.000000, "lastcensus": 2001.000000, "gdp_year": -99.000000, "economy": "5. Emerging region: G20", "income_grp": "3. Upper middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ZA", "iso_a3": "ZAF", "iso_n3": "710", "un_a3": "710", "wb_a2": "ZA", "wb_a3": "ZAF", "woe_id": -99.000000, "adm0_a3_is": "ZAF", "adm0_a3_us": "ZAF", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Southern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 12.000000, "long_len": 12.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.191409132621317, -22.251509698172356 ], [ 31.670397983534741, -23.658969008073868 ], [ 31.930588820124314, -24.369416599222589 ], [ 31.752408481581966, -25.484283949487363 ], [ 31.837777947728085, -25.84333180105132 ], [ 31.333157586397959, -25.6601905250089 ], [ 31.044079624157206, -25.731452325139429 ], [ 30.949666782359913, -26.022649021104101 ], [ 30.67660851412964, -26.398078301704601 ], [ 30.685961948374455, -26.743845310169519 ], [ 31.282773064913357, -27.285879408479019 ], [ 31.868060337051105, -27.177927341421267 ], [ 32.071665480281098, -26.733820082304945 ], [ 32.830120477028942, -26.742191664336175 ], [ 32.580264926897684, -27.470157566031801 ], [ 32.462132602678452, -28.301011244420508 ], [ 32.203388706193067, -28.75240488049009 ], [ 31.521001417778933, -29.257386976846263 ], [ 31.32556115085103, -29.401977634398875 ], [ 30.901762729625403, -29.909956963828051 ], [ 30.622813348113795, -30.423775730106158 ], [ 30.055716180142753, -31.140269463832922 ], [ 28.925552605919592, -32.172041110972501 ], [ 28.21975589367716, -32.77195281344882 ], [ 27.464608188595975, -33.226963799778815 ], [ 26.419452345492886, -33.614950453426218 ], [ 25.909664340933517, -33.667040297176428 ], [ 25.780628289500726, -33.94464609144832 ], [ 25.172861769315972, -33.79685149509362 ], [ 24.67785322439218, -33.987175795224545 ], [ 23.594043409934699, -33.794474379208154 ], [ 22.988188917744793, -33.916430759416997 ], [ 22.574157342222264, -33.864082533505353 ], [ 21.542799106541025, -34.25883879978295 ], [ 20.689052768647002, -34.417175388325205 ], [ 20.07126102059766, -34.795136814107948 ], [ 19.616405063564628, -34.819166355123699 ], [ 19.193278435958746, -34.462598972309792 ], [ 18.855314568769899, -34.444305515278458 ], [ 18.42464318204938, -33.997872816708963 ], [ 18.377410922934615, -34.136520684548088 ], [ 18.244499139079977, -33.86775156019803 ], [ 18.250080193767445, -33.281430759414391 ], [ 17.925190463948496, -32.611290785453392 ], [ 18.24790978361122, -32.429131361624556 ], [ 18.221761508871452, -31.661632989225637 ], [ 17.566917758868868, -30.725721123987526 ], [ 17.064416131262732, -29.87864104585914 ], [ 17.06291751472628, -29.875953871379934 ], [ 16.344976840895242, -28.576705010697708 ], [ 16.824017368240959, -28.082161553664434 ], [ 17.218928663815433, -28.355943291946772 ], [ 17.387497185951503, -28.783514092729774 ], [ 17.83615197110953, -28.85637786226134 ], [ 18.464899122804809, -29.045461928017247 ], [ 19.002127312911114, -28.972443129188903 ], [ 19.894734327888642, -28.461104831660762 ], [ 19.895767856534434, -24.767790215760584 ], [ 20.165725538827218, -24.91796192800075 ], [ 20.75860924651181, -25.8681364885514 ], [ 20.66647016773544, -26.477453301704927 ], [ 20.889609002371742, -26.82854298269595 ], [ 21.605896030369451, -26.72653370535177 ], [ 22.1059688656579, -26.280256036079138 ], [ 22.579531691180591, -25.979447523708117 ], [ 22.824271274514899, -25.500458672794764 ], [ 23.312096795350158, -25.26868987396567 ], [ 23.73356977712271, -25.390129489851617 ], [ 24.211266717228852, -25.67021575287356 ], [ 25.025170525825843, -25.719670098576856 ], [ 25.664666375437747, -25.486816094669692 ], [ 25.765848829865234, -25.174845472923664 ], [ 25.941652052522187, -24.696373386333192 ], [ 26.485753208123327, -24.616326592713108 ], [ 26.786406691197385, -24.240690606383453 ], [ 27.119409620886245, -23.574323011979729 ], [ 28.017235955525251, -22.827753594659058 ], [ 29.432188348109065, -22.091312758067616 ], [ 29.839036899543004, -22.10221648528119 ], [ 30.322883335091802, -22.271611830333967 ], [ 30.659865350067065, -22.151567478119901 ], [ 31.191409132621317, -22.251509698172356 ] ], [ [ 28.107204624145425, -30.545732110315001 ], [ 28.291069370239967, -30.226216729454336 ], [ 28.848399692507769, -30.070050551068221 ], [ 29.018415154748027, -29.743765557577362 ], [ 29.325166456832648, -29.257386976846263 ], [ 28.978262566857268, -28.955596612261743 ], [ 28.541700066855554, -28.647501722937548 ], [ 28.074338413207812, -28.851468601193545 ], [ 27.532511020627481, -29.242710870075328 ], [ 26.999261915807693, -29.875953871379934 ], [ 27.749397006956485, -30.645105889612182 ], [ 28.107204624145425, -30.545732110315001 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Zambia", "sov_a3": "ZMB", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Zambia", "adm0_a3": "ZMB", "geou_dif": 0.000000, "geounit": "Zambia", "gu_a3": "ZMB", "su_dif": 0.000000, "subunit": "Zambia", "su_a3": "ZMB", "brk_diff": 0.000000, "name": "Zambia", "name_long": "Zambia", "brk_a3": "ZMB", "brk_name": "Zambia", "brk_group": null, "abbrev": "Zambia", "postal": "ZM", "formal_en": "Republic of Zambia", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Zambia", "name_alt": null, "mapcolor7": 5.000000, "mapcolor8": 8.000000, "mapcolor9": 5.000000, "mapcolor13": 13.000000, "pop_est": 11862740.000000, "gdp_md_est": 17500.000000, "pop_year": -99.000000, "lastcensus": 2010.000000, "gdp_year": -99.000000, "economy": "7. Least developed region", "income_grp": "4. Lower middle income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ZM", "iso_a3": "ZMB", "iso_n3": "894", "un_a3": "894", "wb_a2": "ZM", "wb_a3": "ZMB", "woe_id": -99.000000, "adm0_a3_is": "ZMB", "adm0_a3_us": "ZMB", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 6.000000, "long_len": 6.000000, "abbrev_len": 6.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 30.806006300588507, -8.578339125201055 ], [ 31.022117140433096, -8.786543470905002 ], [ 31.189032016735922, -8.729906101113102 ], [ 31.107258267293474, -8.563808139818448 ], [ 31.107258095208323, -8.563807790280904 ], [ 31.157751336950099, -8.594578747317257 ], [ 31.556348097466611, -8.762048841998649 ], [ 32.191864861792027, -8.930358981973271 ], [ 32.759375441221351, -9.230599053589032 ], [ 33.231387973775298, -9.676721693564801 ], [ 33.485687697083648, -10.5255587703911 ], [ 33.315310499817286, -10.796549981329662 ], [ 33.114289178201972, -11.607198174692272 ], [ 33.30642215346316, -12.435778090060182 ], [ 32.99176435723794, -12.783870537978274 ], [ 32.688165317523129, -13.712857761289229 ], [ 33.214024692525271, -13.971860039936161 ], [ 30.179481235481802, -14.796099134991536 ], [ 30.274255812305086, -15.507786960515176 ], [ 29.516834344203147, -15.644677829656402 ], [ 28.947463413211324, -16.043051446194397 ], [ 28.825868768028499, -16.389748630440607 ], [ 28.467906121542711, -16.468400160388882 ], [ 27.59824344250282, -17.29083058031398 ], [ 27.044427117630732, -17.938026218337384 ], [ 26.70677330903564, -17.961228936436498 ], [ 26.381935255648955, -17.846042168857863 ], [ 25.264225701608012, -17.736539808831438 ], [ 25.084443393664628, -17.661815687737374 ], [ 25.076950310982312, -17.578823337476649 ], [ 24.682349074001564, -17.353410739819438 ], [ 24.033861525170778, -17.295843194246359 ], [ 23.215048455506064, -17.523116143465955 ], [ 22.562478468524262, -16.898451429921835 ], [ 21.887842644953878, -16.080310153876894 ], [ 21.933886346125945, -12.898437188369357 ], [ 24.016136508894704, -12.911046237848552 ], [ 23.930922072045377, -12.565847670138822 ], [ 24.079905226342902, -12.191296888887322 ], [ 23.904153680118242, -11.722281589406336 ], [ 24.017893507592618, -11.237298272347118 ], [ 23.912215203555746, -10.926826267137457 ], [ 24.257155389104042, -10.951992689663655 ], [ 24.31451622894798, -11.262826429899249 ], [ 24.783169793402919, -11.238693536018914 ], [ 25.418118116973233, -11.330935967659968 ], [ 25.752309604604733, -11.784965101776379 ], [ 26.553087599399646, -11.924439792532127 ], [ 27.16441979341252, -11.60874846766103 ], [ 27.388798862423783, -12.132747491100645 ], [ 28.155108676880047, -12.27248056401784 ], [ 28.523561639120999, -12.698604424696654 ], [ 28.934285922976869, -13.248958428605121 ], [ 29.699613885219463, -13.257226657771866 ], [ 29.616001417771287, -12.178894545137283 ], [ 29.341547885869062, -12.360743910372392 ], [ 28.642417433392353, -11.971568698782335 ], [ 28.372253045370485, -11.79364674240135 ], [ 28.496069777141827, -10.789883721564038 ], [ 28.673681674928986, -9.605924981324961 ], [ 28.449871046672826, -9.164918308146056 ], [ 28.734866570762563, -8.526559340044585 ], [ 29.00291222506047, -8.4070317521535 ], [ 30.346086053190817, -8.238256524288175 ], [ 30.521774165394135, -8.283636281985721 ], [ 30.464425083139275, -8.4981889787163 ], [ 30.806006300588507, -8.578339125201055 ] ] ] } },
{ "type": "Feature", "properties": { "scalerank": 1, "featurecla": "Admin-0 country", "labelrank": 3.000000, "sovereignt": "Zimbabwe", "sov_a3": "ZWE", "adm0_dif": 0.000000, "level": 2.000000, "type": "Sovereign country", "admin": "Zimbabwe", "adm0_a3": "ZWE", "geou_dif": 0.000000, "geounit": "Zimbabwe", "gu_a3": "ZWE", "su_dif": 0.000000, "subunit": "Zimbabwe", "su_a3": "ZWE", "brk_diff": 0.000000, "name": "Zimbabwe", "name_long": "Zimbabwe", "brk_a3": "ZWE", "brk_name": "Zimbabwe", "brk_group": null, "abbrev": "Zimb.", "postal": "ZW", "formal_en": "Republic of Zimbabwe", "formal_fr": null, "note_adm0": null, "note_brk": null, "name_sort": "Zimbabwe", "name_alt": null, "mapcolor7": 1.000000, "mapcolor8": 5.000000, "mapcolor9": 3.000000, "mapcolor13": 9.000000, "pop_est": 12619600.000000, "gdp_md_est": 9323.000000, "pop_year": 0.000000, "lastcensus": 2002.000000, "gdp_year": 0.000000, "economy": "5. Emerging region: G20", "income_grp": "5. Low income", "wikipedia": -99.000000, "fips_10": null, "iso_a2": "ZW", "iso_a3": "ZWE", "iso_n3": "716", "un_a3": "716", "wb_a2": "ZW", "wb_a3": "ZWE", "woe_id": -99.000000, "adm0_a3_is": "ZWE", "adm0_a3_us": "ZWE", "adm0_a3_un": -99.000000, "adm0_a3_wb": -99.000000, "continent": "Africa", "region_un": "Africa", "subregion": "Eastern Africa", "region_wb": "Sub-Saharan Africa", "name_len": 8.000000, "long_len": 8.000000, "abbrev_len": 5.000000, "tiny": -99.000000, "homepart": 1.000000 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 31.191409132621317, -22.251509698172356 ], [ 30.659865350067065, -22.151567478119901 ], [ 30.322883335091802, -22.271611830333967 ], [ 29.839036899543004, -22.10221648528119 ], [ 29.432188348109065, -22.091312758067616 ], [ 28.794656202924244, -21.63945403410743 ], [ 28.021370070108617, -21.485975030200606 ], [ 27.727227817503319, -20.851801853114708 ], [ 27.724747348753255, -20.499058526290355 ], [ 27.296504754350508, -20.391519870690985 ], [ 26.164790887158489, -19.29308562589496 ], [ 25.850391473094788, -18.714412937090515 ], [ 25.64916344575019, -18.536025892819026 ], [ 25.264225701608012, -17.736539808831438 ], [ 26.381935255648955, -17.846042168857863 ], [ 26.70677330903564, -17.961228936436498 ], [ 27.044427117630732, -17.938026218337384 ], [ 27.59824344250282, -17.29083058031398 ], [ 28.467906121542711, -16.468400160388882 ], [ 28.825868768028499, -16.389748630440607 ], [ 28.947463413211324, -16.043051446194397 ], [ 29.516834344203147, -15.644677829656402 ], [ 30.274255812305086, -15.507786960515176 ], [ 30.338954705534519, -15.880839125230224 ], [ 31.173063999157677, -15.860943698797854 ], [ 31.636498243951195, -16.071990248277856 ], [ 31.852040643040624, -16.319417006091371 ], [ 32.328238966610201, -16.392074069893781 ], [ 32.847638787575846, -16.713398125884638 ], [ 32.84986087416442, -17.979057305577143 ], [ 32.654885695127149, -18.672089939043531 ], [ 32.611994256324891, -19.419382826416239 ], [ 32.772707960752626, -19.71559213631329 ], [ 32.65974327976258, -20.30429005298231 ], [ 32.508693068173415, -20.395292250248261 ], [ 32.244988234188014, -21.116488539313679 ], [ 31.191409132621317, -22.251509698172356 ] ] ] } }
]
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>OSGeo Charter Members</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<style>
/* styles from scss file */
.axis path, .axis line {
fill: none;
stroke: #47aa42;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
fill: #47aa42; }
.graph .bar { fill: #47aa42; }
.graph rect.bar:hover {fill: orange; }
.graph .label {
fill: #f2faf1;
font-family: sans-serif;
font-size: 12px;
}
.graph .xaxe {
font-family: sans-serif;
font-size: 11px;
fill: #47aa42;
}
.graph .map .stroke {
fill: none;
stroke: #000;
stroke-width: 3px;
}
.graph .map .fill {fill: #fff; }
.graph .map .graticule {
fill: none;
stroke: #777;
stroke-width: 0.5px;
stroke-opacity: 0.5;
}
.graph .map .land {fill: #222; }
.graph .map .boundary {
fill: none;
stroke: #fff;
stroke-width: 0.5px;
}
h2 span.glyphicon {font-size: 15px; }
.inline-list span {display: inline-block;}
.highlighted {background-color: yellow; }
</style>
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="header">
<h1 class="text-muted">OSGeo Charter Members</h1>
</div>
<div class="row">
<div class="col-lg-12"><p>
<a href="https://gist.github.com/jsanz/779f9b9954b92461fa50">gist</a> ·
<a href="http://bl.ocks.org/jsanz/779f9b9954b92461fa50">bl.ocks.org</a>
</p></div>
</div>
<div id="byYear">
<div class="row">
<div class="col-lg-12"><h2>Charter Members by year added</h2></div>
</div>
<div class="row">
<div class="col-lg-12 graph"></div>
</div>
</div>
<div id="byRegion">
<div class="row">
<div class="col-lg-12">
<h2>Charter Members by region</h2>
<p>Hover the mouse over the pie chart to get region details</p>
</div>
</div>
<div class="row">
</div>
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-lg-12">
<p id="chartersByRegion" class="inline-list"></p>
</div>
<div class="col-lg-12 graphDetail"></div>
</div>
</div>
<div class="col-lg-4 graph"></div>
</div>
</div>
<div id="byCountry">
<div class="row">
<div class="col-lg-12"><h2>Charter Members by country</a></h2></div>
</div>
<div class="row">
<div class="col-lg-8 graph"></div>
<div class="col-lg-4"><p id="chartersByCountry" class="inline-list"></p></div>
</div>
</div>
<div class="footer">
<p><span class="glyphicon glyphicon-heart"></span>
<a href="https://www.jorgesanz.net">Jorge Sanz</a> 2019</p>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.4.11/d3.min.js" charset="utf-8"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3-geo-projection/0.2.9/d3.geo.projection.min.js" charset="utf-8"></script>
<script src="main.js"></script>
</body>
</html>
/*
* First attempt wit D3:
* This script loads a CSV file with OSGeo Charter Members
* information and presents it in several ways.
*
* Author: Jorge Sanz
* Date: 14/07/27
*/
/* almost stupid and optimistic way to normalize strings for comparison */
var norm = function(string){
return ( string + "" ).toLowerCase().trim();
}
/*
* Function to generate the bar chart for
* charters by year
*/
var processDataByYear = function(csv_data){
/* Graph for the year */
var w = 1024;
var h = 250;
var barPadding = 2;
var padding = 20;
var xoffset = 30;
/* group the data by year */
var dataByYear = d3.nest()
.key(function(d) { return d.year;})
.sortKeys(d3.ascending)
.entries(csv_data);
var svg = d3.select('#byYear .graph')
.append("svg")
.attr("width", w)
.attr("height", h)
.attr("class","graph");
var yScale = d3.scale.linear()
.domain([0, d3.max(dataByYear, function(d) { return d.values.length; })])
.rangeRound([h - padding, 0]);
var xScale = d3.scale.ordinal()
.domain(d3.range(dataByYear.length))
.rangeRoundBands([0, w - xoffset], 0.05);
svg.selectAll("rect")
.data(dataByYear)
.enter()
.append("rect")
.attr("x", function(d, i) {
return xScale(i) + xoffset;
})
.attr("y", function(d) {
return yScale(d.values.length);
})
.attr("width", xScale.rangeBand())
.attr("height", function(d) {
return h - yScale(d.values.length) - padding;
})
.attr("class","bar");
svg.append("g")
.selectAll("text")
.data(dataByYear)
.enter()
.append("text")
.text(function(d) {
return d.values.length;
})
.attr("text-anchor", "middle")
.attr("x", function(d, i) {
return xScale(i) + xoffset + xScale.rangeBand()/2;
})
.attr("y", function(d) {
return yScale(d.values.length) + 14;
})
.attr("class", "label");
svg.append("g")
.selectAll("text")
.data(dataByYear)
.enter()
.append("text")
.text(function(d) {
return d.key;
})
.attr("text-anchor", "middle")
.attr("x", function(d, i) {
prop = ( w - xoffset) / dataByYear.length;
return i * prop + (prop - barPadding) / 2 + xoffset;
})
.attr("y", function(d) {
return h;
})
.attr("class", "label xaxe");
//Define X axis
var yAxis = d3.svg.axis()
.scale(yScale)
.orient("left")
.ticks(5);
//Create X axis
svg.append("g")
.attr("class", "axis")
.attr("transform", "translate(" + xoffset + ",0)")
.call(yAxis);
};
/*
* Function to process the countries geojson
* join it with charters data and
* produce the pie chart and the map
*/
var processDataByCountry = function(csv_data, countries){
/* group the data by country */
var w = 700,
h = 350,
colors = ["#ccc","#41ab5d","#238b45","#005a32"],
buckets = colors.length;
var quantize = d3.scale.quantile()
.domain([0,1,5,15,100])
.range(d3.range(buckets));
var dataByCountry = d3.nest()
.key(function(d) { return d.country;})
.rollup(function(d) {
return d3.sum(d, function(g) {return 1; });
})
.sortKeys(d3.ascending)
.entries(csv_data);
d3.select('#chartersByCountry')
.selectAll('span')
.data(dataByCountry)
.enter()
.append('span')
.attr("id",function(d,i){
return "charter-country-text-" + i;
})
.text(function(country,i){
result = country.key + " (" + country.values + ")";
return i < dataByCountry.length - 1 ? result + " · " : result;
})
.style("color", function(d) {return colors[quantize(d.values)]});
// data by Country
//Define map projection
var projection = d3.geo.robinson()
.scale(110)
.translate([w / 2, h / 2])
.precision(.1);
//Define path generator
var path = d3.geo.path()
.projection(projection);
var graticule = d3.geo.graticule();
// CREATE THE SVG
var svgMap = d3.select('#byCountry .graph')
.append("svg")
.attr("class","map")
.attr("width", w)
.attr("height", h);
svgMap.append("path")
.datum(graticule)
.attr("class", "graticule")
.attr("d", path);
//Merge the ag. data and GeoJSON
var dataByCountryPushed = [];
var features_with_charters = countries.features.map(function(country){
var result = {
'type' : 'Feature',
'geometry' : country.geometry,
'properties' : {
'admin' : country.properties.admin,
'region' : country.properties.region_wb,
'charters' : 0
}
};
//find data into the dataByCountry
for (i in dataByCountry){
if (norm(dataByCountry[i].key) == norm(country.properties.admin)){
result.properties['charters'] = dataByCountry[i].values;
dataByCountryPushed.push(dataByCountry[i]);
break;
}
}
return result;
});
var countriesCharters = {'type':'FeatureCollection','features':features_with_charters};
if (dataByCountry.length != dataByCountryPushed.length){
dataByCountry.forEach(function(d){
console.assert(dataByCountryPushed.indexOf(d)!=-1,d)
})
}
svgMap.selectAll("path")
.data(countriesCharters.features)
.enter()
.append("path")
.attr("d", path)
.style("fill", function(d) {
color = colors[quantize(d.properties.charters)]
return color;
})
.on("mouseover",function(d){
var r = -1;
for (i in dataByCountry){
if (norm(d.properties.admin) === norm(dataByCountry[i].key)){
r = i;
break;
}
}
if (r != -1)
d3.select("#charter-country-text-"+i)
.classed("highlighted",true);
})
.on("mouseout",function(d){
var r = -1;
for (i in dataByCountry){
if (norm(d.properties.admin) === norm(dataByCountry[i].key)){
r = i;
break;
}
}
if (r != -1)
d3.select("#charter-country-text-"+i)
.classed("highlighted",false);
});;
// Regroup by regiov_wb
/* normalize countries and regions */
var dataByRegion = d3.nest()
.key(function(d) {
region = d.properties.region
return region;
})
.rollup(function(d) {
return {
'totalCharters' : d3.sum(d, function(g) {return g.properties.charters; }),
'countries' : d.map(function(country){
return {
'country' : country.properties.admin,
'charters': country.properties.charters
}
})
}
})
.sortKeys(d3.ascending)
.entries(countriesCharters.features.filter(function(d){return d.properties.charters>0;}));
var color = d3.scale.category10();
// Populate the list
d3.select('#chartersByRegion')
.selectAll('span')
.data(dataByRegion,function(d){return d.key})
.enter()
.append('span')
.attr("style", function(d, i) {
return "color:" + color(i);
})
.attr("id",function(d,i){
return "charter-region-text-" + i;
})
.text(function(d,i){
result = d.key + " (" + d.values.totalCharters + ")";
return i < dataByRegion.length - 1 ? result + " · " : result;
});
// Graph for the year
var pie = d3.layout.pie().value(function(d){return d.values.totalCharters});
var w = 200;
var h = 200;
var outerRadius = w / 2;
var innerRadius = 0;
var arc = d3.svg.arc()
.innerRadius(innerRadius)
.outerRadius(outerRadius);
var svgPie = d3.select('#byRegion .graph')
.append("svg")
.attr("width", w)
.attr("height", h)
.attr("class","graph");
var arcs = svgPie.append("g")
.attr("class","pieArcs")
.selectAll("g.arc")
.data(pie(dataByRegion))
.enter()
.append("g")
.attr("class", "arc")
.attr("transform", "translate(" + outerRadius + ", " + outerRadius + ")")
.append("path")
.attr("fill", function(d, i) {
return color(i);
})
.attr("d", arc)
.on("mouseover",function(d,i){
d3.select('.graphDetail')
.append('h3')
.text(d.data.key);
d3.select('.graphDetail')
.append('p')
.attr("class","inline-list")
.selectAll('span')
.data(d.data.values.countries)
.enter()
.append('span')
.text(function(l,i){
result = l.country + " (" + l.charters + ")";
return i < d.data.values.countries.length - 1 ? result + " · " : result;
});
d3.select("#charter-region-text-"+i)
.classed("highlighted",true);
})
.on("mouseout",function(d,i){
d3.select('.graphDetail h3').remove();
d3.select('.graphDetail p').remove();
d3.select("#charter-region-text-"+i)
.classed("highlighted",false);
});
};
/*
* Where the action begins
*/
d3.csv("charters.csv", function(csv_data){
processDataByYear(csv_data);
d3.json("countries.json", function(error, countries) {
processDataByCountry(csv_data,countries);
});
});
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