diff --git a/.github/workflows/cldf-validation.yml b/.github/workflows/cldf-validation.yml new file mode 100644 index 0000000..6340daf --- /dev/null +++ b/.github/workflows/cldf-validation.yml @@ -0,0 +1,29 @@ +name: CLDF-validation + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + strategy: + matrix: + python-version: ["3.10"] + + steps: + - uses: actions/checkout@v4 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v5 + with: + python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install .[test] + - name: Test with pytest + run: | + pytest --cldf-metadata=cldf/Generic-metadata.json test.py diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..06a42cd --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,18 @@ +{ + "creators": [ + { + "name": "The Glottography Consortium" + } + ], + "title": "Glottography dataset derived from Walker and Ribeiro 2011 \"Bayesian Phylogeography of the Arawak Expansion in Lowland South America\"", + "access_right": "open", + "keywords": [ + "cldf:Generic", + "linguistics" + ], + "upload_type": "dataset", + "description": "

Cite the source of the dataset as:

\n\n
\n

Walker, Robert S. & Lincoln A. Ribeiro. 2011. Bayesian Phylogeography of the Arawak Expansion in Lowland South America. 278(1718). 2562\u20132567. doi: 10.1098/rspb.2010.2579. Royal Society.

\n
", + "license": { + "id": "CC-BY-4.0" + } +} \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..157f133 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +# Contributors + +name | role | github +--- |--------| --- +The Glottography Consortium | author | diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2fb9415 --- /dev/null +++ b/LICENSE @@ -0,0 +1,396 @@ +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. + diff --git a/README.md b/README.md index bfb25f2..8ea45a1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ If you use these data please cite ## Description +This dataset provides contemporary, non-overlapping speaker areas for Arawakan languages derived from figure S1 in the supplementary material for Walker & Ribeiro 2011. Languages for which only point locations are given in the source are omitted. + This dataset is licensed under a CC-BY-4.0 license @@ -20,7 +22,7 @@ This dataset is licensed under a CC-BY-4.0 license ### Coverage ```geojson -{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-75.9, -22.3], [-75.9, 12.5], [-50.1, 12.5], [-50.1, -22.3], [-75.9, -22.3]]]}} +{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-75.9, -22.3], [-75.9, 12.5], [-50.1, 12.5], [-50.1, -22.3], [-75.9, -22.3]]]}, "properties": {}} ``` diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..ba9760f --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,26 @@ +# Releasing the dataset + +In case of upstream changes in glottography-data: +```shell +cldfbench download cldfbench_walker2011bayesian.py +``` + +```shell +cldfbench makecldf cldfbench_walker2011bayesian.py --glottolog-version v5.1 +``` + +```shell +cldf validate cldf +``` + +```shell +cldfbench cldfreadme cldfbench_walker2011bayesian.py +``` + +```shell +cldfbench zenodo cldfbench_walker2011bayesian.py +``` + +```shell +cldfbench readme cldfbench_walker2011bayesian.py +``` diff --git a/cldf/.gitattributes b/cldf/.gitattributes new file mode 100644 index 0000000..087aab7 --- /dev/null +++ b/cldf/.gitattributes @@ -0,0 +1 @@ +*.csv text eol=crlf \ No newline at end of file diff --git a/cldf/Generic-metadata.json b/cldf/Generic-metadata.json new file mode 100644 index 0000000..2b6d5b2 --- /dev/null +++ b/cldf/Generic-metadata.json @@ -0,0 +1,299 @@ +{ + "@context": [ + "http://www.w3.org/ns/csvw", + { + "@language": "en" + } + ], + "dc:bibliographicCitation": "Walker, Robert S. & Lincoln A. Ribeiro. 2011. Bayesian Phylogeography of the Arawak Expansion in Lowland South America. 278(1718). 2562\u20132567. doi: 10.1098/rspb.2010.2579. Royal Society.", + "dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#Generic", + "dc:description": "This dataset provides contemporary, non-overlapping speaker areas for Arawakan languages derived from figure S1 in the supplementary material for Walker & Ribeiro 2011. Languages for which only point locations are given in the source are omitted.", + "dc:license": "https://creativecommons.org/licenses/by/4.0/", + "dc:source": "sources.bib", + "dc:spatial": "westlimit=-75.9; southlimit=-22.3; eastlimit=-50.1; northlimit=12.5", + "dc:title": "Glottography dataset derived from Walker and Ribeiro 2011 \"Bayesian Phylogeography of the Arawak Expansion in Lowland South America\"", + "dcat:accessURL": "https://github.com/Glottography/walker2011bayesian", + "prov:wasDerivedFrom": [ + { + "rdf:about": "https://github.com/Glottography/walker2011bayesian", + "rdf:type": "prov:Entity", + "dc:created": "bec35d8", + "dc:title": "Repository" + }, + { + "rdf:about": "https://github.com/glottolog/glottolog", + "rdf:type": "prov:Entity", + "dc:created": "v5.1", + "dc:title": "Glottolog" + } + ], + "prov:wasGeneratedBy": [ + { + "dc:title": "python", + "dc:description": "3.12.3" + }, + { + "dc:title": "python-packages", + "dc:relation": "requirements.txt" + } + ], + "rdf:ID": "walker2011bayesian", + "rdf:type": "http://www.w3.org/ns/dcat#Distribution", + "tables": [ + { + "dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#MediaTable", + "dc:extent": 3, + "tableSchema": { + "columns": [ + { + "datatype": { + "base": "string", + "format": "[a-zA-Z0-9_\\-]+" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id", + "required": true, + "name": "ID" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#name", + "required": false, + "name": "Name" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#description", + "required": false, + "name": "Description" + }, + { + "datatype": { + "base": "string", + "format": "[^/]+/.+" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#mediaType", + "required": true, + "name": "Media_Type" + }, + { + "datatype": "anyURI", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#downloadUrl", + "required": false, + "name": "Download_URL" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#pathInZip", + "required": false, + "name": "Path_In_Zip" + } + ], + "primaryKey": [ + "ID" + ] + }, + "url": "media.csv" + }, + { + "dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#LanguageTable", + "dc:extent": 31, + "tableSchema": { + "columns": [ + { + "datatype": { + "base": "string", + "format": "[a-zA-Z0-9_\\-]+" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id", + "required": true, + "name": "ID" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#name", + "required": false, + "name": "Name" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#macroarea", + "required": false, + "name": "Macroarea" + }, + { + "datatype": { + "base": "decimal", + "minimum": "-90", + "maximum": "90" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#latitude", + "required": false, + "name": "Latitude" + }, + { + "datatype": { + "base": "decimal", + "minimum": "-180", + "maximum": "180" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#longitude", + "required": false, + "name": "Longitude" + }, + { + "datatype": { + "base": "string", + "format": "[a-z0-9]{4}[1-9][0-9]{3}" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#glottocode", + "required": false, + "valueUrl": "http://glottolog.org/resource/languoid/id/{Glottocode}", + "name": "Glottocode" + }, + { + "datatype": { + "base": "string", + "format": "[a-z]{3}" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#iso639P3code", + "required": false, + "name": "ISO639P3code" + }, + { + "dc:description": "List of identifiers of features that were aggregated to create the feature referenced by Speaker_Area.", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#contributionReference", + "separator": " ", + "name": "Feature_IDs" + }, + { + "dc:description": "https://glottolog.org/meta/glossary#Languoid", + "datatype": { + "base": "string", + "format": "dialect|language|family" + }, + "name": "Glottolog_Languoid_Level" + }, + { + "dc:description": "Name of the top-level family for the languoid in the Glottolog classification. A null value in this column marks 1) top-level families in case Glottolog_Languoid_Level is 'family' and 2) isolates in case Glottolog_Languoid_Level is 'language'.", + "name": "Family" + }, + { + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#speakerArea", + "name": "Speaker_Area" + } + ], + "foreignKeys": [ + { + "columnReference": [ + "Speaker_Area" + ], + "reference": { + "resource": "media.csv", + "columnReference": [ + "ID" + ] + } + }, + { + "columnReference": [ + "Feature_IDs" + ], + "reference": { + "resource": "contributions.csv", + "columnReference": [ + "ID" + ] + } + } + ], + "primaryKey": [ + "ID" + ] + }, + "url": "languages.csv" + }, + { + "dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#ContributionTable", + "dc:description": "We list the individual features from the source dataset as contributions in order to preserve the original metadata and a point of reference for the aggregated shapes.", + "dc:extent": 30, + "tableSchema": { + "columns": [ + { + "datatype": { + "base": "string", + "format": "[a-zA-Z0-9_\\-]+" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#id", + "required": true, + "name": "ID" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#name", + "required": false, + "name": "Name" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#description", + "required": false, + "name": "Description" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#contributor", + "required": false, + "name": "Contributor" + }, + { + "datatype": "string", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#citation", + "required": false, + "name": "Citation" + }, + { + "dc:description": "References a Glottolog languoid most closely matching the linguistic entity described by the feature.", + "datatype": { + "base": "string", + "format": "[a-z0-9]{4}[1-9][0-9]{3}" + }, + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#glottocode", + "valueUrl": "http://glottolog.org/resource/languoid/id/{Glottocode}", + "name": "Glottocode" + }, + { + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#source", + "separator": ";", + "name": "Source" + }, + { + "dc:description": "Features are linked to GeoJSON files that store the geo data.", + "propertyUrl": "http://cldf.clld.org/v1.0/terms.rdf#mediaReference", + "name": "Media_ID" + }, + { + "dc:description": "Name of the map as given in the source publication.", + "name": "Map_Name" + } + ], + "foreignKeys": [ + { + "columnReference": [ + "Media_ID" + ], + "reference": { + "resource": "media.csv", + "columnReference": [ + "ID" + ] + } + } + ], + "primaryKey": [ + "ID" + ] + }, + "url": "contributions.csv" + } + ] +} \ No newline at end of file diff --git a/cldf/README.md b/cldf/README.md new file mode 100644 index 0000000..69aaa02 --- /dev/null +++ b/cldf/README.md @@ -0,0 +1,90 @@ + + +# Generic Glottography dataset derived from Walker and Ribeiro 2011 "Bayesian Phylogeography of the Arawak Expansion in Lowland South America" + +**CLDF Metadata**: [Generic-metadata.json](./Generic-metadata.json) + +**Sources**: [sources.bib](./sources.bib) + +This dataset provides contemporary, non-overlapping speaker areas for Arawakan languages derived from figure S1 in the supplementary material for Walker & Ribeiro 2011. Languages for which only point locations are given in the source are omitted. + +property | value + --- | --- +[dc:bibliographicCitation](http://purl.org/dc/terms/bibliographicCitation) | Walker, Robert S. & Lincoln A. Ribeiro. 2011. Bayesian Phylogeography of the Arawak Expansion in Lowland South America. 278(1718). 2562–2567. doi: 10.1098/rspb.2010.2579. Royal Society. +[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF Generic](http://cldf.clld.org/v1.0/terms.rdf#Generic) +[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by/4.0/ +[dc:spatial](http://purl.org/dc/terms/spatial) | westlimit=-75.9; southlimit=-22.3; eastlimit=-50.1; northlimit=12.5 +[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/Glottography/walker2011bayesian +[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) |
  1. Glottography/walker2011bayesian bec35d8
  2. Glottolog v5.1
+[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) |
  1. python: 3.12.3
  2. python-packages: requirements.txt
+[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | walker2011bayesian +[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution + + +## Table [media.csv](./media.csv) + +property | value + --- | --- +[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF MediaTable](http://cldf.clld.org/v1.0/terms.rdf#MediaTable) +[dc:extent](http://purl.org/dc/terms/extent) | 3 + + +### Columns + +Name/Property | Datatype | Description + --- | --- | --- +[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`
Regex: `[a-zA-Z0-9_\-]+` | Primary key +[Name](http://cldf.clld.org/v1.0/terms.rdf#name) | `string` | +[Description](http://cldf.clld.org/v1.0/terms.rdf#description) | `string` | +[Media_Type](http://cldf.clld.org/v1.0/terms.rdf#mediaType) | `string`
Regex: `[^/]+/.+` | +[Download_URL](http://cldf.clld.org/v1.0/terms.rdf#downloadUrl) | `anyURI` | +[Path_In_Zip](http://cldf.clld.org/v1.0/terms.rdf#pathInZip) | `string` | + +## Table [languages.csv](./languages.csv) + +property | value + --- | --- +[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF LanguageTable](http://cldf.clld.org/v1.0/terms.rdf#LanguageTable) +[dc:extent](http://purl.org/dc/terms/extent) | 31 + + +### Columns + +Name/Property | Datatype | Description + --- | --- | --- +[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`
Regex: `[a-zA-Z0-9_\-]+` | Primary key +[Name](http://cldf.clld.org/v1.0/terms.rdf#name) | `string` | +[Macroarea](http://cldf.clld.org/v1.0/terms.rdf#macroarea) | `string` | +[Latitude](http://cldf.clld.org/v1.0/terms.rdf#latitude) | `decimal`
≥ -90
≤ 90 | +[Longitude](http://cldf.clld.org/v1.0/terms.rdf#longitude) | `decimal`
≥ -180
≤ 180 | +[Glottocode](http://cldf.clld.org/v1.0/terms.rdf#glottocode) | `string`
Regex: `[a-z0-9]{4}[1-9][0-9]{3}` | +[ISO639P3code](http://cldf.clld.org/v1.0/terms.rdf#iso639P3code) | `string`
Regex: `[a-z]{3}` | +[Feature_IDs](http://cldf.clld.org/v1.0/terms.rdf#contributionReference) | list of `string` (separated by ` `) | List of identifiers of features that were aggregated to create the feature referenced by Speaker_Area.
References [contributions.csv::ID](#table-contributionscsv) +`Glottolog_Languoid_Level` | `string`
Valid choices:
`dialect` `language` `family` | https://glottolog.org/meta/glossary#Languoid +`Family` | `string` | Name of the top-level family for the languoid in the Glottolog classification. A null value in this column marks 1) top-level families in case Glottolog_Languoid_Level is 'family' and 2) isolates in case Glottolog_Languoid_Level is 'language'. +[Speaker_Area](http://cldf.clld.org/v1.0/terms.rdf#speakerArea) | `string` | References [media.csv::ID](#table-mediacsv) + +## Table [contributions.csv](./contributions.csv) + +We list the individual features from the source dataset as contributions in order to preserve the original metadata and a point of reference for the aggregated shapes. + +property | value + --- | --- +[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF ContributionTable](http://cldf.clld.org/v1.0/terms.rdf#ContributionTable) +[dc:extent](http://purl.org/dc/terms/extent) | 30 + + +### Columns + +Name/Property | Datatype | Description + --- | --- | --- +[ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string`
Regex: `[a-zA-Z0-9_\-]+` | Primary key +[Name](http://cldf.clld.org/v1.0/terms.rdf#name) | `string` | +[Description](http://cldf.clld.org/v1.0/terms.rdf#description) | `string` | +[Contributor](http://cldf.clld.org/v1.0/terms.rdf#contributor) | `string` | +[Citation](http://cldf.clld.org/v1.0/terms.rdf#citation) | `string` | +[Glottocode](http://cldf.clld.org/v1.0/terms.rdf#glottocode) | `string`
Regex: `[a-z0-9]{4}[1-9][0-9]{3}` | References a Glottolog languoid most closely matching the linguistic entity described by the feature. +[Source](http://cldf.clld.org/v1.0/terms.rdf#source) | list of `string` (separated by `;`) | References [sources.bib::BibTeX-key](./sources.bib) +[Media_ID](http://cldf.clld.org/v1.0/terms.rdf#mediaReference) | `string` | Features are linked to GeoJSON files that store the geo data.
References [media.csv::ID](#table-mediacsv) +`Map_Name` | `string` | Name of the map as given in the source publication. + diff --git a/cldf/contributions.csv b/cldf/contributions.csv new file mode 100644 index 0000000..f290410 --- /dev/null +++ b/cldf/contributions.csv @@ -0,0 +1,31 @@ +ID,Name,Description,Contributor,Citation,Glottocode,Source,Media_ID,Map_Name +1,Achagua,,,,acha1250,walker2011bayesian,features,Supplement 1 +2,Amuesha,,,,yane1238,walker2011bayesian,features,Supplement 1 +3,Apurinã,,,,apur1254,walker2011bayesian,features,Supplement 1 +4,Asháninka,,,,asha1243,walker2011bayesian,features,Supplement 1 +5,Añú,,,,para1316,walker2011bayesian,features,Supplement 1 +6,Baniwa,,,,bani1255,walker2011bayesian,features,Supplement 1 +7,Cabiyari,,,,cabi1241,walker2011bayesian,features,Supplement 1 +8,Chamicuro,,,,cham1318,walker2011bayesian,features,Supplement 1 +9,Curripaco,,,,curr1243,walker2011bayesian,features,Supplement 1 +10,Guarequena,,,,guar1293,walker2011bayesian,features,Supplement 1 +11,Ignaciano,,,,igna1246,walker2011bayesian,features,Supplement 1 +12,Iñapari,,,,inap1242,walker2011bayesian,features,Supplement 1 +13,Lokono,,,,araw1276,walker2011bayesian,features,Supplement 1 +14,Machiguenga,,,,mach1267,walker2011bayesian,features,Supplement 1 +15,Mandahuaca,,,,mand1448,walker2011bayesian,features,Supplement 1 +16,Mawayana,,,,mapi1252,walker2011bayesian,features,Supplement 1 +17,Mehináku,,,,mehi1240,walker2011bayesian,features,Supplement 1 +18,Nomatsiguenga,,,,noma1263,walker2011bayesian,features,Supplement 1 +19,Palikúr,,,,pali1279,walker2011bayesian,features,Supplement 1 +20,Parecís,,,,pare1272,walker2011bayesian,features,Supplement 1 +21,Piapoco,,,,piap1246,walker2011bayesian,features,Supplement 1 +22,Piro,,,,yine1238,walker2011bayesian,features,Supplement 1 +23,Resígaro,,,,resi1247,walker2011bayesian,features,Supplement 1 +24,Tariano,,,,tari1256,walker2011bayesian,features,Supplement 1 +25,Terêna,,,,tere1281,walker2011bayesian,features,Supplement 1 +26,Trinitario,,,,trin1274,walker2011bayesian,features,Supplement 1 +27,Wapishana,,,,wapi1253,walker2011bayesian,features,Supplement 1 +28,Waurá,,,,waur1244,walker2011bayesian,features,Supplement 1 +29,Wayuu,,,,wayu1243,walker2011bayesian,features,Supplement 1 +30,Yucuna,,,,yucu1253,walker2011bayesian,features,Supplement 1 diff --git a/cldf/families.geojson b/cldf/families.geojson new file mode 100644 index 0000000..345be7f --- /dev/null +++ b/cldf/families.geojson @@ -0,0 +1,13670 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "title": "Arawakan", + "fill": "#CC5151", + "family": null, + "cldf:languageReference": "araw1281", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -50.38260652447297, + -22.106022059539704 + ], + [ + -50.38253356345629, + -22.10592768302192 + ], + [ + -50.34010078918026, + -22.056259755961037 + ], + [ + -50.340031022870605, + -22.056184594883234 + ], + [ + -50.33994987396195, + -22.05612189416364 + ], + [ + -50.26393932907482, + -22.002239770790563 + ], + [ + -50.263837799487405, + -22.00217500174043 + ], + [ + -50.2637177522736, + -22.002165412506017 + ], + [ + -50.19672547932287, + -22.000094957213435 + ], + [ + -50.196611517467325, + -22.00009671900754 + ], + [ + -50.19652178739421, + -22.00016699647484 + ], + [ + -50.165326502225916, + -22.027022202005945 + ], + [ + -50.165240341580954, + -22.027103890105362 + ], + [ + -50.16519104578841, + -22.027211901804503 + ], + [ + -50.14286897617101, + -22.083071133885067 + ], + [ + -50.142831135192324, + -22.083180415659584 + ], + [ + -50.14284668881488, + -22.083295012914267 + ], + [ + -50.1607318587122, + -22.180628270401254 + ], + [ + -50.16075864477296, + -22.18074279914335 + ], + [ + -50.16085750171624, + -22.18080653006655 + ], + [ + -50.214437156967975, + -22.211812236441244 + ], + [ + -50.214539470495716, + -22.21186526283554 + ], + [ + -50.21465242257037, + -22.2118881032664 + ], + [ + -50.308539179380745, + -22.226373959293717 + ], + [ + -50.30865801506447, + -22.226386394192062 + ], + [ + -50.30875115411287, + -22.226311549926514 + ], + [ + -50.36235442766615, + -22.178750619206102 + ], + [ + -50.362438935699494, + -22.178668082787517 + ], + [ + -50.362475943208395, + -22.178555902965726 + ], + [ + -50.382580269708754, + -22.106138425017633 + ], + [ + -50.38260652447297, + -22.106022059539704 + ] + ] + ], + [ + [ + [ + -51.63040793174916, + 3.360690964440472 + ], + [ + -51.63038274144507, + 3.3608034902362958 + ], + [ + -51.60697156186173, + 3.4464930514826353 + ], + [ + -51.606885085198186, + 3.446864866040333 + ], + [ + -51.58736749546117, + 3.5481672894357237 + ], + [ + -51.587339699189904, + 3.5482813294276103 + ], + [ + -51.587222563380394, + 3.5482888762526827 + ], + [ + -51.52481103653362, + 3.5492621864192206 + ], + [ + -51.524699553566926, + 3.549258915688698 + ], + [ + -51.524592966899434, + 3.549226076202451 + ], + [ + -51.434754990973794, + 3.5170628338152965 + ], + [ + -51.43464850589089, + 3.517019024879058 + ], + [ + -51.43456523209682, + 3.51693950273753 + ], + [ + -51.35658286028295, + 3.435208657119785 + ], + [ + -51.35606019075742, + 3.434733186125771 + ], + [ + -51.28204549683498, + 3.376403728468594 + ], + [ + -51.281951979327744, + 3.3763220712207085 + ], + [ + -51.28190948536047, + 3.376205419203861 + ], + [ + -51.25066042207964, + 3.2748169942748 + ], + [ + -51.25062989054312, + 3.2746969947598648 + ], + [ + -51.25062372315561, + 3.2745733257595777 + ], + [ + -51.25062372315561, + 3.173183951473825 + ], + [ + -51.2506296259494, + 3.1730652022355548 + ], + [ + -51.25074751162899, + 3.1730497364310777 + ], + [ + -51.39538209160641, + 3.1613405208210725 + ], + [ + -51.39549168613855, + 3.161336496195818 + ], + [ + -51.3956002877765, + 3.1613517554003674 + ], + [ + -51.563725094872396, + 3.19258271682711 + ], + [ + -51.56384826766402, + 3.192612260095926 + ], + [ + -51.56392094029597, + 3.1927160051194314 + ], + [ + -51.622522380330246, + 3.2863284691084225 + ], + [ + -51.62257769236551, + 3.286426456814788 + ], + [ + -51.622594560602415, + 3.28653770641893 + ], + [ + -51.63040118032729, + 3.3605758513463484 + ], + [ + -51.63040793174916, + 3.360690964440472 + ] + ] + ], + [ + [ + [ + -52.04737408975081, + 3.910531673214792 + ], + [ + -52.047318862107936, + 3.910631182632154 + ], + [ + -51.95944968807861, + 4.0530738793631915 + ], + [ + -51.95939611550526, + 4.053153673903588 + ], + [ + -51.95933655976623, + 4.05322910800209 + ], + [ + -51.87516591458754, + 4.1517849296565785 + ], + [ + -51.87508313632867, + 4.151872579874366 + ], + [ + -51.87497143058049, + 4.151827229828646 + ], + [ + -51.76521627493925, + 4.100740925045266 + ], + [ + -51.765113733851265, + 4.100687182786623 + ], + [ + -51.76506563120793, + 4.100581878271964 + ], + [ + -51.74313486700721, + 4.045893460805283 + ], + [ + -51.74309623840033, + 4.04579065098737 + ], + [ + -51.71749561142796, + 3.9728250109900993 + ], + [ + -51.71746062200217, + 3.9727062896584444 + ], + [ + -51.717533382499305, + 3.9726061651131195 + ], + [ + -51.823688319613474, + 3.8411338901975776 + ], + [ + -51.823766631349386, + 3.84104581181049 + ], + [ + -51.823866552445175, + 3.8409833113714185 + ], + [ + -51.9409478142484, + 3.7752705159743076 + ], + [ + -51.94119888761503, + 3.7751475391874143 + ], + [ + -52.036266926622154, + 3.735012796578872 + ], + [ + -52.03637731501208, + 3.734972551368476 + ], + [ + -52.03640351876066, + 3.735087087987836 + ], + [ + -52.0473602746886, + 3.7970412923017953 + ], + [ + -52.04737455705414, + 3.7971494581468153 + ], + [ + -52.047379330021805, + 3.7972584583978093 + ], + [ + -52.047379330021805, + 3.91041798611691 + ], + [ + -52.04737408975081, + 3.910531673214792 + ] + ] + ], + [ + [ + [ + -54.13534327694416, + 5.112659020974248 + ], + [ + -54.1353388105795, + 5.112781220675489 + ], + [ + -54.12909494110044, + 5.184296013134046 + ], + [ + -54.12907977638459, + 5.184409051188635 + ], + [ + -54.12900730036457, + 5.184497112513439 + ], + [ + -54.04458759028564, + 5.277906094186833 + ], + [ + -54.04450533723336, + 5.277988882689541 + ], + [ + -54.04439441352401, + 5.278025151567011 + ], + [ + -53.897409872131625, + 5.318506749234394 + ], + [ + -53.897281771760476, + 5.318534848765485 + ], + [ + -53.89715062713397, + 5.318535461684307 + ], + [ + -53.70314982583636, + 5.309188669062243 + ], + [ + -53.70299013976127, + 5.309175835380203 + ], + [ + -53.537173505765416, + 5.290484390491865 + ], + [ + -53.537050506411376, + 5.290464252818458 + ], + [ + -53.53693013404103, + 5.290431928532795 + ], + [ + -53.42127542183931, + 5.253080954348985 + ], + [ + -53.42115203785205, + 5.2530336766424695 + ], + [ + -53.421059436203585, + 5.2529394231302655 + ], + [ + -53.33041306428102, + 5.150214894605857 + ], + [ + -53.33019252143052, + 5.149980612391607 + ], + [ + -53.22703222629173, + 5.047228514206235 + ], + [ + -53.22694109355554, + 5.047127221184797 + ], + [ + -53.22686157262074, + 5.04701657818823 + ], + [ + -53.13929713062829, + 4.909934464643828 + ], + [ + -53.13923264895921, + 4.90982073877934 + ], + [ + -53.13919336468068, + 4.909696046344385 + ], + [ + -53.111063876209194, + 4.800696132490058 + ], + [ + -53.11103987193952, + 4.800580613795667 + ], + [ + -53.111060594137854, + 4.800464461463743 + ], + [ + -53.12666899960183, + 4.732024967465905 + ], + [ + -53.126700022759174, + 4.731914387463218 + ], + [ + -53.1267963529782, + 4.731976924350028 + ], + [ + -53.2171469739317, + 4.797177135507588 + ], + [ + -53.21754955995746, + 4.79743919961277 + ], + [ + -53.21797543638311, + 4.797661421064143 + ], + [ + -53.433668735808006, + 4.897335299432421 + ], + [ + -53.633470055353826, + 4.990643632221539 + ], + [ + -53.63393346155733, + 4.990832411422577 + ], + [ + -53.634413415885774, + 4.990973927283178 + ], + [ + -53.63490511144496, + 4.9910667624773 + ], + [ + -53.815810990818186, + 5.015924214595123 + ], + [ + -53.815865878928946, + 5.015932378195847 + ], + [ + -53.99113884298401, + 5.043992768061136 + ], + [ + -53.99125476984545, + 5.044017039373849 + ], + [ + -53.99136400139391, + 5.044062828047667 + ], + [ + -54.13523568084111, + 5.112600919390928 + ], + [ + -54.13534327694416, + 5.112659020974248 + ] + ] + ], + [ + [ + [ + -53.559381544345165, + -12.644559113258097 + ], + [ + -53.55930357666, + -12.644472733013608 + ], + [ + -53.50456467335348, + -12.589332514966685 + ], + [ + -53.504385146963564, + -12.589168471126738 + ], + [ + -53.44611945023778, + -12.54091495755576 + ], + [ + -53.446026770550205, + -12.540845339876533 + ], + [ + -53.44591339198995, + -12.54086945310587 + ], + [ + -53.40009208909223, + -12.552911344053044 + ], + [ + -53.39998022158796, + -12.552946564026158 + ], + [ + -53.399934400434574, + -12.553054523309719 + ], + [ + -53.38407645413651, + -12.596047773787635 + ], + [ + -53.38404085963242, + -12.596160733896001 + ], + [ + -53.38407268217234, + -12.596274814046598 + ], + [ + -53.403307712488264, + -12.654290915196457 + ], + [ + -53.40342849710018, + -12.654717750307464 + ], + [ + -53.40351097519271, + -12.65515361094886 + ], + [ + -53.40355449757375, + -12.655595066424318 + ], + [ + -53.40705350109994, + -12.720452761178707 + ], + [ + -53.40706830580979, + -12.720588267215575 + ], + [ + -53.40711228727764, + -12.72071728929106 + ], + [ + -53.44952595203937, + -12.825850864897083 + ], + [ + -53.4495736767254, + -12.825954609167965 + ], + [ + -53.44968305844866, + -12.82592180432013 + ], + [ + -53.53270427833911, + -12.796640402069425 + ], + [ + -53.532813923963836, + -12.796595639711168 + ], + [ + -53.532850037872564, + -12.796482849563823 + ], + [ + -53.554043118089865, + -12.717248058601983 + ], + [ + -53.55406806182606, + -12.71713344211691 + ], + [ + -53.55408212163115, + -12.717016988475942 + ], + [ + -53.55937856651914, + -12.644675438831916 + ], + [ + -53.559381544345165, + -12.644559113258097 + ] + ] + ], + [ + [ + [ + -53.79141215279388, + -13.578234755802937 + ], + [ + -53.791388439346036, + -13.578108128387196 + ], + [ + -53.77019263382307, + -13.490527555408908 + ], + [ + -53.77015907924858, + -13.490413232203709 + ], + [ + -53.77009441122906, + -13.49031316346735 + ], + [ + -53.68883555731283, + -13.376914266343036 + ], + [ + -53.68856116043269, + -13.376487081762908 + ], + [ + -53.62853025377596, + -13.271683739817822 + ], + [ + -53.628460730827655, + -13.271575823571126 + ], + [ + -53.62834669778116, + -13.271516867477608 + ], + [ + -53.54001337503209, + -13.231535571259304 + ], + [ + -53.53990399841003, + -13.231492283066531 + ], + [ + -53.53980022295029, + -13.231547670493308 + ], + [ + -53.48156310596783, + -13.266332903977313 + ], + [ + -53.48145888886533, + -13.266402653248408 + ], + [ + -53.481439019594035, + -13.266526473187417 + ], + [ + -53.47438038625858, + -13.331785170063078 + ], + [ + -53.4743733400876, + -13.331900049968457 + ], + [ + -53.474408520609586, + -13.332009637249065 + ], + [ + -53.55403167791613, + -13.545407994300822 + ], + [ + -53.55407835626335, + -13.545516878367355 + ], + [ + -53.554162344603, + -13.545600428154074 + ], + [ + -53.654948106679456, + -13.636689278606857 + ], + [ + -53.65503643740442, + -13.6367619731187 + ], + [ + -53.65514793772443, + -13.636787556075125 + ], + [ + -53.75941748863547, + -13.655678866410483 + ], + [ + -53.759533456087055, + -13.65569410749376 + ], + [ + -53.75958316971911, + -13.655588233534601 + ], + [ + -53.791369419062214, + -13.578356290399705 + ], + [ + -53.79141215279388, + -13.578234755802937 + ] + ] + ], + [ + [ + [ + -56.558107163646596, + -21.01045305127281 + ], + [ + -56.558113261394425, + -21.010330076778473 + ], + [ + -56.558113261394425, + -20.75449406521539 + ], + [ + -56.558106442258314, + -20.754364457078445 + ], + [ + -56.55804730660434, + -20.75424892464061 + ], + [ + -56.425342912168986, + -20.525483250678903 + ], + [ + -56.42511719845494, + -20.525045870454992 + ], + [ + -56.424935580715136, + -20.52458841757484 + ], + [ + -56.42479981881195, + -20.52411532472284 + ], + [ + -56.42471122826814, + -20.523631176133538 + ], + [ + -56.42467066751948, + -20.52314066317077 + ], + [ + -56.42467852959661, + -20.522648538868673 + ], + [ + -56.44565613568972, + -20.201426583367915 + ], + [ + -56.44565830514782, + -20.20131244011552 + ], + [ + -56.44560935987368, + -20.20120930065281 + ], + [ + -56.35435878300017, + -20.029840591630045 + ], + [ + -56.35429359936, + -20.029732020928062 + ], + [ + -56.35418345489686, + -20.029669533317335 + ], + [ + -56.14354735752558, + -19.924089694195462 + ], + [ + -56.143453954460746, + -19.924047591222823 + ], + [ + -56.14335491491089, + -19.92402136222386 + ], + [ + -55.90461737258917, + -19.871201254751643 + ], + [ + -55.90449928215787, + -19.871181025271998 + ], + [ + -55.90437979498041, + -19.8711722277576 + ], + [ + -55.64459052242857, + -19.864568813787866 + ], + [ + -55.64446228115667, + -19.86457223659875 + ], + [ + -55.644352756349974, + -19.864639033725716 + ], + [ + -55.48994884007844, + -19.970215870826888 + ], + [ + -55.48984726613694, + -19.97029332248802 + ], + [ + -55.489785396430705, + -19.970405072945976 + ], + [ + -55.41257860405326, + -20.12864749430296 + ], + [ + -55.412537107216565, + -20.128742365410677 + ], + [ + -55.412511894966336, + -20.12884279875681 + ], + [ + -55.363366955467406, + -20.365970054907493 + ], + [ + -55.36332369587894, + -20.366268477684542 + ], + [ + -55.33523262175742, + -20.701673117926454 + ], + [ + -55.335223903262964, + -20.701881678306624 + ], + [ + -55.335223903262964, + -20.91189303619559 + ], + [ + -55.33522924987836, + -20.912008245113228 + ], + [ + -55.335255753545, + -20.91212049143463 + ], + [ + -55.39140948497893, + -21.10869672895132 + ], + [ + -55.391456087286684, + -21.108830449310418 + ], + [ + -55.3915317536318, + -21.108950146903428 + ], + [ + -55.54600075181015, + -21.324947886958896 + ], + [ + -55.546070220398335, + -21.32503624286154 + ], + [ + -55.54617143850681, + -21.325085105370352 + ], + [ + -55.80600061149593, + -21.4362501212166 + ], + [ + -55.80610798931416, + -21.436290314821974 + ], + [ + -55.80622091637253, + -21.43631013908133 + ], + [ + -56.00977596946191, + -21.462442143856265 + ], + [ + -56.00992156933602, + -21.462452208354545 + ], + [ + -56.01006734632979, + -21.462445159557117 + ], + [ + -56.19252696347931, + -21.442850678139497 + ], + [ + -56.19265013147838, + -21.442831142158685 + ], + [ + -56.1927619187297, + -21.44277586448714 + ], + [ + -56.473671837751596, + -21.28581194735867 + ], + [ + -56.47377137071643, + -21.285749919001464 + ], + [ + -56.47381103600013, + -21.2856395514635 + ], + [ + -56.558076973438, + -21.010572418186666 + ], + [ + -56.558107163646596, + -21.01045305127281 + ] + ] + ], + [ + [ + [ + -57.96627739414455, + -14.877246410057708 + ], + [ + -57.96624303335198, + -14.877114979071031 + ], + [ + -57.92501756630198, + -14.748692143861499 + ], + [ + -57.92497324226808, + -14.748574913812142 + ], + [ + -57.92487744366261, + -14.74849410458224 + ], + [ + -57.796582298000104, + -14.65099019179504 + ], + [ + -57.79646649698193, + -14.650912058486282 + ], + [ + -57.79633617053202, + -14.650861762301485 + ], + [ + -57.61814282712274, + -14.59338775093298 + ], + [ + -57.6177085135183, + -14.593225068024553 + ], + [ + -57.61729114193289, + -14.593022842913877 + ], + [ + -57.61689430333206, + -14.592782815497557 + ], + [ + -57.498694686270234, + -14.51357786859596 + ], + [ + -57.498342657953806, + -14.513318991603525 + ], + [ + -57.49801457656616, + -14.51303036756457 + ], + [ + -57.49771294787789, + -14.512714200888288 + ], + [ + -57.39735071672474, + -14.397859254684505 + ], + [ + -57.39702325432279, + -14.397441713204 + ], + [ + -57.31922468238571, + -14.286597751034481 + ], + [ + -57.319148921796916, + -14.286500531471262 + ], + [ + -57.31903583042328, + -14.286451524823969 + ], + [ + -57.177003829930136, + -14.233165403427995 + ], + [ + -57.176874132487754, + -14.233124693283624 + ], + [ + -57.176738687356575, + -14.233113145173052 + ], + [ + -57.030136441074276, + -14.228672412210251 + ], + [ + -57.03001168659603, + -14.228675009637746 + ], + [ + -57.02992825124761, + -14.228767794168204 + ], + [ + -56.929451426260655, + -14.35269010245412 + ], + [ + -56.92916284506094, + -14.3530159408475 + ], + [ + -56.92884701940377, + -14.353315446977156 + ], + [ + -56.92850634261303, + -14.353586351188422 + ], + [ + -56.81898299895428, + -14.433150613966351 + ], + [ + -56.818892564116815, + -14.433223062602947 + ], + [ + -56.81886556130478, + -14.4333357485067 + ], + [ + -56.786788485435586, + -14.60190841012767 + ], + [ + -56.786769443532094, + -14.602056221122085 + ], + [ + -56.786768208885036, + -14.602205248501502 + ], + [ + -56.7913437585941, + -14.69074253288586 + ], + [ + -56.791355915796565, + -14.690863090049218 + ], + [ + -56.79140239858622, + -14.690974988116645 + ], + [ + -56.8417819061418, + -14.79727448975488 + ], + [ + -56.84184047419063, + -14.797383589733974 + ], + [ + -56.8419369619349, + -14.797461198605735 + ], + [ + -56.97022238957141, + -14.89046431210195 + ], + [ + -56.97047542743953, + -14.890625501776015 + ], + [ + -57.15301441588125, + -14.992036643282837 + ], + [ + -57.153450892322596, + -14.99230943842743 + ], + [ + -57.15385701107353, + -14.992625660556492 + ], + [ + -57.154228468430695, + -14.992981958615108 + ], + [ + -57.154561328002906, + -14.993374556857525 + ], + [ + -57.21811064337843, + -15.07666778797957 + ], + [ + -57.218184910549894, + -15.07675618998351 + ], + [ + -57.218297725879154, + -15.076780750694883 + ], + [ + -57.400549073728506, + -15.107574641272905 + ], + [ + -57.401021468715655, + -15.10767817813811 + ], + [ + -57.40148165151888, + -15.107826868063642 + ], + [ + -57.40192531709297, + -15.108019320043907 + ], + [ + -57.402348314912636, + -15.108253733675951 + ], + [ + -57.40274668780104, + -15.108527916002377 + ], + [ + -57.488878744370226, + -15.174166382582321 + ], + [ + -57.488970349202255, + -15.174229925256721 + ], + [ + -57.489067263688696, + -15.174285031508962 + ], + [ + -57.64490856255292, + -15.253897631396939 + ], + [ + -57.64501505804759, + -15.253945837907679 + ], + [ + -57.64513182576065, + -15.253951356896598 + ], + [ + -57.80552494357991, + -15.253951356896598 + ], + [ + -57.80564681364905, + -15.25394528779964 + ], + [ + -57.805736395681336, + -15.253862437288634 + ], + [ + -57.883634754970814, + -15.174272611546138 + ], + [ + -57.883708333597774, + -15.174194125551812 + ], + [ + -57.94325856591638, + -15.107867589209482 + ], + [ + -57.94333176859652, + -15.107777918717396 + ], + [ + -57.94334571959672, + -15.107663006580845 + ], + [ + -57.95250612056219, + -14.983813814901914 + ], + [ + -57.95253382164691, + -14.983541136107082 + ], + [ + -57.96626738527076, + -14.877381889173407 + ], + [ + -57.96627739414455, + -14.877246410057708 + ] + ] + ], + [ + [ + [ + -57.97580010390514, + 4.969361927074925 + ], + [ + -57.97578945302088, + 4.969479009965947 + ], + [ + -57.95969801017018, + 5.085247878877901 + ], + [ + -57.95967719165104, + 5.085359662336434 + ], + [ + -57.959608894018146, + 5.085450571003123 + ], + [ + -57.868394128992435, + 5.195893065229495 + ], + [ + -57.86831161244138, + 5.195983442470525 + ], + [ + -57.86819601726538, + 5.196023626823054 + ], + [ + -57.80843053418034, + 5.213529229055279 + ], + [ + -57.807933497480256, + 5.213703728977266 + ], + [ + -57.80745757833051, + 5.213929553393377 + ], + [ + -57.80700805935189, + 5.2142041956914005 + ], + [ + -57.80658993012781, + 5.2145246073890235 + ], + [ + -57.733258183006754, + 5.277117109918331 + ], + [ + -57.7329166548002, + 5.277437449112883 + ], + [ + -57.73260659115795, + 5.277788332645123 + ], + [ + -57.73233071144625, + 5.278166683144146 + ], + [ + -57.73209143522635, + 5.278569182344179 + ], + [ + -57.7318908610341, + 5.278992300186916 + ], + [ + -57.7317307479751, + 5.279432325781372 + ], + [ + -57.71607464542489, + 5.3296637686335515 + ], + [ + -57.71603167597561, + 5.329780334097737 + ], + [ + -57.71591295343116, + 5.329816924239072 + ], + [ + -57.610447650539044, + 5.356513628587689 + ], + [ + -57.61033765173252, + 5.356536211906962 + ], + [ + -57.61022890091112, + 5.3565082297236835 + ], + [ + -57.54172762773461, + 5.33552259124961 + ], + [ + -57.541228302330076, + 5.3353973380711945 + ], + [ + -57.54071874464163, + 5.335324090679017 + ], + [ + -57.54020435627057, + 5.335303625537093 + ], + [ + -57.53969059002618, + 5.335336159587566 + ], + [ + -57.53918289212285, + 5.335421347950999 + ], + [ + -57.427960385240866, + 5.360029885441579 + ], + [ + -57.42726169777843, + 5.360238946935092 + ], + [ + -57.367113601835555, + 5.383135749221568 + ], + [ + -57.36670092402994, + 5.3833144856716775 + ], + [ + -57.36630597557341, + 5.383529579619818 + ], + [ + -57.316636984427404, + 5.413551994734296 + ], + [ + -57.31653451327456, + 5.413607120898537 + ], + [ + -57.31651602783406, + 5.4134922404406005 + ], + [ + -57.30425883635524, + 5.301915892614632 + ], + [ + -57.304177455066295, + 5.301412869082325 + ], + [ + -57.30404529845006, + 5.3009207408297 + ], + [ + -57.3038637391147, + 5.300444619210795 + ], + [ + -57.30363466277606, + 5.29998944933117 + ], + [ + -57.30336044867219, + 5.299559958686939 + ], + [ + -57.303043944852064, + 5.2991606080639375 + ], + [ + -57.30268843859511, + 5.298795545207003 + ], + [ + -57.30229762226879, + 5.298468561740569 + ], + [ + -57.30187555497881, + 5.2981830537880095 + ], + [ + -57.25393499434518, + 5.269199989655791 + ], + [ + -57.25383369353035, + 5.269131528228949 + ], + [ + -57.25385021720469, + 5.269010384553007 + ], + [ + -57.264551237066634, + 5.212176845750437 + ], + [ + -57.26458242748102, + 5.212049059136482 + ], + [ + -57.264663671273546, + 5.211945610082168 + ], + [ + -57.32505064034636, + 5.1429607988773025 + ], + [ + -57.32532515021886, + 5.142617913920026 + ], + [ + -57.32556850867242, + 5.14225226049518 + ], + [ + -57.32577883770243, + 5.141866660361417 + ], + [ + -57.36126205765036, + 5.06941470392877 + ], + [ + -57.361322575983024, + 5.069305440677705 + ], + [ + -57.36141288912223, + 5.069219159373082 + ], + [ + -57.41497358672297, + 5.022979799026207 + ], + [ + -57.41506427403811, + 5.022908683348297 + ], + [ + -57.41517758292939, + 5.022929724354013 + ], + [ + -57.60476448786452, + 5.067470377127491 + ], + [ + -57.60516462635349, + 5.067547328493149 + ], + [ + -57.69798498287585, + 5.081503030752387 + ], + [ + -57.69844713285045, + 5.0815506878142065 + ], + [ + -57.69891171120731, + 5.08155524247024 + ], + [ + -57.6993747067064, + 5.081516655394896 + ], + [ + -57.69983212177429, + 5.08143525975484 + ], + [ + -57.70028000701988, + 5.081311758332381 + ], + [ + -57.70071449533395, + 5.0811472174575485 + ], + [ + -57.70113183527847, + 5.080943057801228 + ], + [ + -57.701528423477, + 5.08070104210888 + ], + [ + -57.79980676945095, + 5.014270820713104 + ], + [ + -57.8002203474595, + 5.013958875862341 + ], + [ + -57.800599429701855, + 5.013605813527053 + ], + [ + -57.8968949758694, + 4.914118335543389 + ], + [ + -57.896982884291354, + 4.914035909815497 + ], + [ + -57.897085028672, + 4.913971969086991 + ], + [ + -57.95420198152505, + 4.881961005523996 + ], + [ + -57.95430400688885, + 4.881910153003052 + ], + [ + -57.954336545827, + 4.882019406704439 + ], + [ + -57.97577748094919, + 4.9692465578997025 + ], + [ + -57.97580010390514, + 4.969361927074925 + ] + ] + ], + [ + [ + [ + -57.98775973849826, + 6.378549715316735 + ], + [ + -57.9876855037241, + 6.37864788222055 + ], + [ + -57.9287835925121, + 6.448887778452785 + ], + [ + -57.92870413352633, + 6.448973842393746 + ], + [ + -57.928588450598255, + 6.448992232404529 + ], + [ + -57.87565116203235, + 6.4548369002879795 + ], + [ + -57.875553344249994, + 6.4548438227314335 + ], + [ + -57.875455284942596, + 6.454843041071114 + ], + [ + -57.75165462063385, + 6.448985108954747 + ], + [ + -57.75153086716567, + 6.448972975851305 + ], + [ + -57.751428394737445, + 6.448902537690161 + ], + [ + -57.67477540218808, + 6.3903084231191505 + ], + [ + -57.674727029334605, + 6.3902719088994235 + ], + [ + -57.60394543462939, + 6.337512831985054 + ], + [ + -57.60381297415167, + 6.337417422514836 + ], + [ + -57.48704843652927, + 6.25617528788561 + ], + [ + -57.48661868072942, + 6.2559075086169305 + ], + [ + -57.4861640451731, + 6.255684568501286 + ], + [ + -57.485689192525896, + 6.2555087539749055 + ], + [ + -57.4851989927965, + 6.255381868161925 + ], + [ + -57.48469847339066, + 6.255305212381846 + ], + [ + -57.48419276755101, + 6.255279572803422 + ], + [ + -57.37366461362168, + 6.255279572803422 + ], + [ + -57.37355020359849, + 6.255274238599013 + ], + [ + -57.37346251795496, + 6.255200554577294 + ], + [ + -57.29095503920162, + 6.179037066765195 + ], + [ + -57.29087299748376, + 6.1789535169246586 + ], + [ + -57.29094805126215, + 6.178863637284797 + ], + [ + -57.355753489580216, + 6.108572842671393 + ], + [ + -57.35583305304777, + 6.108494027933232 + ], + [ + -57.35593908909768, + 6.108457993720869 + ], + [ + -57.496263033382796, + 6.067760998224615 + ], + [ + -57.496765701305634, + 6.0675857055127045 + ], + [ + -57.49724688293178, + 6.067357962635429 + ], + [ + -57.497701123536764, + 6.067080351309507 + ], + [ + -57.49812327380229, + 6.066756018565529 + ], + [ + -57.49850854818945, + 6.066388641072894 + ], + [ + -57.58572369264784, + 5.973872256664414 + ], + [ + -57.586001007962764, + 5.973551913745709 + ], + [ + -57.586250205977834, + 5.973209242301399 + ], + [ + -57.58646949721834, + 5.972846703032774 + ], + [ + -57.62153871747708, + 5.908898467914052 + ], + [ + -57.621601654123424, + 5.908795992634 + ], + [ + -57.621718648293744, + 5.908768161562083 + ], + [ + -57.716079524116466, + 5.891169218018315 + ], + [ + -57.8459027694958, + 5.867689081849924 + ], + [ + -57.84602203515397, + 5.867673518005091 + ], + [ + -57.84611728571895, + 5.867746963222972 + ], + [ + -57.88726727709234, + 5.902832474245148 + ], + [ + -57.88735952117063, + 5.9029197204287644 + ], + [ + -57.88739677486108, + 5.903041100118471 + ], + [ + -57.905060572875506, + 5.973317161208993 + ], + [ + -57.90507979745594, + 5.973407740772229 + ], + [ + -57.905092252226055, + 5.973499496537326 + ], + [ + -57.92858413894956, + 6.212930548164117 + ], + [ + -57.9286563594587, + 6.213417973688965 + ], + [ + -57.928776206392484, + 6.213895923641026 + ], + [ + -57.928942515800166, + 6.214359756180992 + ], + [ + -57.92915367248847, + 6.214804966577545 + ], + [ + -57.92940762570833, + 6.215227230957212 + ], + [ + -57.964076138503906, + 6.266921839346842 + ], + [ + -57.96413733970554, + 6.267023248088455 + ], + [ + -57.96416738685723, + 6.267137818977712 + ], + [ + -57.98774032899286, + 6.378428180079875 + ], + [ + -57.98775973849826, + 6.378549715316735 + ] + ] + ], + [ + [ + [ + -58.47175958898398, + 2.1662767480298397 + ], + [ + -58.471642412185965, + 2.166282632288149 + ], + [ + -58.29595098134195, + 2.166282632288149 + ], + [ + -58.295664858138416, + 2.1662661913813253 + ], + [ + -58.200611526204234, + 2.155306297781921 + ], + [ + -58.20049824799433, + 2.1552878443120274 + ], + [ + -58.200419541825575, + 2.1552043109511914 + ], + [ + -58.13456458938419, + 2.0784259691025104 + ], + [ + -58.134454113572005, + 2.0783014257517443 + ], + [ + -58.05499838596486, + 1.9916770930472898 + ], + [ + -58.05466976817292, + 1.991350575066594 + ], + [ + -58.05431234120284, + 1.991055872494589 + ], + [ + -58.05392917325982, + 1.9907955151011187 + ], + [ + -58.05352355351335, + 1.9905717378320074 + ], + [ + -58.05309896386249, + 1.990386461623959 + ], + [ + -58.05265904904668, + 1.990241276914956 + ], + [ + -58.05220758535886, + 1.990137429991707 + ], + [ + -57.97485219369771, + 1.9760812370706793 + ], + [ + -57.97439706506256, + 1.9760199708767054 + ], + [ + -57.973938234956336, + 1.9760007210798995 + ], + [ + -57.973479573989444, + 1.9760236500681767 + ], + [ + -57.973024951345465, + 1.9760885644166077 + ], + [ + -57.972578202141385, + 1.9761949165191197 + ], + [ + -57.972143095075246, + 1.9763418092080043 + ], + [ + -57.97172330063404, + 1.9765280033222672 + ], + [ + -57.9000155346901, + 2.012360173091906 + ], + [ + -57.89989506442778, + 2.0124125594934297 + ], + [ + -57.89976371289997, + 2.0124105112491764 + ], + [ + -57.79371143480961, + 2.005101055595619 + ], + [ + -57.79359115365889, + 2.0050867141617807 + ], + [ + -57.793537924221106, + 2.0049779030460697 + ], + [ + -57.76064438254646, + 1.9282715192504232 + ], + [ + -57.76060082999798, + 1.9281538411611945 + ], + [ + -57.76059447869349, + 1.9280285230934702 + ], + [ + -57.76059447869349, + 1.86965032241583 + ], + [ + -57.76059979483389, + 1.869536248025871 + ], + [ + -57.760681049855236, + 1.869456005584896 + ], + [ + -57.833817184364285, + 1.8036673002144905 + ], + [ + -57.83391511115582, + 1.8035877989109024 + ], + [ + -57.834020574005415, + 1.8035186056948793 + ], + [ + -57.94012318230677, + 1.7413502864032833 + ], + [ + -57.94022272118074, + 1.7412978588279735 + ], + [ + -57.94033006826036, + 1.7412641951594634 + ], + [ + -58.06436264159602, + 1.7084469193263891 + ], + [ + -58.064850082641556, + 1.708290852296089 + ], + [ + -58.065319015343235, + 1.7080857722821452 + ], + [ + -58.16005447867941, + 1.6607385119378113 + ], + [ + -58.160172684481665, + 1.6606869596601652 + ], + [ + -58.160301640071445, + 1.6606877992387794 + ], + [ + -58.28469420386577, + 1.6680019219435156 + ], + [ + -58.28480860936639, + 1.6680139892088568 + ], + [ + -58.28491530429789, + 1.6680570058225261 + ], + [ + -58.37267916932315, + 1.7082646508179267 + ], + [ + -58.37278424574568, + 1.7083191426498958 + ], + [ + -58.372786435926315, + 1.7084374879811757 + ], + [ + -58.36913915404232, + 1.8287404198560173 + ], + [ + -58.36914823195258, + 1.829229002391062 + ], + [ + -58.369204960279, + 1.82971436534699 + ], + [ + -58.38735704725524, + 1.938567984467596 + ], + [ + -58.38748642068706, + 1.9391368737109207 + ], + [ + -58.387681179994985, + 1.9396868203156081 + ], + [ + -58.41674971781942, + 2.008683625709945 + ], + [ + -58.416806151771354, + 2.008830303135244 + ], + [ + -58.47172652686836, + 2.1661641783936942 + ], + [ + -58.47175958898398, + 2.1662767480298397 + ] + ] + ], + [ + [ + [ + -58.54324583719806, + 2.0041810815410632 + ], + [ + -58.54325179934889, + 2.0043009030913947 + ], + [ + -58.54325179934889, + 2.0626675805298818 + ], + [ + -58.543245748826585, + 2.0627879944616705 + ], + [ + -58.54312796523923, + 2.0628137461672353 + ], + [ + -58.49938666861154, + 2.0700992212594853 + ], + [ + -58.49926539678553, + 2.070113152511121 + ], + [ + -58.499210207812155, + 2.0700042713246236 + ], + [ + -58.48464668929576, + 2.0372574012972304 + ], + [ + -58.48460409967578, + 2.0371478757708625 + ], + [ + -58.484616432629835, + 2.0370310099720816 + ], + [ + -58.49191102786219, + 1.9896454126081786 + ], + [ + -58.49193481691229, + 1.9895296225150745 + ], + [ + -58.492049959570586, + 1.9895563700905188 + ], + [ + -58.54313225763814, + 2.004142449498194 + ], + [ + -58.54324583719806, + 2.0041810815410632 + ] + ] + ], + [ + [ + [ + -60.82339944609903, + 3.4633151603166974 + ], + [ + -60.82339812809357, + 3.4634369793463256 + ], + [ + -60.81608113214052, + 3.583939146467303 + ], + [ + -60.81606856875929, + 3.584055304031548 + ], + [ + -60.816024117399756, + 3.584163352608287 + ], + [ + -60.79046511877672, + 3.6388238674931714 + ], + [ + -60.790409460404796, + 3.6389291006474416 + ], + [ + -60.79029041558809, + 3.6389295509010475 + ], + [ + -60.70988634529791, + 3.6352821815919425 + ], + [ + -60.70976629604516, + 3.6352708536127434 + ], + [ + -60.70965956844123, + 3.6352147344113956 + ], + [ + -60.62916792905326, + 3.5877459497011195 + ], + [ + -60.62906568593458, + 3.587682284465719 + ], + [ + -60.48991138628023, + 3.4963082894685025 + ], + [ + -60.489817836271904, + 3.4962404234373587 + ], + [ + -60.4897466356216, + 3.4961493856999395 + ], + [ + -60.42949426456178, + 3.4112415905094284 + ], + [ + -60.42918245302173, + 3.410846023260685 + ], + [ + -60.42883242583198, + 3.4104838342889923 + ], + [ + -60.42844773506682, + 3.4101586990863657 + ], + [ + -60.42803228456637, + 3.4098739171233436 + ], + [ + -60.427590290320396, + 3.4096323783659734 + ], + [ + -60.42712623768447, + 3.4094365339484525 + ], + [ + -60.4266448358626, + 3.409288371299027 + ], + [ + -60.42615097011825, + 3.4091893939715807 + ], + [ + -60.42564965219873, + 3.409140606387576 + ], + [ + -60.42514596947597, + 3.4091425036431904 + ], + [ + -60.424645033319926, + 3.4091950664850836 + ], + [ + -60.42415192722839, + 3.4092977615057776 + ], + [ + -60.38913856963324, + 3.418451657539196 + ], + [ + -60.38900225147256, + 3.4184792671448614 + ], + [ + -60.388863704479895, + 3.4184915007902656 + ], + [ + -60.16184024542644, + 3.4258017794178084 + ], + [ + -60.16172261942505, + 3.425799960410251 + ], + [ + -60.161618932016076, + 3.425744389678511 + ], + [ + -60.08850563692769, + 3.3819538037814034 + ], + [ + -60.08840851441289, + 3.3818892131760654 + ], + [ + -60.088351415692294, + 3.3817875054316224 + ], + [ + -60.019032277591805, + 3.2433808757206566 + ], + [ + -60.018832204401065, + 3.2430194992360426 + ], + [ + -60.018602985072775, + 3.242675870446759 + ], + [ + -60.0183461840036, + 3.24235233458143 + ], + [ + -59.92717354548929, + 3.136755939981188 + ], + [ + -59.92703789303291, + 3.13660512319511 + ], + [ + -59.82361490964631, + 3.0262092313172153 + ], + [ + -59.82326118243341, + 3.025867079739341 + ], + [ + -59.822875532893086, + 3.025561359155426 + ], + [ + -59.82246169705374, + 3.025295031272067 + ], + [ + -59.8220236840021, + 3.025070676174122 + ], + [ + -59.821565737044665, + 3.0248904673298114 + ], + [ + -59.82109229260019, + 3.024756150534973 + ], + [ + -59.82060793722124, + 3.0246690270004453 + ], + [ + -59.82011736316146, + 3.0246299407464234 + ], + [ + -59.81962532291873, + 3.0246392704259075 + ], + [ + -59.81913658319477, + 3.024696925656455 + ], + [ + -59.81865587871711, + 3.0248023478957706 + ], + [ + -59.81818786637082, + 3.024954515852655 + ], + [ + -59.81773708008435, + 3.0251519553808937 + ], + [ + -59.81730788690652, + 3.025392753760231 + ], + [ + -59.69254043186035, + 3.1037059309169845 + ], + [ + -59.692444990994915, + 3.1037629184318263 + ], + [ + -59.531307415162864, + 3.195180062961526 + ], + [ + -59.5311948836198, + 3.195236512093396 + ], + [ + -59.53106912064186, + 3.1952307219254323 + ], + [ + -59.38148049959753, + 3.180659294265751 + ], + [ + -59.38089742786356, + 3.180636706688112 + ], + [ + -59.38031569512814, + 3.180682202513805 + ], + [ + -59.08763950172242, + 3.2208624012379694 + ], + [ + -58.92278611610066, + 3.242807936635794 + ], + [ + -58.92266741181523, + 3.2428179399951502 + ], + [ + -58.922557626498005, + 3.242771700310901 + ], + [ + -58.831132679156205, + 3.1989570470535797 + ], + [ + -58.831024187774496, + 3.1988982435307673 + ], + [ + -58.83093780608263, + 3.198810116136954 + ], + [ + -58.717466913569886, + 3.0708895528076936 + ], + [ + -58.717385685614616, + 3.0707876157897185 + ], + [ + -58.71735338176408, + 3.070661339910761 + ], + [ + -58.67341294042518, + 2.851252579259253 + ], + [ + -58.673395283639984, + 2.851135196853469 + ], + [ + -58.67345504727742, + 2.8510326361450455 + ], + [ + -58.761276162988956, + 2.7158015082273397 + ], + [ + -58.76148138969118, + 2.7155283972341073 + ], + [ + -58.900580334045785, + 2.554636822320309 + ], + [ + -58.900676691662994, + 2.5545371667808636 + ], + [ + -58.900783529549614, + 2.554448839645087 + ], + [ + -59.124204416371356, + 2.3897836025412933 + ], + [ + -59.124289900717784, + 2.3897259049030994 + ], + [ + -59.124383731116396, + 2.3896830978097543 + ], + [ + -59.421188526695154, + 2.2688625583233906 + ], + [ + -59.421253868728314, + 2.2688370223122285 + ], + [ + -59.655173380760445, + 2.1811833420034428 + ], + [ + -59.65560319366177, + 2.1809989234182634 + ], + [ + -59.656013894262365, + 2.18077515040521 + ], + [ + -59.65640188894275, + 2.1805139809722816 + ], + [ + -59.72896765353858, + 2.1265702413654974 + ], + [ + -59.72936628541779, + 2.1262405642211077 + ], + [ + -59.72972872144472, + 2.1258714646125596 + ], + [ + -59.73005108218542, + 2.125466893299304 + ], + [ + -59.730329917162784, + 2.125031180721969 + ], + [ + -59.73056224178975, + 2.124568990650288 + ], + [ + -59.73074556931558, + 2.12408527026316 + ], + [ + -59.73087793744355, + 2.1235851971951507 + ], + [ + -59.73095792933491, + 2.123074124116258 + ], + [ + -59.73098468877438, + 2.122557521438128 + ], + [ + -59.73098468877438, + 2.007978152161121 + ], + [ + -59.730992215918654, + 2.0078418679688816 + ], + [ + -59.73104363178033, + 2.0077154304422447 + ], + [ + -59.793254297304955, + 1.8760508842338872 + ], + [ + -59.793308670110655, + 1.8759484372808377 + ], + [ + -59.793372328680945, + 1.875851486950068 + ], + [ + -59.89954009368036, + 1.7294857029591097 + ], + [ + -59.8996177012621, + 1.7293892392959107 + ], + [ + -59.89972032938322, + 1.7293199887086184 + ], + [ + -60.05714462813076, + 1.6341742152312235 + ], + [ + -60.05724610952095, + 1.6341191832063449 + ], + [ + -60.05736150187974, + 1.6341157773493575 + ], + [ + -60.26973723883885, + 1.6377759355007577 + ], + [ + -60.269859552330814, + 1.63778423294669 + ], + [ + -60.26991757712193, + 1.6378922262870035 + ], + [ + -60.30283060614028, + 1.7073456792131856 + ], + [ + -60.30287896793977, + 1.7074543404851381 + ], + [ + -60.32114395159687, + 1.7512703335258162 + ], + [ + -60.32118082178792, + 1.7513707214029024 + ], + [ + -60.32119997889136, + 1.751475936146175 + ], + [ + -60.33583158512739, + 1.8575024605802422 + ], + [ + -60.335842392804594, + 1.8576261140045123 + ], + [ + -60.33582844262207, + 1.8577494524317903 + ], + [ + -60.31755639008794, + 1.969146802771051 + ], + [ + -60.31750317858823, + 1.9695996616857252 + ], + [ + -60.31020506705918, + 2.0717096755149673 + ], + [ + -60.310193989944494, + 2.0721943840484323 + ], + [ + -60.313852784193806, + 2.214787488991199 + ], + [ + -60.31385360673317, + 2.21485161270801 + ], + [ + -60.31385360673317, + 2.3056427783573903 + ], + [ + -60.31387683853437, + 2.3061242119409506 + ], + [ + -60.31394631805132, + 2.30660117169679 + ], + [ + -60.314061399630305, + 2.3070692253712175 + ], + [ + -60.31422101385037, + 2.307524023472268 + ], + [ + -60.31442367746119, + 2.307961339688314 + ], + [ + -60.314667507166476, + 2.308377110161999 + ], + [ + -60.314950237124926, + 2.3087674712545283 + ], + [ + -60.315269240006074, + 2.3091287954493827 + ], + [ + -60.31562155140531, + 2.3094577250618173 + ], + [ + -60.316003897391276, + 2.3097512034408862 + ], + [ + -60.3164127249296, + 2.3100065033740473 + ], + [ + -60.31684423490025, + 2.3102212524303827 + ], + [ + -60.31729441740168, + 2.3103934550069387 + ], + [ + -60.31775908901374, + 2.310521510873306 + ], + [ + -60.31823393167303, + 2.310604230042113 + ], + [ + -60.40152518222802, + 2.321007135074127 + ], + [ + -60.402144857288164, + 2.321045683389404 + ], + [ + -60.50441797100118, + 2.321045683389404 + ], + [ + -60.50453676944252, + 2.3210485079981096 + ], + [ + -60.6583267668184, + 2.3283658140658603 + ], + [ + -60.658441263061285, + 2.3283766076884262 + ], + [ + -60.65854402593303, + 2.328428237951877 + ], + [ + -60.71699070089689, + 2.3612769639525735 + ], + [ + -60.717091113435906, + 2.361339981209945 + ], + [ + -60.71711878208916, + 2.3614552560917055 + ], + [ + -60.74273538451324, + 2.4967355986812176 + ], + [ + -60.742751696802735, + 2.496851053917892 + ], + [ + -60.742757150136825, + 2.4969675282221093 + ], + [ + -60.742757150136825, + 2.6175871136530118 + ], + [ + -60.74275188495393, + 2.617700795541947 + ], + [ + -60.7426790740388, + 2.617788259046759 + ], + [ + -60.66598332351161, + 2.701697863192897 + ], + [ + -60.66559538536643, + 2.7021788938614835 + ], + [ + -60.60429943443403, + 2.788614989423048 + ], + [ + -60.60404428588899, + 2.7890134927544064 + ], + [ + -60.603827950981334, + 2.7894343310759417 + ], + [ + -60.6036523672557, + 2.7898737352639444 + ], + [ + -60.60351910727986, + 2.790327769914583 + ], + [ + -60.603429364560455, + 2.7907923685902776 + ], + [ + -60.603383942853704, + 2.791263370239635 + ], + [ + -60.596142602823946, + 2.9395252681744894 + ], + [ + -60.596138827745584, + 2.93991675002597 + ], + [ + -60.596165693772306, + 2.9403073271731035 + ], + [ + -60.6107050521759, + 3.0746111083966965 + ], + [ + -60.61078416713967, + 3.0751073220415197 + ], + [ + -60.610912687184815, + 3.075593089225259 + ], + [ + -60.611089314324886, + 3.0760635039488706 + ], + [ + -60.658391827771176, + 3.1850602628641878 + ], + [ + -60.65843629130606, + 3.185179012630329 + ], + [ + -60.65844277835663, + 3.185305647661146 + ], + [ + -60.65844277835663, + 3.2858545290105354 + ], + [ + -60.658467202466774, + 3.2863481326614785 + ], + [ + -60.658540236182326, + 3.286836913980448 + ], + [ + -60.658661165989884, + 3.287316097747936 + ], + [ + -60.65882881044828, + 3.287781002509097 + ], + [ + -60.659041531730814, + 3.2882270863098957 + ], + [ + -60.65929725162629, + 3.288649991070379 + ], + [ + -60.65959347184234, + 3.2890455851615674 + ], + [ + -60.746192717825515, + 3.3935085046209803 + ], + [ + -60.746690763367276, + 3.394028115511603 + ], + [ + -60.82331321398829, + 3.463229104310388 + ], + [ + -60.82339944609903, + 3.4633151603166974 + ] + ] + ], + [ + [ + [ + -59.245726588572715, + 7.521729185879544 + ], + [ + -59.24570849557982, + 7.521848889464719 + ], + [ + -59.22213312866147, + 7.638695579706103 + ], + [ + -59.22210389764333, + 7.638811064256335 + ], + [ + -59.22199632889181, + 7.638862251143782 + ], + [ + -59.11000352506789, + 7.685596083582143 + ], + [ + -59.109895381318786, + 7.6856354047561295 + ], + [ + -59.10978109898918, + 7.685621959521841 + ], + [ + -58.96827451976201, + 7.662248750780884 + ], + [ + -58.96815705624261, + 7.662223368413906 + ], + [ + -58.96809199632247, + 7.6621223280765856 + ], + [ + -58.89729309076472, + 7.539312863188668 + ], + [ + -58.8972712450605, + 7.539274178726425 + ], + [ + -58.796942353110836, + 7.3578653761502375 + ], + [ + -58.796887445770714, + 7.357752982430787 + ], + [ + -58.79689409155843, + 7.357628070471095 + ], + [ + -58.814585705026246, + 7.187985113925936 + ], + [ + -58.81460442005559, + 7.187864752308135 + ], + [ + -58.814720459147686, + 7.1878277104336465 + ], + [ + -58.903068595721535, + 7.164452753642576 + ], + [ + -58.90318801460092, + 7.164427390235856 + ], + [ + -58.90330799861767, + 7.164449929243547 + ], + [ + -59.07434728177343, + 7.205411084876767 + ], + [ + -59.07445710010693, + 7.205442848744367 + ], + [ + -59.074525210622824, + 7.2055346635976685 + ], + [ + -59.180696961955526, + 7.3635068267747705 + ], + [ + -59.180761744831685, + 7.363614589913892 + ], + [ + -59.18081533722441, + 7.36372833335611 + ], + [ + -59.24568612842842, + 7.521615083813786 + ], + [ + -59.245726588572715, + 7.521729185879544 + ] + ] + ], + [ + [ + [ + -63.44588522281112, + -5.877543200842776 + ], + [ + -63.44589058587883, + -5.877428789950083 + ], + [ + -63.44589058587883, + -5.7552375430951095 + ], + [ + -63.44588691796252, + -5.755141942510351 + ], + [ + -63.445875935779014, + -5.755046904007283 + ], + [ + -63.42540020061335, + -5.622610145269499 + ], + [ + -63.42535991369582, + -5.6224061764058915 + ], + [ + -63.39465052575961, + -5.495052140355278 + ], + [ + -63.394620455826676, + -5.494947715274636 + ], + [ + -63.39456431534278, + -5.49485467203536 + ], + [ + -63.279329673442035, + -5.321497539181766 + ], + [ + -63.27927418897829, + -5.3214205845539375 + ], + [ + -63.27921301792622, + -5.321348068053383 + ], + [ + -63.17939254518143, + -5.211754230166677 + ], + [ + -63.17930615127226, + -5.211668358739406 + ], + [ + -63.179184801394086, + -5.2116577749486215 + ], + [ + -62.97448525323163, + -5.20401322940202 + ], + [ + -62.974008869772135, + -5.203972563338473 + ], + [ + -62.80395061081556, + -5.181222661902936 + ], + [ + -62.80348570716287, + -5.181137938148114 + ], + [ + -62.80303087837147, + -5.181009702850975 + ], + [ + -62.80259018721813, + -5.180839101478546 + ], + [ + -62.80216757019455, + -5.180627657934554 + ], + [ + -62.80176680234456, + -5.180377260947091 + ], + [ + -62.80139146354335, + -5.18009014719747 + ], + [ + -62.70255561311594, + -5.096795974114403 + ], + [ + -62.56697073765022, + -4.984669993051117 + ], + [ + -62.566693317995046, + -4.984422646549964 + ], + [ + -62.56643503858058, + -4.984155375712093 + ], + [ + -62.45911526508545, + -4.864502758611584 + ], + [ + -62.45902176186001, + -4.864409131123364 + ], + [ + -62.45889778851135, + -4.864362875652779 + ], + [ + -62.27970466422822, + -4.808245550981915 + ], + [ + -62.279595609771256, + -4.80821679039652 + ], + [ + -62.27948504145381, + -4.808239032092583 + ], + [ + -62.15667544919323, + -4.838832694202969 + ], + [ + -62.156563834238405, + -4.838866308201168 + ], + [ + -62.15656144432205, + -4.8389828504137 + ], + [ + -62.15911797750718, + -4.930683751454068 + ], + [ + -62.159127114714025, + -4.930803127907322 + ], + [ + -62.15919087308933, + -4.9309044644541595 + ], + [ + -62.25896755929448, + -5.073627830439021 + ], + [ + -62.25919615274648, + -5.073986373638065 + ], + [ + -62.374372454758564, + -5.272811951548013 + ], + [ + -62.374442747531226, + -5.272919993345017 + ], + [ + -62.37452382746956, + -5.273020193880888 + ], + [ + -62.50508717959854, + -5.418309244819409 + ], + [ + -62.50516854516502, + -5.418391731800824 + ], + [ + -62.50525721756042, + -5.41846630836414 + ], + [ + -62.68197491402472, + -5.5535842100519845 + ], + [ + -62.68209058829523, + -5.5536675364851416 + ], + [ + -62.85882187235717, + -5.673472370422729 + ], + [ + -62.858972663602124, + -5.67357870368954 + ], + [ + -63.004994500990165, + -5.780636666203466 + ], + [ + -63.00501647874394, + -5.780652871960819 + ], + [ + -63.14589796264841, + -5.885129852866635 + ], + [ + -63.14598837538475, + -5.885190935969957 + ], + [ + -63.146091581431136, + -5.885226349532288 + ], + [ + -63.28426916639992, + -5.925950569671425 + ], + [ + -63.28440454496727, + -5.925982347500948 + ], + [ + -63.284543600370746, + -5.925983231644834 + ], + [ + -63.38681342490317, + -5.92089704298669 + ], + [ + -63.38693297697108, + -5.920885243108933 + ], + [ + -63.3870331145743, + -5.9208188774968615 + ], + [ + -63.44579622094086, + -5.877615293019389 + ], + [ + -63.44588522281112, + -5.877543200842776 + ] + ] + ], + [ + [ + [ + -65.72253347682378, + -7.916919971677868 + ], + [ + -65.7225250386116, + -7.916808735238866 + ], + [ + -65.71161619865806, + -7.826758357733386 + ], + [ + -65.7115951500744, + -7.826636316944245 + ], + [ + -65.71151793868472, + -7.826539490303019 + ], + [ + -65.60961706558702, + -7.711150279643125 + ], + [ + -65.60951248071582, + -7.71104519336078 + ], + [ + -65.60939614053785, + -7.710953290776368 + ], + [ + -65.51118323733658, + -7.642459929586895 + ], + [ + -65.51107903851417, + -7.642394691753227 + ], + [ + -65.51096029164377, + -7.64236287115757 + ], + [ + -65.34347751296313, + -7.6062754553837495 + ], + [ + -65.34337385954876, + -7.606257665279677 + ], + [ + -65.34326869060078, + -7.60625756286759 + ], + [ + -65.25724916388052, + -7.6098101583004585 + ], + [ + -65.2567125288489, + -7.609803494549079 + ], + [ + -65.25617969929132, + -7.609739352321802 + ], + [ + -65.25565681386387, + -7.609618470592409 + ], + [ + -65.25514989665764, + -7.609442242022682 + ], + [ + -65.2546647877961, + -7.609212696917748 + ], + [ + -65.17736710005487, + -7.567419547380139 + ], + [ + -65.1769721970198, + -7.567181882490963 + ], + [ + -65.17660085667694, + -7.566908863523826 + ], + [ + -65.17625623442412, + -7.56660281040833 + ], + [ + -65.17594125862696, + -7.566266323775816 + ], + [ + -65.17565860573572, + -7.5659022628609645 + ], + [ + -65.17541067754252, + -7.565513721205965 + ], + [ + -65.17519958077263, + -7.565104000373699 + ], + [ + -65.1750271091829, + -7.564676581893296 + ], + [ + -65.1465420998819, + -7.483487465081273 + ], + [ + -65.14649487300417, + -7.48337181901374 + ], + [ + -65.14642549791749, + -7.483267936925717 + ], + [ + -65.09554385519931, + -7.41479705507495 + ], + [ + -65.09545324052307, + -7.414688569429356 + ], + [ + -65.09535091238484, + -7.414591054779268 + ], + [ + -65.01899175942746, + -7.349682859988054 + ], + [ + -65.01889541395593, + -7.349608879137418 + ], + [ + -65.01877512925675, + -7.349625826327632 + ], + [ + -64.90599809438044, + -7.371273774536805 + ], + [ + -64.90587931379194, + -7.371302711340755 + ], + [ + -64.9057741324443, + -7.371365025471822 + ], + [ + -64.85234217745864, + -7.406690494336596 + ], + [ + -64.85187731796702, + -7.406963018437836 + ], + [ + -64.85138583056784, + -7.407183934415403 + ], + [ + -64.85087342366572, + -7.40735067642978 + ], + [ + -64.85034604863588, + -7.407461307847621 + ], + [ + -64.84980983070163, + -7.407514543734867 + ], + [ + -64.77333904815548, + -7.410961465417669 + ], + [ + -64.77284935380405, + -7.410959533620178 + ], + [ + -64.7723621970413, + -7.410909708143174 + ], + [ + -64.77188225075847, + -7.410812466921182 + ], + [ + -64.77141411868266, + -7.410668742708688 + ], + [ + -64.77096229121706, + -7.410479914132999 + ], + [ + -64.77053110236827, + -7.410247792470216 + ], + [ + -64.7701246881737, + -7.409974604271154 + ], + [ + -64.76974694702803, + -7.409662970003895 + ], + [ + -64.76940150228916, + -7.409315878917806 + ], + [ + -64.70908109814454, + -7.342456942755834 + ], + [ + -64.70900087818944, + -7.3423759360498435 + ], + [ + -64.70888699552975, + -7.342370638177123 + ], + [ + -64.62527123904009, + -7.342370638177123 + ], + [ + -64.6251533851498, + -7.342376376071664 + ], + [ + -64.62510186132148, + -7.342482525767752 + ], + [ + -64.58509513883712, + -7.436258530282879 + ], + [ + -64.58505197406768, + -7.436375747302919 + ], + [ + -64.58504568050846, + -7.436500500732743 + ], + [ + -64.58504568050846, + -7.584450376068727 + ], + [ + -64.5850513803987, + -7.58456916184691 + ], + [ + -64.58509054973187, + -7.5846814485922165 + ], + [ + -64.62145507426666, + -7.674787890505293 + ], + [ + -64.6215091626503, + -7.674904095436937 + ], + [ + -64.62161387887066, + -7.674978011961219 + ], + [ + -64.78178960212435, + -7.775982836486706 + ], + [ + -64.78205832980284, + -7.776130071540252 + ], + [ + -64.9270953466726, + -7.844383550401643 + ], + [ + -64.92751950041612, + -7.844608636944006 + ], + [ + -64.92792010685407, + -7.844873372343179 + ], + [ + -64.92829347126779, + -7.845175314993821 + ], + [ + -65.0735008107659, + -7.974618565156997 + ], + [ + -65.07358708110542, + -7.974688807604701 + ], + [ + -65.07368447220479, + -7.9747425807086465 + ], + [ + -65.10264175398801, + -7.989080951777709 + ], + [ + -65.10275232278653, + -7.989129155910136 + ], + [ + -65.10287208565555, + -7.989143506966106 + ], + [ + -65.25581480526803, + -7.999961815192107 + ], + [ + -65.25593466023194, + -7.999971743049821 + ], + [ + -65.52190112086481, + -8.025226395161287 + ], + [ + -65.52213731113306, + -8.025237583635873 + ], + [ + -65.66041929959, + -8.025237583635873 + ], + [ + -65.66055886074831, + -8.02522973710756 + ], + [ + -65.66069666284969, + -8.025206296421855 + ], + [ + -65.70783363535972, + -8.014434919591032 + ], + [ + -65.70794992908473, + -8.014402163080739 + ], + [ + -65.70797374173708, + -8.014283714032393 + ], + [ + -65.7225219347682, + -7.917030929010913 + ], + [ + -65.72253347682378, + -7.916919971677868 + ] + ] + ], + [ + [ + [ + -66.23175965855638, + -15.466666384651003 + ], + [ + -66.23176059604876, + -15.466542413842985 + ], + [ + -66.22502586795453, + -15.310703863461152 + ], + [ + -66.22501554572185, + -15.310589509663817 + ], + [ + -66.22493009707674, + -15.31051281632311 + ], + [ + -66.09358876003334, + -15.20329473781166 + ], + [ + -66.09348563549405, + -15.203219121665834 + ], + [ + -66.0933585806936, + -15.203204645830505 + ], + [ + -65.98002680856094, + -15.19622371636119 + ], + [ + -65.97953533043803, + -15.1961689411865 + ], + [ + -65.9790516670121, + -15.196065884136866 + ], + [ + -65.9785805494994, + -15.19591555332074 + ], + [ + -65.97812658639148, + -15.195719419280568 + ], + [ + -65.97769421837482, + -15.195479400607889 + ], + [ + -65.9772876748918, + -15.195197845175583 + ], + [ + -65.97691093276805, + -15.194877507170885 + ], + [ + -65.9765676773111, + -15.194521520153803 + ], + [ + -65.97626126626044, + -15.194133366404504 + ], + [ + -65.97599469694202, + -15.1937168428595 + ], + [ + -65.97577057694829, + -15.193276023969853 + ], + [ + -65.97559109863057, + -15.192815221844723 + ], + [ + -65.9754580176534, + -15.192338944070126 + ], + [ + -65.97537263582056, + -15.191851849615547 + ], + [ + -65.97533578834081, + -15.191358703259692 + ], + [ + -65.97534783565773, + -15.19086432898122 + ], + [ + -65.97540865992397, + -15.190373562770388 + ], + [ + -65.97543928328159, + -15.190198091848256 + ], + [ + -65.97532725883357, + -15.190165952514109 + ], + [ + -65.85075712739643, + -15.160921751738043 + ], + [ + -65.85065808659888, + -15.160902689002853 + ], + [ + -65.85055782951507, + -15.160891689703162 + ], + [ + -65.84003618913124, + -15.16016626787245 + ], + [ + -65.8395693486724, + -15.160111939636202 + ], + [ + -65.83910967174948, + -15.160014017739824 + ], + [ + -65.83866121991278, + -15.159873367388181 + ], + [ + -65.823789093527, + -15.154428848700421 + ], + [ + -65.82367647227787, + -15.154393582123326 + ], + [ + -65.82355921922206, + -15.154380203105687 + ], + [ + -65.47977459092995, + -15.131606365271484 + ], + [ + -65.47956362223034, + -15.131601319912129 + ], + [ + -65.31790868871161, + -15.13456422942329 + ], + [ + -65.3176808746507, + -15.134563214037925 + ], + [ + -64.73109184279431, + -15.118580191936308 + ], + [ + -64.73079866625021, + -15.118589432475446 + ], + [ + -64.62314228234666, + -15.12833266374839 + ], + [ + -64.62302639056988, + -15.128348883324154 + ], + [ + -64.62301873014422, + -15.12846565359627 + ], + [ + -64.619649088706, + -15.330046662633807 + ], + [ + -64.61964977633181, + -15.33016042910891 + ], + [ + -64.62301705635986, + -15.447036440264128 + ], + [ + -64.62302719133938, + -15.447162283237105 + ], + [ + -64.62311795208336, + -15.44725004233376 + ], + [ + -64.76458485627029, + -15.570583479696008 + ], + [ + -64.76467340679486, + -15.570653801616764 + ], + [ + -64.76478565980672, + -15.57066742620038 + ], + [ + -65.024249102245, + -15.590142438310053 + ], + [ + -65.02436384669582, + -15.590145751094843 + ], + [ + -65.02447840943451, + -15.590138495584476 + ], + [ + -65.29039551942661, + -15.560956631449818 + ], + [ + -65.2908023022918, + -15.560928715880243 + ], + [ + -65.2912100071546, + -15.560934037840864 + ], + [ + -65.77299591323602, + -15.586897511978233 + ], + [ + -65.77318053874936, + -15.586900629971538 + ], + [ + -66.09673930938243, + -15.580407619408714 + ], + [ + -66.09685863562977, + -15.580399413009827 + ], + [ + -66.0969537186671, + -15.580326850524266 + ], + [ + -66.23166905058923, + -15.46675100046799 + ], + [ + -66.23175965855638, + -15.466666384651003 + ] + ] + ], + [ + [ + [ + -65.46823972976799, + 3.103305413626518 + ], + [ + -65.46817359499946, + 3.103400132291372 + ], + [ + -65.41941356987118, + 3.1666932953769567 + ], + [ + -65.41933765459424, + 3.1667825681805177 + ], + [ + -65.41922271898815, + 3.1667597084086756 + ], + [ + -65.34121474769658, + 3.1472873127882743 + ], + [ + -65.3410956226554, + 3.147251056956948 + ], + [ + -65.34102907454381, + 3.147145811483815 + ], + [ + -65.29713458924631, + 3.0692259714403987 + ], + [ + -65.29708240094335, + 3.0691221682380143 + ], + [ + -65.29709401313528, + 3.0690065659854504 + ], + [ + -65.31662084791951, + 2.9373814806123626 + ], + [ + -65.31664373592524, + 2.9372663492213165 + ], + [ + -65.31676111956772, + 2.9372659267379566 + ], + [ + -65.42410745300567, + 2.942138884557653 + ], + [ + -65.4242269713003, + 2.9421502229575123 + ], + [ + -65.42429378881944, + 2.9422499656323158 + ], + [ + -65.4681870871035, + 3.0153066140791855 + ], + [ + -65.46824012125961, + 3.0154046382371855 + ], + [ + -65.46824514429719, + 3.0155159761301005 + ], + [ + -65.46824514429719, + 3.1031900181500007 + ], + [ + -65.46823972976799, + 3.103305413626518 + ] + ] + ], + [ + [ + [ + -70.06288984780232, + 1.9197359577927806 + ], + [ + -70.06286746668161, + 1.9198465573241301 + ], + [ + -70.01401936755428, + 2.1151177408831123 + ], + [ + -70.0139841811349, + 2.115234005462783 + ], + [ + -70.0139378432698, + 2.115346292322727 + ], + [ + -69.89666163358817, + 2.364367637095721 + ], + [ + -69.89656492089134, + 2.3645525451822227 + ], + [ + -69.82380459762659, + 2.4905571918458267 + ], + [ + -69.82356157671381, + 2.4910356367556648 + ], + [ + -69.82337123076655, + 2.4915373708646866 + ], + [ + -69.82323575233177, + 2.4920566148242123 + ], + [ + -69.82315670195139, + 2.4925873875940083 + ], + [ + -69.79881740652851, + 2.750313809785534 + ], + [ + -69.79880158902559, + 2.7504259683815766 + ], + [ + -69.79872936356746, + 2.750513222191241 + ], + [ + -69.69149719002728, + 2.8685702133389306 + ], + [ + -69.69122897417202, + 2.868891563378192 + ], + [ + -69.69098857645969, + 2.869234221418602 + ], + [ + -69.61303484594396, + 2.9908776805058315 + ], + [ + -69.61296214593482, + 2.990979406638442 + ], + [ + -69.6128552619828, + 2.9910442858964377 + ], + [ + -69.4321189923182, + 3.0886020898424946 + ], + [ + -69.43201499581077, + 3.0886521533959157 + ], + [ + -69.43190681491163, + 3.088692384304769 + ], + [ + -69.0506594696544, + 3.2107024343885957 + ], + [ + -69.05045408283672, + 3.210773117746164 + ], + [ + -68.73280004696815, + 3.32786985449935 + ], + [ + -68.73254626460042, + 3.327971368750303 + ], + [ + -68.4050858178426, + 3.469458652907607 + ], + [ + -68.40492495103081, + 3.4695216545461114 + ], + [ + -68.24080956335132, + 3.527336766992474 + ], + [ + -68.24032945177008, + 3.5275344862993068 + ], + [ + -68.23987243362379, + 3.527780929941357 + ], + [ + -68.23944343739716, + 3.5280734402698495 + ], + [ + -68.23904708938642, + 3.5284088628527606 + ], + [ + -68.2386876638094, + 3.528783580492222 + ], + [ + -68.2383690367123, + 3.529193552232389 + ], + [ + -68.23809464417045, + 3.5296343569371182 + ], + [ + -68.23786744523359, + 3.5301012409675088 + ], + [ + -68.18498134973424, + 3.654859207938506 + ], + [ + -68.18492866003741, + 3.6549680820568744 + ], + [ + -68.18480864241526, + 3.6549831003174504 + ], + [ + -67.98943361106767, + 3.6696063040345446 + ], + [ + -67.98931334779314, + 3.6696094093906653 + ], + [ + -67.98921147694077, + 3.6695454154231175 + ], + [ + -67.89225818273894, + 3.6018146837899425 + ], + [ + -67.89187247994366, + 3.6015706471044275 + ], + [ + -67.89146613064422, + 3.6013627990902175 + ], + [ + -67.891042520877, + 3.601192871707821 + ], + [ + -67.8906051805068, + 3.601062280931871 + ], + [ + -67.83868147367642, + 3.5881068833650374 + ], + [ + -67.83820218267653, + 3.5880119023082484 + ], + [ + -67.83771590952514, + 3.5879641562512017 + ], + [ + -67.83722729796092, + 3.5879641011520564 + ], + [ + -67.83674101405357, + 3.5880117375369904 + ], + [ + -67.83626170164446, + 3.5881066104951738 + ], + [ + -67.83579393799961, + 3.5882478140230094 + ], + [ + -67.83534219009836, + 3.5884339996761505 + ], + [ + -67.8349107719753, + 3.5886633894466726 + ], + [ + -67.83450380352275, + 3.5889337927424267 + ], + [ + -67.83412517114722, + 3.589242627306432 + ], + [ + -67.83377849065559, + 3.5895869438765247 + ], + [ + -67.8334670727254, + 3.589963454349782 + ], + [ + -67.83319389128904, + 3.590368563182756 + ], + [ + -67.83296155513379, + 3.5907984017276586 + ], + [ + -67.83277228298873, + 3.591248865176593 + ], + [ + -67.8326278823367, + 3.591715651761036 + ], + [ + -67.83252973215347, + 3.592194303832226 + ], + [ + -67.83247876973901, + 3.5926802504301496 + ], + [ + -67.82794873391373, + 3.6740572421229714 + ], + [ + -67.82794357021453, + 3.6744952981626646 + ], + [ + -67.82797677077241, + 3.674932124765172 + ], + [ + -67.84258158120042, + 3.7963802825911976 + ], + [ + -67.84258976694449, + 3.7964941939517183 + ], + [ + -67.8424762314679, + 3.7965065430406764 + ], + [ + -67.68126480861818, + 3.806255436193535 + ], + [ + -67.68115230423345, + 3.8062635142128856 + ], + [ + -67.6236063009151, + 3.811048423122172 + ], + [ + -67.6230759580163, + 3.8111212767725826 + ], + [ + -67.62255644360778, + 3.8112504124532482 + ], + [ + -67.62205371280515, + 3.811434349901259 + ], + [ + -67.62157352833611, + 3.8116709806692795 + ], + [ + -67.4661189748024, + 3.898916303090778 + ], + [ + -67.46602342781543, + 3.8989646546554844 + ], + [ + -67.46592408514438, + 3.8990046313265774 + ], + [ + -67.2358731630118, + 3.980288384262932 + ], + [ + -67.23542488272999, + 3.9804716499997395 + ], + [ + -67.23499643535825, + 3.9806974250891884 + ], + [ + -67.2345918404449, + 3.980963591385781 + ], + [ + -67.23421489376251, + 3.981267651807378 + ], + [ + -67.2338691316973, + 3.9816067537619824 + ], + [ + -67.233557798072, + 3.9819777159097893 + ], + [ + -67.23328381371331, + 3.9823770580094418 + ], + [ + -67.23304974904983, + 3.9828010335684767 + ], + [ + -67.23295217233968, + 3.983027060583776 + ], + [ + -67.23272301880952, + 3.982814996423056 + ], + [ + -67.23233497272324, + 3.9825204818763487 + ], + [ + -67.23192010775561, + 3.9822651279221164 + ], + [ + -67.2314823621133, + 3.982051358569906 + ], + [ + -67.23102589120333, + 3.98188120307731 + ], + [ + -67.2305550281869, + 3.9817562766867467 + ], + [ + -67.0259909693253, + 3.9380257761500888 + ], + [ + -67.02588049610152, + 3.9379967618259943 + ], + [ + -67.02579456153939, + 3.9379215194495747 + ], + [ + -66.8939207549494, + 3.8112222054883675 + ], + [ + -66.89383891958921, + 3.8111356070815234 + ], + [ + -66.89380664235874, + 3.8110209140534788 + ], + [ + -66.82539987035832, + 3.513571842712292 + ], + [ + -66.82537524287622, + 3.513425027018323 + ], + [ + -66.8253683237191, + 3.5132763209789393 + ], + [ + -66.8302567211949, + 3.1472663042610143 + ], + [ + -66.83514736557831, + 2.8639972098103024 + ], + [ + -66.840037549756, + 2.5855721145560158 + ], + [ + -66.84492497430097, + 2.3951362710431594 + ], + [ + -66.84493560696068, + 2.3950029035595524 + ], + [ + -66.8449745241316, + 2.394874895870051 + ], + [ + -66.85955221262593, + 2.354819722686363 + ], + [ + -66.85969882391393, + 2.354344580473767 + ], + [ + -66.85979751600047, + 2.3538572255066086 + ], + [ + -66.85984731280112, + 2.3533624778228286 + ], + [ + -66.85984772181557, + 2.35286523057581 + ], + [ + -66.85979873899858, + 2.352370401640116 + ], + [ + -66.8597008488, + 2.351882884972726 + ], + [ + -66.85955501937345, + 2.3514075022108285 + ], + [ + -66.85936269300105, + 2.3509489549848612 + ], + [ + -66.85912577182904, + 2.3505117784184515 + ], + [ + -66.85884659905514, + 2.3501002962751354 + ], + [ + -66.8585279357538, + 2.3497185781954752 + ], + [ + -66.85817293356871, + 2.3493703994474986 + ], + [ + -66.85778510354237, + 2.349059203588548 + ], + [ + -66.85736828139117, + 2.3487880684078064 + ], + [ + -66.85692658956944, + 2.348559675486352 + ], + [ + -66.85646439649747, + 2.3483762836757824 + ], + [ + -66.85598627335705, + 2.3482397067577243 + ], + [ + -66.85549694888148, + 2.3481512955051684 + ], + [ + -66.85500126258756, + 2.348111924323056 + ], + [ + -66.85450411691171, + 2.34812198260024 + ], + [ + -66.85401042872392, + 2.3481813708583514 + ], + [ + -66.85352508069896, + 2.3482895017356573 + ], + [ + -66.8530528730257, + 2.3484453057961914 + ], + [ + -66.85259847593234, + 2.348647242106683 + ], + [ + -66.85216638349684, + 2.3488933134766996 + ], + [ + -66.85176086919967, + 2.349181086211257 + ], + [ + -66.85138594365822, + 2.3495077141805476 + ], + [ + -66.85104531496093, + 2.3498699669687335 + ], + [ + -66.83858075456006, + 2.3645221669738117 + ], + [ + -66.83828010687877, + 2.3649131194488233 + ], + [ + -66.83801943731054, + 2.365331789058626 + ], + [ + -66.83780128199159, + 2.365774102434856 + ], + [ + -66.83762776342367, + 2.3662357561715086 + ], + [ + -66.83750056982352, + 2.3667122586941245 + ], + [ + -66.8374209386977, + 2.367198973959735 + ], + [ + -66.80828127608079, + 2.6243550668660465 + ], + [ + -66.80824948118044, + 2.624918039412328 + ], + [ + -66.80824948118044, + 2.971324089139202 + ], + [ + -66.80824352817318, + 2.9714435793378073 + ], + [ + -66.80812695269795, + 2.9714704773754725 + ], + [ + -66.48061309766331, + 3.0300492420615908 + ], + [ + -66.48055516308577, + 3.0300589032518297 + ], + [ + -66.13347850072279, + 3.08375482668655 + ], + [ + -66.13323380931267, + 3.0837804253856196 + ], + [ + -66.05523366951022, + 3.0880733509367064 + ], + [ + -66.05473815388386, + 3.0881254857814593 + ], + [ + -66.05425028732209, + 3.088226678646378 + ], + [ + -66.05377491441361, + 3.088375924671021 + ], + [ + -66.05331675568321, + 3.0885717418198095 + ], + [ + -66.05288036071633, + 3.0888121855988637 + ], + [ + -66.05247006298096, + 3.0890948683651227 + ], + [ + -66.05208993679558, + 3.089416983035998 + ], + [ + -66.05174375687069, + 3.08977533096413 + ], + [ + -66.05143496082523, + 3.0901663537004382 + ], + [ + -66.05116661505062, + 3.0905861683300606 + ], + [ + -66.05094138426094, + 3.0910306060302823 + ], + [ + -66.05076150503197, + 3.0914952534675773 + ], + [ + -66.05062876359165, + 3.0919754966226747 + ], + [ + -66.05054447808251, + 3.0924665666084707 + ], + [ + -66.05050948547243, + 3.0929635870257957 + ], + [ + -66.0505241332433, + 3.0934616223867963 + ], + [ + -66.05058827594054, + 3.093955727125074 + ], + [ + -66.05070127661749, + 3.0944409947059097 + ], + [ + -66.05086201316033, + 3.0949126063488914 + ], + [ + -66.0510688894309, + 3.095365878879134 + ], + [ + -66.05131985111657, + 3.0957963112319145 + ], + [ + -66.05161240612989, + 3.096199629148922 + ], + [ + -66.05194364935537, + 3.0965718276222924 + ], + [ + -66.05231029149769, + 3.09690921066494 + ], + [ + -66.08924117757572, + 3.1276398169649635 + ], + [ + -66.089335725477, + 3.127727280120126 + ], + [ + -66.08936063015484, + 3.127853648099188 + ], + [ + -66.09910446818188, + 3.195956676043996 + ], + [ + -66.09911611152015, + 3.196086411904588 + ], + [ + -66.09908690858303, + 3.196213353423871 + ], + [ + -66.07959589359521, + 3.2643235119143355 + ], + [ + -66.07955635514946, + 3.2644391506244976 + ], + [ + -66.07943417834076, + 3.2644420536172567 + ], + [ + -65.89873749414957, + 3.2595662721552774 + ], + [ + -65.8986132856849, + 3.259556641456236 + ], + [ + -65.89850281854869, + 3.259499043670863 + ], + [ + -65.81557444847478, + 3.2107953923632646 + ], + [ + -65.81547798761989, + 3.210732429806272 + ], + [ + -65.81547254546034, + 3.210617367375378 + ], + [ + -65.81547254546034, + 3.1180830160468216 + ], + [ + -65.81547872781142, + 3.1179602284037027 + ], + [ + -65.81557151546285, + 3.117879571857227 + ], + [ + -65.82585840333802, + 3.1098087770275087 + ], + [ + -65.82622616829669, + 3.1094901437261293 + ], + [ + -65.8265612191071, + 3.109137270944507 + ], + [ + -65.82686038245954, + 3.1087535007865674 + ], + [ + -65.82712082493907, + 3.108342467989298 + ], + [ + -65.82734007986113, + 3.1079080654976834 + ], + [ + -65.82751607063392, + 3.1074544075941173 + ], + [ + -65.82764713042594, + 3.1069857909314993 + ], + [ + -65.82773201795294, + 3.1065066538390784 + ], + [ + -65.82776992923408, + 3.1060215342864597 + ], + [ + -65.82776050520673, + 3.1055350269039055 + ], + [ + -65.82770383512705, + 3.1050517394659956 + ], + [ + -65.82760045572475, + 3.104576249250797 + ], + [ + -65.82745134611955, + 3.1041130596878665 + ], + [ + -65.82725791854787, + 3.103666557705688 + ], + [ + -65.82702200498738, + 3.1032409721825003 + ], + [ + -65.82674583980602, + 3.102840333894044 + ], + [ + -65.82643203860009, + 3.1024684373375617 + ], + [ + -65.82608357342153, + 3.10212880479362 + ], + [ + -65.8257037446293, + 3.1018246529661355 + ], + [ + -65.82529614963119, + 3.1015588625165513 + ], + [ + -65.82486464881235, + 3.101333950780721 + ], + [ + -65.82441332897305, + 3.1011520479268944 + ], + [ + -65.8239464646221, + 3.101014876780614 + ], + [ + -65.82346847749234, + 3.1009237365076148 + ], + [ + -65.82298389466196, + 3.1008794903092545 + ], + [ + -65.82249730567784, + 3.1008825572470218 + ], + [ + -65.5123792699136, + 3.117950650239636 + ], + [ + -65.51226533154536, + 3.117951466614022 + ], + [ + -65.51225988528968, + 3.1178376555577825 + ], + [ + -65.51225988528968, + 2.7956613116945817 + ], + [ + -65.51226178433825, + 2.795563891293051 + ], + [ + -65.52692681663086, + 2.419551799099984 + ], + [ + -65.52693710963419, + 2.419433361929333 + ], + [ + -65.52695863932095, + 2.419316444086865 + ], + [ + -65.61493463046627, + 2.043260723227791 + ], + [ + -65.61496587884366, + 2.0431504003670673 + ], + [ + -65.61502612805212, + 2.0430528420377128 + ], + [ + -65.75182505549635, + 1.8428553926519966 + ], + [ + -65.75190030751418, + 1.8427563042228357 + ], + [ + -65.75199376961542, + 1.8426741688547985 + ], + [ + -65.9180654482287, + 1.7108571531495744 + ], + [ + -65.91817696911734, + 1.71077826116539 + ], + [ + -65.91830808811089, + 1.7107399380222188 + ], + [ + -66.06474990644237, + 1.676585108467769 + ], + [ + -66.06489035017948, + 1.676560732571451 + ], + [ + -66.06503265979356, + 1.676552571605473 + ], + [ + -66.19191639156514, + 1.676552571605473 + ], + [ + -66.19204040777663, + 1.676558861566772 + ], + [ + -66.19213040347717, + 1.6766444206586735 + ], + [ + -66.28431644396404, + 1.7736383484196399 + ], + [ + -66.28465119173698, + 1.7739593334387476 + ], + [ + -66.28501424045231, + 1.7742479215263 + ], + [ + -66.28540246662108, + 1.7745016298152174 + ], + [ + -66.28581253014015, + 1.7747182755267012 + ], + [ + -66.36125190288756, + 1.810201757664119 + ], + [ + -66.3617183249764, + 1.8103930573696623 + ], + [ + -66.36220163967327, + 1.8105364172178104 + ], + [ + -66.36269693369492, + 1.8106303798402048 + ], + [ + -66.36319917197855, + 1.8106739900310835 + ], + [ + -66.36370324886735, + 1.81066680445772 + ], + [ + -66.36420404001362, + 1.810608896167257 + ], + [ + -66.36469645447187, + 1.8105008538441232 + ], + [ + -66.36517548645242, + 1.810343775825582 + ], + [ + -66.36563626620921, + 1.8101392589362484 + ], + [ + -66.36607410954477, + 1.80988938225508 + ], + [ + -66.36648456542882, + 1.8095966859798642 + ], + [ + -66.36686346124662, + 1.8092641456040617 + ], + [ + -66.3672069452169, + 1.8088951416685173 + ], + [ + -66.36751152554837, + 1.8084934253955394 + ], + [ + -66.36777410593655, + 1.8080630805547018 + ], + [ + -66.36799201704022, + 1.8076084819480371 + ], + [ + -66.36803107303157, + 1.8075001855500494 + ], + [ + -66.36810706775255, + 1.8073173980357107 + ], + [ + -66.36820096819973, + 1.8072406607026077 + ], + [ + -66.79836682280666, + 1.4896364199204357 + ], + [ + -66.79846865191226, + 1.4895689040207982 + ], + [ + -66.79857433257877, + 1.4896302160112307 + ], + [ + -66.89618076645608, + 1.5530520311193416 + ], + [ + -66.89627470198533, + 1.553119525693424 + ], + [ + -66.89632805533391, + 1.5532221552281864 + ], + [ + -67.04294138742527, + 1.8707421728387603 + ], + [ + -67.04298850496819, + 1.8708595749281514 + ], + [ + -67.0430109002589, + 1.8709840810101883 + ], + [ + -67.07232227462383, + 2.100451813733986 + ], + [ + -67.07233149108369, + 2.1005702749466697 + ], + [ + -67.07222045505347, + 2.1006125715422055 + ], + [ + -66.88205407836384, + 2.1624842310932286 + ], + [ + -66.88160377765728, + 2.162655133643055 + ], + [ + -66.88117200979303, + 2.1628685696270735 + ], + [ + -66.88076278120398, + 2.163122558543695 + ], + [ + -66.88037988917797, + 2.163414743595139 + ], + [ + -66.88002688662232, + 2.1637424135564847 + ], + [ + -66.87970704909586, + 2.1641025279334944 + ], + [ + -66.87942334441458, + 2.164491745175775 + ], + [ + -66.8791784051129, + 2.164906453683479 + ], + [ + -66.878974504016, + 2.165342805319833 + ], + [ + -66.87881353314994, + 2.165796751118522 + ], + [ + -66.87869698618535, + 2.1662640788546 + ], + [ + -66.87862594457737, + 2.1667404521303015 + ], + [ + -66.87860106753078, + 2.1672214506130634 + ], + [ + -66.87862258588308, + 2.167702611052398 + ], + [ + -66.87869029996256, + 2.1681794686949982 + ], + [ + -66.87880358144103, + 2.1686475987137968 + ], + [ + -66.87896137916424, + 2.169102657266536 + ], + [ + -66.87916222890556, + 2.169540421802874 + ], + [ + -66.87940426695289, + 2.169956830246004 + ], + [ + -66.8796852474022, + 2.1703480186852198 + ], + [ + -66.88000256299757, + 2.1707103572296695 + ], + [ + -66.88035326932437, + 2.1710404836906063 + ], + [ + -66.88073411213077, + 2.171335334779599 + ], + [ + -66.88114155752446, + 2.1715921745332 + ], + [ + -66.88157182476408, + 2.1718086197003243 + ], + [ + -66.88202092134128, + 2.1719826618567626 + ], + [ + -66.92061760986442, + 2.184838975812768 + ], + [ + -66.92072601340536, + 2.184880969605244 + ], + [ + -66.92073159705019, + 2.184997088635708 + ], + [ + -66.92073159705019, + 2.2022443570464776 + ], + [ + -66.92075537405556, + 2.2027313937059994 + ], + [ + -66.92082647893328, + 2.203213798256214 + ], + [ + -66.92094423541892, + 2.203686982642888 + ], + [ + -66.92110752355384, + 2.2041464465029414 + ], + [ + -66.92131479033691, + 2.204587819966506 + ], + [ + -66.92156406449476, + 2.2050069052178967 + ], + [ + -66.92185297523018, + 2.2053997164202044 + ], + [ + -66.92217877477034, + 2.205762517623803 + ], + [ + -66.92253836450028, + 2.2060918582982247 + ], + [ + -66.9229283244332, + 2.2063846061494767 + ], + [ + -66.92334494573737, + 2.2066379769106663 + ], + [ + -66.92378426600995, + 2.2068495608226133 + ], + [ + -66.92424210696278, + 2.207017345552594 + ], + [ + -66.92471411416113, + 2.207139735333238 + ], + [ + -66.92519579843794, + 2.2072155661395563 + ], + [ + -66.92568257858933, + 2.207244116759753 + ], + [ + -66.9261698249456, + 2.2072251156545293 + ], + [ + -66.92665290340307, + 2.2071587435396367 + ], + [ + -66.92712721949809, + 2.2070456316671287 + ], + [ + -66.92758826210414, + 2.2068868558216446 + ], + [ + -66.92803164633621, + 2.206683926088837 + ], + [ + -66.92845315525459, + 2.206438772493245 + ], + [ + -66.92884877997135, + 2.2061537266422113 + ], + [ + -66.92921475777808, + 2.2058314995504293 + ], + [ + -66.92954760793229, + 2.2054751558560146 + ], + [ + -66.929844164762, + 2.2050880846733425 + ], + [ + -66.93010160777388, + 2.2046739673598483 + ], + [ + -66.95735421368991, + 2.155656155965914 + ], + [ + -66.95741416729858, + 2.1555591941365626 + ], + [ + -66.95752053876367, + 2.1555181923931284 + ], + [ + -67.10400352125038, + 2.1067243049895694 + ], + [ + -67.10412529780909, + 2.1066906326801256 + ], + [ + -67.10423243753166, + 2.10675759860066 + ], + [ + -67.20093254590967, + 2.1744004218064044 + ], + [ + -67.20133914630965, + 2.1746566552358315 + ], + [ + -67.20176846924436, + 2.1748726674423415 + ], + [ + -67.20221654812268, + 2.1750464626506605 + ], + [ + -67.20267924306398, + 2.1751764351358838 + ], + [ + -67.20315227914726, + 2.1752613840590573 + ], + [ + -67.31322562010853, + 2.1896083620256577 + ], + [ + -67.31369624807024, + 2.189647215105247 + ], + [ + -67.31416844244549, + 2.189641495652567 + ], + [ + -67.31463799125588, + 2.1895912546851903 + ], + [ + -67.31510070612154, + 2.1894969403530284 + ], + [ + -67.3155524596214, + 2.189359393940832 + ], + [ + -67.38120128506196, + 2.1659303157845278 + ], + [ + -67.38165480129706, + 2.1657428947276807 + ], + [ + -67.38208776136823, + 2.1655119202597692 + ], + [ + -67.38249599494121, + 2.1652396171603874 + ], + [ + -67.38287556985101, + 2.1649286082925046 + ], + [ + -67.38322282997699, + 2.1645818893386712 + ], + [ + -67.38353443045924, + 2.1642027999461666 + ], + [ + -67.38380736991668, + 2.1637949915590315 + ], + [ + -67.44150636629058, + 2.067695610410877 + ], + [ + -67.44165004587818, + 2.067482063812919 + ], + [ + -67.57356327774293, + 1.891702794365357 + ], + [ + -67.57366797691607, + 1.8915579576046246 + ], + [ + -67.65179648017242, + 1.779305872511006 + ], + [ + -67.65186851407358, + 1.779212337022164 + ], + [ + -67.65198536535421, + 1.7791954981150706 + ], + [ + -67.75393157517452, + 1.7694909904520244 + ], + [ + -67.75435033232475, + 1.769433177164943 + ], + [ + -67.75476270933454, + 1.7693401979801053 + ], + [ + -67.75516575853426, + 1.7692127175124557 + ], + [ + -67.80825691668764, + 1.7499159459661113 + ], + [ + -67.8083632779916, + 1.7498825994078009 + ], + [ + -67.80847388009988, + 1.7498687468422884 + ], + [ + -68.2500023068821, + 1.714562579675655 + ], + [ + -68.25049338716106, + 1.7144987089569672 + ], + [ + -68.2509757405921, + 1.7143865729829284 + ], + [ + -68.2514446354943, + 1.7142272717594909 + ], + [ + -68.25189547220918, + 1.7140223679635331 + ], + [ + -68.2523238282214, + 1.7137738716136695 + ], + [ + -68.25272550154165, + 1.713484220352826 + ], + [ + -68.2530965519264, + 1.7131562555360063 + ], + [ + -68.25343333953008, + 1.7127931943578136 + ], + [ + -68.25373256061029, + 1.7123985982931484 + ], + [ + -68.25399127993623, + 1.7119763381606612 + ], + [ + -68.25420695958192, + 1.711530556151678 + ], + [ + -68.25437748382227, + 1.7110656251970746 + ], + [ + -68.25450117988743, + 1.7105861060706942 + ], + [ + -68.25457683437186, + 1.7100967026501073 + ], + [ + -68.25460370513746, + 1.7096022157735828 + ], + [ + -68.25458152859348, + 1.7091074961459196 + ], + [ + -68.25451052228235, + 1.7086173967551046 + ], + [ + -68.2543913827456, + 1.7081367252665776 + ], + [ + -68.25422527869115, + 1.7076701968620889 + ], + [ + -68.25401383952875, + 1.7072223879857817 + ], + [ + -68.25375913938615, + 1.7067976914512337 + ], + [ + -68.25346367676283, + 1.7064002733498331 + ], + [ + -68.25313035002078, + 1.7060340321832044 + ], + [ + -68.25276242895279, + 1.7057025606205742 + ], + [ + -68.25236352270721, + 1.7054091102562228 + ], + [ + -68.25193754438374, + 1.7051565597127345 + ], + [ + -68.25148867264753, + 1.7049473864029412 + ], + [ + -68.25102131073837, + 1.7047836422275617 + ], + [ + -68.25054004327674, + 1.704666933446934 + ], + [ + -68.25004959129063, + 1.7045984049242868 + ], + [ + -68.24955476590428, + 1.7045787288951222 + ], + [ + -67.86717503790015, + 1.7083258883124044 + ], + [ + -67.86705485264895, + 1.7083209824919117 + ], + [ + -67.86705339278043, + 1.7082007060168605 + ], + [ + -67.87187902250776, + 1.5827860523756525 + ], + [ + -67.87187297784328, + 1.582281840569618 + ], + [ + -67.87181617904288, + 1.5817808016693453 + ], + [ + -67.87170920378689, + 1.5812880315627853 + ], + [ + -67.87155314008248, + 1.5808085420389362 + ], + [ + -67.87134957519794, + 1.580347209814727 + ], + [ + -67.8711005795191, + 1.5799087269356697 + ], + [ + -67.83776478475264, + 1.5275431835141864 + ], + [ + -67.8377100456908, + 1.5274481637163588 + ], + [ + -67.83769163960318, + 1.5273400603268201 + ], + [ + -67.82794071856978, + 1.4493590153173088 + ], + [ + -67.82793136335748, + 1.449228439933761 + ], + [ + -67.82796320688036, + 1.4491014618218652 + ], + [ + -67.84745260982099, + 1.3857802875536727 + ], + [ + -67.84749088757876, + 1.3856736248835826 + ], + [ + -67.84757938568539, + 1.3856028421385918 + ], + [ + -67.95497205435679, + 1.3075206579863383 + ], + [ + -67.95508020622779, + 1.3074503745128874 + ], + [ + -67.95520901218697, + 1.307443620350778 + ], + [ + -68.09189540663776, + 1.307443620350778 + ], + [ + -68.09201118703544, + 1.307449058239913 + ], + [ + -68.09211198890446, + 1.3075062740972296 + ], + [ + -68.18482746663341, + 1.3660474784592993 + ], + [ + -68.18492869517236, + 1.366118681613429 + ], + [ + -68.18501383036423, + 1.366208509812491 + ], + [ + -68.27288656889321, + 1.4686953207620586 + ], + [ + -68.27304195408898, + 1.4688682446142463 + ], + [ + -68.35077586846047, + 1.5514318276082382 + ], + [ + -68.35107673610541, + 1.5517255937607597 + ], + [ + -68.3514012236191, + 1.551993040476177 + ], + [ + -68.35174703596769, + 1.5522322761585161 + ], + [ + -68.44402451667281, + 1.610490595136397 + ], + [ + -68.44412388415563, + 1.6105605427697958 + ], + [ + -68.44410605401757, + 1.6106807453250438 + ], + [ + -68.43437423063978, + 1.659320050248562 + ], + [ + -68.43434410707947, + 1.6594392109159986 + ], + [ + -68.43424416519773, + 1.6595107533077453 + ], + [ + -68.38433684627118, + 1.6915802144612961 + ], + [ + -68.38393315584582, + 1.6918688949310527 + ], + [ + -68.3835600724746, + 1.6921961733618591 + ], + [ + -68.38322127181031, + 1.6925588253755477 + ], + [ + -68.38292009174928, + 1.6929532780900545 + ], + [ + -68.38265949954604, + 1.6933756453197921 + ], + [ + -68.3824420625797, + 1.69382176586272 + ], + [ + -68.38226992305992, + 1.6942872444969004 + ], + [ + -68.38214477692158, + 1.6947674952826437 + ], + [ + -68.3820678571163, + 1.69525778674362 + ], + [ + -68.38203992146532, + 1.695753288481815 + ], + [ + -68.38206124519333, + 1.6962491187670674 + ], + [ + -68.38213161821692, + 1.69674039263234 + ], + [ + -68.3822503472144, + 1.6972222700008777 + ], + [ + -68.38241626245639, + 1.6976900033711027 + ], + [ + -68.38262772933021, + 1.6981389845894515 + ], + [ + -68.38288266444411, + 1.698564790250341 + ], + [ + -68.38317855615318, + 1.6989632252759799 + ], + [ + -68.3835124893042, + 1.6993303642466742 + ], + [ + -68.38388117395606, + 1.699662590074433 + ], + [ + -68.38428097779259, + 1.699956629638865 + ], + [ + -68.38470796190842, + 1.7002095860342692 + ], + [ + -68.38515791961552, + 1.7004189671102257 + ], + [ + -68.38562641788785, + 1.7005827100244986 + ], + [ + -68.38610884103595, + 1.7006992015663531 + ], + [ + -68.38660043618118, + 1.7007672940500609 + ], + [ + -68.3870963600815, + 1.7007863166220083 + ], + [ + -68.38759172684756, + 1.7007560818700114 + ], + [ + -68.42732577218975, + 1.6963431389947041 + ], + [ + -68.42782585261037, + 1.6962617711106207 + ], + [ + -68.42831513107687, + 1.6961302122193564 + ], + [ + -68.42878858365526, + 1.695949813173709 + ], + [ + -68.42924134891251, + 1.6957224263194475 + ], + [ + -68.42966877783394, + 1.6954503864753387 + ], + [ + -68.43006648155956, + 1.695136486959121 + ], + [ + -68.43043037644907, + 1.6947839509055878 + ], + [ + -68.43075672601287, + 1.69439639817129 + ], + [ + -68.53610617802552, + 1.5555825650075383 + ], + [ + -68.5363905350384, + 1.555165770985813 + ], + [ + -68.53663143867513, + 1.554722440854727 + ], + [ + -68.53682643580274, + 1.554257089065705 + ], + [ + -68.53697354075635, + 1.553774454317743 + ], + [ + -68.53707125555938, + 1.5532794513030148 + ], + [ + -68.53711858517741, + 1.5527771206603331 + ], + [ + -68.541905238909, + 1.442721733959774 + ], + [ + -68.54189908832593, + 1.442174910427097 + ], + [ + -68.54183325704643, + 1.4416320291802291 + ], + [ + -68.54170853255428, + 1.4410995842472847 + ], + [ + -68.5284089014374, + 1.3956730720361203 + ], + [ + -68.5282496535232, + 1.3952133759029268 + ], + [ + -68.5280464841271, + 1.3947713322065107 + ], + [ + -68.52780131669795, + 1.3943511258706107 + ], + [ + -68.52751647228905, + 1.3939567350799293 + ], + [ + -68.52719464758435, + 1.3935918936177913 + ], + [ + -68.52683888936826, + 1.3932600555176073 + ], + [ + -68.52645256568113, + 1.392964362362787 + ], + [ + -68.52603933393324, + 1.3927076135446879 + ], + [ + -68.52560310627938, + 1.3924922397601682 + ], + [ + -68.52514801258154, + 1.3923202799996515 + ], + [ + -68.52467836131066, + 1.392193362243561 + ], + [ + -68.52419859875738, + 1.3921126880498758 + ], + [ + -68.52371326693807, + 1.3920790211787197 + ], + [ + -68.52322696059453, + 1.3920926803616784 + ], + [ + -68.46553659287353, + 1.3965290871525282 + ], + [ + -68.46503483925116, + 1.3965933361709655 + ], + [ + -68.46454214520638, + 1.396707953849195 + ], + [ + -68.46406355365258, + 1.3968717670311122 + ], + [ + -68.46360396315876, + 1.397083099025673 + ], + [ + -68.46316807781074, + 1.3973397867684751 + ], + [ + -68.462760359063, + 1.3976392029615543 + ], + [ + -68.46238498007406, + 1.3979782829647913 + ], + [ + -68.39531478020085, + 1.4650275643876514 + ], + [ + -68.39522316788225, + 1.4651103304263113 + ], + [ + -68.3951000411178, + 1.4651012291105185 + ], + [ + -68.31709445026408, + 1.455353696756924 + ], + [ + -68.31698077595692, + 1.4553339900640507 + ], + [ + -68.31693035077397, + 1.4552302234857726 + ], + [ + -68.28767952377, + 1.3869992909627944 + ], + [ + -68.28763921952076, + 1.3868917655485054 + ], + [ + -68.2876406427533, + 1.3867769434180481 + ], + [ + -68.29251727016975, + 1.3038971371265518 + ], + [ + -68.2925298928411, + 1.3037796517649987 + ], + [ + -68.29262090084619, + 1.3037042880800642 + ], + [ + -68.39023288999513, + 1.2305132030668509 + ], + [ + -68.39033769045393, + 1.2304426688476204 + ], + [ + -68.39045886779431, + 1.2304069720070068 + ], + [ + -68.51255769028607, + 1.2011098517228478 + ], + [ + -68.51263873503373, + 1.201091823247538 + ], + [ + -68.70320473365302, + 1.1620096742370454 + ], + [ + -68.70332925345116, + 1.161990637083071 + ], + [ + -68.70345505905294, + 1.161984269672246 + ], + [ + -68.9037122436391, + 1.161984269672246 + ], + [ + -68.90383779769336, + 1.1619907003162688 + ], + [ + -68.90393670805501, + 1.1620683013091024 + ], + [ + -69.05535887870735, + 1.293921808803781 + ], + [ + -69.05544262136661, + 1.294001867560967 + ], + [ + -69.05551857018807, + 1.2940893547837848 + ], + [ + -69.20183920094168, + 1.479374444613788 + ], + [ + -69.20218175815867, + 1.4797647132652947 + ], + [ + -69.20256294523746, + 1.480117348314927 + ], + [ + -69.37803183773494, + 1.626287666913901 + ], + [ + -69.37842537768293, + 1.626583916717873 + ], + [ + -69.51452920823019, + 1.7189007139449353 + ], + [ + -69.51495734288056, + 1.7191607883858049 + ], + [ + -69.515409352301, + 1.7193767177202557 + ], + [ + -69.51588069943804, + 1.7195463345533302 + ], + [ + -69.62763087018487, + 1.753541637525673 + ], + [ + -69.75354771382422, + 1.7922667061287567 + ], + [ + -69.75404134607932, + 1.7923913998088796 + ], + [ + -69.7545450999203, + 1.792465246845559 + ], + [ + -69.75505375199782, + 1.7924874815297507 + ], + [ + -69.7555620281734, + 1.7924578733132897 + ], + [ + -69.75606465820624, + 1.7923767291994108 + ], + [ + -69.8198649187843, + 1.7787118812799303 + ], + [ + -69.82035322879553, + 1.778581161229712 + ], + [ + -69.8208258441987, + 1.7784018038231488 + ], + [ + -69.82127793421407, + 1.7781756423397217 + ], + [ + -69.82170487785967, + 1.7779049884609763 + ], + [ + -69.82210231118397, + 1.7775926086419584 + ], + [ + -69.82246617187155, + 1.7772416958342352 + ], + [ + -69.82279274076554, + 1.776855836849538 + ], + [ + -69.8230786798825, + 1.7764389756976104 + ], + [ + -69.82332106653122, + 1.775995373273003 + ], + [ + -69.82351742318663, + 1.775529563802867 + ], + [ + -69.82366574281355, + 1.7750463085009147 + ], + [ + -69.82376450938129, + 1.7745505469012635 + ], + [ + -69.84769587840783, + 1.6118884895106953 + ], + [ + -69.84771657371857, + 1.6117808938826224 + ], + [ + -69.84774663407, + 1.6116755302720216 + ], + [ + -69.86723561603036, + 1.5532308849692098 + ], + [ + -69.86727737256578, + 1.5531233438469536 + ], + [ + -69.86738567818675, + 1.5531630753667816 + ], + [ + -69.9943150842128, + 1.6068435588031305 + ], + [ + -69.99442316591077, + 1.6068956340897722 + ], + [ + -69.99447397982357, + 1.6070043145163404 + ], + [ + -70.03839981174607, + 1.7143334564450148 + ], + [ + -70.03843750061132, + 1.7144388335641958 + ], + [ + -70.03845572105787, + 1.7145492545908254 + ], + [ + -70.06288160758562, + 1.9196234177122928 + ], + [ + -70.06288984780232, + 1.9197359577927806 + ] + ] + ], + [ + [ + [ + -67.23409724559976, + 3.988627409592394 + ], + [ + -67.23443308522664, + 3.9889211755504728 + ], + [ + -67.23482674229821, + 3.9892032671160256 + ], + [ + -67.23524584383102, + 3.9894459509567426 + ], + [ + -67.2356864579563, + 3.9896469502949405 + ], + [ + -67.23614445098141, + 3.9898043794228366 + ], + [ + -67.23661552617074, + 3.9899167613936175 + ], + [ + -67.23709526405624, + 3.9899830418776583 + ], + [ + -67.2375791638994, + 3.9900025990538825 + ], + [ + -67.23806268591562, + 3.9899752494434804 + ], + [ + -67.23854129386493, + 3.989901249631243 + ], + [ + -67.41380514426763, + 3.9540361058762055 + ], + [ + -67.41423106976252, + 3.9539292641848744 + ], + [ + -67.41464597840779, + 3.95378546401005 + ], + [ + -67.4150466699687, + 3.953605814497862 + ], + [ + -67.41543005386835, + 3.9533917013042146 + ], + [ + -67.51730419069, + 3.890474466022008 + ], + [ + -67.5174460051637, + 3.8903835463742475 + ], + [ + -67.59062802371668, + 3.8417065562626345 + ], + [ + -67.59073531572987, + 3.8416428004630214 + ], + [ + -67.59085978604713, + 3.841651939292688 + ], + [ + -67.62973235164647, + 3.8465000780075305 + ], + [ + -67.6298529372389, + 3.8465213622454852 + ], + [ + -67.62988703976727, + 3.8466389671832557 + ], + [ + -67.64925607692231, + 3.928767913224492 + ], + [ + -67.64938629175587, + 3.92922259890879 + ], + [ + -67.64955888588361, + 3.9296629467729303 + ], + [ + -67.64977231496798, + 3.930085016672743 + ], + [ + -67.71293490121346, + 4.041563934240729 + ], + [ + -67.71298989542544, + 4.041673506894165 + ], + [ + -67.7129375995846, + 4.041784392757683 + ], + [ + -67.6739346846595, + 4.114729675221671 + ], + [ + -67.67386718919984, + 4.11484136996088 + ], + [ + -67.67377787232985, + 4.114936521674688 + ], + [ + -67.54680673705793, + 4.2367000228521 + ], + [ + -67.5467169748141, + 4.236778095871307 + ], + [ + -67.54659823666488, + 4.236770753619149 + ], + [ + -67.41478853861265, + 4.222165116133084 + ], + [ + -67.41467609023353, + 4.222147416242913 + ], + [ + -67.41456874284634, + 4.222109541943684 + ], + [ + -67.25822509420703, + 4.158764733340501 + ], + [ + -67.25813161137658, + 4.158724624266873 + ], + [ + -67.15069526661127, + 4.110017004611412 + ], + [ + -67.15059129804997, + 4.109963737459584 + ], + [ + -67.15056392622328, + 4.1098501697077126 + ], + [ + -67.1310477468059, + 4.0076472106452306 + ], + [ + -67.13103127232648, + 4.007529093688828 + ], + [ + -67.13114800310392, + 4.007504661138918 + ], + [ + -67.22383157198475, + 3.9929060654274555 + ], + [ + -67.2240560157435, + 3.99286544664599 + ], + [ + -67.2305121774166, + 3.9915442890542825 + ], + [ + -67.2309841161896, + 3.99142349013939 + ], + [ + -67.23144205941563, + 3.991257337844648 + ], + [ + -67.23188165995715, + 3.991047409411143 + ], + [ + -67.23229874479908, + 3.990795697635614 + ], + [ + -67.23268935466206, + 3.990504591953339 + ], + [ + -67.2330497815869, + 3.990176855755842 + ], + [ + -67.23337660413334, + 3.9898156001587277 + ], + [ + -67.2336667198588, + 3.9894242544686556 + ], + [ + -67.2339173747692, + 3.989006533629816 + ], + [ + -67.23409724559976, + 3.988627409592394 + ] + ] + ], + [ + [ + [ + -67.71496760685412, + -8.985245950430803 + ], + [ + -67.71495441873374, + -8.98512556953591 + ], + [ + -67.69311748212243, + -8.848496447853819 + ], + [ + -67.69309390429676, + -8.848383175690113 + ], + [ + -67.69303058440744, + -8.848286340321444 + ], + [ + -67.6020091421477, + -8.722351417302765 + ], + [ + -67.60195104864071, + -8.722277124912099 + ], + [ + -67.60188750988469, + -8.72220743243584 + ], + [ + -67.47438515145, + -8.592556436947762 + ], + [ + -67.47431638598677, + -8.592485112753245 + ], + [ + -67.31777926204249, + -8.426870385085373 + ], + [ + -67.3174074420622, + -8.426428443298693 + ], + [ + -67.2564750570707, + -8.344871772882346 + ], + [ + -67.25621018087708, + -8.344479856764552 + ], + [ + -67.25598352617746, + -8.344064663690814 + ], + [ + -67.2557971216007, + -8.343629909766047 + ], + [ + -67.25565263552471, + -8.343179486170767 + ], + [ + -67.25555136114407, + -8.34271742433382 + ], + [ + -67.25549420489541, + -8.34224785984988 + ], + [ + -67.24466683759435, + -8.195812532828057 + ], + [ + -67.24466098475602, + -8.19574561492799 + ], + [ + -67.23373818736187, + -8.087618567796342 + ], + [ + -67.23372209824659, + -8.087508750675026 + ], + [ + -67.23366851279624, + -8.087411553662179 + ], + [ + -67.14993412542279, + -7.950420532671178 + ], + [ + -67.1498690720713, + -7.950324477460744 + ], + [ + -67.14978732784289, + -7.950242158427838 + ], + [ + -66.95308086979884, + -7.769817772545012 + ], + [ + -66.95299689578846, + -7.769747313262325 + ], + [ + -66.95289740579713, + -7.769701292760607 + ], + [ + -66.84739719996328, + -7.726444589365655 + ], + [ + -66.84726974635542, + -7.726400280417874 + ], + [ + -66.84713481410208, + -7.726399284416087 + ], + [ + -66.6942959184283, + -7.733611190730862 + ], + [ + -66.69399995837739, + -7.733642911209945 + ], + [ + -66.47917421684788, + -7.769721326063519 + ], + [ + -66.47904604740243, + -7.7697498690320765 + ], + [ + -66.47892159472546, + -7.769791745505123 + ], + [ + -66.3515472560182, + -7.820270684055404 + ], + [ + -66.35144362744904, + -7.820317348323198 + ], + [ + -66.35135654525172, + -7.820390376572392 + ], + [ + -66.19840277615349, + -7.961074068450773 + ], + [ + -66.1983213832177, + -7.961156273885759 + ], + [ + -66.1982756315683, + -7.961262525144737 + ], + [ + -66.12931807202943, + -8.144533702850415 + ], + [ + -66.12911432136089, + -8.145001333443503 + ], + [ + -66.12886398626614, + -8.145445771343402 + ], + [ + -66.12856967215984, + -8.145862390970109 + ], + [ + -66.00151696381242, + -8.307534958640407 + ], + [ + -66.00136465392059, + -8.307719504361852 + ], + [ + -65.89214514717125, + -8.43378477271653 + ], + [ + -65.8920739554384, + -8.433875144592712 + ], + [ + -65.89206167054957, + -8.433989531743824 + ], + [ + -65.87749329213315, + -8.675294818761468 + ], + [ + -65.87749221741763, + -8.675423475801567 + ], + [ + -65.87753064837425, + -8.675546263629066 + ], + [ + -65.95765225387377, + -8.891496950457393 + ], + [ + -65.95769810206949, + -8.89160465279011 + ], + [ + -65.95777220988438, + -8.891695261185218 + ], + [ + -66.07428386722667, + -9.021172642867366 + ], + [ + -66.07436202442388, + -9.021251997828285 + ], + [ + -66.07446693836681, + -9.021289398655194 + ], + [ + -66.28569615112514, + -9.086026578909248 + ], + [ + -66.28581620212185, + -9.086056870600006 + ], + [ + -66.28593600931758, + -9.086025628573767 + ], + [ + -66.45705170292885, + -9.03209543088993 + ], + [ + -66.4571666412493, + -9.032052870996152 + ], + [ + -66.45727100917301, + -9.031988609821068 + ], + [ + -66.58808284179106, + -8.942262268500192 + ], + [ + -66.58842670816047, + -8.94204639378123 + ], + [ + -66.5887869559333, + -8.941859130553512 + ], + [ + -66.73378134433514, + -8.87381748636557 + ], + [ + -66.73425973763712, + -8.873622471967975 + ], + [ + -66.73475569991909, + -8.873477861520568 + ], + [ + -66.90156024916071, + -8.834065110464472 + ], + [ + -66.90196068540128, + -8.83398758892674 + ], + [ + -66.90236610781577, + -8.83394296340252 + ], + [ + -67.05749524533927, + -8.823248231005689 + ], + [ + -67.05797952974667, + -8.823238362602686 + ], + [ + -67.05846249651191, + -8.82327540145133 + ], + [ + -67.058939612919, + -8.823358999936435 + ], + [ + -67.05940640115848, + -8.823488373473605 + ], + [ + -67.05985848035226, + -8.82366230787267 + ], + [ + -67.23004618538106, + -8.898796062462457 + ], + [ + -67.23011581334882, + -8.898827439090335 + ], + [ + -67.44145104281401, + -8.996010475952017 + ], + [ + -67.44162360231311, + -8.996093870778433 + ], + [ + -67.57631675511513, + -9.064403339814433 + ], + [ + -67.57643420256068, + -9.06445539167188 + ], + [ + -67.57656196641953, + -9.06444198664656 + ], + [ + -67.66745754571023, + -9.050080026955827 + ], + [ + -67.66757505764862, + -9.050055516847474 + ], + [ + -67.66765056812334, + -9.049962200346691 + ], + [ + -67.71490103485641, + -8.985347111962836 + ], + [ + -67.71496760685412, + -8.985245950430803 + ] + ] + ], + [ + [ + [ + -66.77890020893587, + 0.33923085710556006 + ], + [ + -66.77887194983919, + 0.33934767679336464 + ], + [ + -66.7544643402612, + 0.4223317092581662 + ], + [ + -66.7544435812194, + 0.4224043090712053 + ], + [ + -66.73003182201639, + 0.5102837221304303 + ], + [ + -66.72999618420569, + 0.5103923782525427 + ], + [ + -66.72994127754853, + 0.5104926851089266 + ], + [ + -66.66159797823967, + 0.6227654539067972 + ], + [ + -66.66153176562013, + 0.622863016433239 + ], + [ + -66.66142881046798, + 0.6228055464915665 + ], + [ + -66.58338876994469, + 0.5740331829425914 + ], + [ + -66.58329038944883, + 0.57396480375707 + ], + [ + -66.58325728844666, + 0.5738496570737248 + ], + [ + -66.5637562348083, + 0.49097376442896323 + ], + [ + -66.56373144312883, + 0.4908321640436858 + ], + [ + -66.56372314233313, + 0.4906886496077909 + ], + [ + -66.56372314233313, + 0.3784846060116563 + ], + [ + -66.56372982960636, + 0.37835642781006895 + ], + [ + -66.56379945637556, + 0.3782486016350167 + ], + [ + -66.62722405197793, + 0.29043143459892384 + ], + [ + -66.62730434302057, + 0.29033160813952785 + ], + [ + -66.62741806438916, + 0.2902726214983872 + ], + [ + -66.6809912683458, + 0.26592145218683155 + ], + [ + -66.68109659972872, + 0.26587929495617696 + ], + [ + -66.6812097054226, + 0.26588818508221534 + ], + [ + -66.75922553709944, + 0.2756400551370026 + ], + [ + -66.75933996185594, + 0.27565995434336815 + ], + [ + -66.75937938650037, + 0.2757692003992353 + ], + [ + -66.77887049818015, + 0.3391143981556341 + ], + [ + -66.77890020893587, + 0.33923085710556006 + ] + ] + ], + [ + [ + [ + -67.8694884268677, + 5.38320925688062 + ], + [ + -67.86946467011892, + 5.383320529779618 + ], + [ + -67.84018046167316, + 5.495071193997615 + ], + [ + -67.84014582742036, + 5.495181842864055 + ], + [ + -67.84005735085275, + 5.4952567734991185 + ], + [ + -67.73265186136382, + 5.577864731188815 + ], + [ + -67.73255720500197, + 5.577930718943749 + ], + [ + -67.73244194428618, + 5.577936120614028 + ], + [ + -67.62998548215316, + 5.577936120614028 + ], + [ + -67.62986238791801, + 5.577929838602578 + ], + [ + -67.62981461434782, + 5.577816219324344 + ], + [ + -67.58588012965127, + 5.456341350245827 + ], + [ + -67.58584791136325, + 5.456238531119512 + ], + [ + -67.58584323871487, + 5.45613088374532 + ], + [ + -67.58584323871487, + 5.169041126729782 + ], + [ + -67.58583898974047, + 5.1688350401208645 + ], + [ + -67.57117302247345, + 4.8133169334374 + ], + [ + -67.571171170139, + 4.813250775058753 + ], + [ + -67.56628249047895, + 4.481914065632822 + ], + [ + -67.56628655608483, + 4.481730016808095 + ], + [ + -67.58094553441752, + 4.233247922689368 + ], + [ + -67.58095842346965, + 4.2331286731968625 + ], + [ + -67.5810350087333, + 4.233036362490286 + ], + [ + -67.68357395297988, + 4.121030131280389 + ], + [ + -67.68365568518499, + 4.120948916718487 + ], + [ + -67.6837693739002, + 4.120967647293293 + ], + [ + -67.75199581431905, + 4.135549665805877 + ], + [ + -67.75211669261297, + 4.135582057287239 + ], + [ + -67.7521754666431, + 4.135692539789931 + ], + [ + -67.78630267000302, + 4.208628458716612 + ], + [ + -67.7863490043669, + 4.2087416881624975 + ], + [ + -67.786372291798, + 4.208861794266937 + ], + [ + -67.80589171098542, + 4.345117182644678 + ], + [ + -67.80591694367745, + 4.345471254662031 + ], + [ + -67.80591694367745, + 4.475717033888872 + ], + [ + -67.80594017477749, + 4.476198460224346 + ], + [ + -67.80600965220404, + 4.4766754129344735 + ], + [ + -67.80612473034226, + 4.477143459964804 + ], + [ + -67.80628433983546, + 4.477598252016381 + ], + [ + -67.806486997522, + 4.4780355629613435 + ], + [ + -67.86454553746898, + 4.588966328886321 + ], + [ + -67.86459697979602, + 4.589077793368608 + ], + [ + -67.86458894740676, + 4.589200292856557 + ], + [ + -67.83528014414124, + 4.842349826807691 + ], + [ + -67.8352521626578, + 4.842696982338797 + ], + [ + -67.82548833493061, + 5.056700019569122 + ], + [ + -67.82548635033602, + 5.057107079194224 + ], + [ + -67.83035455280688, + 5.19287175407144 + ], + [ + -67.83038700121595, + 5.193288673060154 + ], + [ + -67.83045417505456, + 5.193701422400322 + ], + [ + -67.86947061209752, + 5.383096879502621 + ], + [ + -67.8694884268677, + 5.38320925688062 + ] + ] + ], + [ + [ + [ + -68.8060214627912, + 0.45048269349470726 + ], + [ + -68.80590917853624, + 0.4504951741504896 + ], + [ + -68.72789732043415, + 0.4553707629344845 + ], + [ + -68.72778191460085, + 0.45537259838113714 + ], + [ + -68.7276704683962, + 0.45534257141493467 + ], + [ + -68.60564037468099, + 0.416294071842462 + ], + [ + -68.60540042569743, + 0.4162034671440673 + ], + [ + -68.52738058738615, + 0.38207061662517283 + ], + [ + -68.52715647956151, + 0.3819789706325029 + ], + [ + -68.42527846804172, + 0.34316907692799925 + ], + [ + -68.42480060762972, + 0.3430140462965059 + ], + [ + -68.42430960214422, + 0.3429077510319115 + ], + [ + -68.42381040848338, + 0.3428512642277264 + ], + [ + -68.34644028406154, + 0.3380157168202551 + ], + [ + -68.34632162866636, + 0.338002545192078 + ], + [ + -68.34621163957617, + 0.33795612327235547 + ], + [ + -68.22417149100804, + 0.27937770456900984 + ], + [ + -68.2240640207463, + 0.27931922895807176 + ], + [ + -68.22408189315254, + 0.27919819247053046 + ], + [ + -68.23870368508375, + 0.2060898934011068 + ], + [ + -68.23873392098079, + 0.20597054849964297 + ], + [ + -68.23885124086014, + 0.20593321941027443 + ], + [ + -68.33153074477825, + 0.18154401589014163 + ], + [ + -68.33164951801585, + 0.18151887450910228 + ], + [ + -68.3317701739117, + 0.18150540878170085 + ], + [ + -68.40980404697815, + 0.17662831553546612 + ], + [ + -68.4099896734466, + 0.17661323872059045 + ], + [ + -68.50758827649075, + 0.16685342226800445 + ], + [ + -68.5077070027204, + 0.16684727441022376 + ], + [ + -68.50782259652448, + 0.16687505545055378 + ], + [ + -68.6249901973118, + 0.20104876236549238 + ], + [ + -68.62516794167256, + 0.2011079176886236 + ], + [ + -68.66409450353032, + 0.21570528177549594 + ], + [ + -68.6642002253881, + 0.2157506929008545 + ], + [ + -68.66424652385811, + 0.2158560291869778 + ], + [ + -68.68827611684692, + 0.2783323846893312 + ], + [ + -68.68848893143556, + 0.2788096333553309 + ], + [ + -68.68875039273439, + 0.2792620649275605 + ], + [ + -68.68905764499682, + 0.2796847378336792 + ], + [ + -68.68940733233575, + 0.2800730355330467 + ], + [ + -68.76193480288326, + 0.35259939805572454 + ], + [ + -68.76201066447783, + 0.3526824656963553 + ], + [ + -68.76206142957484, + 0.352782855533406 + ], + [ + -68.80598012681205, + 0.45037755141225977 + ], + [ + -68.8060214627912, + 0.45048269349470726 + ] + ] + ], + [ + [ + [ + -70.5703768774935, + 3.6813614117940303 + ], + [ + -70.57038281012852, + 3.6814807078507217 + ], + [ + -70.57038281012852, + 3.763740245560487 + ], + [ + -70.57037666988734, + 3.7638629891889277 + ], + [ + -70.57030231551491, + 3.7639608417727417 + ], + [ + -70.44638552858606, + 3.911150023425921 + ], + [ + -70.44632928558305, + 3.9112145536107406 + ], + [ + -70.34111752953655, + 4.0278359563382065 + ], + [ + -70.34079352938852, + 4.028234473127063 + ], + [ + -70.3405121207525, + 4.02866412520317 + ], + [ + -70.34027627295931, + 4.029120379019998 + ], + [ + -70.3400884745968, + 4.0295984203382575 + ], + [ + -70.33995070725115, + 4.030093205024154 + ], + [ + -70.3398644245978, + 4.030599512273416 + ], + [ + -70.31643899790326, + 4.229198684856605 + ], + [ + -70.31642315971179, + 4.2292982094942655 + ], + [ + -70.31639933951415, + 4.229396130891495 + ], + [ + -70.30464393896003, + 4.270426898452035 + ], + [ + -70.30461121972915, + 4.270525416230105 + ], + [ + -70.30457042152817, + 4.270620872017991 + ], + [ + -70.24561447229578, + 4.394074576666506 + ], + [ + -70.24554990753977, + 4.394192773278733 + ], + [ + -70.24545083851241, + 4.394284011289819 + ], + [ + -70.07437844648678, + 4.535431479309146 + ], + [ + -70.07428126291332, + 4.535503922843022 + ], + [ + -70.07416019653591, + 4.535509893172831 + ], + [ + -69.84989901013645, + 4.535509893172831 + ], + [ + -69.84981598863533, + 4.535508514183479 + ], + [ + -69.49562533057198, + 4.523739034474863 + ], + [ + -69.49550286188408, + 4.523728839068239 + ], + [ + -69.49540016569357, + 4.523661340784835 + ], + [ + -69.3195301744701, + 4.395080403173352 + ], + [ + -69.3191257603636, + 4.394813795608763 + ], + [ + -69.3186974461064, + 4.39458757169292 + ], + [ + -69.31824925151966, + 4.394403854585803 + ], + [ + -69.31778538300574, + 4.394264368511873 + ], + [ + -69.31731019407015, + 4.394170422577858 + ], + [ + -69.31682814446297, + 4.394122898486501 + ], + [ + -68.96407745226568, + 4.3765370010618305 + ], + [ + -68.96385488967951, + 4.376515892145135 + ], + [ + -68.58611351518142, + 4.3235490367059555 + ], + [ + -68.58598786173867, + 4.323524724095786 + ], + [ + -68.58588264242393, + 4.3234518626759755 + ], + [ + -68.40298719867423, + 4.182245313424474 + ], + [ + -68.40290444171931, + 4.182175455821912 + ], + [ + -68.40284256978558, + 4.182086570153484 + ], + [ + -68.33209726322949, + 4.070363529003242 + ], + [ + -68.33203811782124, + 4.070258746243175 + ], + [ + -68.33213965971326, + 4.0701941950985745 + ], + [ + -68.59176641819593, + 3.92303776370627 + ], + [ + -68.59189435864133, + 3.9229746436742086 + ], + [ + -68.59202868073756, + 3.922926576320445 + ], + [ + -68.95212365231087, + 3.816911344064986 + ], + [ + -68.9521841770375, + 3.8168943490262732 + ], + [ + -69.28277428852799, + 3.7285353313322758 + ], + [ + -69.28288740205898, + 3.728510675215872 + ], + [ + -69.28300312491577, + 3.7285073865409135 + ], + [ + -69.60669619854887, + 3.734380238509207 + ], + [ + -69.60719772310314, + 3.7343641551071545 + ], + [ + -69.60769511008438, + 3.7342978848631545 + ], + [ + -69.60818335009834, + 3.734182095212811 + ], + [ + -69.6086575258737, + 3.734017952322578 + ], + [ + -69.88525985753317, + 3.6224303662768196 + ], + [ + -69.88532626509925, + 3.6224030198053825 + ], + [ + -69.99738579886517, + 3.5753131043709296 + ], + [ + -69.99750706903023, + 3.5752694377680827 + ], + [ + -69.99763562811374, + 3.5752786999054806 + ], + [ + -70.09186994317847, + 3.587034988138732 + ], + [ + -70.09199927950023, + 3.5870581267293065 + ], + [ + -70.09212086846026, + 3.5871079203363476 + ], + [ + -70.20337552794544, + 3.639702717917375 + ], + [ + -70.20379855321613, + 3.6398794510802728 + ], + [ + -70.20423598817113, + 3.6400166941152015 + ], + [ + -70.20468415512, + 3.6401132931651228 + ], + [ + -70.2051392861441, + 3.640168436083222 + ], + [ + -70.44032136981673, + 3.6577713339832196 + ], + [ + -70.44058091951386, + 3.6578045017122762 + ], + [ + -70.5702605571551, + 3.6813342765001407 + ], + [ + -70.5703768774935, + 3.6813614117940303 + ] + ] + ], + [ + [ + [ + -69.40709309148295, + -12.528344300385472 + ], + [ + -69.40697758201829, + -12.52832603825953 + ], + [ + -69.346497944101, + -12.521766004819053 + ], + [ + -69.34639151569911, + -12.521759056703592 + ], + [ + -69.3462854618278, + -12.521770364108573 + ], + [ + -69.3026649091009, + -12.528321508745302 + ], + [ + -69.30255188526161, + -12.528344028184735 + ], + [ + -69.30252541504471, + -12.52845619253294 + ], + [ + -69.29582485716821, + -12.564429217541468 + ], + [ + -69.29580872076158, + -12.564548808989546 + ], + [ + -69.29591438838456, + -12.564607091504541 + ], + [ + -69.33616687812865, + -12.584250588716543 + ], + [ + -69.33638462679288, + -12.584344336833562 + ], + [ + -69.38000648981014, + -12.600718393443692 + ], + [ + -69.38011565039982, + -12.600753549333795 + ], + [ + -69.38018476130524, + -12.600662030736341 + ], + [ + -69.40702835707582, + -12.561363449966203 + ], + [ + -69.40709264482433, + -12.561258436666389 + ], + [ + -69.40709879123476, + -12.561135461346186 + ], + [ + -69.40709879123476, + -12.52846110558442 + ], + [ + -69.40709309148295, + -12.528344300385472 + ] + ] + ], + [ + [ + [ + -69.7963551442289, + -1.2036390220946533 + ], + [ + -69.79632122196301, + -1.203527544376351 + ], + [ + -69.77195014569301, + -1.1353027476426216 + ], + [ + -69.77190449944753, + -1.1351924396179538 + ], + [ + -69.77178565469052, + -1.1351811540626637 + ], + [ + -69.66443988195287, + -1.1303027542889361 + ], + [ + -69.66432076521653, + -1.130303198785536 + ], + [ + -69.66426514177583, + -1.1304085317208958 + ], + [ + -69.6301355293233, + -1.203528241704074 + ], + [ + -69.63009042651294, + -1.2036387679795733 + ], + [ + -69.63016698920227, + -1.2037303566016844 + ], + [ + -69.6886830210163, + -1.267107985311631 + ], + [ + -69.68877200506991, + -1.2671949863325145 + ], + [ + -69.68889512523555, + -1.2671768544746922 + ], + [ + -69.76201078688258, + -1.2525572572524557 + ], + [ + -69.76212436769289, + -1.2525288579780411 + ], + [ + -69.76219601075289, + -1.2524362599693508 + ], + [ + -69.79629293845592, + -1.2037375535294734 + ], + [ + -69.7963551442289, + -1.2036390220946533 + ] + ] + ], + [ + [ + [ + -71.93806024226012, + 9.010018535990476 + ], + [ + -71.93805484779297, + 9.01015618546731 + ], + [ + -71.9243265217748, + 9.154709425321352 + ], + [ + -71.92430621937531, + 9.155037432691625 + ], + [ + -71.91972744701735, + 9.313166235071748 + ], + [ + -71.91971883726114, + 9.313313392681906 + ], + [ + -71.91056464756447, + 9.417149127799846 + ], + [ + -71.91054893059595, + 9.417263554104126 + ], + [ + -71.91043425862394, + 9.417249743201126 + ], + [ + -71.77768471666572, + 9.394677092669346 + ], + [ + -71.77757322927671, + 9.394652736127822 + ], + [ + -71.77751694258555, + 9.394553466357106 + ], + [ + -71.72717838917032, + 9.295245164072151 + ], + [ + -71.727132301165, + 9.295143065295457 + ], + [ + -71.7271151976486, + 9.295032359675657 + ], + [ + -71.71340321375808, + 9.168752576645245 + ], + [ + -71.71330114332403, + 9.168154058833819 + ], + [ + -71.68614431761313, + 9.051996016538089 + ], + [ + -71.68600780901338, + 9.051519891982327 + ], + [ + -71.68582486251447, + 9.051059609711384 + ], + [ + -71.68559727340107, + 9.050619686552338 + ], + [ + -71.68532727504328, + 9.050204439544887 + ], + [ + -71.68501751698025, + 9.049817943577514 + ], + [ + -71.65524891154658, + 9.016229258222417 + ], + [ + -71.65492126940869, + 9.015892821521806 + ], + [ + -71.65456350809205, + 9.015588608004096 + ], + [ + -71.65417878360992, + 9.015319301307382 + ], + [ + -71.6537704898328, + 9.015087277137106 + ], + [ + -71.65334222854909, + 9.014894582308631 + ], + [ + -71.65289777769183, + 9.014742916691132 + ], + [ + -71.65244105801138, + 9.014633618212102 + ], + [ + -71.6519760984882, + 9.014567651054735 + ], + [ + -71.6515070007911, + 9.01454559715233 + ], + [ + -71.55831341845455, + 9.01454559715233 + ], + [ + -71.55774965849048, + 9.014577481342195 + ], + [ + -71.55719308853831, + 9.014672727271163 + ], + [ + -71.55665080691084, + 9.014830120203523 + ], + [ + -71.36550656686826, + 9.082224918960499 + ], + [ + -71.36508553226042, + 9.082395242587895 + ], + [ + -71.36468169025696, + 9.082603069235107 + ], + [ + -71.36429837304354, + 9.08284668408059 + ], + [ + -71.19091123520816, + 9.204438224213897 + ], + [ + -71.19061343589874, + 9.20466412730956 + ], + [ + -71.19033334486095, + 9.204911646294425 + ], + [ + -71.05902897438871, + 9.329992468933183 + ], + [ + -71.05870842545623, + 9.330327519758159 + ], + [ + -71.05842029363696, + 9.33069082504047 + ], + [ + -71.05816705698756, + 9.331079260199575 + ], + [ + -71.05795089345132, + 9.331489484527266 + ], + [ + -71.05777366212695, + 9.33191796991919 + ], + [ + -71.05763688727949, + 9.332361031218035 + ], + [ + -71.05754174523103, + 9.332814857907474 + ], + [ + -71.05748905424383, + 9.333275546884222 + ], + [ + -71.04845581882238, + 9.466910674351196 + ], + [ + -71.04844621526733, + 9.467114459487597 + ], + [ + -71.04386656746152, + 9.638670012563416 + ], + [ + -71.04385744588906, + 9.638789700181567 + ], + [ + -71.04375252334172, + 9.638848006168335 + ], + [ + -70.99811511485099, + 9.66133617672086 + ], + [ + -70.99800647935777, + 9.66138332416945 + ], + [ + -70.99789583276406, + 9.66134111180615 + ], + [ + -70.9568470790596, + 9.64336160982475 + ], + [ + -70.9567404435207, + 9.643308579407716 + ], + [ + -70.95670176144436, + 9.643195942556464 + ], + [ + -70.93851669381915, + 9.5804629362484 + ], + [ + -70.93837460690891, + 9.58004328353628 + ], + [ + -70.93819592855337, + 9.579637856435413 + ], + [ + -70.84672979393618, + 9.394758844651033 + ], + [ + -70.84668462845497, + 9.394656116491179 + ], + [ + -70.84666863650341, + 9.39454504330315 + ], + [ + -70.8329279335745, + 9.254479972435954 + ], + [ + -70.83291973209425, + 9.254372625044091 + ], + [ + -70.82375787016328, + 9.087098750536631 + ], + [ + -70.8237570485638, + 9.086981576824959 + ], + [ + -70.82382897127064, + 9.086889070187619 + ], + [ + -70.92454721565724, + 8.969370407691335 + ], + [ + -70.92464079080088, + 8.969272566447636 + ], + [ + -70.9247533263908, + 8.96919730053584 + ], + [ + -71.13092187945259, + 8.847026593350645 + ], + [ + -71.13106242272335, + 8.846949293324156 + ], + [ + -71.28220707405168, + 8.770029079153073 + ], + [ + -71.28231953715995, + 8.76997871533956 + ], + [ + -71.28244183495059, + 8.76996362511595 + ], + [ + -71.40599921964738, + 8.760920911402227 + ], + [ + -71.40612984851356, + 8.760918260817517 + ], + [ + -71.40625480999195, + 8.760956412556647 + ], + [ + -71.49242994429635, + 8.792323689954749 + ], + [ + -71.49284597287516, + 8.792454871847376 + ], + [ + -71.49327185210132, + 8.792549292989479 + ], + [ + -71.4937043403786, + 8.792606234690881 + ], + [ + -71.49414014580576, + 8.792625263537616 + ], + [ + -71.61106643102265, + 8.792625263537616 + ], + [ + -71.61152675792282, + 8.79260402835883 + ], + [ + -71.61198317477337, + 8.792540503195609 + ], + [ + -71.61243180473696, + 8.792435227635224 + ], + [ + -71.61286883711857, + 8.792289095895818 + ], + [ + -71.6132905597339, + 8.792103349230834 + ], + [ + -71.6136933904409, + 8.79187956538573 + ], + [ + -71.64907299535626, + 8.770033257891697 + ], + [ + -71.64917255992893, + 8.769977946957054 + ], + [ + -71.64928633539415, + 8.769972698420972 + ], + [ + -71.7270054263825, + 8.769972698420972 + ], + [ + -71.72712679760872, + 8.769978622477504 + ], + [ + -71.72724701498528, + 8.769996338328395 + ], + [ + -71.81872241896993, + 8.788071494810843 + ], + [ + -71.81883760248944, + 8.78810008441402 + ], + [ + -71.81891841048251, + 8.788187002057823 + ], + [ + -71.91047943479273, + 8.896720567149684 + ], + [ + -71.91054913474507, + 8.89681139375059 + ], + [ + -71.9105812856146, + 8.896921274942484 + ], + [ + -71.938035187392, + 9.009883078497626 + ], + [ + -71.93806024226012, + 9.010018535990476 + ] + ] + ], + [ + [ + [ + -71.13880467687757, + -0.626636234267081 + ], + [ + -71.13871420337868, + -0.626559334337711 + ], + [ + -71.07533612522893, + -0.5778096606152997 + ], + [ + -71.07523271223549, + -0.57773827388728 + ], + [ + -71.07511006652192, + -0.5777656297114846 + ], + [ + -70.9873153270081, + -0.6021517643809077 + ], + [ + -70.98720743016665, + -0.6021871479489367 + ], + [ + -70.98712642120883, + -0.6022667172519344 + ], + [ + -70.92395818997498, + -0.6702898426866813 + ], + [ + -70.9236121544764, + -0.6706280655951522 + ], + [ + -70.92323504615885, + -0.6709312563254317 + ], + [ + -70.86993016074774, + -0.709695632143621 + ], + [ + -70.86983728614217, + -0.7097703249058821 + ], + [ + -70.86981200815987, + -0.7098867968967916 + ], + [ + -70.86496445839543, + -0.7389697703190553 + ], + [ + -70.86494927640639, + -0.7391082708589091 + ], + [ + -70.8649496638192, + -0.7392476004761475 + ], + [ + -70.8698245680359, + -0.8221132723110803 + ], + [ + -70.86983769167809, + -0.822233015621193 + ], + [ + -70.86995799903596, + -0.822239084392276 + ], + [ + -70.9626589205101, + -0.822239084392276 + ], + [ + -70.96275172050125, + -0.82223562889435 + ], + [ + -70.96284400652972, + -0.8222252815384709 + ], + [ + -71.06043135036924, + -0.8075886605253777 + ], + [ + -71.06055923272179, + -0.8075624824517722 + ], + [ + -71.0606563019537, + -0.8074752084472755 + ], + [ + -71.11915647671306, + -0.748980432463941 + ], + [ + -71.11924254886725, + -0.748884873199462 + ], + [ + -71.11926947139816, + -0.7487591148354164 + ], + [ + -71.13879165865697, + -0.6267542579048585 + ], + [ + -71.13880467687757, + -0.626636234267081 + ] + ] + ], + [ + [ + [ + -71.20971707862768, + 0.09837757549519185 + ], + [ + -71.209707108134, + 0.09849785081147756 + ], + [ + -71.19995845951543, + 0.1716125073429214 + ], + [ + -71.19993701576423, + 0.17172984131022734 + ], + [ + -71.19987300627456, + 0.1718304886133212 + ], + [ + -71.14172037997788, + 0.2542127977554616 + ], + [ + -71.1414372446647, + 0.25466294121607236 + ], + [ + -71.14120351885379, + 0.255140609496384 + ], + [ + -71.14102184640235, + 0.2556403993132984 + ], + [ + -71.10705631223365, + 0.36723977702072313 + ], + [ + -71.10701814729745, + 0.36734703192108437 + ], + [ + -71.10691749994965, + 0.36740023236656655 + ], + [ + -71.02399563245622, + 0.40642139716849074 + ], + [ + -71.02388236829181, + 0.40646799477804746 + ], + [ + -71.02375989554133, + 0.40646726433745634 + ], + [ + -70.93597721601137, + 0.40159057006018534 + ], + [ + -70.93585971235174, + 0.4015782083617712 + ], + [ + -70.93584967919122, + 0.40146048301470566 + ], + [ + -70.93096898096614, + 0.26480327495292855 + ], + [ + -70.93097277568033, + 0.26465212066915056 + ], + [ + -70.93099487727909, + 0.2645025428078934 + ], + [ + -70.95050253043307, + 0.17184187237263449 + ], + [ + -70.95053037106116, + 0.17173392190165146 + ], + [ + -70.95058594121244, + 0.17163727634809725 + ], + [ + -71.01892523254456, + 0.06424720467799806 + ], + [ + -71.01899665767039, + 0.06414656982242817 + ], + [ + -71.01911875998303, + 0.06412868273248347 + ], + [ + -71.12156635437648, + 0.05437177420951502 + ], + [ + -71.12169301642123, + 0.05436624391742276 + ], + [ + -71.12181136067635, + 0.05441172462757245 + ], + [ + -71.16560730519542, + 0.07387657656701507 + ], + [ + -71.16580596768529, + 0.07397566294437354 + ], + [ + -71.20961462963443, + 0.09831378077619807 + ], + [ + -71.20971707862768, + 0.09837757549519185 + ] + ] + ], + [ + [ + [ + -73.38296964363195, + 11.170847458941543 + ], + [ + -73.38289857251657, + 11.170940978724142 + ], + [ + -73.28077369538953, + 11.292526408045948 + ], + [ + -73.28069649536481, + 11.292610206781415 + ], + [ + -73.2806053187395, + 11.29267853609363 + ], + [ + -73.15191891312482, + 11.380212178970424 + ], + [ + -73.15173105386535, + 11.380346409788297 + ], + [ + -73.02695395648976, + 11.473929232819984 + ], + [ + -73.02689002485265, + 11.47397562165588 + ], + [ + -72.84902012178371, + 11.598796606265664 + ], + [ + -72.84885888393244, + 11.59891463349775 + ], + [ + -72.73039505598999, + 11.689321239032791 + ], + [ + -72.73027855154295, + 11.68940011702214 + ], + [ + -72.73014728998169, + 11.689450767055888 + ], + [ + -72.54607749487771, + 11.748727480733425 + ], + [ + -72.54602901287807, + 11.748743367032455 + ], + [ + -72.37792437493675, + 11.804778246346226 + ], + [ + -72.37744760519459, + 11.804964798529934 + ], + [ + -72.37699241147997, + 11.805199126903059 + ], + [ + -72.24428046422373, + 11.882357235772961 + ], + [ + -72.24385844938445, + 11.882631921974022 + ], + [ + -72.2434662023896, + 11.882947661310602 + ], + [ + -72.24310770139306, + 11.883301251566552 + ], + [ + -72.24278658229805, + 11.883689106643164 + ], + [ + -72.24250610188204, + 11.884107292929244 + ], + [ + -72.18706141451177, + 11.97651510521303 + ], + [ + -72.18687674318534, + 11.976851516012669 + ], + [ + -72.1589396347496, + 12.032725732884169 + ], + [ + -72.15879168654249, + 12.033050041898036 + ], + [ + -72.12204598948573, + 12.121852143118536 + ], + [ + -72.1218862093403, + 12.122296626647369 + ], + [ + -72.12176908380579, + 12.122754203866467 + ], + [ + -72.12169565808843, + 12.12322079144271 + ], + [ + -72.12166658742552, + 12.123692225636244 + ], + [ + -72.12168213123823, + 12.124164299456913 + ], + [ + -72.12174215081647, + 12.124632800206648 + ], + [ + -72.1218461105568, + 12.125093547072796 + ], + [ + -72.14633739137903, + 12.213874440053427 + ], + [ + -72.14636257583308, + 12.213986810953733 + ], + [ + -72.14624847683369, + 12.214002396021623 + ], + [ + -72.01469483860382, + 12.225484564596508 + ], + [ + -72.01416885016701, + 12.225558798258954 + ], + [ + -72.01365370560428, + 12.225688415201436 + ], + [ + -72.01315521934143, + 12.225871952440261 + ], + [ + -71.92075026836923, + 12.265587824789527 + ], + [ + -71.92031137879148, + 12.265802440212394 + ], + [ + -71.91989552948283, + 12.26605886406792 + ], + [ + -71.78187108592209, + 12.360776556009814 + ], + [ + -71.78177819577377, + 12.360834473479494 + ], + [ + -71.7816805841433, + 12.360884021259789 + ], + [ + -71.63750314819649, + 12.426275896110585 + ], + [ + -71.63739707162131, + 12.426318212443102 + ], + [ + -71.63728325622773, + 12.426308780158006 + ], + [ + -71.46889946342581, + 12.404481251461464 + ], + [ + -71.46878295693621, + 12.40446047062244 + ], + [ + -71.46867248857896, + 12.404418016559964 + ], + [ + -71.31277029950418, + 12.335821053367061 + ], + [ + -71.31265849601873, + 12.33576498404238 + ], + [ + -71.31256016518012, + 12.335687686987526 + ], + [ + -71.21594525186659, + 12.251539214101541 + ], + [ + -71.2158611219813, + 12.251458693911474 + ], + [ + -71.21580268375016, + 12.2513579650095 + ], + [ + -71.13791583852411, + 12.101298096718345 + ], + [ + -71.13786050951217, + 12.101175673409555 + ], + [ + -71.13784726600667, + 12.101041982064666 + ], + [ + -71.1341150767429, + 12.017131710232642 + ], + [ + -71.13411573209939, + 12.017010951748182 + ], + [ + -71.1342235019669, + 12.016956466000057 + ], + [ + -71.25657414525702, + 11.962578795191199 + ], + [ + -71.25698885005147, + 11.962370935142257 + ], + [ + -71.25738250635541, + 11.962125536322258 + ], + [ + -71.25775172579793, + 11.961844710985508 + ], + [ + -71.2580933303468, + 11.961530876317745 + ], + [ + -71.25840437966316, + 11.961186733630369 + ], + [ + -71.38111808595806, + 11.812056458704285 + ], + [ + -71.38120235519679, + 11.811963939154104 + ], + [ + -71.38129547971019, + 11.811880338934035 + ], + [ + -71.51213032567094, + 11.705793454449127 + ], + [ + -71.51223208675762, + 11.705719227992294 + ], + [ + -71.51235715200563, + 11.7057042757554 + ], + [ + -71.78137260701584, + 11.687418133031622 + ], + [ + -71.78177807999108, + 11.687373896369815 + ], + [ + -71.78217859819696, + 11.68729675764632 + ], + [ + -71.9554821711018, + 11.646523819165633 + ], + [ + -71.95594655188604, + 11.646390587545824 + ], + [ + -71.95639590673015, + 11.646213160373822 + ], + [ + -71.95682604045413, + 11.645993194110964 + ], + [ + -71.95723293732645, + 11.64573274236384 + ], + [ + -71.95761279855506, + 11.645434236711809 + ], + [ + -71.95796207775281, + 11.645100464005756 + ], + [ + -71.95827751404664, + 11.64473454035003 + ], + [ + -71.95855616252109, + 11.644339882010474 + ], + [ + -71.95879542171201, + 11.643920173520149 + ], + [ + -71.95899305789389, + 11.643479333280494 + ], + [ + -71.95914722593396, + 11.643021476979115 + ], + [ + -71.95925648651829, + 11.642550879165686 + ], + [ + -71.95931981958927, + 11.642071933344733 + ], + [ + -71.97453687398668, + 11.459467280575435 + ], + [ + -71.97455406013998, + 11.459022889027572 + ], + [ + -71.97453169112383, + 11.458578728202204 + ], + [ + -71.97446994390329, + 11.458138311930442 + ], + [ + -71.97436930697101, + 11.457705124419611 + ], + [ + -71.97423057648274, + 11.457282592689088 + ], + [ + -71.93093201057243, + 11.342850668497515 + ], + [ + -71.9309004716107, + 11.342762344140636 + ], + [ + -71.87582335231512, + 11.178875203316673 + ], + [ + -71.87565792513213, + 11.178448662321356 + ], + [ + -71.8754542030707, + 11.178039027489774 + ], + [ + -71.87521389171941, + 11.177649728340018 + ], + [ + -71.87493900299732, + 11.177284024137101 + ], + [ + -71.87463183830992, + 11.17694497660596 + ], + [ + -71.87429496928142, + 11.176635424298277 + ], + [ + -71.69576583771118, + 11.027054392836021 + ], + [ + -71.69567937278201, + 11.026974596842567 + ], + [ + -71.69566123651879, + 11.026858344270584 + ], + [ + -71.68071260799245, + 10.887489269037992 + ], + [ + -71.68070561189079, + 10.887363731945513 + ], + [ + -71.68077223655084, + 10.887257103329558 + ], + [ + -71.75581034276631, + 10.779815158814001 + ], + [ + -71.7560690880007, + 10.779403372236269 + ], + [ + -71.75628660380647, + 10.778968396195369 + ], + [ + -71.75646083233374, + 10.778514345865334 + ], + [ + -71.75659012526022, + 10.778045516876166 + ], + [ + -71.75667325938541, + 10.777566344674188 + ], + [ + -71.75670944820304, + 10.777081362559674 + ], + [ + -71.75669834934189, + 10.776595158798683 + ], + [ + -71.75664006780482, + 10.776112333214897 + ], + [ + -71.75653515497551, + 10.775637453672104 + ], + [ + -71.75638460340181, + 10.775175012859052 + ], + [ + -71.75618983740569, + 10.774729385785507 + ], + [ + -71.75595269960812, + 10.774304788391635 + ], + [ + -71.75567543349658, + 10.7739052376623 + ], + [ + -71.75536066220016, + 10.773534513623597 + ], + [ + -71.75501136367292, + 10.773196123581208 + ], + [ + -71.75463084252038, + 10.772893268938855 + ], + [ + -71.75422269873572, + 10.77262881491081 + ], + [ + -71.75379079364123, + 10.77240526341499 + ], + [ + -71.7533392133577, + 10.772224729403082 + ], + [ + -71.7528722301468, + 10.772088920851637 + ], + [ + -71.75239426199248, + 10.771999122603432 + ], + [ + -71.75190983080391, + 10.771956184211971 + ], + [ + -71.75142351963501, + 10.77196051190412 + ], + [ + -71.75093992932561, + 10.772012064736922 + ], + [ + -71.75046363497432, + 10.772110354984937 + ], + [ + -71.74999914265497, + 10.772254452754474 + ], + [ + -71.749550846786, + 10.772442994781025 + ], + [ + -71.7212164725181, + 10.78601731900371 + ], + [ + -71.7211099460726, + 10.786062272168547 + ], + [ + -71.72101135531334, + 10.786001869082469 + ], + [ + -71.6737263367895, + 10.753851298535478 + ], + [ + -71.67362841819931, + 10.753777360488362 + ], + [ + -71.6735667040662, + 10.75367131214608 + ], + [ + -71.61705602546503, + 10.644434964428012 + ], + [ + -71.61701063942192, + 10.644337025742667 + ], + [ + -71.6169920373327, + 10.644230696812828 + ], + [ + -71.60789267732167, + 10.574487328400702 + ], + [ + -71.60788240131545, + 10.574346203664502 + ], + [ + -71.607904317358, + 10.574206412840109 + ], + [ + -71.62063256734919, + 10.515230559050496 + ], + [ + -71.62066451107933, + 10.51511161782908 + ], + [ + -71.62074010724449, + 10.515014393161797 + ], + [ + -71.66076044144698, + 10.468520475953941 + ], + [ + -71.66084232897768, + 10.468434134304937 + ], + [ + -71.66095491755586, + 10.46839560820906 + ], + [ + -71.72282315815411, + 10.450506064348428 + ], + [ + -71.7229366209566, + 10.450478950815606 + ], + [ + -71.72305315001799, + 10.450473480068203 + ], + [ + -71.74322586031793, + 10.450473480068203 + ], + [ + -71.74372421715405, + 10.450448582123828 + ], + [ + -71.74421761076586, + 10.45037413625376 + ], + [ + -71.74470112735867, + 10.450250883877652 + ], + [ + -71.74516995150478, + 10.450080052487824 + ], + [ + -71.74561941410121, + 10.449863343424452 + ], + [ + -71.74604503887007, + 10.44960291493162 + ], + [ + -71.7464425869386, + 10.449301360662979 + ], + [ + -71.74680809905496, + 10.44896168385109 + ], + [ + -71.747137935019, + 10.4485872673977 + ], + [ + -71.74742880993571, + 10.448181840182823 + ], + [ + -71.7476778269301, + 10.447749439928154 + ], + [ + -71.74788250599768, + 10.44729437298469 + ], + [ + -71.74804080870321, + 10.446821171445007 + ], + [ + -71.74815115848192, + 10.44633454800735 + ], + [ + -71.74821245634075, + 10.445839349041034 + ], + [ + -71.74822409180341, + 10.445340506320585 + ], + [ + -71.74818594899028, + 10.444842987909324 + ], + [ + -71.74426323526212, + 10.413982956338868 + ], + [ + -71.74425408370197, + 10.413868268714268 + ], + [ + -71.74431671949716, + 10.413771760893624 + ], + [ + -71.79899546070094, + 10.337584028664642 + ], + [ + -71.79925642303077, + 10.337180852981302 + ], + [ + -71.79947750019409, + 10.336754500008889 + ], + [ + -71.86341651762585, + 10.197455405050567 + ], + [ + -71.86348268072943, + 10.197330496125126 + ], + [ + -71.8635625764616, + 10.197213892231646 + ], + [ + -71.95051872784074, + 10.0845957545857 + ], + [ + -71.95060865341708, + 10.084491749562591 + ], + [ + -71.95071924221254, + 10.0844100564023 + ], + [ + -72.01928583989097, + 10.039406170335912 + ], + [ + -72.01938797325869, + 10.039346084979297 + ], + [ + -72.01948262680605, + 10.039417374395466 + ], + [ + -72.07891145224582, + 10.0889250010839 + ], + [ + -72.07899729342662, + 10.089003653439983 + ], + [ + -72.07903804505854, + 10.089112714000793 + ], + [ + -72.10647712952219, + 10.17464023595886 + ], + [ + -72.10650904217128, + 10.174760424072133 + ], + [ + -72.10644350539688, + 10.17486610534275 + ], + [ + -71.96900534434282, + 10.373191354047362 + ], + [ + -71.96894272326148, + 10.373274134598176 + ], + [ + -71.96887343609343, + 10.373351421774773 + ], + [ + -71.86354685081098, + 10.48143205288944 + ], + [ + -71.86347304278716, + 10.481501863198666 + ], + [ + -71.86339379868323, + 10.481565435800475 + ], + [ + -71.81938704739511, + 10.51401484152452 + ], + [ + -71.8190108587399, + 10.514321500204868 + ], + [ + -71.8186661741907, + 10.514663187213817 + ], + [ + -71.81835624146805, + 10.51503668307454 + ], + [ + -71.81808398085045, + 10.515438468597726 + ], + [ + -71.81785195765855, + 10.515864758040438 + ], + [ + -71.81766235808404, + 10.5163115347765 + ], + [ + -71.8175169685906, + 10.516774589142358 + ], + [ + -71.81741715908136, + 10.517249558101774 + ], + [ + -71.81736386999128, + 10.517731966355665 + ], + [ + -71.81735760342603, + 10.518217268509693 + ], + [ + -71.81739841843108, + 10.51870089190233 + ], + [ + -71.81748593043527, + 10.519178279689843 + ], + [ + -71.8176193148744, + 10.519644933782226 + ], + [ + -71.82702416619776, + 10.547376958047256 + ], + [ + -71.82705260108803, + 10.547466275723025 + ], + [ + -71.84891564516711, + 10.620874820347122 + ], + [ + -71.84894795330673, + 10.621010772352003 + ], + [ + -71.84896482366305, + 10.621149488445184 + ], + [ + -71.85442689343893, + 10.70522201079704 + ], + [ + -71.85442878670996, + 10.705341671713525 + ], + [ + -71.85433753136657, + 10.705419097688873 + ], + [ + -71.81263267024849, + 10.737423062917927 + ], + [ + -71.81225839548159, + 10.737740649397594 + ], + [ + -71.81191706475771, + 10.738093404426106 + ], + [ + -71.81161196772369, + 10.738477928252472 + ], + [ + -71.81134604481656, + 10.738890514947206 + ], + [ + -71.81112185892444, + 10.739327188119013 + ], + [ + -71.81094157068611, + 10.739783739238092 + ], + [ + -71.81080691766753, + 10.740255768196732 + ], + [ + -71.81071919761558, + 10.740738725716284 + ], + [ + -71.81067925595073, + 10.74122795719178 + ], + [ + -71.81068747761921, + 10.741718747551683 + ], + [ + -71.81074378338297, + 10.74220636670038 + ], + [ + -71.81084763058332, + 10.74268611510547 + ], + [ + -71.81099801837097, + 10.743153369090507 + ], + [ + -71.81119349735188, + 10.743603625396656 + ], + [ + -71.81143218355616, + 10.74403254458379 + ], + [ + -71.81171177659517, + 10.744435992852775 + ], + [ + -71.81202958183201, + 10.744810081885818 + ], + [ + -71.81238253635169, + 10.74515120632096 + ], + [ + -71.81276723848056, + 10.745456078499503 + ], + [ + -71.81317998057071, + 10.74572176015152 + ], + [ + -71.81361678473321, + 10.745945690714048 + ], + [ + -71.8140734411758, + 10.74612571200906 + ], + [ + -71.81454554877567, + 10.746260089043355 + ], + [ + -71.81502855749626, + 10.746347526729917 + ], + [ + -71.81551781223916, + 10.7463871823696 + ], + [ + -71.81600859770857, + 10.746378673772815 + ], + [ + -71.81649618385603, + 10.746322082942955 + ], + [ + -71.81697587146716, + 10.746217955286081 + ], + [ + -72.04372154191151, + 10.685203021614269 + ], + [ + -72.04384404953477, + 10.68517663414209 + ], + [ + -72.04396702738364, + 10.68520073528564 + ], + [ + -72.29455946940398, + 10.747651350369175 + ], + [ + -72.2946736530601, + 10.747685712375196 + ], + [ + -72.29477334299801, + 10.747751138448223 + ], + [ + -72.3957204199275, + 10.82117811647687 + ], + [ + -72.39579400855676, + 10.821233748293787 + ], + [ + -72.47011411000264, + 10.879604475456796 + ], + [ + -72.47046941119119, + 10.879859223759098 + ], + [ + -72.47084560758104, + 10.880081961067088 + ], + [ + -72.47123982299081, + 10.880270984459317 + ], + [ + -72.55452261765251, + 10.915814139131022 + ], + [ + -72.55499068526699, + 10.915986836266036 + ], + [ + -72.55547363335218, + 10.916112027077054 + ], + [ + -72.55596665345303, + 10.916188465106313 + ], + [ + -72.5564648368328, + 10.916215389301351 + ], + [ + -72.55696322334677, + 10.916192531592397 + ], + [ + -72.55745685082769, + 10.916120119561404 + ], + [ + -72.5579408044915, + 10.915998874176124 + ], + [ + -72.5584102658711, + 10.915830002611836 + ], + [ + -72.55886056079132, + 10.915615186232138 + ], + [ + -72.62996429869709, + 10.877227993996641 + ], + [ + -72.63040218328874, + 10.876961744500234 + ], + [ + -72.63081051439308, + 10.87665207141588 + ], + [ + -72.63118500238224, + 10.876302227942446 + ], + [ + -72.63152171315942, + 10.875915889279517 + ], + [ + -72.63181710948751, + 10.87549711401844 + ], + [ + -72.6320680881488, + 10.87505030150573 + ], + [ + -72.6322720125451, + 10.874580145626757 + ], + [ + -72.69896087168704, + 10.69631365628923 + ], + [ + -72.69900763574753, + 10.696204736562768 + ], + [ + -72.69906453453886, + 10.696100751411548 + ], + [ + -72.78878790977932, + 10.549179615340991 + ], + [ + -72.78885561088939, + 10.54908024848178 + ], + [ + -72.7889728606688, + 10.549106888718574 + ], + [ + -72.84497523760248, + 10.564802431856117 + ], + [ + -72.84510624857226, + 10.564847167572573 + ], + [ + -72.84522410841501, + 10.564919791370468 + ], + [ + -72.93267737358859, + 10.625786933554892 + ], + [ + -72.93277121815632, + 10.625859150601427 + ], + [ + -72.9328312916298, + 10.625961196093646 + ], + [ + -72.9893286732887, + 10.733376376161452 + ], + [ + -72.98944377848183, + 10.733628177363167 + ], + [ + -73.03475876726407, + 10.84931932620715 + ], + [ + -73.0349789904728, + 10.84980388801629 + ], + [ + -73.03524947515042, + 10.850262294438274 + ], + [ + -73.03556715618177, + 10.850689350840709 + ], + [ + -73.11510797594886, + 10.946510083423151 + ], + [ + -73.11542914464161, + 10.946861502430618 + ], + [ + -73.11578227972895, + 10.947180783275796 + ], + [ + -73.20454032607982, + 11.020059007741843 + ], + [ + -73.2049179150918, + 11.020340352299142 + ], + [ + -73.20532029619001, + 11.02058492881822 + ], + [ + -73.27052250398907, + 11.05612437224083 + ], + [ + -73.27077777125454, + 11.056284188595312 + ], + [ + -73.3207839935583, + 11.091961205841077 + ], + [ + -73.32087639990772, + 11.09203396477224 + ], + [ + -73.32095347271918, + 11.092122804950062 + ], + [ + -73.38290153749688, + 11.17075175832731 + ], + [ + -73.38296964363195, + 11.170847458941543 + ] + ] + ], + [ + [ + [ + -71.50150762811386, + 10.57470874603749 + ], + [ + -71.50142519740497, + 10.57479822202888 + ], + [ + -71.44681264510939, + 10.628458469879876 + ], + [ + -71.44672295684964, + 10.628538116990093 + ], + [ + -71.44663826078153, + 10.628453180412915 + ], + [ + -71.33355764009353, + 10.502992955757326 + ], + [ + -71.33349106279422, + 10.50291255344285 + ], + [ + -71.33343884315099, + 10.502822164407304 + ], + [ + -71.2348722425925, + 10.314388026283005 + ], + [ + -71.23485400536387, + 10.314353490451298 + ], + [ + -71.15638885855441, + 10.167159171833148 + ], + [ + -71.15633533421217, + 10.167045160244895 + ], + [ + -71.1563185160121, + 10.16692033778857 + ], + [ + -71.14720814025307, + 10.05753934787779 + ], + [ + -71.1472041657692, + 10.057408417193153 + ], + [ + -71.14722770239487, + 10.057279558091883 + ], + [ + -71.16725961533331, + 9.973022664234763 + ], + [ + -71.16729113843861, + 9.972913577654387 + ], + [ + -71.16739822749855, + 9.972951333732874 + ], + [ + -71.22013795492047, + 9.994436640207956 + ], + [ + -71.22024629705767, + 9.994487141715203 + ], + [ + -71.22025219139176, + 9.994606530482413 + ], + [ + -71.22025219139176, + 10.10731899156888 + ], + [ + -71.22027368228676, + 10.107782075893182 + ], + [ + -71.22033797022833, + 10.10824117937885 + ], + [ + -71.2204445025743, + 10.108692355407959 + ], + [ + -71.22059236353451, + 10.109131725509846 + ], + [ + -71.22078028204318, + 10.109555512701817 + ], + [ + -71.22100664268555, + 10.109960073957458 + ], + [ + -71.22126949958452, + 10.11034193152338 + ], + [ + -71.22156659312805, + 10.110697802815242 + ], + [ + -71.2218953693937, + 10.111024628636017 + ], + [ + -71.33522301433052, + 10.21368463678576 + ], + [ + -71.33530805914681, + 10.213769621736846 + ], + [ + -71.33532003577545, + 10.213889252932672 + ], + [ + -71.33705843327984, + 10.248091960661151 + ], + [ + -71.33711166853996, + 10.248608383152296 + ], + [ + -71.33721816561223, + 10.249116501795806 + ], + [ + -71.33737677634664, + 10.249610838540553 + ], + [ + -71.3375857907534, + 10.250086063918717 + ], + [ + -71.33784295543828, + 10.25053705450302 + ], + [ + -71.33814549789666, + 10.250958948142644 + ], + [ + -71.41740593008363, + 10.350174182493706 + ], + [ + -71.41749283686646, + 10.35029764598263 + ], + [ + -71.41756414951972, + 10.350430726888462 + ], + [ + -71.45213166025101, + 10.425563127952401 + ], + [ + -71.45228204179463, + 10.425863049942398 + ], + [ + -71.49414914505572, + 10.502806096917974 + ], + [ + -71.49420249784359, + 10.50291691006295 + ], + [ + -71.49422100096398, + 10.503038498333694 + ], + [ + -71.50150134734763, + 10.574587249836771 + ], + [ + -71.50150762811386, + 10.57470874603749 + ] + ] + ], + [ + [ + [ + -71.55779302883472, + -2.4962148183907633 + ], + [ + -71.5577239388935, + -2.496117065903381 + ], + [ + -71.50953088145226, + -2.4345940505603507 + ], + [ + -71.50950817527996, + -2.4345654956441947 + ], + [ + -71.44254112473654, + -2.351598777985089 + ], + [ + -71.44246026283132, + -2.3515081189175313 + ], + [ + -71.44234614392495, + -2.3514664705149824 + ], + [ + -71.36481813495628, + -2.3274261077218883 + ], + [ + -71.3646774201543, + -2.3273913109324034 + ], + [ + -71.364533614094, + -2.3273731095841756 + ], + [ + -71.20654497704666, + -2.316670810487387 + ], + [ + -71.2064305823026, + -2.3166684757258555 + ], + [ + -71.20638002591109, + -2.3167711190881453 + ], + [ + -71.17965108460902, + -2.3781960895868375 + ], + [ + -71.17961057560267, + -2.378302403800387 + ], + [ + -71.17965257900748, + -2.3784081365088094 + ], + [ + -71.2171068105967, + -2.4612685440879987 + ], + [ + -71.21716067623426, + -2.461373965726873 + ], + [ + -71.21725001611748, + -2.4614516420688157 + ], + [ + -71.26804874218021, + -2.501518291782597 + ], + [ + -71.26819207042483, + -2.501623295693539 + ], + [ + -71.3350664784901, + -2.5470537631316046 + ], + [ + -71.33517636926214, + -2.5471203164885527 + ], + [ + -71.33530480894423, + -2.5471232455080406 + ], + [ + -71.4262969576319, + -2.544449647170119 + ], + [ + -71.42644380793735, + -2.544447490203648 + ], + [ + -71.536221931074, + -2.544447490203648 + ], + [ + -71.53633834291273, + -2.5444418971059863 + ], + [ + -71.5363907706785, + -2.5443378090263256 + ], + [ + -71.55774981438347, + -2.496326449389813 + ], + [ + -71.55779302883472, + -2.4962148183907633 + ] + ] + ], + [ + [ + [ + -72.69947060359748, + 4.3588685560938565 + ], + [ + -72.69947607776255, + 4.358983767543607 + ], + [ + -72.69947607776255, + 4.429399610644795 + ], + [ + -72.69946956140592, + 4.429526351406494 + ], + [ + -72.6994129563548, + 4.4296399364042784 + ], + [ + -72.6463825894615, + 4.523628520446686 + ], + [ + -72.64631848555273, + 4.523730192573642 + ], + [ + -72.64620884132852, + 4.523779433578714 + ], + [ + -72.48108541977342, + 4.588444357647533 + ], + [ + -72.48082196958416, + 4.588530996183964 + ], + [ + -72.32752226002935, + 4.629670522489336 + ], + [ + -72.32740051610841, + 4.629696750255637 + ], + [ + -72.32727676221845, + 4.629710694886905 + ], + [ + -72.13883843925596, + 4.64144956466298 + ], + [ + -72.13841396672372, + 4.641494260191091 + ], + [ + -72.13799485265884, + 4.64157499445568 + ], + [ + -71.89047287954955, + 4.700313067723058 + ], + [ + -71.89036107436372, + 4.700334250843908 + ], + [ + -71.8902472811712, + 4.7003347340957315 + ], + [ + -71.74874161626566, + 4.694458468980756 + ], + [ + -71.74862192616673, + 4.694447592189323 + ], + [ + -71.74854503590282, + 4.694355223841534 + ], + [ + -71.6778193612996, + 4.600364373361262 + ], + [ + -71.67775355165338, + 4.600267623517763 + ], + [ + -71.67777299540666, + 4.600152239887222 + ], + [ + -71.70725170787924, + 4.464974278751467 + ], + [ + -71.70728238895104, + 4.464860185736247 + ], + [ + -71.70737025010642, + 4.464781198638404 + ], + [ + -71.83711391736685, + 4.3589418544043 + ], + [ + -71.83720989265626, + 4.358871038566212 + ], + [ + -71.83732904735295, + 4.35887635809161 + ], + [ + -72.02596614380411, + 4.37650972663708 + ], + [ + -72.02643150372445, + 4.376531429725029 + ], + [ + -72.20870863762777, + 4.376531429725029 + ], + [ + -72.20927887578114, + 4.3764988061400425 + ], + [ + -72.20984167264938, + 4.376401361104401 + ], + [ + -72.38635213195302, + 4.335334554101855 + ], + [ + -72.38646167228525, + 4.335314179599795 + ], + [ + -72.38657259409796, + 4.335303665030424 + ], + [ + -72.62257863245527, + 4.32353703526999 + ], + [ + -72.62269767168642, + 4.323536832556771 + ], + [ + -72.62280807740419, + 4.323581340501375 + ], + [ + -72.6993682321755, + 4.358815417251496 + ], + [ + -72.69947060359748, + 4.3588685560938565 + ] + ] + ], + [ + [ + [ + -74.77561953939326, + -11.521056242088326 + ], + [ + -74.77561534581118, + -11.520931942148856 + ], + [ + -74.76355851332936, + -11.37912942542381 + ], + [ + -74.76354349046025, + -11.379015955667226 + ], + [ + -74.76344880450182, + -11.378951646713652 + ], + [ + -74.62662983738615, + -11.29510328015955 + ], + [ + -74.62621760209811, + -11.294821394642248 + ], + [ + -74.62583554244492, + -11.294499792716001 + ], + [ + -74.62548746981359, + -11.294141682647892 + ], + [ + -74.62517685654018, + -11.293750636906392 + ], + [ + -74.62490680127013, + -11.2933305565228 + ], + [ + -74.62467999804647, + -11.29288563217496 + ], + [ + -74.62449870943439, + -11.29242030238149 + ], + [ + -74.62436474395004, + -11.291939209223601 + ], + [ + -74.62427943801906, + -11.29144715203617 + ], + [ + -74.62424364264447, + -11.290949039530084 + ], + [ + -74.62425771491716, + -11.29044984082345 + ], + [ + -74.62432151445361, + -11.289954535870205 + ], + [ + -74.62443440479636, + -11.289468065780602 + ], + [ + -74.62459525976317, + -11.288995283529228 + ], + [ + -74.62480247468179, + -11.288540905542229 + ], + [ + -74.62505398239789, + -11.28810946464674 + ], + [ + -74.6253472738969, + -11.287705264851875 + ], + [ + -74.6256794233336, + -11.28733233841239 + ], + [ + -74.62604711722003, + -11.286994405603327 + ], + [ + -74.62644668748057, + -11.286694837606941 + ], + [ + -74.6268741480442, + -11.286436622882139 + ], + [ + -74.62732523460917, + -11.286222337351928 + ], + [ + -74.62779544718325, + -11.286054118706282 + ], + [ + -74.62828009497511, + -11.285933645076765 + ], + [ + -74.7573891290379, + -11.260610232371366 + ], + [ + -74.75750399330211, + -11.260581774283594 + ], + [ + -74.75750981109125, + -11.260463580310278 + ], + [ + -74.75750981109125, + -11.1303871414828 + ], + [ + -74.75750359761116, + -11.130263682508406 + ], + [ + -74.75742842215551, + -11.13016555312166 + ], + [ + -74.66700976159044, + -11.02368456353468 + ], + [ + -74.66692550298592, + -11.0235949319494 + ], + [ + -74.6668030151624, + -11.023606336624502 + ], + [ + -74.46173081956144, + -11.053206066793045 + ], + [ + -74.46161160605304, + -11.053229298141302 + ], + [ + -74.46151037041552, + -11.053296401806076 + ], + [ + -74.34132125174281, + -11.141752623976677 + ], + [ + -74.34081558486889, + -11.142079747111318 + ], + [ + -74.34027425554116, + -11.142343699931955 + ], + [ + -74.18606017412417, + -11.206351136135828 + ], + [ + -74.18558875973106, + -11.206519662988557 + ], + [ + -74.18510285553403, + -11.206640203195196 + ], + [ + -74.1846073328748, + -11.206711548302415 + ], + [ + -74.18410715952328, + -11.206732983053174 + ], + [ + -74.18360734987395, + -11.206704292557378 + ], + [ + -74.18311291467508, + -11.206625764446233 + ], + [ + -74.18262881079441, + -11.206498185988654 + ], + [ + -74.18215989152496, + -11.20632283619863 + ], + [ + -74.18171085792929, + -11.206101473012735 + ], + [ + -73.96125869619871, + -11.083339677175527 + ], + [ + -73.96084233738307, + -11.083080278276382 + ], + [ + -73.96045340159216, + -11.082781327774146 + ], + [ + -73.96009563260449, + -11.082445703276095 + ], + [ + -73.9597724741963, + -11.082076635402318 + ], + [ + -73.87686529192935, + -10.97745064229749 + ], + [ + -73.87655974464396, + -10.97702018520836 + ], + [ + -73.87630128236935, + -10.976559913873384 + ], + [ + -73.8760927859514, + -10.976074958521947 + ], + [ + -73.87593657931157, + -10.975570724513906 + ], + [ + -73.87583440354437, + -10.975052832090915 + ], + [ + -73.87578739751095, + -10.974527053732658 + ], + [ + -73.86981267435733, + -10.810249251601476 + ], + [ + -73.86980242244552, + -10.810129702384133 + ], + [ + -73.86970337838315, + -10.81006197210439 + ], + [ + -73.82160813040215, + -10.780534417102695 + ], + [ + -73.82149626625016, + -10.780473467387926 + ], + [ + -73.82136889669434, + -10.780475802448303 + ], + [ + -73.73707367750866, + -10.786390565509382 + ], + [ + -73.7369581388066, + -10.786404224103114 + ], + [ + -73.73689283100825, + -10.786500508267604 + ], + [ + -73.68288565549913, + -10.874908994568733 + ], + [ + -73.68258304418775, + -10.875349562752582 + ], + [ + -73.6822351337637, + -10.875755311772583 + ], + [ + -73.5981756830291, + -10.96379431709683 + ], + [ + -73.59782533229819, + -10.964127412862672 + ], + [ + -73.59744445147508, + -10.964425117787833 + ], + [ + -73.5970366010097, + -10.964684648945447 + ], + [ + -73.59660559346251, + -10.96490358025461 + ], + [ + -73.59615545786485, + -10.96507986515925 + ], + [ + -73.59569040205595, + -10.965211855759192 + ], + [ + -73.59521477334816, + -10.965298318214627 + ], + [ + -73.59473301788866, + -10.965338444279974 + ], + [ + -73.59424963909713, + -10.965331858859305 + ], + [ + -73.59376915556801, + -10.965278623512715 + ], + [ + -73.59329605883106, + -10.965179235880868 + ], + [ + -73.59283477136475, + -10.965034625033082 + ], + [ + -73.59238960525522, + -10.964846142782445 + ], + [ + -73.59196472188722, + -10.964615551049151 + ], + [ + -73.59156409304366, + -10.96434500539019 + ], + [ + -73.59119146377772, + -10.96403703484932 + ], + [ + -73.5908503174043, + -10.963694518315743 + ], + [ + -73.59054384293817, + -10.96332065761242 + ], + [ + -73.59027490528334, + -10.962918947565637 + ], + [ + -73.59004601845203, + -10.962493143335587 + ], + [ + -73.58985932206393, + -10.962047225313365 + ], + [ + -73.58971656134509, + -10.96158536191253 + ], + [ + -73.58961907081371, + -10.961111870603036 + ], + [ + -73.58956776180514, + -10.960631177551793 + ], + [ + -73.58956311395275, + -10.960147776247137 + ], + [ + -73.58960517070437, + -10.959666185493989 + ], + [ + -73.58969353891615, + -10.959190907172347 + ], + [ + -73.58982739252761, + -10.958726384154 + ], + [ + -73.59000548028362, + -10.958276958770835 + ], + [ + -73.59022613743107, + -10.957846832223002 + ], + [ + -73.63423310007327, + -10.881405788939244 + ], + [ + -73.63428730185646, + -10.88129969456769 + ], + [ + -73.6341852281668, + -10.88123825507838 + ], + [ + -73.56797727887682, + -10.84577201907385 + ], + [ + -73.56786738102217, + -10.845719931290473 + ], + [ + -73.56774591113587, + -10.845713952798633 + ], + [ + -73.39891513002198, + -10.845713952798633 + ], + [ + -73.39878512195425, + -10.845720836032353 + ], + [ + -73.39867635479219, + -10.845792384484689 + ], + [ + -73.38514220532255, + -10.855758999021242 + ], + [ + -73.38473462442144, + -10.856029430697317 + ], + [ + -73.38430256985274, + -10.856258743435806 + ], + [ + -73.38385017647339, + -10.856444742663513 + ], + [ + -73.38338177378728, + -10.856585648327043 + ], + [ + -73.38290184451081, + -10.856680111928293 + ], + [ + -73.3824149816724, + -10.856727229429888 + ], + [ + -73.3819258446562, + -10.856726549907 + ], + [ + -73.16338699907523, + -10.845719835908916 + ], + [ + -73.16327120550069, + -10.845719425067943 + ], + [ + -73.16316327445027, + -10.84576136799412 + ], + [ + -72.97618765983977, + -10.928682101441337 + ], + [ + -72.97607222470108, + -10.928740717222464 + ], + [ + -72.97599066774704, + -10.928841263451792 + ], + [ + -72.85536378042642, + -11.094609489647729 + ], + [ + -72.85523031003042, + -11.094813061390894 + ], + [ + -72.76474058756578, + -11.248689717585986 + ], + [ + -72.76468247895382, + -11.248794168050939 + ], + [ + -72.66209984670374, + -11.444033149633347 + ], + [ + -72.6620550745615, + -11.44412783296183 + ], + [ + -72.6620267948639, + -11.444228678071411 + ], + [ + -72.60845810917861, + -11.671651207285521 + ], + [ + -72.60832389266339, + -11.672118085533636 + ], + [ + -72.60814500246492, + -11.672569735473761 + ], + [ + -72.60792312723063, + -11.673001893722475 + ], + [ + -72.6076603613684, + -11.673410480889638 + ], + [ + -72.60735918527627, + -11.673791640086096 + ], + [ + -72.60702244192848, + -11.674141773331081 + ], + [ + -72.60665331003909, + -11.674457575515618 + ], + [ + -72.60625527405621, + -11.674736065601342 + ], + [ + -72.60583209127027, + -11.674974614760242 + ], + [ + -72.60538775634689, + -11.675170971189674 + ], + [ + -72.60492646361881, + -11.675323281368424 + ], + [ + -72.6044525674933, + -11.675430107553156 + ], + [ + -72.43904320840014, + -11.704354870882598 + ], + [ + -72.43861419186376, + -11.704410888671807 + ], + [ + -72.43818193873386, + -11.704429607989926 + ], + [ + -72.26387131949177, + -11.704429607989926 + ], + [ + -72.263492104718, + -11.704415206866225 + ], + [ + -72.26311507439178, + -11.704372086452068 + ], + [ + -72.07040191685482, + -11.674885183837018 + ], + [ + -72.07009606326287, + -11.67485748572893 + ], + [ + -71.86505087409935, + -11.668951447750402 + ], + [ + -71.86493321414547, + -11.668953698049826 + ], + [ + -71.86484245170038, + -11.669028605373434 + ], + [ + -71.7804591748299, + -11.745754435424784 + ], + [ + -71.78032218426385, + -11.7458889632195 + ], + [ + -71.70800479803977, + -11.822581585051665 + ], + [ + -71.7079287232737, + -11.822670422536529 + ], + [ + -71.70794663389175, + -11.82278600228608 + ], + [ + -71.74413079610565, + -11.99981120343834 + ], + [ + -71.74416041024675, + -11.999926840217402 + ], + [ + -71.74427300886373, + -11.999966468660446 + ], + [ + -71.88055104084447, + -12.040532938451431 + ], + [ + -71.8810040531727, + -12.04069183482831 + ], + [ + -71.88143973868199, + -12.040893444265393 + ], + [ + -71.88185408090563, + -12.04113590817989 + ], + [ + -71.88224326013489, + -12.041416991362647 + ], + [ + -71.88260368863189, + -12.041734102583947 + ], + [ + -71.88293204370393, + -12.042084318481333 + ], + [ + -71.88322529833457, + -12.042464410509314 + ], + [ + -71.88348074908878, + -12.04287087470244 + ], + [ + -71.88369604103526, + -12.04329996397742 + ], + [ + -71.88386918945588, + -12.043747722676452 + ], + [ + -71.96096015752306, + -12.275629017163498 + ], + [ + -71.96109666290772, + -12.276122803995106 + ], + [ + -71.9611819240319, + -12.276627967033951 + ], + [ + -71.9612150457931, + -12.27713920289346 + ], + [ + -71.9611956804669, + -12.277651144432363 + ], + [ + -71.96112403135764, + -12.278158417100908 + ], + [ + -71.96100085066386, + -12.278655695364856 + ], + [ + -71.96082743158163, + -12.279137758614887 + ], + [ + -71.90725054820444, + -12.407076568494267 + ], + [ + -71.90720927754846, + -12.407190710120801 + ], + [ + -71.90726176289895, + -12.407300148989371 + ], + [ + -71.96149763838557, + -12.507333801407716 + ], + [ + -71.9615554787644, + -12.507429821084243 + ], + [ + -71.96164954100323, + -12.50749079306896 + ], + [ + -72.2029986615881, + -12.648824776011807 + ], + [ + -72.20310535355142, + -12.648880503006826 + ], + [ + -72.2032207768597, + -12.648914651694934 + ], + [ + -72.49287279753808, + -12.71956041255111 + ], + [ + -72.49305607333825, + -12.719608811869167 + ], + [ + -72.7827263647937, + -12.802009195326953 + ], + [ + -72.78282748108958, + -12.802033452579556 + ], + [ + -72.78293026653888, + -12.802049202849611 + ], + [ + -73.04851689234692, + -12.831477544002293 + ], + [ + -73.04854962444878, + -12.83148095295441 + ], + [ + -73.28995872586108, + -12.855017901302134 + ], + [ + -73.29008186861341, + -12.855023640359935 + ], + [ + -73.29016186959385, + -12.854929848476774 + ], + [ + -73.39869991910251, + -12.71380006341845 + ], + [ + -73.39877630233445, + -12.713688697518887 + ], + [ + -73.39882683796654, + -12.713563466086601 + ], + [ + -73.47120566724857, + -12.501662758453387 + ], + [ + -73.47124130639338, + -12.501537118990106 + ], + [ + -73.47123607614746, + -12.501406627350788 + ], + [ + -73.44709450403879, + -12.24201635890448 + ], + [ + -73.4108749378438, + -11.876006225592139 + ], + [ + -73.41085195195537, + -11.875861523356793 + ], + [ + -73.41081211969075, + -11.87572052460464 + ], + [ + -73.30824085152665, + -11.58033872349573 + ], + [ + -73.30819582254166, + -11.58022687261011 + ], + [ + -73.30807679749913, + -11.58004390895429 + ], + [ + -73.30783007131895, + -11.579620624980267 + ], + [ + -73.30762595674264, + -11.579175225866676 + ], + [ + -73.30746641362228, + -11.578711988213417 + ], + [ + -73.30735297384707, + -11.578235359901155 + ], + [ + -73.30728672663457, + -11.577749917383976 + ], + [ + -73.30726830807231, + -11.577260321747543 + ], + [ + -73.30729789501025, + -11.57677127395463 + ], + [ + -73.30737520336275, + -11.576287469707768 + ], + [ + -73.30749949083626, + -11.575813554362396 + ], + [ + -73.30766956405661, + -11.575354078323443 + ], + [ + -73.30788379002745, + -11.574913453353581 + ], + [ + -73.30814011180988, + -11.574495910212699 + ], + [ + -73.3084360682726, + -11.574105458035307 + ], + [ + -73.30876881772294, + -11.573745845835923 + ], + [ + -73.39188350182111, + -11.492315266482098 + ], + [ + -73.39223642709392, + -11.492000775898381 + ], + [ + -73.39261747478648, + -11.49172102023455 + ], + [ + -73.39302323893328, + -11.491478500065071 + ], + [ + -73.39345009264275, + -11.491275383137808 + ], + [ + -73.39389422051589, + -11.49111348499778 + ], + [ + -73.52547813731596, + -11.450082126049622 + ], + [ + -73.52559164054593, + -11.450040408157852 + ], + [ + -73.52560607718428, + -11.44992034588584 + ], + [ + -73.55571110527175, + -11.018809402169783 + ], + [ + -73.5557630185375, + -11.018359903905985 + ], + [ + -73.55585535590431, + -11.017916939475121 + ], + [ + -73.55598736115252, + -11.017484136643839 + ], + [ + -73.5561579531925, + -11.017065039957846 + ], + [ + -73.55636573491863, + -11.016663081712991 + ], + [ + -73.58259910362972, + -10.971095154441405 + ], + [ + -73.5828639822662, + -10.970683141005468 + ], + [ + -73.58316790330755, + -10.970299021539569 + ], + [ + -73.58350795013583, + -10.969946482296304 + ], + [ + -73.58388085944723, + -10.969628906464543 + ], + [ + -73.5842830525689, + -10.969349341702207 + ], + [ + -73.58471066980204, + -10.969110470889037 + ], + [ + -73.58515960746203, + -10.96891458637997 + ], + [ + -73.58562555726004, + -10.968763568006267 + ], + [ + -73.58610404764799, + -10.968658865035469 + ], + [ + -73.58659048673043, + -10.968601482263297 + ], + [ + -73.58708020633118, + -10.96859197037102 + ], + [ + -73.58756850679218, + -10.968630420640753 + ], + [ + -73.58805070207431, + -10.968716464079462 + ], + [ + -73.5885221647276, + -10.968849274960055 + ], + [ + -73.58897837029917, + -10.96902757874558 + ], + [ + -73.58941494075269, + -10.969249664320484 + ], + [ + -73.58982768648279, + -10.969513400411557 + ], + [ + -73.59021264652122, + -10.969816256040975 + ], + [ + -73.59056612654871, + -10.97015532481515 + ], + [ + -73.59088473434804, + -10.970527352816339 + ], + [ + -73.59116541235787, + -10.970928769829255 + ], + [ + -73.59140546701502, + -10.971355723603137 + ], + [ + -73.59160259460367, + -10.971804116820362 + ], + [ + -73.59175490336315, + -10.972269646416887 + ], + [ + -73.5918609316426, + -10.97274784487717 + ], + [ + -73.59191966192778, + -10.973234123107261 + ], + [ + -73.59193053060584, + -10.97372381447465 + ], + [ + -73.58598564776182, + -11.195416138039578 + ], + [ + -73.58598474163045, + -11.19544648927988 + ], + [ + -73.57995129241473, + -11.378865724417745 + ], + [ + -73.57995892007959, + -11.379159434290866 + ], + [ + -73.58597502355093, + -11.449924762493428 + ], + [ + -73.58599032368255, + -11.450039080538366 + ], + [ + -73.58610565601006, + -11.450038001807957 + ], + [ + -73.68335682105871, + -11.444431138007586 + ], + [ + -73.6838355525395, + -11.4444264960921 + ], + [ + -73.68431253342114, + -11.444467661813711 + ], + [ + -73.68478339064028, + -11.444554257756225 + ], + [ + -73.68524380727665, + -11.444685489989414 + ], + [ + -73.6856895621315, + -11.44486015534793 + ], + [ + -73.6861165684284, + -11.445076652462195 + ], + [ + -73.68652091128178, + -11.445332996440088 + ], + [ + -73.68689888358936, + -11.445626837064879 + ], + [ + -73.68724702001974, + -11.445955480342503 + ], + [ + -73.68756212878321, + -11.446315913200696 + ], + [ + -73.68784132089485, + -11.446704831113475 + ], + [ + -73.68808203666131, + -11.44711866839775 + ], + [ + -73.68828206914867, + -11.447553630904272 + ], + [ + -73.68843958441605, + -11.448005730803212 + ], + [ + -73.6885531383296, + -11.44847082314544 + ], + [ + -73.6886216898026, + -11.448944643864309 + ], + [ + -73.6886446103404, + -11.449422848869538 + ], + [ + -73.6886446103404, + -11.532756546088867 + ], + [ + -73.68865202175827, + -11.532892003032783 + ], + [ + -73.68868863748564, + -11.53302262769086 + ], + [ + -73.71276278721224, + -11.603777947675718 + ], + [ + -73.7128042092161, + -11.603883532895019 + ], + [ + -73.71288812380406, + -11.603959837303925 + ], + [ + -73.79041747861068, + -11.668213298463666 + ], + [ + -73.79075246172961, + -11.668517514160847 + ], + [ + -73.79105856938955, + -11.66885076928971 + ], + [ + -73.79133329443552, + -11.669210334345717 + ], + [ + -73.79157438674983, + -11.669593264334567 + ], + [ + -73.7917798716815, + -11.669996422893 + ], + [ + -73.83916719114059, + -11.774394209332597 + ], + [ + -73.8393611146022, + -11.77489000883617 + ], + [ + -73.83950122339617, + -11.775403616646232 + ], + [ + -73.83958592911775, + -11.775929210022746 + ], + [ + -73.83961427146342, + -11.776460830346046 + ], + [ + -73.83961427146342, + -12.282830271637232 + ], + [ + -73.83959152067646, + -12.283306706597427 + ], + [ + -73.83952347535491, + -12.283778805849511 + ], + [ + -73.77930528300304, + -12.595442191740007 + ], + [ + -73.7792097925996, + -12.59584575310681 + ], + [ + -73.779081187661, + -12.596240013127217 + ], + [ + -73.70700576921872, + -12.789603357481608 + ], + [ + -73.70682367942831, + -12.790030207361525 + ], + [ + -73.70660279928128, + -12.79043833659646 + ], + [ + -73.7063450315056, + -12.790824229438547 + ], + [ + -73.56788715372798, + -12.978610920817468 + ], + [ + -73.56785030533429, + -12.978660258322398 + ], + [ + -73.39915993727506, + -13.20164786668241 + ], + [ + -73.39889644105111, + -13.201967711176621 + ], + [ + -73.39860736363298, + -13.202264637104818 + ], + [ + -73.39829469076004, + -13.202536604814384 + ], + [ + -73.22978679024895, + -13.337258068253549 + ], + [ + -73.22970146871793, + -13.33733297519349 + ], + [ + -73.22966817450389, + -13.337441521536684 + ], + [ + -73.19349423715153, + -13.478193438478261 + ], + [ + -73.19347040244412, + -13.478309130634786 + ], + [ + -73.19354354620755, + -13.478401881690342 + ], + [ + -73.25979717690161, + -13.554532933339573 + ], + [ + -73.25989593756971, + -13.554634143090183 + ], + [ + -73.26001502297483, + -13.554710404151411 + ], + [ + -73.3745189585833, + -13.619146953849325 + ], + [ + -73.37462780850565, + -13.619201245620905 + ], + [ + -73.37473808450768, + -13.619149912342786 + ], + [ + -73.58589298559147, + -13.507719834183016 + ], + [ + -73.58598273714358, + -13.507667572961704 + ], + [ + -73.58606256114194, + -13.50760112971059 + ], + [ + -73.76102444546115, + -13.34915904267348 + ], + [ + -73.76110593952919, + -13.34907808828793 + ], + [ + -73.7611711758406, + -13.348983541371732 + ], + [ + -74.05078781920955, + -12.88476050798675 + ], + [ + -74.05119480798784, + -12.884199008476969 + ], + [ + -74.23806325855386, + -12.660802742804892 + ], + [ + -74.23826576401245, + -12.660523523137952 + ], + [ + -74.38907924020161, + -12.419089695504914 + ], + [ + -74.38913850827764, + -12.418983636375655 + ], + [ + -74.38918716765804, + -12.418872310240216 + ], + [ + -74.4675994763714, + -12.212620642937587 + ], + [ + -74.46764069419473, + -12.212491358575072 + ], + [ + -74.46765288084279, + -12.212356211096521 + ], + [ + -74.47368327075044, + -12.041377489610928 + ], + [ + -74.47368273046584, + -12.041276248550963 + ], + [ + -74.47367398187689, + -12.041175384750204 + ], + [ + -74.4676636684928, + -11.994146679114754 + ], + [ + -74.46764288832641, + -11.994030065903846 + ], + [ + -74.46752521174562, + -11.994016550039287 + ], + [ + -74.44377607055799, + -11.992467804108742 + ], + [ + -74.44329391638101, + -11.99241276126736 + ], + [ + -74.4428193691812, + -11.99231123629553 + ], + [ + -74.44235689923804, + -11.992164185568091 + ], + [ + -74.44191086306216, + -11.991972994316805 + ], + [ + -74.44148546235652, + -11.991739463581345 + ], + [ + -74.44108470443601, + -11.991465793243327 + ], + [ + -74.44071236447814, + -11.991154561303222 + ], + [ + -74.44037194996055, + -11.990808699595346 + ], + [ + -74.44006666762019, + -11.990431466169703 + ], + [ + -74.43979939324558, + -11.990026414600845 + ], + [ + -74.43957264458659, + -11.989597360512862 + ], + [ + -74.43938855763707, + -11.98914834563585 + ], + [ + -74.43924886651348, + -11.988683599732424 + ], + [ + -74.43915488711943, + -11.988207500752951 + ], + [ + -74.43910750474969, + -11.987724533594855 + ], + [ + -74.43910716575066, + -11.987239247854449 + ], + [ + -74.43915387331575, + -11.98675621496931 + ], + [ + -74.43924718745527, + -11.986279985154907 + ], + [ + -74.43938622914122, + -11.98581504454114 + ], + [ + -74.43956968858774, + -11.985365772912566 + ], + [ + -74.43979583758951, + -11.984936402450426 + ], + [ + -74.44006254580155, + -11.984530977865086 + ], + [ + -74.44036730080725, + -11.98415331829449 + ], + [ + -74.44070723178564, + -11.983806981327518 + ], + [ + -74.44107913655475, + -11.983495229491155 + ], + [ + -74.44147951173647, + -11.983220999517192 + ], + [ + -74.44190458575873, + -11.98298687467792 + ], + [ + -74.47961810436207, + -11.964540762829767 + ], + [ + -74.47972112646225, + -11.964484110353235 + ], + [ + -74.4797666741224, + -11.964375720008364 + ], + [ + -74.53994571047708, + -11.79948468962732 + ], + [ + -74.54013504058841, + -11.799035287264424 + ], + [ + -74.54036724881817, + -11.79860646595798 + ], + [ + -74.65433567363762, + -11.61065085225986 + ], + [ + -74.65460986353516, + -11.610244938944609 + ], + [ + -74.65492245660324, + -11.609867803301645 + ], + [ + -74.65527045262714, + -11.609523065014297 + ], + [ + -74.65565051160058, + -11.60921403282162 + ], + [ + -74.77552320712228, + -11.521134906912895 + ], + [ + -74.77561953939326, + -11.521056242088326 + ] + ], + [ + [ + -74.57030579783343, + -11.260593204018285 + ], + [ + -74.57017908323493, + -11.260595242836319 + ], + [ + -74.52073400086596, + -11.263939534383624 + ], + [ + -74.52024514145397, + -11.263948637855494 + ], + [ + -74.51975773028602, + -11.263909949986168 + ], + [ + -74.51927642830736, + -11.263823840734428 + ], + [ + -74.51880583804324, + -11.263691133533424 + ], + [ + -74.51835045958642, + -11.263513097416453 + ], + [ + -74.51791464756438, + -11.263291434881644 + ], + [ + -74.51750256949755, + -11.263028265611545 + ], + [ + -74.51711816594668, + -11.262726106203335 + ], + [ + -74.51676511283068, + -11.262387846103465 + ], + [ + -74.516446786275, + -11.26201671997688 + ], + [ + -74.51616623032696, + -11.261616276775033 + ], + [ + -74.51592612784656, + -11.261190345798472 + ], + [ + -74.51572877485121, + -11.260743000078573 + ], + [ + -74.51557605855969, + -11.26027851742853 + ], + [ + -74.51546943934535, + -11.259801339536104 + ], + [ + -74.51540993677106, + -11.25931602948929 + ], + [ + -74.51539811983946, + -11.258827228141076 + ], + [ + -74.51543410155179, + -11.258339609730571 + ], + [ + -74.51551753782734, + -11.257857837184849 + ], + [ + -74.51564763079368, + -11.257386517528996 + ], + [ + -74.51582313641656, + -11.256930157830707 + ], + [ + -74.5160423763961, + -11.25649312210075 + ], + [ + -74.5163032542158, + -11.256079589561432 + ], + [ + -74.51660327519083, + -11.255693514682138 + ], + [ + -74.51693957032387, + -11.255338589364095 + ], + [ + -74.51730892374025, + -11.255018207635997 + ], + [ + -74.51770780344033, + -11.254735433198071 + ], + [ + -74.5181323950748, + -11.254492970124968 + ], + [ + -74.51857863841997, + -11.254293137007627 + ], + [ + -74.51904226620424, + -11.254137844781392 + ], + [ + -74.51951884491467, + -11.254028578452386 + ], + [ + -74.57873620295882, + -11.243469055429474 + ], + [ + -74.57922271707655, + -11.243406738620196 + ], + [ + -74.57971299607193, + -11.243392390165644 + ], + [ + -74.58020232190447, + -11.243426148143506 + ], + [ + -74.58068598570613, + -11.243507687694859 + ], + [ + -74.58115933309556, + -11.24363622415034 + ], + [ + -74.58161780896805, + -11.243810520581162 + ], + [ + -74.58205700133014, + -11.244028899702295 + ], + [ + -74.58247268375692, + -11.244289260013272 + ], + [ + -74.5828608560637, + -11.244589096021294 + ], + [ + -74.58321778280052, + -11.244925522352025 + ], + [ + -74.58354002919896, + -11.245295301516059 + ], + [ + -74.5838244942256, + -11.24569487506384 + ], + [ + -74.58406844042372, + -11.246120397829248 + ], + [ + -74.59299190396042, + -11.26362339677299 + ], + [ + -74.59319581986635, + -11.264078030758691 + ], + [ + -74.59335347334455, + -11.264550703096 + ], + [ + -74.59346329874614, + -11.26503671969943 + ], + [ + -74.59352420540053, + -11.265531253962243 + ], + [ + -74.59353558844676, + -11.266029394689248 + ], + [ + -74.59349733484035, + -11.266526194869645 + ], + [ + -74.593409824476, + -11.267016720805527 + ], + [ + -74.59327392641474, + -11.2674961011082 + ], + [ + -74.5930909902535, + -11.267959575075706 + ], + [ + -74.59286283272219, + -11.2684025399711 + ], + [ + -74.59259171964193, + -11.268820596732022 + ], + [ + -74.59228034342323, + -11.269209593657553 + ], + [ + -74.59193179632784, + -11.269565667638556 + ], + [ + -74.59154953975967, + -11.269885282522022 + ], + [ + -74.5911373698897, + -11.270165264228424 + ], + [ + -74.59069937995639, + -11.270402832273351 + ], + [ + -74.59023991961602, + -11.270595627380356 + ], + [ + -74.58976355174643, + -11.270741734910809 + ], + [ + -74.58927500713322, + -11.270839703878087 + ], + [ + -74.58877913748869, + -11.270888561357244 + ], + [ + -74.58828086726962, + -11.270887822147085 + ], + [ + -74.5877851447728, + -11.270837493588665 + ], + [ + -74.5872968929937, + -11.270738075492401 + ], + [ + -74.58682096073652, + -11.270590555174463 + ], + [ + -74.58636207446081, + -11.270396397651801 + ], + [ + -74.58592479134337, + -11.270157531093119 + ], + [ + -74.57041711404399, + -11.260653779983066 + ], + [ + -74.57030579783343, + -11.260593204018285 + ] + ] + ], + [ + [ + [ + -72.44457484663133, + -0.5288329628162477 + ], + [ + -72.44445978290231, + -0.5288078927053592 + ], + [ + -72.32733110922638, + -0.5092872482161236 + ], + [ + -72.32720915332634, + -0.5092730852369322 + ], + [ + -72.32708839568652, + -0.5092952533209939 + ], + [ + -72.24418434444627, + -0.5288012883830874 + ], + [ + -72.24407331849106, + -0.528832981565472 + ], + [ + -72.24400482919825, + -0.5289259355179006 + ], + [ + -72.20501374898444, + -0.5874097779765959 + ], + [ + -72.20495170063029, + -0.5875135201326748 + ], + [ + -72.20494577954052, + -0.5876342569288024 + ], + [ + -72.20494577954052, + -0.6754131102974111 + ], + [ + -72.20495152716042, + -0.675530105788116 + ], + [ + -72.20506852265108, + -0.675535853408009 + ], + [ + -72.3417588348918, + -0.675535853408009 + ], + [ + -72.34187781511481, + -0.6755300582841927 + ], + [ + -72.34195843907968, + -0.6754423676164566 + ], + [ + -72.38952267741173, + -0.6183689141290749 + ], + [ + -72.38983994711562, + -0.618022664279342 + ], + [ + -72.39018830308528, + -0.6177077085017326 + ], + [ + -72.39056467213796, + -0.6174268253238155 + ], + [ + -72.39096573396057, + -0.6171824926860147 + ], + [ + -72.39138795040137, + -0.6169768660813164 + ], + [ + -72.39182759668343, + -0.6168117595395952 + ], + [ + -72.39228079426441, + -0.6166886296243128 + ], + [ + -72.39274354505297, + -0.6166085625827715 + ], + [ + -72.42978864591915, + -0.6119781912171082 + ], + [ + -72.42990506191373, + -0.611957816451015 + ], + [ + -72.42993126794319, + -0.6118425729743835 + ], + [ + -72.44456013004039, + -0.5289498028527585 + ], + [ + -72.44457484663133, + -0.5288329628162477 + ] + ] + ], + [ + [ + [ + -72.58263607100587, + 9.924342963492373 + ], + [ + -72.582570978725, + 9.924438586285405 + ], + [ + -72.49099889615978, + 10.046188271382853 + ], + [ + -72.49092473103066, + 10.046277834692713 + ], + [ + -72.49083520458362, + 10.046352044315626 + ], + [ + -72.41306438855004, + 10.10490664921034 + ], + [ + -72.41297055561151, + 10.104970742591245 + ], + [ + -72.41285704278192, + 10.104975978937237 + ], + [ + -72.28469901791873, + 10.104975978937237 + ], + [ + -72.28457665638294, + 10.10496984060143 + ], + [ + -72.28449599177911, + 10.104877627552945 + ], + [ + -72.22044838961199, + 10.023797860982912 + ], + [ + -72.22037998460489, + 10.023702208848178 + ], + [ + -72.22037437097094, + 10.023584747948131 + ], + [ + -72.22037437097094, + 9.838636153709167 + ], + [ + -72.22038074006305, + 9.838510832762076 + ], + [ + -72.22043611108866, + 9.838398227457334 + ], + [ + -72.29796837310185, + 9.699065744728111 + ], + [ + -72.29818652623032, + 9.69862373671059 + ], + [ + -72.29836009808896, + 9.698162396613803 + ], + [ + -72.29848740182402, + 9.69768620795995 + ], + [ + -72.33040339776495, + 9.549342623411817 + ], + [ + -72.33043592370322, + 9.54922187923172 + ], + [ + -72.33054636157482, + 9.54916322285772 + ], + [ + -72.41744549990351, + 9.508568424375355 + ], + [ + -72.41755554263749, + 9.508523527767329 + ], + [ + -72.41761948767962, + 9.508623708305786 + ], + [ + -72.54130612801278, + 9.725420731469933 + ], + [ + -72.54136450134864, + 9.725536747525869 + ], + [ + -72.54139751004317, + 9.72566235643323 + ], + [ + -72.5826179290261, + 9.924228719927662 + ], + [ + -72.58263607100587, + 9.924342963492373 + ] + ] + ], + [ + [ + [ + -75.75357211940627, + -10.5950082018736 + ], + [ + -75.75352576238134, + -10.59489043595764 + ], + [ + -75.6926059073064, + -10.460726933727726 + ], + [ + -75.6924118655263, + -10.460231002047925 + ], + [ + -75.69227167023924, + -10.459717245563835 + ], + [ + -75.69218691182304, + -10.459191492338128 + ], + [ + -75.6921585517787, + -10.45865970652472 + ], + [ + -75.6921585517787, + -10.266561384099022 + ], + [ + -75.69213864179147, + -10.266246655438906 + ], + [ + -75.68971744027854, + -10.247186574103553 + ], + [ + -75.68969597466142, + -10.24706598591429 + ], + [ + -75.68961036946622, + -10.246978384346686 + ], + [ + -75.64801978821075, + -10.208456315246 + ], + [ + -75.64793359161571, + -10.20838349810225 + ], + [ + -75.64782412061946, + -10.2083561432051 + ], + [ + -75.55215077659224, + -10.189040929483312 + ], + [ + -75.55209042996863, + -10.18902835863829 + ], + [ + -75.41785178791369, + -10.160200510688968 + ], + [ + -75.41743274565209, + -10.1600913421187 + ], + [ + -75.41702472068275, + -10.159946325505446 + ], + [ + -75.41663077342456, + -10.15976654855614 + ], + [ + -75.41625385870563, + -10.159553359699974 + ], + [ + -75.31786110013327, + -10.098130350465379 + ], + [ + -75.31744018387366, + -10.097836524406574 + ], + [ + -75.31705161185762, + -10.097501090301584 + ], + [ + -75.31669947970026, + -10.097127583682902 + ], + [ + -75.3163874989344, + -10.096719941373793 + ], + [ + -75.31611895789037, + -10.0962824599935 + ], + [ + -75.31589668703639, + -10.095819750670152 + ], + [ + -75.31572302914508, + -10.095336690438685 + ], + [ + -75.2819082240863, + -9.983554107334843 + ], + [ + -75.28186653100285, + -9.983437739329192 + ], + [ + -75.28176616710537, + -9.983365580379386 + ], + [ + -75.21072678085663, + -9.937524060412855 + ], + [ + -75.21062299552672, + -9.937464036923057 + ], + [ + -75.21050332084292, + -9.937471260777983 + ], + [ + -75.12231042381303, + -9.947123308306697 + ], + [ + -75.12218196191836, + -9.947144267333803 + ], + [ + -75.12207333711899, + -9.947215977808284 + ], + [ + -75.05348745594881, + -9.99787818118129 + ], + [ + -75.05339538219012, + -9.99795344327571 + ], + [ + -75.05341827971682, + -9.998070138019175 + ], + [ + -75.07792509601352, + -10.09700707392557 + ], + [ + -75.07796308851871, + -10.097131819525224 + ], + [ + -75.07804889766724, + -10.097230011608202 + ], + [ + -75.1307683827866, + -10.151487500838499 + ], + [ + -75.13109071345541, + -10.151853350917364 + ], + [ + -75.13137587700191, + -10.15224885703868 + ], + [ + -75.13162116159675, + -10.152670258044594 + ], + [ + -75.1318242346488, + -10.153113546523794 + ], + [ + -75.1319831649874, + -10.153574506920933 + ], + [ + -75.13209644122738, + -10.154048755625425 + ], + [ + -75.13216298614186, + -10.15453178265843 + ], + [ + -75.14181442689593, + -10.263766305037112 + ], + [ + -75.14183382997906, + -10.264206366796126 + ], + [ + -75.14183382997906, + -10.401436278327974 + ], + [ + -75.14179392406184, + -10.402066727921582 + ], + [ + -75.13225159023233, + -10.477141522232698 + ], + [ + -75.13217198007634, + -10.477597754119769 + ], + [ + -75.13205049823569, + -10.478044662918196 + ], + [ + -75.1318881869532, + -10.47847841441306 + ], + [ + -75.13168643876433, + -10.478895287271378 + ], + [ + -75.13144698454998, + -10.479291704968952 + ], + [ + -75.13117187868664, + -10.479664266474845 + ], + [ + -75.13086348142097, + -10.480009775430227 + ], + [ + -75.13052443862034, + -10.48032526757126 + ], + [ + -75.06084962108169, + -10.539382206393435 + ], + [ + -75.06076342655496, + -10.53946258622324 + ], + [ + -75.06069392591999, + -10.539557770650466 + ], + [ + -75.00186383007792, + -10.62871107219899 + ], + [ + -75.0018020322759, + -10.628815602485712 + ], + [ + -75.00180912881156, + -10.628936826197558 + ], + [ + -75.01407278301717, + -10.742216182886642 + ], + [ + -75.01409041355862, + -10.742346766766854 + ], + [ + -75.0312684958244, + -10.848412339519317 + ], + [ + -75.03128529131828, + -10.848524020848412 + ], + [ + -75.03863023453047, + -10.90141961710714 + ], + [ + -75.03865405541657, + -10.901543832899964 + ], + [ + -75.03874543631937, + -10.901631277330482 + ], + [ + -75.11967447420152, + -10.971459056631726 + ], + [ + -75.11977270918375, + -10.97153955489224 + ], + [ + -75.2498485258971, + -11.072717030847697 + ], + [ + -75.24993567922658, + -11.072779002130444 + ], + [ + -75.25003214724191, + -11.072825154754804 + ], + [ + -75.36282641415377, + -11.12094922477035 + ], + [ + -75.36294777350095, + -11.12099367354475 + ], + [ + -75.36307692348515, + -11.120998579281217 + ], + [ + -75.53234030251326, + -11.118591540965896 + ], + [ + -75.53246506437998, + -11.118583477981085 + ], + [ + -75.5325856958312, + -11.118550636115954 + ], + [ + -75.62816824491267, + -11.087286131046113 + ], + [ + -75.62827852688584, + -11.087244140020404 + ], + [ + -75.62836524721534, + -11.08716410912443 + ], + [ + -75.69944404757605, + -11.014997807048646 + ], + [ + -75.69952403604289, + -11.014908319378538 + ], + [ + -75.69957505181476, + -11.01479967505524 + ], + [ + -75.74615825204627, + -10.901668707262777 + ], + [ + -75.74620142106484, + -10.901545904487355 + ], + [ + -75.74620436687428, + -10.901415768373838 + ], + [ + -75.74130337414476, + -10.737744254085797 + ], + [ + -75.74131962249353, + -10.737165016322187 + ], + [ + -75.75356771631716, + -10.59513468664585 + ], + [ + -75.75357211940627, + -10.5950082018736 + ] + ] + ], + [ + [ + [ + -75.88148439675416, + -5.145504528132748 + ], + [ + -75.8814211437088, + -5.145407376555049 + ], + [ + -75.82621195135718, + -5.06875463384976 + ], + [ + -75.82608658448135, + -5.068594710265204 + ], + [ + -75.77928662718264, + -5.013650972688323 + ], + [ + -75.77919544187091, + -5.013554881278253 + ], + [ + -75.77907252718431, + -5.013505481886299 + ], + [ + -75.65186664667942, + -4.970152739820542 + ], + [ + -75.65175673370534, + -4.970120935010769 + ], + [ + -75.65165982472023, + -4.970181771318984 + ], + [ + -75.57975357690934, + -5.020158386380891 + ], + [ + -75.5796554005275, + -5.02023426984948 + ], + [ + -75.57963027839419, + -5.0203557843801265 + ], + [ + -75.57296057320382, + -5.063541117727987 + ], + [ + -75.57294808708754, + -5.063659961012486 + ], + [ + -75.5730030522672, + -5.063766066895736 + ], + [ + -75.60974329932358, + -5.126975707756468 + ], + [ + -75.60994530410355, + -5.1272720001831305 + ], + [ + -75.66007074679726, + -5.190507030882514 + ], + [ + -75.66014384744997, + -5.190591209724296 + ], + [ + -75.66023078552942, + -5.190661006237 + ], + [ + -75.74220291143324, + -5.250635591297289 + ], + [ + -75.74230987208136, + -5.250705604565525 + ], + [ + -75.74243757876718, + -5.250699821798808 + ], + [ + -75.82771339178394, + -5.242374474144389 + ], + [ + -75.82782708857965, + -5.242357994605982 + ], + [ + -75.8279147063428, + -5.242283686705136 + ], + [ + -75.87972312177668, + -5.194018611443136 + ], + [ + -75.87980718786342, + -5.193932202244936 + ], + [ + -75.87981727212754, + -5.193812069135114 + ], + [ + -75.88148583970195, + -5.145620447478062 + ], + [ + -75.88148439675416, + -5.145504528132748 + ] + ] + ] + ] + } + } + ], + "properties": { + "title": "Speaker areas for families", + "description": "Speaker areas aggregated for Glottolog family-level languoids, color-coded by family." + } +} \ No newline at end of file diff --git a/cldf/features.geojson b/cldf/features.geojson new file mode 100644 index 0000000..7776ab8 --- /dev/null +++ b/cldf/features.geojson @@ -0,0 +1 @@ +{"type": "FeatureCollection", "properties": {"dc:description": "This dataset provides contemporary, non-overlapping speaker areas for Arawakan languages derived from figure S1 in the supplementary material for Walker & Ribeiro 2011. Languages for which only point locations are given in the source are omitted.", "dc:isPartOf": "Glottography dataset derived from Walker and Ribeiro 2011 \"Bayesian Phylogeography of the Arawak Expansion in Lowland South America\""}, "features": [{"type": "Feature", "properties": {"name": "Achagua", "year": "2011", "map_name_full": "Supplement 1", "id": "1", "cldf:languageReference": "acha1250"}, "geometry": {"type": "Polygon", "coordinates": [[[-72.64632257038751, 4.523734895493839], [-72.48095610299846, 4.588495000126685], [-72.3274015261372, 4.629702922649432], [-72.13841127769257, 4.641476174929338], [-71.89036157660898, 4.700339480409558], [-71.74861889027551, 4.694453372573801], [-71.67774754710877, 4.600268935927676], [-71.70727727342826, 4.464857045042732], [-71.83720806923392, 4.358865049331039], [-72.02619831767856, 4.376531429725029], [-72.20928262085928, 4.376531429725029], [-72.38646097877614, 4.335309229871801], [-72.62269878933192, 4.323531044569537], [-72.69947607776255, 4.358865049331039], [-72.69947607776255, 4.429528062923402], [-72.64632257038751, 4.523734895493839]]]}}, {"type": "Feature", "properties": {"name": "Amuesha", "year": "2011", "map_name_full": "Supplement 1", "id": "2", "cldf:languageReference": "yane1238"}, "geometry": {"type": "Polygon", "coordinates": [[[-75.55212056453506, -10.18903483005878], [-75.41699619087889, -10.160016770591128], [-75.31626711233518, -10.097135282041007], [-75.28187181722274, -9.983433756108662], [-75.21062442020401, -9.937458007366105], [-75.12217937562907, -9.947137650542214], [-75.05338878540411, -9.997951065966285], [-75.07795685334159, -10.097135282041007], [-75.13200660280407, -10.152761843884722], [-75.14183382997906, -10.263985908158794], [-75.14183382997906, -10.401752766098344], [-75.13200660280407, -10.479068973222521], [-75.06075920578535, -10.539458843129818], [-75.00179584273539, -10.628814102730612], [-75.01407987670413, -10.742281707263194], [-75.03127752426039, -10.848468085336494], [-75.03864794464162, -10.901547158854147], [-75.11972256883531, -10.971500553992406], [-75.24993332890399, -11.072782993563967], [-75.36294644141643, -11.121000434823394], [-75.53246611018508, -11.118589751896765], [-75.62828157514129, -11.087249061376586], [-75.69952897215997, -11.014911583123295], [-75.74620830124118, -10.901547158854147], [-75.74129468765369, -10.73745416364374], [-75.7535787216224, -10.595007067838132], [-75.6921585517787, -10.459741724812439], [-75.6921585517787, -10.370337577284822], [-75.6921585517787, -10.266403390008099], [-75.68970174498497, -10.247063018269591], [-75.64793602949125, -10.208378736162395], [-75.55212056453506, -10.18903483005878]]]}}, {"type": "Feature", "properties": {"name": "Apurin\u00e3", "year": "2011", "map_name_full": "Supplement 1", "id": "3", "cldf:languageReference": "apur1254"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.47904417863519, -7.769743165031936], [-66.35144081495004, -7.820312867058616], [-66.19831677852785, -7.961153167276113], [-66.12904638109879, -8.14525578636331], [-66.00144301741364, -8.30762905426668], [-65.8920687056835, -8.433873004360802], [-65.87748546411949, -8.675424479114271], [-65.95769329272159, -8.891607561912526], [-66.0743592252337, -9.021256386912063], [-66.28581622791195, -9.086063379844548], [-66.45716931628915, -9.032058362917745], [-66.58841849036533, -8.942032040714711], [-66.7342509060055, -8.873597134747476], [-66.9019581839917, -8.833971086011893], [-67.05872803080489, -8.823163241745334], [-67.23008111918209, -8.898811484890496], [-67.44153812186033, -8.99605051947051], [-67.5764331063275, -9.064462347190627], [-67.6675783661026, -9.050060936724833], [-67.71497390118564, -8.985247467141754], [-67.69309903883963, -8.848381052110609], [-67.60195377906452, -8.722274818366898], [-67.47435041537938, -8.592521115513783], [-67.3175805685662, -8.426660169354204], [-67.25560179191912, -8.343702926493616], [-67.2446643607461, -8.195779034557146], [-67.23372692957308, -8.087507124599675], [-67.14987329057999, -7.950321005732618], [-66.95299952946577, -7.769743165031936], [-66.84727102812663, -7.7263928569764], [-66.69414699170444, -7.733618218036153], [-66.47904417863519, -7.769743165031936]]], [[[-64.90587699491684, -7.371297020004456], [-64.85118983905177, -7.407452339837559], [-64.77098201044967, -7.411067708927998], [-64.70900323380259, -7.342370638177123], [-64.6251495948095, -7.342370638177123], [-64.58504568050846, -7.436374460910625], [-64.58504568050846, -7.584570268640733], [-64.6215037844185, -7.674908587765117], [-64.7819194416227, -7.776064711664055], [-64.92775185726286, -7.844692500024721], [-65.07358427290303, -7.97469296642578], [-65.10275075603107, -7.989134924790519], [-65.25587479245326, -7.999966058348374], [-65.52201895099657, -8.025237583635873], [-65.66055974585474, -8.025237583635873], [-65.70795528093778, -8.014407122083231], [-65.72253852250181, -7.91692004216142], [-65.71160109132877, -7.826633649633258], [-65.60951840038067, -7.7110385543955], [-65.51108151982355, -7.642388992122137], [-65.34337424183735, -7.606253203615043], [-65.25587479245326, -7.609866919664322], [-65.17566696385116, -7.566500321350589], [-65.14650048072313, -7.48336884048449], [-65.09545913524906, -7.41468304834493], [-65.01889711703797, -7.349602410344292], [-64.90587699491684, -7.371297020004456]]], [[[-62.15912135860871, -4.930805028994472], [-62.25908948582691, -5.073802237565309], [-62.37443732492482, -5.272923935073009], [-62.50516487590245, -5.418395704167093], [-62.682031562519256, -5.553627523346967], [-62.85889824913608, -5.67352414567782], [-63.005005511993446, -5.780644739075286], [-63.145986204224236, -5.885195292363556], [-63.28440361114173, -5.925990193733917], [-63.38693502367322, -5.920890995510927], [-63.44589058587883, -5.877545914393559], [-63.44589058587883, -5.755141660640871], [-63.42538430337252, -5.62250732214581], [-63.394624879613076, -5.494945783944759], [-63.27927704051516, -5.321418359057229], [-63.179308913296964, -5.211662409932445], [-62.97424608823399, -5.204004297737373], [-62.802505972243765, -5.181029402338125], [-62.70253784502557, -5.096781000009473], [-62.56668372342135, -4.984432638615866], [-62.45902574026329, -4.864402945884461], [-62.2795957683332, -4.808211448410622], [-62.15655807329543, -4.838861934252472], [-62.15912135860871, -4.930805028994472]]]]}}, {"type": "Feature", "properties": {"name": "Ash\u00e1ninka", "year": "2011", "map_name_full": "Supplement 1", "id": "4", "cldf:languageReference": "asha1243"}, "geometry": {"type": "Polygon", "coordinates": [[[-74.60654014996827, -11.290197712294038], [-74.75750981109125, -11.26058656182449], [-74.75750981109125, -11.130261400310333], [-74.66692801441745, -11.02358829447008], [-74.46160927529019, -11.053223610261686], [-74.34083354639176, -11.142111563066694], [-74.18382509882386, -11.207278816918157], [-73.96039000036181, -11.082855932039452], [-73.87584699013293, -10.976165580692244], [-73.86980820368801, -10.810126328461509], [-73.82149791212866, -10.780466749791074], [-73.73695490189978, -10.786398899666299], [-73.68260582389549, -10.87536707237534], [-73.59202402722168, -10.970237205477012], [-73.58598524077678, -11.195431315034746], [-73.57994645433185, -11.37901280404513], [-73.58598524077678, -11.45004494415988], [-73.6886446103404, -11.444126278787722], [-73.6886446103404, -11.532893229361742], [-73.7127997561201, -11.603886601436518], [-73.79130397990407, -11.66894799794059], [-73.83961427146342, -11.775379160509342], [-73.83961427146342, -11.994024561420407], [-73.83961427146342, -12.283308884360698], [-73.7792264070142, -12.595850419831674], [-73.70676096967517, -12.790260103699113], [-73.56786888144202, -12.978635703026898], [-73.39878286098427, -13.20214631446707], [-73.22969684052649, -13.337329982734765], [-73.19346412185698, -13.478310616362348], [-73.25989077275108, -13.554640482924034], [-73.37462771520458, -13.619208156124998], [-73.58598524077678, -13.507671149532761], [-73.76111004767945, -13.349081522965822], [-74.05097179703563, -12.88446561214268], [-74.23817417682815, -12.660670142956205], [-74.38914383795114, -12.418986282452455], [-74.46764806173512, -12.21249284651843], [-74.47368684818002, -12.041276059298092], [-74.46764806173512, -11.994024561420407], [-74.2864844683875, -11.98221039198398], [-74.23213539038322, -11.864040340295936], [-74.22005781749337, -11.586139947313178], [-74.38310505150622, -11.278353618266994], [-74.58238500418858, -11.242818408358003], [-74.60654014996827, -11.290197712294038]]]}}, {"type": "Feature", "properties": {"name": "A\u00f1\u00fa", "year": "2011", "map_name_full": "Supplement 1", "id": "5", "cldf:languageReference": "para1316"}, "geometry": {"type": "Polygon", "coordinates": [[[-71.78803955318712, 10.859913357800785], [-71.8373516782799, 10.809686492219303], [-71.91223305342083, 10.807892519859424], [-71.98894080356517, 10.8509448929983], [-72.01268367860987, 10.928064874105303], [-71.97615617854113, 10.987236393843165], [-71.90310117840365, 11.017714066451884], [-71.82821980326271, 11.021299467653428], [-71.78986592819054, 10.949583158982886], [-71.78803955318712, 10.859913357800785]]]}}, {"type": "Feature", "properties": {"name": "Baniwa", "year": "2011", "map_name_full": "Supplement 1", "id": "6", "cldf:languageReference": "bani1255"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.29974742226352, 3.479256011406535], [-67.37310532391773, 3.547594695466281], [-67.40733901135634, 3.650093217011753], [-67.32909058292519, 3.650093217011753], [-67.255732681271, 3.601285835849564], [-67.22149899383238, 3.464611359579838], [-67.0552210834162, 2.912839599323764], [-66.96230107465426, 2.531809715990998], [-66.93295791399257, 2.311932722355711], [-66.96230107465426, 2.175102969604144], [-67.10412635118568, 2.155554830662192], [-67.16281267250903, 2.194650855238362], [-67.15792214573207, 2.355910950279465], [-67.21171794027849, 2.487837198178041], [-67.3926674310255, 2.644177088081865], [-67.46602533267969, 2.766303979586815], [-67.55405481466472, 2.883533970124608], [-67.72033272508088, 2.878649624979911], [-67.8474864212815, 2.89818687957998], [-67.8474864212815, 2.951912583892714], [-67.55405481466472, 3.240032223824934], [-67.37799585069465, 3.381620746585264], [-67.29974742226352, 3.479256011406535]]], [[[-65.81547254546034, 3.117957220859941], [-65.8839399203376, 3.064239697944424], [-65.97685992909959, 3.059356152368911], [-66.03065572364599, 3.078890200835553], [-66.08934204496933, 3.127723749859378], [-66.09912309852325, 3.196086889893614], [-66.07956099141546, 3.264445475444511], [-65.89861150066842, 3.25956287244331], [-65.81547254546034, 3.210735544944608], [-65.81547254546034, 3.117957220859941]]]]}}, {"type": "Feature", "properties": {"name": "Cabiyari", "year": "2011", "map_name_full": "Supplement 1", "id": "7", "cldf:languageReference": "cabi1241"}, "geometry": {"type": "Polygon", "coordinates": [[[-71.01899303613109, 0.064140656426251], [-71.12169409844695, 0.054359608114085], [-71.16570883943946, 0.073921702869205], [-71.20972358043198, 0.098374308928181], [-71.1999425268781, 0.171732001782745], [-71.14125620555475, 0.254870373573747], [-71.10702251811612, 0.367350813180705], [-71.02388356290804, 0.406474134575899], [-70.935854080923, 0.401583729392026], [-70.93096355414605, 0.264651326594713], [-70.95052566125383, 0.171732001782745], [-71.01899303613109, 0.064140656426251]]]}}, {"type": "Feature", "properties": {"name": "Chamicuro", "year": "2011", "map_name_full": "Supplement 1", "id": "8", "cldf:languageReference": "cham1318"}, "geometry": {"type": "Polygon", "coordinates": [[[-75.8261525216869, -5.068672121372543], [-75.7791995851127, -5.013548784205147], [-75.65175590012558, -4.970114996543544], [-75.57964960467237, -5.020230649649005], [-75.57294204230463, -5.063661102500245], [-75.60983363532719, -5.127131126045741], [-75.66014035308528, -5.190594841693215], [-75.74230799209012, -5.250712473148584], [-75.82782941227883, -5.242363147240303], [-75.87981302062883, -5.193934861055696], [-75.88148991122077, -5.145502853742386], [-75.8261525216869, -5.068672121372543]]]}}, {"type": "Feature", "properties": {"name": "Curripaco", "year": "2011", "map_name_full": "Supplement 1", "id": "9", "cldf:languageReference": "curr1243"}, "geometry": {"type": "Polygon", "coordinates": [[[-69.6912150161902, 2.868880871913557], [-69.61296658775908, 2.990984194481049], [-69.43201709701206, 3.088657090879738], [-69.05055600841025, 3.210735544944608], [-68.73267176790876, 3.32791714198055], [-68.40500647385335, 3.46949293541612], [-68.23872856343719, 3.528069868536071], [-68.18493276889077, 3.654973809842995], [-67.98931169781294, 3.669615428856419], [-67.89150116227401, 3.601285835849564], [-67.83281484095066, 3.586643109609651], [-67.82792431417371, 3.674495915249889], [-67.84259589450456, 3.796499306691427], [-67.68120851086533, 3.806258840671751], [-67.62252218954197, 3.811138566205424], [-67.46602533267969, 3.898968857596268], [-67.23128004738628, 3.981911267024072], [-67.02587792275453, 3.938001609719526], [-66.89383369977699, 3.811138566205424], [-66.82536632489975, 3.513425979003067], [-66.8302568516767, 3.147256534669686], [-66.83514737845364, 2.863996464062736], [-66.84003790523057, 2.58555187543374], [-66.84492843200753, 2.39500154338434], [-66.88405264622308, 2.287499782958463], [-66.95741054787729, 2.155554830662192], [-67.10412635118568, 2.10668338999773], [-67.2019368867246, 2.175102969604144], [-67.31441900259436, 2.189763907701664], [-67.3828863774716, 2.165328931654634], [-67.44157269879497, 2.067585131667347], [-67.57361692177251, 1.891631311708196], [-67.65186535020364, 1.77920692264915], [-67.75456641251954, 1.769430558741122], [-67.80836220706593, 1.749877676611168], [-68.29741488476054, 1.710771303058253], [-68.42945910773807, 1.696106206464237], [-68.5370506968309, 1.554338018658554], [-68.54194122360785, 1.441894368921629], [-68.52726964327702, 1.391781796836154], [-68.46369279517673, 1.396670875755136], [-68.39522542029947, 1.465116896418675], [-68.31697699186832, 1.455339019225476], [-68.28763383120665, 1.38689270778119], [-68.2925243579836, 1.30377667751629], [-68.39033489352252, 1.230436719133788], [-68.51259806294617, 1.201100164465796], [-68.70332860724706, 1.161984269672246], [-68.90384020510186, 1.161984269672246], [-69.0554465351872, 1.293998137219055], [-69.20216233849558, 1.479783632097424], [-69.37822130246566, 1.626445496143111], [-69.51515605222015, 1.719325891026883], [-69.6276381680899, 1.753543857607227], [-69.75479186429051, 1.792649338357019], [-69.82325923916775, 1.777984879988563], [-69.84771187305248, 1.61177977354876], [-69.86727398016026, 1.553115836478268], [-69.99442767636087, 1.606891175830018], [-70.03844241735338, 1.71443755972715], [-70.0628950512381, 1.919736287547226], [-70.01398978346865, 2.115236003814961], [-69.89661714082195, 2.364462111912972], [-69.82325923916775, 2.49150163102405], [-69.79880660528302, 2.750428183119209], [-69.6912150161902, 2.868880871913557]]]}}, {"type": "Feature", "properties": {"name": "Guarequena", "year": "2011", "map_name_full": "Supplement 1", "id": "10", "cldf:languageReference": "guar1293"}, "geometry": {"type": "Polygon", "coordinates": [[[-66.80824948118044, 2.971448562067057], [-66.48058418712505, 3.030054412968385], [-66.13335678596187, 3.083773657069552], [-65.51225988528968, 3.117957220859941], [-65.51225988528968, 2.795612582984433], [-65.52693146562054, 2.41943259879412], [-65.61496094760557, 2.043148229913881], [-65.75189569736006, 1.842752012302479], [-65.91817360777623, 1.710771303058253], [-66.06488941108461, 1.676552571605473], [-66.1920431072852, 1.676552571605473], [-66.2849631160472, 1.774318747154486], [-66.36810207125528, 1.813423786401394], [-66.41211681224779, 1.945396949058136], [-66.52459892811756, 2.023598440584586], [-66.69087683853373, 2.121344984826524], [-66.847373695396, 2.16044188902103], [-66.92073159705019, 2.184876944226723], [-66.92073159705019, 2.267953131561414], [-66.83759264184211, 2.365683702134731], [-66.80824948118044, 2.624635655301687], [-66.80824948118044, 2.971448562067057]]]}}, {"type": "Feature", "properties": {"name": "Ignaciano", "year": "2011", "map_name_full": "Supplement 1", "id": "11", "cldf:languageReference": "igna1246"}, "geometry": {"type": "Polygon", "coordinates": [[[-65.8236776433878, -15.15438804805431], [-65.47966921319447, -15.131599384576997], [-64.94679340956172, -15.141366254987226], [-64.86922288118478, -15.157643371110941], [-64.86922288118478, -15.216230608993794], [-64.9400481462246, -15.25527972092436], [-65.05134499128714, -15.300827845057988], [-65.2199765747152, -15.320345439368086], [-65.55049447823428, -15.310586869734347], [-65.87426711841623, -15.304080903827565], [-65.93160185678177, -15.25527972092436], [-65.92148396177609, -15.1901938443764], [-65.8236776433878, -15.15438804805431]]]}}, {"type": "Feature", "properties": {"name": "I\u00f1apari", "year": "2011", "map_name_full": "Supplement 1", "id": "12", "cldf:languageReference": "inap1242"}, "geometry": {"type": "Polygon", "coordinates": [[[-69.34639142120064, -12.521754450619778], [-69.30254720950933, -12.528339185436675], [-69.29580194617219, -12.564552218916553], [-69.33627352619496, -12.584302633720629], [-69.38011773788625, -12.600760151914558], [-69.40709879123476, -12.561260335521029], [-69.40709879123476, -12.528339185436675], [-69.34639142120064, -12.521754450619778]]]}}, {"type": "Feature", "properties": {"name": "Lokono", "year": "2011", "map_name_full": "Supplement 1", "id": "13", "cldf:languageReference": "araw1276"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-53.42114801920439, 5.253039809354221], [-53.33030656390067, 5.150094203604914], [-53.22693525269301, 5.047131924324209], [-53.1392262613653, 4.909823518829127], [-53.11103408558137, 4.80058069577071], [-53.12669640546134, 4.731904798678559], [-53.217537860765034, 4.797459213304101], [-53.43367787510835, 4.897339522788053], [-53.63415556957171, 4.990963771345728], [-53.815838480179124, 5.015927991782883], [-53.991256462834556, 5.044011598454517], [-54.1353498057301, 5.112655286602711], [-54.12908487777811, 5.184411274417184], [-54.044508350426376, 5.277993771751166], [-53.89728254355485, 5.318541817304599], [-53.70306977704348, 5.309184812379891], [-53.53704918631603, 5.290470376758256], [-53.42114801920439, 5.253039809354221]]], [[[-57.42760339778235, 5.360108870707267], [-57.36669202335222, 5.383296233091086], [-57.316529714998005, 5.413616833726679], [-57.30398913790945, 5.299460846721965], [-57.25382682955522, 5.269134597282344], [-57.26457589563112, 5.212045883141312], [-57.325487270061245, 5.142462002217853], [-57.36131749031427, 5.069301517894451], [-57.415062820693784, 5.02290276265595], [-57.604962988034764, 5.067517011820755], [-57.69991307170526, 5.08179292226585], [-57.800237688413695, 5.0139795455414], [-57.89697928309683, 4.914031233763846], [-57.95430763550166, 4.881901792183184], [-57.97580576765346, 4.969361635372604], [-57.95968216853959, 5.085361850488316], [-57.868315106894414, 5.195988744888396], [-57.8074037324643, 5.213829984298681], [-57.73216026993296, 5.278054236463737], [-57.71603667081909, 5.329785607337325], [-57.610337521072715, 5.356541505943769], [-57.54046859157934, 5.335136880497751], [-57.42760339778235, 5.360108870707267]]], [[[-57.75152861484495, 6.448979146681752], [-57.67475132641433, 6.390290019419588], [-57.60387998324759, 6.33746404593409], [-57.4857610779697, 6.255279572803422], [-57.37354811795571, 6.255279572803422], [-57.29086488426118, 6.178953843828184], [-57.35583028216401, 6.10848955009788], [-57.497572968497494, 6.067381088553924], [-57.586162147455916, 5.973407151047477], [-57.62159781903929, 5.90879069703782], [-57.716092943261586, 5.891166715256706], [-57.846023739067284, 5.867667203009948], [-57.88736535591454, 5.902916098700034], [-57.90508319170624, 5.973407151047477], [-57.9287069727618, 6.214182479487732], [-57.96414264434517, 6.267021006952915], [-57.98776642540076, 6.378551383990624], [-57.9287069727618, 6.448979146681752], [-57.87555346538675, 6.454847686719667], [-57.75152861484495, 6.448979146681752]]], [[[-58.81459876234602, 7.187859908707327], [-58.90318794130444, 7.164421177449214], [-59.07446035395737, 7.205438163845052], [-59.18076736870749, 7.363611584460043], [-59.24573276661034, 7.521728594854031], [-59.22210898555476, 7.638815240287463], [-59.10989602554074, 7.685640942400901], [-58.968153339207284, 7.662228734903061], [-58.89728199604054, 7.539293618016321], [-58.79688092655433, 7.35775430826296], [-58.81459876234602, 7.187859908707327]]]]}}, {"type": "Feature", "properties": {"name": "Machiguenga", "year": "2011", "map_name_full": "Supplement 1", "id": "14", "cldf:languageReference": "mach1267"}, "geometry": {"type": "Polygon", "coordinates": [[[-73.30820106431045, -11.580224145409769], [-73.29008470497571, -11.586139947313178], [-73.25385198630619, -11.60980190208064], [-73.10892111162809, -11.497389804063896], [-73.04249446073398, -11.307962936717681], [-73.18138654896715, -11.005805671040964], [-73.39878286098427, -10.857575553923155], [-73.16327018963239, -10.845713952798633], [-72.97606780983985, -10.928735253024326], [-72.85529208094145, -11.094708020719075], [-72.76471028426766, -11.248741247970427], [-72.66205091470401, -11.444126278787722], [-72.60770183669975, -11.674861915140676], [-72.43861581624198, -11.704429607989926], [-72.26349100933929, -11.704429607989926], [-72.07024984310186, -11.674861915140676], [-71.86493110397458, -11.66894799794059], [-71.7803880937457, -11.745819066183248], [-71.70792265640665, -11.822668696291908], [-71.74415537507618, -11.99993145210334], [-71.88304746330934, -12.041276059298092], [-71.9615516870933, -12.277408274136313], [-71.90720260908901, -12.40719104460764], [-71.9615516870933, -12.507433489844479], [-72.2031031448901, -12.648885961406588], [-72.49296489424627, -12.719582874821551], [-72.7828266436024, -12.80203772090425], [-73.04853324717891, -12.831479356200381], [-73.29008470497571, -12.855030184036696], [-73.39878286098427, -12.713692215801899], [-73.4712482983233, -12.501537949099712], [-73.4470931525436, -12.242001837700231], [-73.4108604338741, -11.875859658406483], [-73.30820106431045, -11.580224145409769]]]}}, {"type": "Feature", "properties": {"name": "Mandahuaca", "year": "2011", "map_name_full": "Supplement 1", "id": "15", "cldf:languageReference": "mand1448"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.75934421341098, 0.275654889510281], [-66.77890632051876, 0.339230819074062], [-66.75445368663402, 0.422367930787389], [-66.7300010527493, 0.510394487811404], [-66.66153367787203, 0.622871085042298], [-66.5832852494409, 0.57396848615859], [-66.56372314233313, 0.49083312749366], [-66.56372314233313, 0.37835426542283], [-66.62729999043343, 0.290326290845656], [-66.68109578497982, 0.265873945185892], [-66.75934421341098, 0.275654889510281]]], [[[-66.89627896316547, 1.553115836478268], [-67.04299476647384, 1.870857775671058], [-67.07233792713551, 2.100574351364732], [-66.86204527572684, 2.168994203288788], [-66.63708104398731, 2.100574351364732], [-66.40233575869391, 1.944175021606578], [-66.36810207125528, 1.807313679257248], [-66.79846842762655, 1.489561402060842], [-66.89627896316547, 1.553115836478268]]], [[[-65.46824514429719, 3.103307257413685], [-65.41933987652773, 3.166788953342529], [-65.34109144809658, 3.147256534669686], [-65.29707670710407, 3.06912322123762], [-65.31663881421186, 2.937260374719353], [-65.42423040330465, 2.942144465853274], [-65.46824514429719, 3.01540324532255], [-65.46824514429719, 3.103307257413685]]], [[[-67.41467480152176, 3.953858143436346], [-67.51737586383763, 3.890430200848983], [-67.59073376549182, 3.84163622216356], [-67.6298579797074, 3.84651574618524], [-67.64942008681516, 3.929463350975582], [-67.7129969349155, 4.041673420732121], [-67.6738727206999, 4.114845563445525], [-67.54671902449931, 4.236784137940246], [-67.41467480152176, 4.222152513094438], [-67.25817794465947, 4.158745630044061], [-67.15058635556667, 4.109967628418023], [-67.13102424845887, 4.007524153742109], [-67.22394425722086, 3.992888316367676], [-67.41467480152176, 3.953858143436346]]]]}}, {"type": "Feature", "properties": {"name": "Mawayana", "year": "2011", "map_name_full": "Supplement 1", "id": "16", "cldf:languageReference": "mapi1252"}, "geometry": {"type": "Polygon", "coordinates": [[[-58.49926169233312, 2.070120037093349], [-58.48459832332787, 2.037148647766112], [-58.4919300078305, 1.989522118976685], [-58.54325179934889, 2.004176583531929], [-58.54325179934889, 2.062793120571036], [-58.49926169233312, 2.070120037093349]]]}}, {"type": "Feature", "properties": {"name": "Mehin\u00e1ku", "year": "2011", "map_name_full": "Supplement 1", "id": "17", "cldf:languageReference": "mehi1240"}, "geometry": {"type": "Polygon", "coordinates": [[[-53.50447890659955, -12.589246119419334], [-53.44602810281482, -12.540839306969549], [-53.39997595437838, -12.552941864389023], [-53.38403482607345, -12.596160633656654], [-53.403518427335015, -12.654926466774072], [-53.407060900291675, -12.720589912946554], [-53.44957057577147, -12.825961476713786], [-53.53281869025275, -12.796600049238304], [-53.554073527992664, -12.717134364779916], [-53.559387237427636, -12.644557007134766], [-53.50447890659955, -12.589246119419334]]]}}, {"type": "Feature", "properties": {"name": "Nomatsiguenga", "year": "2011", "map_name_full": "Supplement 1", "id": "18", "cldf:languageReference": "noma1263"}, "geometry": {"type": "Polygon", "coordinates": [[[-74.77562617042601, -11.521059252338235], [-74.76354859753619, -11.37901280404513], [-74.57030743129874, -11.26058656182449], [-74.39518262439606, -11.27243138811233], [-74.32875597350193, -11.38493282758103], [-74.22005781749337, -11.568392166171904], [-74.22005781749337, -11.828579314537006], [-74.2864844683875, -11.98221039198398], [-74.41933777017573, -11.994024561420407], [-74.47972563462494, -11.964488168552457], [-74.54011349907412, -11.799024947558866], [-74.65485044152761, -11.60980190208064], [-74.77562617042601, -11.521059252338235]]]}}, {"type": "Feature", "properties": {"name": "Palik\u00far", "year": "2011", "map_name_full": "Supplement 1", "id": "19", "cldf:languageReference": "pali1279"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-51.281946580157936, 3.376325774270317], [-51.25062372315561, 3.274697923630329], [-51.25062372315561, 3.173059758003547], [-51.395491936791316, 3.161331628058678], [-51.56385229317875, 3.192606345258082], [-51.6225826500581, 3.286424746567218], [-51.63041336430868, 3.360691404480965], [-51.60692122155693, 3.446677306983962], [-51.58734443593049, 3.548286975645567], [-51.524698721925866, 3.549263937969857], [-51.43464550804421, 3.517023637406816], [-51.356338365538434, 3.434952409948108], [-51.281946580157936, 3.376325774270317]]], [[[-51.71745352740362, 3.972705065186719], [-51.823762952691716, 3.841041457562341], [-51.94106990473372, 3.775201991712115], [-52.03638180326788, 3.734964299264147], [-52.047379330021805, 3.797149039340642], [-52.047379330021805, 3.910533159487942], [-51.9593991159903, 4.053155860612217], [-51.87508474421009, 4.151879972450023], [-51.765109476670695, 4.100691215044257], [-51.74311442316281, 4.045842480297406], [-51.71745352740362, 3.972705065186719]]]]}}, {"type": "Feature", "properties": {"name": "Parec\u00eds", "year": "2011", "map_name_full": "Supplement 1", "id": "20", "cldf:languageReference": "pare1272"}, "geometry": {"type": "Polygon", "coordinates": [[[-57.79647018662784, -14.650904987499842], [-57.61747619239809, -14.593172736325755], [-57.49814686291159, -14.513210775020603], [-57.39717589180764, -14.39765918433715], [-57.31915286868185, -14.28649543404747], [-57.176875591217176, -14.233117292131928], [-57.030008724156865, -14.228668543533342], [-56.92903775305291, -14.353200303077859], [-56.81888760275767, -14.433219915430326], [-56.786760475588224, -14.602055608536308], [-56.79135006518387, -14.690864565945823], [-56.841835550735844, -14.797387678507393], [-56.97034405941362, -14.890552519113085], [-57.15392764323901, -14.992543994778513], [-57.21818189757789, -15.076761179898414], [-57.401765481403274, -15.107780170204663], [-57.488967683720325, -15.174234160396896], [-57.64501372997191, -15.253951356896598], [-57.80564936581911, -15.253951356896598], [-57.883672388944895, -15.174234160396896], [-57.94333705368814, -15.107780170204663], [-57.95251623287942, -14.983677095743099], [-57.96628500166633, -14.877245715974778], [-57.92497869530561, -14.748571055516884], [-57.79647018662784, -14.650904987499842]]]}}, {"type": "Feature", "properties": {"name": "Piapoco", "year": "2011", "map_name_full": "Supplement 1", "id": "21", "cldf:languageReference": "piap1246"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-69.84985748793336, 4.535509893172831], [-69.49550077209967, 4.523734895493839], [-69.31832241418283, 4.394197393234773], [-68.96396569834914, 4.376531429725029], [-68.58598520145986, 4.323531044569537], [-68.40290089827914, 4.182178684203219], [-68.3320295551124, 4.070256602379852], [-68.59189114672378, 3.922967067584039], [-68.95215380782135, 3.816902466008644], [-69.28288674259946, 3.728505274984717], [-69.60771373211367, 3.734398699898979], [-69.88529315951673, 3.622416931509535], [-69.99750611953073, 3.57526254294366], [-70.09200124375305, 3.5870513686621], [-70.20421420376704, 3.640099195559547], [-70.44045201432283, 3.657781112457269], [-70.57038281012852, 3.681356458740809], [-70.57038281012852, 3.76386522973664], [-70.4463579595867, 3.911182770066259], [-70.34005094483662, 4.029018206388077], [-70.31642716378104, 4.229299013739061], [-70.30461527325325, 4.270526952546021], [-70.2455558206143, 4.394197393234773], [-70.07428340796135, 4.535509893172831], [-69.84985748793336, 4.535509893172831]]], [[[-67.80591694367745, 4.345293319558354], [-67.80591694367745, 4.476946377638172], [-67.86460326500081, 4.58907662720465], [-67.83526010433911, 4.842522917005925], [-67.82547905078523, 5.056903508955244], [-67.8303695775622, 5.193290765201701], [-67.86949379177776, 5.383209399416487], [-67.84015063111606, 5.495185029567946], [-67.73255904202324, 5.577936120614028], [-67.6298579797074, 5.577936120614028], [-67.58584323871487, 5.456239350149534], [-67.58584323871487, 5.168938039623638], [-67.57117165838403, 4.813283866509285], [-67.56628113160707, 4.481821966299026], [-67.58095271193794, 4.233126257641403], [-67.6836537742538, 4.120942940212378], [-67.75212114913103, 4.135576453581076], [-67.78635483656967, 4.208739947971555], [-67.80591694367745, 4.345293319558354]]]]}}, {"type": "Feature", "properties": {"name": "Piro", "year": "2011", "map_name_full": "Supplement 1", "id": "22", "cldf:languageReference": "yine1238"}, "geometry": {"type": "Polygon", "coordinates": [[[-73.63429553233614, -10.881297342752054], [-73.56786888144202, -10.845713952798633], [-73.39878286098427, -10.845713952798633], [-73.18138654896715, -11.005805671040964], [-73.03645567428904, -11.307962936717681], [-73.11495989807301, -11.503307352759665], [-73.26592955919602, -11.61571707725893], [-73.39274407453934, -11.491472131050841], [-73.52559737632758, -11.45004494415988], [-73.55579130855217, -11.017660872701164], [-73.63429553233614, -10.881297342752054]]]}}, {"type": "Feature", "properties": {"name": "Res\u00edgaro", "year": "2011", "map_name_full": "Supplement 1", "id": "23", "cldf:languageReference": "resi1247"}, "geometry": {"type": "Polygon", "coordinates": [[[-71.50951963254501, -2.434579690261791], [-71.44246377318906, -2.351502945722099], [-71.36467897633618, -2.32738295655939], [-71.20642714825614, -2.316662828654124], [-71.17960480451377, -2.37830244447208], [-71.21715608575309, -2.461377556057239], [-71.26811853886362, -2.501573342754977], [-71.33517439821956, -2.547127077332014], [-71.42637036694364, -2.544447490203648], [-71.53634197628737, -2.544447490203648], [-71.55779985128129, -2.496213975276774], [-71.50951963254501, -2.434579690261791]]]}}, {"type": "Feature", "properties": {"name": "Tariano", "year": "2011", "map_name_full": "Supplement 1", "id": "24", "cldf:languageReference": "tari1256"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-68.72778124113181, 0.455378017664193], [-68.60551807170815, 0.416254936024097], [-68.52726964327702, 0.382022079755902], [-68.42456858096115, 0.342898649171032], [-68.34632015252998, 0.338008208732084], [-68.22405698310634, 0.279322741576182], [-68.23872856343719, 0.205965502757822], [-68.33164857219916, 0.181513008851615], [-68.40989700063031, 0.176622505960581], [-68.50770753616922, 0.166841496353742], [-68.62508017881594, 0.201075006835204], [-68.66420439303151, 0.215746490065715], [-68.68865702691623, 0.279322741576182], [-68.76201492857042, 0.352679522518786], [-68.80602966956293, 0.450487643696625], [-68.72778124113181, 0.455378017664193]]], [[[-67.8377053677276, 1.527449848262186], [-67.82792431417371, 1.449227824433521], [-67.8474864212815, 1.385670433937864], [-67.9550780103743, 1.307443620350778], [-68.09201276012881, 1.307443620350778], [-68.18493276889077, 1.366113967044804], [-68.27296225087582, 1.468783589378392], [-68.35121067930694, 1.551893653591135], [-68.44413068806894, 1.610557625217998], [-68.43434963451503, 1.659442980799688], [-68.36588225963779, 1.703438768714943], [-67.86704852838929, 1.708327128052041], [-67.87193905516622, 1.581225846662829], [-67.8377053677276, 1.527449848262186]]]]}}, {"type": "Feature", "properties": {"name": "Ter\u00eana", "year": "2011", "map_name_full": "Supplement 1", "id": "25", "cldf:languageReference": "tere1281"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-50.19660962807562, -22.00009137672844], [-50.16523557016308, -22.027100483041806], [-50.14282552879698, -22.08317985753796], [-50.16075356188987, -22.18074638171879], [-50.21453766116849, -22.211870396646194], [-50.308659834906095, -22.22639257532252], [-50.36244393418472, -22.178671202165933], [-50.38261297141421, -22.106020630719296], [-50.34003389281862, -22.056181453194657], [-50.26383975217391, -22.00216918302056], [-50.19660962807562, -22.00009137672844]]], [[[-56.14345537559123, -19.924043588907946], [-55.90449998377244, -19.871175282758067], [-55.64446029267551, -19.864565503562766], [-55.48984209796923, -19.970288857928175], [-55.412533000616094, -20.128740962741382], [-55.36333630230047, -20.366117958261185], [-55.335223903262964, -20.701777215886], [-55.335223903262964, -20.912008993793314], [-55.39144870133796, -21.108834012870133], [-55.54606689604425, -21.325040378042882], [-55.806106587141166, -21.436295461715304], [-56.00992148016308, -21.462460824239187], [-56.19265207390685, -21.44283724243254], [-56.47377606428191, -21.28575370874423], [-56.558113261394425, -21.01045396434339], [-56.558113261394425, -20.75436262239771], [-56.424579365966274, -20.524166993124606], [-56.44566366524441, -20.201311286213823], [-56.35429836837252, -20.029727132876122], [-56.14345537559123, -19.924043588907946]]]]}}, {"type": "Feature", "properties": {"name": "Trinitario", "year": "2011", "map_name_full": "Supplement 1", "id": "26", "cldf:languageReference": "trin1274"}, "geometry": {"type": "Polygon", "coordinates": [[[-65.93497448845034, -15.193448615758749], [-65.97544606847308, -15.1901938443764], [-65.85065869673629, -15.16089864406404], [-65.56735763657709, -15.141366254987226], [-64.73094498277376, -15.118576190383557], [-64.62302076937979, -15.128343661042708], [-64.61964813771122, -15.330103553697345], [-64.62302076937979, -15.447165316673356], [-64.76467129945938, -15.570658842451055], [-65.02436393793865, -15.590151057738298], [-65.29080183975502, -15.560912041672879], [-65.77308816835937, -15.586902483612892], [-66.0968608085413, -15.580405181226245], [-66.23176607528379, -15.466669200853925], [-66.22502081194665, -15.310586869734347], [-66.09348817687273, -15.203212628603287], [-65.93497448845034, -15.193448615758749]]]}}, {"type": "Feature", "properties": {"name": "Wapishana", "year": "2011", "map_name_full": "Supplement 1", "id": "27", "cldf:languageReference": "wapi1253"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-58.134510388327435, 2.078362777693058], [-58.053861858798555, 1.990438026835872], [-57.973213329269676, 1.975783440187008], [-57.89989648424341, 2.012419662266622], [-57.79358705895531, 2.005092483221619], [-57.76059447869349, 1.9281551455216], [-57.76059447869349, 1.869533879602876], [-57.83391132371977, 1.803582618321426], [-57.94022074900786, 1.741293119497375], [-58.0648593855525, 1.708315487856415], [-58.16017128408666, 1.660680134474593], [-58.284809920631304, 1.668008725940445], [-58.372790134662814, 1.708315487856415], [-58.3691242924115, 1.829230619905714], [-58.38745350366807, 1.939146409947674], [-58.41678024167858, 2.008756076852246], [-58.47176787544828, 2.166282632288149], [-58.29580744738524, 2.166282632288149], [-58.2004955488511, 2.155292925294871], [-58.134510388327435, 2.078362777693058]]], [[[-59.79330400704671, 1.875945677023283], [-59.89961343233477, 1.729384596284693], [-60.05724464914126, 1.634113763468161], [-60.269863499717424, 1.63777811152515], [-60.30285607997924, 1.707399434401561], [-60.3211852912358, 1.751369503465712], [-60.33584866024106, 1.85762619374583], [-60.31751944898448, 1.969372017811134], [-60.31018776448187, 2.071951760936846], [-60.31385360673317, 2.214819545574156], [-60.31385360673317, 2.310057136511219], [-60.40183382076469, 2.321045683389404], [-60.504477403801474, 2.321045683389404], [-60.65844277835663, 2.328371333878248], [-60.717096254377644, 2.361336288069297], [-60.742757150136825, 2.496850542145084], [-60.742757150136825, 2.617702839262302], [-60.665774462859254, 2.701926368873333], [-60.60345514458693, 2.789805559383957], [-60.59612346008431, 2.939917203769066], [-60.61078682908955, 3.075366502714271], [-60.65844277835663, 3.185177665688574], [-60.65844277835663, 3.287657526875889], [-60.74642299238815, 3.393786280169911], [-60.82340567966572, 3.46331261399007], [-60.816073995163094, 3.584056683944711], [-60.7904130994039, 3.638935116206173], [-60.709764569875006, 3.635276657494238], [-60.62911604034612, 3.587715349083628], [-60.48981403479622, 3.496244364788955], [-60.42749471652389, 3.408423822307302], [-60.3890033728851, 3.418487003391795], [-60.161721153303674, 3.425805614248814], [-60.08840430827741, 3.381893113848627], [-60.018753305502464, 3.242823863793978], [-59.92710724921964, 3.136679155463764], [-59.82079782393155, 3.023202214116651], [-59.69249334513559, 3.103735485988191], [-59.5311962860778, 3.195243109110619], [-59.38089675377397, 3.180602431584751], [-59.087629373668904, 3.220863791672902], [-58.92266647235981, 3.242823863793978], [-58.831020416076974, 3.198903245897186], [-58.71737930628625, 3.070790789390689], [-58.67338919927051, 2.851134032035698], [-58.76136941330201, 2.715657916963315], [-58.90067141885192, 2.554531467258288], [-59.12428779618204, 2.389722150111798], [-59.42122101853841, 2.268849331845618], [-59.65583492262245, 2.180935450844732], [-59.73098468877438, 2.125070823228812], [-59.73098468877438, 2.007840179214268], [-59.79330400704671, 1.875945677023283]]]]}}, {"type": "Feature", "properties": {"name": "Waur\u00e1", "year": "2011", "map_name_full": "Supplement 1", "id": "28", "cldf:languageReference": "waur1244"}, "geometry": {"type": "Polygon", "coordinates": [[[-53.53990363616606, -13.23148590141815], [-53.48145283238133, -13.266398770775885], [-53.47436788646802, -13.331900733516242], [-53.554073527992664, -13.545520156866043], [-53.655034007257186, -13.636766914422845], [-53.75953695947837, -13.655700511854906], [-53.791419216088215, -13.578235297166476], [-53.77016437834832, -13.490410804447702], [-53.68868750034537, -13.376707648897519], [-53.62846546008231, -13.271570621492446], [-53.53990363616606, -13.23148590141815]]]}}, {"type": "Feature", "properties": {"name": "Wayuu", "year": "2011", "map_name_full": "Supplement 1", "id": "29", "cldf:languageReference": "wayu1243"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-70.82375134646551, 9.08697964328419], [-70.92463597934935, 8.969266837673425], [-71.13099091024812, 8.846985687300801], [-71.2823178595739, 8.769972698420972], [-71.40613081811316, 8.76091128019116], [-71.49325845560374, 8.792625263537616], [-71.61248574901192, 8.792625263537616], [-71.64917107006059, 8.769972698420972], [-71.727127377289, 8.769972698420972], [-71.8188406799107, 8.788094862677147], [-71.91055398253238, 8.89680893370099], [-71.93806797331888, 9.010017979447632], [-71.92431097792563, 9.154873095222204], [-71.91972531279454, 9.313239940875453], [-71.91055398253238, 9.417270100980938], [-71.77756969373094, 9.394657534240206], [-71.727127377289, 9.295144527423169], [-71.71337038189577, 9.16845021336347], [-71.68585639110928, 9.050764466895023], [-71.65375673519166, 9.01454559715233], [-71.55745776743892, 9.01454559715233], [-71.3648598319334, 9.082452948697487], [-71.19060455695221, 9.204653289079332], [-71.05762026815079, 9.33133440549221], [-71.04844893788862, 9.467012468937167], [-71.04386327275755, 9.638793433574623], [-70.99800662144669, 9.661389637648206], [-70.95673563526692, 9.643312797042134], [-70.93839297474261, 9.580036142696162], [-70.84667967212091, 9.394657534240206], [-70.83292267672768, 9.254426387068039], [-70.82375134646551, 9.08697964328419]]], [[[-72.54137093014683, 9.725534316168488], [-72.58264191632655, 9.92434427117966], [-72.4909286137049, 10.046281715438182], [-72.41297230647646, 10.104975978937237], [-72.28457368280611, 10.104975978937237], [-72.22037437097094, 10.023704158581353], [-72.22037437097094, 9.83850918002935], [-72.29833067819935, 9.698414649720322], [-72.33043033411695, 9.549217424905757], [-72.41755797160755, 9.508515883392231], [-72.54137093014683, 9.725534316168488]]], [[[-71.22025219139176, 9.994483178286863], [-71.22025219139176, 10.109536124510083], [-71.3353138166083, 10.213766891760544], [-71.33714019161175, 10.249700543464554], [-71.41750069176297, 10.350292801607475], [-71.45220181682826, 10.425715613103558], [-71.49420844190733, 10.502915072225177], [-71.50151394192106, 10.574711024992142], [-71.44672269181795, 10.628546854613976], [-71.33348744160487, 10.502915072225177], [-71.23486319141927, 10.314370722754052], [-71.1563290662715, 10.167047006308714], [-71.14719719125429, 10.057407892012908], [-71.16728731629208, 9.972906150312728], [-71.22025219139176, 9.994483178286863]]], [[[-71.7959908460216, 10.750193861084538], [-71.78803481982402, 10.754005695369226], [-72.04384398842305, 10.685170072514225], [-72.29467612165224, 10.747680421495966], [-72.39575772758042, 10.8212052533519], [-72.47063299123094, 10.880012002815052], [-72.55673954442902, 10.916760271782236], [-72.6316148080795, 10.87633692381081], [-72.69900254536498, 10.69620225806829], [-72.78885286174558, 10.549073257141146], [-72.84510958815565, 10.564840085702585], [-72.93277558832065, 10.625855290637379], [-72.98939321342718, 10.733499082566462], [-73.0350525885131, 10.85006946471029], [-73.11541308866431, 10.946877644682898], [-73.20490546383274, 11.0203588182065], [-73.27065496395649, 11.056196571537097], [-73.32088027655101, 11.092029899092307], [-73.38297702666787, 11.17084757462969], [-73.2807000264754, 11.292614115045488], [-73.15182343347132, 11.380277125083817], [-73.02692235715814, 11.473952932318694], [-72.84893832341187, 11.59885400863186], [-72.73028230091437, 11.689407288958922], [-72.54605321335244, 11.748735300207663], [-72.37743676032966, 11.80494078454859], [-72.243168103293, 11.88300395724432], [-72.18696261895207, 11.976679764479208], [-72.15885987678162, 12.032885248820135], [-72.12138955388767, 12.123438529147181], [-72.1463697691503, 12.213991809474228], [-72.01389388296285, 12.225554473021804], [-71.92029980339973, 12.265781435727451], [-71.7817805656463, 12.360838674511262], [-71.63739788317412, 12.426323639206613], [-71.46878143015134, 12.40446595085181], [-71.31265508475987, 12.335770358879566], [-71.21585675061716, 12.251462132368179], [-71.13785329825194, 12.10117760416306], [-71.13410953506941, 12.017007117588541], [-71.25765372009276, 11.962098987619676], [-71.3811979051161, 11.811959456883208], [-71.51222961650448, 11.705712944894413], [-71.7817805656463, 11.687390402320977], [-71.95901815468055, 11.6456919122493], [-71.97463078921967, 11.458340297779547], [-71.93091541251007, 11.342806802189866], [-71.8753746452094, 11.177540033184975], [-71.69567401244822, 11.02697745683445], [-71.6806989597181, 10.887362023426743], [-71.76669554755281, 10.764229376766762], [-71.72110947088068, 10.786068580941063], [-71.6736237207913, 10.753781526692459], [-71.61700609568477, 10.644338449097237], [-71.60787422066757, 10.574345864690605], [-71.62065884569162, 10.515108799367702], [-71.66083909576726, 10.468429098719653], [-71.72293584588412, 10.450473480068203], [-71.74890165820261, 10.450473480068203], [-71.7442484764633, 10.413866848707935], [-71.7992764580363, 10.337192495332445], [-71.86347576987146, 10.197326316670427], [-71.95060340736207, 10.084486084943748], [-72.01938838432831, 10.039338864995829], [-72.07900203103242, 10.089000458418282], [-72.1065160218189, 10.174761463099843], [-71.96894606788639, 10.373276890828945], [-71.86347576987146, 10.481504992430617], [-71.81644553980772, 10.516183830835248], [-71.82703922108003, 10.547421350281228], [-71.84895572112127, 10.621009381548127], [-71.85443484613158, 10.705344419143682], [-71.7959908460216, 10.750193861084538]]]]}}, {"type": "Feature", "properties": {"name": "Yucuna", "year": "2011", "map_name_full": "Supplement 1", "id": "30", "cldf:languageReference": "yucu1253"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-69.68876975280175, -1.267201922899756], [-69.76212765445592, -1.252533889388278], [-69.79636134189455, -1.20363985678076], [-69.77190870800983, -1.1351867463023], [-69.664317118917, -1.130297175241423], [-69.63008343147838, -1.20363985678076], [-69.68876975280175, -1.267201922899756]]], [[[-70.86983196943423, -0.822239084392276], [-70.9627519781962, -0.822239084392276], [-71.06056251373514, -0.80756898801046], [-71.11924883505849, -0.748888082641939], [-71.13881094216626, -0.62663374467751], [-71.07523409406598, -0.577731179442493], [-70.98720461208094, -0.602182516896816], [-70.92362776398063, -0.67064566409281], [-70.86983196943423, -0.709767038825198], [-70.86494144265727, -0.739107853708379], [-70.86983196943423, -0.822239084392276]]], [[[-72.34188052929503, -0.675535853408009], [-72.39078579706448, -0.616853267011025], [-72.42991001128007, -0.611963021419243], [-72.4445815916109, -0.528828193323657], [-72.32720894896418, -0.509266889007963], [-72.24406999375611, -0.528828193323657], [-72.20494577954052, -0.587511727300092], [-72.20494577954052, -0.675535853408009], [-72.28808473474862, -0.675535853408009], [-72.34188052929503, -0.675535853408009]]]]}}]} \ No newline at end of file diff --git a/cldf/languages.csv b/cldf/languages.csv new file mode 100644 index 0000000..a80191c --- /dev/null +++ b/cldf/languages.csv @@ -0,0 +1,32 @@ +ID,Name,Macroarea,Latitude,Longitude,Glottocode,ISO639P3code,Feature_IDs,Glottolog_Languoid_Level,Family,Speaker_Area +acha1250,Achagua,,4.38649,-72.2005,acha1250,,1,language,Arawakan,languages +apur1254,Apurinã,,-8.21692,-66.7714,apur1254,,3,language,Arawakan,languages +araw1276,Lokono,,5.64295,-56.9243,araw1276,,13,language,Arawakan,languages +asha1243,Asháninka,,-11.9311,-73.9073,asha1243,,4,language,Arawakan,languages +bani1255,Baniwa do Icana,,2.17859,-67.7704,bani1255,,6,language,Arawakan,languages +cabi1241,Cabiyarí,,0.16101,-71.0622,cabi1241,,7,language,Arawakan,languages +cham1318,Chamicuro,,-5.1149,-75.6778,cham1318,,8,language,Arawakan,languages +curr1243,Curripaco,,0.69618,-67.5028,curr1243,,9,language,Arawakan,languages +guar1293,Baniva de Maroa,,1.80835,-66.922505,guar1293,,10,language,Arawakan,languages +igna1246,Ignaciano,,-15.1188,-65.3993,igna1246,,11,language,Arawakan,languages +inap1242,Iñapari,,-12.46525,-69.30827,inap1242,,12,language,Arawakan,languages +mach1267,Machiguenga,,-12.1291,-72.5017,mach1267,,14,language,Arawakan,languages +mand1448,Mandahuaca,,1.48,-66.52,mand1448,,15,language,Arawakan,languages +mapi1252,Mapidian-Mawayana,,1.190187,-58.585983,mapi1252,,16,language,Arawakan,languages +mehi1240,Mehináku,,-12.5364,-53.521,mehi1240,,17,language,Arawakan,languages +noma1263,Nomatsiguenga,,-11.5349,-74.4371,noma1263,,18,language,Arawakan,languages +pali1279,Palikúr,,3.63993,-51.6246,pali1279,,19,language,Arawakan,languages +para1316,Paraujano,,10.8427,-71.8399,para1316,,5,language,Arawakan,languages +pare1272,Parecís,,-14.5929,-57.4059,pare1272,,20,language,Arawakan,languages +piap1246,Piapoco,,4.37718,-68.5953,piap1246,,21,language,Arawakan,languages +resi1247,Resígaro,,-1.169535,-71.60524,resi1247,,23,language,Arawakan,languages +tari1256,Tariana,,0.440205,-68.9042,tari1256,,24,language,Arawakan,languages +tere1279,Terena-Kinikinao-Chane,,-20.6614,-56.0329,tere1279,,25,language,Arawakan,languages +trin1274,Trinitario-Javeriano-Loretano,,-15.3331,-65.4096,trin1274,,26,language,Arawakan,languages +wapi1253,Wapishana,,2.58744,-59.8021,wapi1253,,27,language,Arawakan,languages +waur1244,Waurá,,-13.296,-53.6971,waur1244,,28,language,Arawakan,languages +wayu1243,Wayuu,,11.395566,-72.199791,wayu1243,,29,language,Arawakan,languages +yane1238,Yanesha',,-10.5454,-75.315,yane1238,,2,language,Arawakan,languages +yine1238,Yine,,-11.1086,-73.3087,yine1238,,22,language,Arawakan,languages +yucu1253,Yucuna,,-0.76075,-71.0033,yucu1253,,30,language,Arawakan,languages +araw1281,Arawakan,,,,araw1281,,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30,family,,families diff --git a/cldf/languages.geojson b/cldf/languages.geojson new file mode 100644 index 0000000..d4b33bc --- /dev/null +++ b/cldf/languages.geojson @@ -0,0 +1,13565 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "title": "Achagua", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "acha1250", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -72.69947060359748, + 4.3588685560938565 + ], + [ + -72.69947607776255, + 4.358983767543607 + ], + [ + -72.69947607776255, + 4.429399610644795 + ], + [ + -72.69946956140592, + 4.429526351406494 + ], + [ + -72.6994129563548, + 4.4296399364042784 + ], + [ + -72.6463825894615, + 4.523628520446686 + ], + [ + -72.64631848555273, + 4.523730192573642 + ], + [ + -72.64620884132852, + 4.523779433578714 + ], + [ + -72.48108541977342, + 4.588444357647533 + ], + [ + -72.48082196958416, + 4.588530996183964 + ], + [ + -72.32752226002935, + 4.629670522489336 + ], + [ + -72.32740051610841, + 4.629696750255637 + ], + [ + -72.32727676221845, + 4.629710694886905 + ], + [ + -72.13883843925596, + 4.64144956466298 + ], + [ + -72.13841396672372, + 4.641494260191091 + ], + [ + -72.13799485265884, + 4.64157499445568 + ], + [ + -71.89047287954955, + 4.700313067723058 + ], + [ + -71.89036107436372, + 4.700334250843908 + ], + [ + -71.8902472811712, + 4.7003347340957315 + ], + [ + -71.74874161626566, + 4.694458468980756 + ], + [ + -71.74862192616673, + 4.694447592189323 + ], + [ + -71.74854503590282, + 4.694355223841534 + ], + [ + -71.6778193612996, + 4.600364373361262 + ], + [ + -71.67775355165338, + 4.600267623517763 + ], + [ + -71.67777299540666, + 4.600152239887222 + ], + [ + -71.70725170787924, + 4.464974278751467 + ], + [ + -71.70728238895104, + 4.464860185736247 + ], + [ + -71.70737025010642, + 4.464781198638404 + ], + [ + -71.83711391736685, + 4.3589418544043 + ], + [ + -71.83720989265626, + 4.358871038566212 + ], + [ + -71.83732904735295, + 4.35887635809161 + ], + [ + -72.02596614380411, + 4.37650972663708 + ], + [ + -72.02643150372445, + 4.376531429725029 + ], + [ + -72.20870863762777, + 4.376531429725029 + ], + [ + -72.20927887578114, + 4.3764988061400425 + ], + [ + -72.20984167264938, + 4.376401361104401 + ], + [ + -72.38635213195302, + 4.335334554101855 + ], + [ + -72.38646167228525, + 4.335314179599795 + ], + [ + -72.38657259409796, + 4.335303665030424 + ], + [ + -72.62257863245527, + 4.32353703526999 + ], + [ + -72.62269767168642, + 4.323536832556771 + ], + [ + -72.62280807740419, + 4.323581340501375 + ], + [ + -72.6993682321755, + 4.358815417251496 + ], + [ + -72.69947060359748, + 4.3588685560938565 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Apurin\u00e3", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "apur1254", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -63.44588522281112, + -5.877543200842776 + ], + [ + -63.44589058587883, + -5.877428789950083 + ], + [ + -63.44589058587883, + -5.7552375430951095 + ], + [ + -63.44588691796252, + -5.755141942510351 + ], + [ + -63.445875935779014, + -5.755046904007283 + ], + [ + -63.42540020061335, + -5.622610145269499 + ], + [ + -63.42535991369582, + -5.6224061764058915 + ], + [ + -63.39465052575961, + -5.495052140355278 + ], + [ + -63.394620455826676, + -5.494947715274636 + ], + [ + -63.39456431534278, + -5.49485467203536 + ], + [ + -63.279329673442035, + -5.321497539181766 + ], + [ + -63.27927418897829, + -5.3214205845539375 + ], + [ + -63.27921301792622, + -5.321348068053383 + ], + [ + -63.17939254518143, + -5.211754230166677 + ], + [ + -63.17930615127226, + -5.211668358739406 + ], + [ + -63.179184801394086, + -5.2116577749486215 + ], + [ + -62.97448525323163, + -5.20401322940202 + ], + [ + -62.974008869772135, + -5.203972563338473 + ], + [ + -62.80395061081556, + -5.181222661902936 + ], + [ + -62.80348570716287, + -5.181137938148114 + ], + [ + -62.80303087837147, + -5.181009702850975 + ], + [ + -62.80259018721813, + -5.180839101478546 + ], + [ + -62.80216757019455, + -5.180627657934554 + ], + [ + -62.80176680234456, + -5.180377260947091 + ], + [ + -62.80139146354335, + -5.18009014719747 + ], + [ + -62.70255561311594, + -5.096795974114403 + ], + [ + -62.56697073765022, + -4.984669993051117 + ], + [ + -62.566693317995046, + -4.984422646549964 + ], + [ + -62.56643503858058, + -4.984155375712093 + ], + [ + -62.45911526508545, + -4.864502758611584 + ], + [ + -62.45902176186001, + -4.864409131123364 + ], + [ + -62.45889778851135, + -4.864362875652779 + ], + [ + -62.27970466422822, + -4.808245550981915 + ], + [ + -62.279595609771256, + -4.80821679039652 + ], + [ + -62.27948504145381, + -4.808239032092583 + ], + [ + -62.15667544919323, + -4.838832694202969 + ], + [ + -62.156563834238405, + -4.838866308201168 + ], + [ + -62.15656144432205, + -4.8389828504137 + ], + [ + -62.15911797750718, + -4.930683751454068 + ], + [ + -62.159127114714025, + -4.930803127907322 + ], + [ + -62.15919087308933, + -4.9309044644541595 + ], + [ + -62.25896755929448, + -5.073627830439021 + ], + [ + -62.25919615274648, + -5.073986373638065 + ], + [ + -62.374372454758564, + -5.272811951548013 + ], + [ + -62.374442747531226, + -5.272919993345017 + ], + [ + -62.37452382746956, + -5.273020193880888 + ], + [ + -62.50508717959854, + -5.418309244819409 + ], + [ + -62.50516854516502, + -5.418391731800824 + ], + [ + -62.50525721756042, + -5.41846630836414 + ], + [ + -62.68197491402472, + -5.5535842100519845 + ], + [ + -62.68209058829523, + -5.5536675364851416 + ], + [ + -62.85882187235717, + -5.673472370422729 + ], + [ + -62.858972663602124, + -5.67357870368954 + ], + [ + -63.004994500990165, + -5.780636666203466 + ], + [ + -63.00501647874394, + -5.780652871960819 + ], + [ + -63.14589796264841, + -5.885129852866635 + ], + [ + -63.14598837538475, + -5.885190935969957 + ], + [ + -63.146091581431136, + -5.885226349532288 + ], + [ + -63.28426916639992, + -5.925950569671425 + ], + [ + -63.28440454496727, + -5.925982347500948 + ], + [ + -63.284543600370746, + -5.925983231644834 + ], + [ + -63.38681342490317, + -5.92089704298669 + ], + [ + -63.38693297697108, + -5.920885243108933 + ], + [ + -63.3870331145743, + -5.9208188774968615 + ], + [ + -63.44579622094086, + -5.877615293019389 + ], + [ + -63.44588522281112, + -5.877543200842776 + ] + ] + ], + [ + [ + [ + -65.72253347682378, + -7.916919971677868 + ], + [ + -65.7225250386116, + -7.916808735238866 + ], + [ + -65.71161619865806, + -7.826758357733386 + ], + [ + -65.7115951500744, + -7.826636316944245 + ], + [ + -65.71151793868472, + -7.826539490303019 + ], + [ + -65.60961706558702, + -7.711150279643125 + ], + [ + -65.60951248071582, + -7.71104519336078 + ], + [ + -65.60939614053785, + -7.710953290776368 + ], + [ + -65.51118323733658, + -7.642459929586895 + ], + [ + -65.51107903851417, + -7.642394691753227 + ], + [ + -65.51096029164377, + -7.64236287115757 + ], + [ + -65.34347751296313, + -7.6062754553837495 + ], + [ + -65.34337385954876, + -7.606257665279677 + ], + [ + -65.34326869060078, + -7.60625756286759 + ], + [ + -65.25724916388052, + -7.6098101583004585 + ], + [ + -65.2567125288489, + -7.609803494549079 + ], + [ + -65.25617969929132, + -7.609739352321802 + ], + [ + -65.25565681386387, + -7.609618470592409 + ], + [ + -65.25514989665764, + -7.609442242022682 + ], + [ + -65.2546647877961, + -7.609212696917748 + ], + [ + -65.17736710005487, + -7.567419547380139 + ], + [ + -65.1769721970198, + -7.567181882490963 + ], + [ + -65.17660085667694, + -7.566908863523826 + ], + [ + -65.17625623442412, + -7.56660281040833 + ], + [ + -65.17594125862696, + -7.566266323775816 + ], + [ + -65.17565860573572, + -7.5659022628609645 + ], + [ + -65.17541067754252, + -7.565513721205965 + ], + [ + -65.17519958077263, + -7.565104000373699 + ], + [ + -65.1750271091829, + -7.564676581893296 + ], + [ + -65.1465420998819, + -7.483487465081273 + ], + [ + -65.14649487300417, + -7.48337181901374 + ], + [ + -65.14642549791749, + -7.483267936925717 + ], + [ + -65.09554385519931, + -7.41479705507495 + ], + [ + -65.09545324052307, + -7.414688569429356 + ], + [ + -65.09535091238484, + -7.414591054779268 + ], + [ + -65.01899175942746, + -7.349682859988054 + ], + [ + -65.01889541395593, + -7.349608879137418 + ], + [ + -65.01877512925675, + -7.349625826327632 + ], + [ + -64.90599809438044, + -7.371273774536805 + ], + [ + -64.90587931379194, + -7.371302711340755 + ], + [ + -64.9057741324443, + -7.371365025471822 + ], + [ + -64.85234217745864, + -7.406690494336596 + ], + [ + -64.85187731796702, + -7.406963018437836 + ], + [ + -64.85138583056784, + -7.407183934415403 + ], + [ + -64.85087342366572, + -7.40735067642978 + ], + [ + -64.85034604863588, + -7.407461307847621 + ], + [ + -64.84980983070163, + -7.407514543734867 + ], + [ + -64.77333904815548, + -7.410961465417669 + ], + [ + -64.77284935380405, + -7.410959533620178 + ], + [ + -64.7723621970413, + -7.410909708143174 + ], + [ + -64.77188225075847, + -7.410812466921182 + ], + [ + -64.77141411868266, + -7.410668742708688 + ], + [ + -64.77096229121706, + -7.410479914132999 + ], + [ + -64.77053110236827, + -7.410247792470216 + ], + [ + -64.7701246881737, + -7.409974604271154 + ], + [ + -64.76974694702803, + -7.409662970003895 + ], + [ + -64.76940150228916, + -7.409315878917806 + ], + [ + -64.70908109814454, + -7.342456942755834 + ], + [ + -64.70900087818944, + -7.3423759360498435 + ], + [ + -64.70888699552975, + -7.342370638177123 + ], + [ + -64.62527123904009, + -7.342370638177123 + ], + [ + -64.6251533851498, + -7.342376376071664 + ], + [ + -64.62510186132148, + -7.342482525767752 + ], + [ + -64.58509513883712, + -7.436258530282879 + ], + [ + -64.58505197406768, + -7.436375747302919 + ], + [ + -64.58504568050846, + -7.436500500732743 + ], + [ + -64.58504568050846, + -7.584450376068727 + ], + [ + -64.5850513803987, + -7.58456916184691 + ], + [ + -64.58509054973187, + -7.5846814485922165 + ], + [ + -64.62145507426666, + -7.674787890505293 + ], + [ + -64.6215091626503, + -7.674904095436937 + ], + [ + -64.62161387887066, + -7.674978011961219 + ], + [ + -64.78178960212435, + -7.775982836486706 + ], + [ + -64.78205832980284, + -7.776130071540252 + ], + [ + -64.9270953466726, + -7.844383550401643 + ], + [ + -64.92751950041612, + -7.844608636944006 + ], + [ + -64.92792010685407, + -7.844873372343179 + ], + [ + -64.92829347126779, + -7.845175314993821 + ], + [ + -65.0735008107659, + -7.974618565156997 + ], + [ + -65.07358708110542, + -7.974688807604701 + ], + [ + -65.07368447220479, + -7.9747425807086465 + ], + [ + -65.10264175398801, + -7.989080951777709 + ], + [ + -65.10275232278653, + -7.989129155910136 + ], + [ + -65.10287208565555, + -7.989143506966106 + ], + [ + -65.25581480526803, + -7.999961815192107 + ], + [ + -65.25593466023194, + -7.999971743049821 + ], + [ + -65.52190112086481, + -8.025226395161287 + ], + [ + -65.52213731113306, + -8.025237583635873 + ], + [ + -65.66041929959, + -8.025237583635873 + ], + [ + -65.66055886074831, + -8.02522973710756 + ], + [ + -65.66069666284969, + -8.025206296421855 + ], + [ + -65.70783363535972, + -8.014434919591032 + ], + [ + -65.70794992908473, + -8.014402163080739 + ], + [ + -65.70797374173708, + -8.014283714032393 + ], + [ + -65.7225219347682, + -7.917030929010913 + ], + [ + -65.72253347682378, + -7.916919971677868 + ] + ] + ], + [ + [ + [ + -67.71496760685412, + -8.985245950430803 + ], + [ + -67.71495441873374, + -8.98512556953591 + ], + [ + -67.69311748212243, + -8.848496447853819 + ], + [ + -67.69309390429676, + -8.848383175690113 + ], + [ + -67.69303058440744, + -8.848286340321444 + ], + [ + -67.6020091421477, + -8.722351417302765 + ], + [ + -67.60195104864071, + -8.722277124912099 + ], + [ + -67.60188750988469, + -8.72220743243584 + ], + [ + -67.47438515145, + -8.592556436947762 + ], + [ + -67.47431638598677, + -8.592485112753245 + ], + [ + -67.31777926204249, + -8.426870385085373 + ], + [ + -67.3174074420622, + -8.426428443298693 + ], + [ + -67.2564750570707, + -8.344871772882346 + ], + [ + -67.25621018087708, + -8.344479856764552 + ], + [ + -67.25598352617746, + -8.344064663690814 + ], + [ + -67.2557971216007, + -8.343629909766047 + ], + [ + -67.25565263552471, + -8.343179486170767 + ], + [ + -67.25555136114407, + -8.34271742433382 + ], + [ + -67.25549420489541, + -8.34224785984988 + ], + [ + -67.24466683759435, + -8.195812532828057 + ], + [ + -67.24466098475602, + -8.19574561492799 + ], + [ + -67.23373818736187, + -8.087618567796342 + ], + [ + -67.23372209824659, + -8.087508750675026 + ], + [ + -67.23366851279624, + -8.087411553662179 + ], + [ + -67.14993412542279, + -7.950420532671178 + ], + [ + -67.1498690720713, + -7.950324477460744 + ], + [ + -67.14978732784289, + -7.950242158427838 + ], + [ + -66.95308086979884, + -7.769817772545012 + ], + [ + -66.95299689578846, + -7.769747313262325 + ], + [ + -66.95289740579713, + -7.769701292760607 + ], + [ + -66.84739719996328, + -7.726444589365655 + ], + [ + -66.84726974635542, + -7.726400280417874 + ], + [ + -66.84713481410208, + -7.726399284416087 + ], + [ + -66.6942959184283, + -7.733611190730862 + ], + [ + -66.69399995837739, + -7.733642911209945 + ], + [ + -66.47917421684788, + -7.769721326063519 + ], + [ + -66.47904604740243, + -7.7697498690320765 + ], + [ + -66.47892159472546, + -7.769791745505123 + ], + [ + -66.3515472560182, + -7.820270684055404 + ], + [ + -66.35144362744904, + -7.820317348323198 + ], + [ + -66.35135654525172, + -7.820390376572392 + ], + [ + -66.19840277615349, + -7.961074068450773 + ], + [ + -66.1983213832177, + -7.961156273885759 + ], + [ + -66.1982756315683, + -7.961262525144737 + ], + [ + -66.12931807202943, + -8.144533702850415 + ], + [ + -66.12911432136089, + -8.145001333443503 + ], + [ + -66.12886398626614, + -8.145445771343402 + ], + [ + -66.12856967215984, + -8.145862390970109 + ], + [ + -66.00151696381242, + -8.307534958640407 + ], + [ + -66.00136465392059, + -8.307719504361852 + ], + [ + -65.89214514717125, + -8.43378477271653 + ], + [ + -65.8920739554384, + -8.433875144592712 + ], + [ + -65.89206167054957, + -8.433989531743824 + ], + [ + -65.87749329213315, + -8.675294818761468 + ], + [ + -65.87749221741763, + -8.675423475801567 + ], + [ + -65.87753064837425, + -8.675546263629066 + ], + [ + -65.95765225387377, + -8.891496950457393 + ], + [ + -65.95769810206949, + -8.89160465279011 + ], + [ + -65.95777220988438, + -8.891695261185218 + ], + [ + -66.07428386722667, + -9.021172642867366 + ], + [ + -66.07436202442388, + -9.021251997828285 + ], + [ + -66.07446693836681, + -9.021289398655194 + ], + [ + -66.28569615112514, + -9.086026578909248 + ], + [ + -66.28581620212185, + -9.086056870600006 + ], + [ + -66.28593600931758, + -9.086025628573767 + ], + [ + -66.45705170292885, + -9.03209543088993 + ], + [ + -66.4571666412493, + -9.032052870996152 + ], + [ + -66.45727100917301, + -9.031988609821068 + ], + [ + -66.58808284179106, + -8.942262268500192 + ], + [ + -66.58842670816047, + -8.94204639378123 + ], + [ + -66.5887869559333, + -8.941859130553512 + ], + [ + -66.73378134433514, + -8.87381748636557 + ], + [ + -66.73425973763712, + -8.873622471967975 + ], + [ + -66.73475569991909, + -8.873477861520568 + ], + [ + -66.90156024916071, + -8.834065110464472 + ], + [ + -66.90196068540128, + -8.83398758892674 + ], + [ + -66.90236610781577, + -8.83394296340252 + ], + [ + -67.05749524533927, + -8.823248231005689 + ], + [ + -67.05797952974667, + -8.823238362602686 + ], + [ + -67.05846249651191, + -8.82327540145133 + ], + [ + -67.058939612919, + -8.823358999936435 + ], + [ + -67.05940640115848, + -8.823488373473605 + ], + [ + -67.05985848035226, + -8.82366230787267 + ], + [ + -67.23004618538106, + -8.898796062462457 + ], + [ + -67.23011581334882, + -8.898827439090335 + ], + [ + -67.44145104281401, + -8.996010475952017 + ], + [ + -67.44162360231311, + -8.996093870778433 + ], + [ + -67.57631675511513, + -9.064403339814433 + ], + [ + -67.57643420256068, + -9.06445539167188 + ], + [ + -67.57656196641953, + -9.06444198664656 + ], + [ + -67.66745754571023, + -9.050080026955827 + ], + [ + -67.66757505764862, + -9.050055516847474 + ], + [ + -67.66765056812334, + -9.049962200346691 + ], + [ + -67.71490103485641, + -8.985347111962836 + ], + [ + -67.71496760685412, + -8.985245950430803 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Lokono", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "araw1276", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -54.13534327694416, + 5.112659020974248 + ], + [ + -54.1353388105795, + 5.112781220675489 + ], + [ + -54.12909494110044, + 5.184296013134046 + ], + [ + -54.12907977638459, + 5.184409051188635 + ], + [ + -54.12900730036457, + 5.184497112513439 + ], + [ + -54.04458759028564, + 5.277906094186833 + ], + [ + -54.04450533723336, + 5.277988882689541 + ], + [ + -54.04439441352401, + 5.278025151567011 + ], + [ + -53.897409872131625, + 5.318506749234394 + ], + [ + -53.897281771760476, + 5.318534848765485 + ], + [ + -53.89715062713397, + 5.318535461684307 + ], + [ + -53.70314982583636, + 5.309188669062243 + ], + [ + -53.70299013976127, + 5.309175835380203 + ], + [ + -53.537173505765416, + 5.290484390491865 + ], + [ + -53.537050506411376, + 5.290464252818458 + ], + [ + -53.53693013404103, + 5.290431928532795 + ], + [ + -53.42127542183931, + 5.253080954348985 + ], + [ + -53.42115203785205, + 5.2530336766424695 + ], + [ + -53.421059436203585, + 5.2529394231302655 + ], + [ + -53.33041306428102, + 5.150214894605857 + ], + [ + -53.33019252143052, + 5.149980612391607 + ], + [ + -53.22703222629173, + 5.047228514206235 + ], + [ + -53.22694109355554, + 5.047127221184797 + ], + [ + -53.22686157262074, + 5.04701657818823 + ], + [ + -53.13929713062829, + 4.909934464643828 + ], + [ + -53.13923264895921, + 4.90982073877934 + ], + [ + -53.13919336468068, + 4.909696046344385 + ], + [ + -53.111063876209194, + 4.800696132490058 + ], + [ + -53.11103987193952, + 4.800580613795667 + ], + [ + -53.111060594137854, + 4.800464461463743 + ], + [ + -53.12666899960183, + 4.732024967465905 + ], + [ + -53.126700022759174, + 4.731914387463218 + ], + [ + -53.1267963529782, + 4.731976924350028 + ], + [ + -53.2171469739317, + 4.797177135507588 + ], + [ + -53.21754955995746, + 4.79743919961277 + ], + [ + -53.21797543638311, + 4.797661421064143 + ], + [ + -53.433668735808006, + 4.897335299432421 + ], + [ + -53.633470055353826, + 4.990643632221539 + ], + [ + -53.63393346155733, + 4.990832411422577 + ], + [ + -53.634413415885774, + 4.990973927283178 + ], + [ + -53.63490511144496, + 4.9910667624773 + ], + [ + -53.815810990818186, + 5.015924214595123 + ], + [ + -53.815865878928946, + 5.015932378195847 + ], + [ + -53.99113884298401, + 5.043992768061136 + ], + [ + -53.99125476984545, + 5.044017039373849 + ], + [ + -53.99136400139391, + 5.044062828047667 + ], + [ + -54.13523568084111, + 5.112600919390928 + ], + [ + -54.13534327694416, + 5.112659020974248 + ] + ] + ], + [ + [ + [ + -57.97580010390514, + 4.969361927074925 + ], + [ + -57.97578945302088, + 4.969479009965947 + ], + [ + -57.95969801017018, + 5.085247878877901 + ], + [ + -57.95967719165104, + 5.085359662336434 + ], + [ + -57.959608894018146, + 5.085450571003123 + ], + [ + -57.868394128992435, + 5.195893065229495 + ], + [ + -57.86831161244138, + 5.195983442470525 + ], + [ + -57.86819601726538, + 5.196023626823054 + ], + [ + -57.80843053418034, + 5.213529229055279 + ], + [ + -57.807933497480256, + 5.213703728977266 + ], + [ + -57.80745757833051, + 5.213929553393377 + ], + [ + -57.80700805935189, + 5.2142041956914005 + ], + [ + -57.80658993012781, + 5.2145246073890235 + ], + [ + -57.733258183006754, + 5.277117109918331 + ], + [ + -57.7329166548002, + 5.277437449112883 + ], + [ + -57.73260659115795, + 5.277788332645123 + ], + [ + -57.73233071144625, + 5.278166683144146 + ], + [ + -57.73209143522635, + 5.278569182344179 + ], + [ + -57.7318908610341, + 5.278992300186916 + ], + [ + -57.7317307479751, + 5.279432325781372 + ], + [ + -57.71607464542489, + 5.3296637686335515 + ], + [ + -57.71603167597561, + 5.329780334097737 + ], + [ + -57.71591295343116, + 5.329816924239072 + ], + [ + -57.610447650539044, + 5.356513628587689 + ], + [ + -57.61033765173252, + 5.356536211906962 + ], + [ + -57.61022890091112, + 5.3565082297236835 + ], + [ + -57.54172762773461, + 5.33552259124961 + ], + [ + -57.541228302330076, + 5.3353973380711945 + ], + [ + -57.54071874464163, + 5.335324090679017 + ], + [ + -57.54020435627057, + 5.335303625537093 + ], + [ + -57.53969059002618, + 5.335336159587566 + ], + [ + -57.53918289212285, + 5.335421347950999 + ], + [ + -57.427960385240866, + 5.360029885441579 + ], + [ + -57.42726169777843, + 5.360238946935092 + ], + [ + -57.367113601835555, + 5.383135749221568 + ], + [ + -57.36670092402994, + 5.3833144856716775 + ], + [ + -57.36630597557341, + 5.383529579619818 + ], + [ + -57.316636984427404, + 5.413551994734296 + ], + [ + -57.31653451327456, + 5.413607120898537 + ], + [ + -57.31651602783406, + 5.4134922404406005 + ], + [ + -57.30425883635524, + 5.301915892614632 + ], + [ + -57.304177455066295, + 5.301412869082325 + ], + [ + -57.30404529845006, + 5.3009207408297 + ], + [ + -57.3038637391147, + 5.300444619210795 + ], + [ + -57.30363466277606, + 5.29998944933117 + ], + [ + -57.30336044867219, + 5.299559958686939 + ], + [ + -57.303043944852064, + 5.2991606080639375 + ], + [ + -57.30268843859511, + 5.298795545207003 + ], + [ + -57.30229762226879, + 5.298468561740569 + ], + [ + -57.30187555497881, + 5.2981830537880095 + ], + [ + -57.25393499434518, + 5.269199989655791 + ], + [ + -57.25383369353035, + 5.269131528228949 + ], + [ + -57.25385021720469, + 5.269010384553007 + ], + [ + -57.264551237066634, + 5.212176845750437 + ], + [ + -57.26458242748102, + 5.212049059136482 + ], + [ + -57.264663671273546, + 5.211945610082168 + ], + [ + -57.32505064034636, + 5.1429607988773025 + ], + [ + -57.32532515021886, + 5.142617913920026 + ], + [ + -57.32556850867242, + 5.14225226049518 + ], + [ + -57.32577883770243, + 5.141866660361417 + ], + [ + -57.36126205765036, + 5.06941470392877 + ], + [ + -57.361322575983024, + 5.069305440677705 + ], + [ + -57.36141288912223, + 5.069219159373082 + ], + [ + -57.41497358672297, + 5.022979799026207 + ], + [ + -57.41506427403811, + 5.022908683348297 + ], + [ + -57.41517758292939, + 5.022929724354013 + ], + [ + -57.60476448786452, + 5.067470377127491 + ], + [ + -57.60516462635349, + 5.067547328493149 + ], + [ + -57.69798498287585, + 5.081503030752387 + ], + [ + -57.69844713285045, + 5.0815506878142065 + ], + [ + -57.69891171120731, + 5.08155524247024 + ], + [ + -57.6993747067064, + 5.081516655394896 + ], + [ + -57.69983212177429, + 5.08143525975484 + ], + [ + -57.70028000701988, + 5.081311758332381 + ], + [ + -57.70071449533395, + 5.0811472174575485 + ], + [ + -57.70113183527847, + 5.080943057801228 + ], + [ + -57.701528423477, + 5.08070104210888 + ], + [ + -57.79980676945095, + 5.014270820713104 + ], + [ + -57.8002203474595, + 5.013958875862341 + ], + [ + -57.800599429701855, + 5.013605813527053 + ], + [ + -57.8968949758694, + 4.914118335543389 + ], + [ + -57.896982884291354, + 4.914035909815497 + ], + [ + -57.897085028672, + 4.913971969086991 + ], + [ + -57.95420198152505, + 4.881961005523996 + ], + [ + -57.95430400688885, + 4.881910153003052 + ], + [ + -57.954336545827, + 4.882019406704439 + ], + [ + -57.97577748094919, + 4.9692465578997025 + ], + [ + -57.97580010390514, + 4.969361927074925 + ] + ] + ], + [ + [ + [ + -57.98775973849826, + 6.378549715316735 + ], + [ + -57.9876855037241, + 6.37864788222055 + ], + [ + -57.9287835925121, + 6.448887778452785 + ], + [ + -57.92870413352633, + 6.448973842393746 + ], + [ + -57.928588450598255, + 6.448992232404529 + ], + [ + -57.87565116203235, + 6.4548369002879795 + ], + [ + -57.875553344249994, + 6.4548438227314335 + ], + [ + -57.875455284942596, + 6.454843041071114 + ], + [ + -57.75165462063385, + 6.448985108954747 + ], + [ + -57.75153086716567, + 6.448972975851305 + ], + [ + -57.751428394737445, + 6.448902537690161 + ], + [ + -57.67477540218808, + 6.3903084231191505 + ], + [ + -57.674727029334605, + 6.3902719088994235 + ], + [ + -57.60394543462939, + 6.337512831985054 + ], + [ + -57.60381297415167, + 6.337417422514836 + ], + [ + -57.48704843652927, + 6.25617528788561 + ], + [ + -57.48661868072942, + 6.2559075086169305 + ], + [ + -57.4861640451731, + 6.255684568501286 + ], + [ + -57.485689192525896, + 6.2555087539749055 + ], + [ + -57.4851989927965, + 6.255381868161925 + ], + [ + -57.48469847339066, + 6.255305212381846 + ], + [ + -57.48419276755101, + 6.255279572803422 + ], + [ + -57.37366461362168, + 6.255279572803422 + ], + [ + -57.37355020359849, + 6.255274238599013 + ], + [ + -57.37346251795496, + 6.255200554577294 + ], + [ + -57.29095503920162, + 6.179037066765195 + ], + [ + -57.29087299748376, + 6.1789535169246586 + ], + [ + -57.29094805126215, + 6.178863637284797 + ], + [ + -57.355753489580216, + 6.108572842671393 + ], + [ + -57.35583305304777, + 6.108494027933232 + ], + [ + -57.35593908909768, + 6.108457993720869 + ], + [ + -57.496263033382796, + 6.067760998224615 + ], + [ + -57.496765701305634, + 6.0675857055127045 + ], + [ + -57.49724688293178, + 6.067357962635429 + ], + [ + -57.497701123536764, + 6.067080351309507 + ], + [ + -57.49812327380229, + 6.066756018565529 + ], + [ + -57.49850854818945, + 6.066388641072894 + ], + [ + -57.58572369264784, + 5.973872256664414 + ], + [ + -57.586001007962764, + 5.973551913745709 + ], + [ + -57.586250205977834, + 5.973209242301399 + ], + [ + -57.58646949721834, + 5.972846703032774 + ], + [ + -57.62153871747708, + 5.908898467914052 + ], + [ + -57.621601654123424, + 5.908795992634 + ], + [ + -57.621718648293744, + 5.908768161562083 + ], + [ + -57.716079524116466, + 5.891169218018315 + ], + [ + -57.8459027694958, + 5.867689081849924 + ], + [ + -57.84602203515397, + 5.867673518005091 + ], + [ + -57.84611728571895, + 5.867746963222972 + ], + [ + -57.88726727709234, + 5.902832474245148 + ], + [ + -57.88735952117063, + 5.9029197204287644 + ], + [ + -57.88739677486108, + 5.903041100118471 + ], + [ + -57.905060572875506, + 5.973317161208993 + ], + [ + -57.90507979745594, + 5.973407740772229 + ], + [ + -57.905092252226055, + 5.973499496537326 + ], + [ + -57.92858413894956, + 6.212930548164117 + ], + [ + -57.9286563594587, + 6.213417973688965 + ], + [ + -57.928776206392484, + 6.213895923641026 + ], + [ + -57.928942515800166, + 6.214359756180992 + ], + [ + -57.92915367248847, + 6.214804966577545 + ], + [ + -57.92940762570833, + 6.215227230957212 + ], + [ + -57.964076138503906, + 6.266921839346842 + ], + [ + -57.96413733970554, + 6.267023248088455 + ], + [ + -57.96416738685723, + 6.267137818977712 + ], + [ + -57.98774032899286, + 6.378428180079875 + ], + [ + -57.98775973849826, + 6.378549715316735 + ] + ] + ], + [ + [ + [ + -59.245726588572715, + 7.521729185879544 + ], + [ + -59.24570849557982, + 7.521848889464719 + ], + [ + -59.22213312866147, + 7.638695579706103 + ], + [ + -59.22210389764333, + 7.638811064256335 + ], + [ + -59.22199632889181, + 7.638862251143782 + ], + [ + -59.11000352506789, + 7.685596083582143 + ], + [ + -59.109895381318786, + 7.6856354047561295 + ], + [ + -59.10978109898918, + 7.685621959521841 + ], + [ + -58.96827451976201, + 7.662248750780884 + ], + [ + -58.96815705624261, + 7.662223368413906 + ], + [ + -58.96809199632247, + 7.6621223280765856 + ], + [ + -58.89729309076472, + 7.539312863188668 + ], + [ + -58.8972712450605, + 7.539274178726425 + ], + [ + -58.796942353110836, + 7.3578653761502375 + ], + [ + -58.796887445770714, + 7.357752982430787 + ], + [ + -58.79689409155843, + 7.357628070471095 + ], + [ + -58.814585705026246, + 7.187985113925936 + ], + [ + -58.81460442005559, + 7.187864752308135 + ], + [ + -58.814720459147686, + 7.1878277104336465 + ], + [ + -58.903068595721535, + 7.164452753642576 + ], + [ + -58.90318801460092, + 7.164427390235856 + ], + [ + -58.90330799861767, + 7.164449929243547 + ], + [ + -59.07434728177343, + 7.205411084876767 + ], + [ + -59.07445710010693, + 7.205442848744367 + ], + [ + -59.074525210622824, + 7.2055346635976685 + ], + [ + -59.180696961955526, + 7.3635068267747705 + ], + [ + -59.180761744831685, + 7.363614589913892 + ], + [ + -59.18081533722441, + 7.36372833335611 + ], + [ + -59.24568612842842, + 7.521615083813786 + ], + [ + -59.245726588572715, + 7.521729185879544 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Ash\u00e1ninka", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "asha1243", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.75750399330211, + -11.260581774283594 + ], + [ + -74.75750981109125, + -11.260463580310278 + ], + [ + -74.75750981109125, + -11.1303871414828 + ], + [ + -74.75750359761116, + -11.130263682508406 + ], + [ + -74.75742842215551, + -11.13016555312166 + ], + [ + -74.66700976159044, + -11.02368456353468 + ], + [ + -74.66692550298592, + -11.0235949319494 + ], + [ + -74.6668030151624, + -11.023606336624502 + ], + [ + -74.46173081956144, + -11.053206066793045 + ], + [ + -74.46161160605304, + -11.053229298141302 + ], + [ + -74.46151037041552, + -11.053296401806076 + ], + [ + -74.34132125174281, + -11.141752623976677 + ], + [ + -74.34081558486889, + -11.142079747111318 + ], + [ + -74.34027425554116, + -11.142343699931955 + ], + [ + -74.18606017412417, + -11.206351136135828 + ], + [ + -74.18558875973106, + -11.206519662988557 + ], + [ + -74.18510285553403, + -11.206640203195196 + ], + [ + -74.1846073328748, + -11.206711548302415 + ], + [ + -74.18410715952328, + -11.206732983053174 + ], + [ + -74.18360734987395, + -11.206704292557378 + ], + [ + -74.18311291467508, + -11.206625764446233 + ], + [ + -74.18262881079441, + -11.206498185988654 + ], + [ + -74.18215989152496, + -11.20632283619863 + ], + [ + -74.18171085792929, + -11.206101473012735 + ], + [ + -73.96125869619871, + -11.083339677175527 + ], + [ + -73.96084233738307, + -11.083080278276382 + ], + [ + -73.96045340159216, + -11.082781327774146 + ], + [ + -73.96009563260449, + -11.082445703276095 + ], + [ + -73.9597724741963, + -11.082076635402318 + ], + [ + -73.87686529192935, + -10.97745064229749 + ], + [ + -73.87655974464396, + -10.97702018520836 + ], + [ + -73.87630128236935, + -10.976559913873384 + ], + [ + -73.8760927859514, + -10.976074958521947 + ], + [ + -73.87593657931157, + -10.975570724513906 + ], + [ + -73.87583440354437, + -10.975052832090915 + ], + [ + -73.87578739751095, + -10.974527053732658 + ], + [ + -73.86981267435733, + -10.810249251601476 + ], + [ + -73.86980242244552, + -10.810129702384133 + ], + [ + -73.86970337838315, + -10.81006197210439 + ], + [ + -73.82160813040215, + -10.780534417102695 + ], + [ + -73.82149626625016, + -10.780473467387926 + ], + [ + -73.82136889669434, + -10.780475802448303 + ], + [ + -73.73707367750866, + -10.786390565509382 + ], + [ + -73.7369581388066, + -10.786404224103114 + ], + [ + -73.73689283100825, + -10.786500508267604 + ], + [ + -73.68288565549913, + -10.874908994568733 + ], + [ + -73.68258304418775, + -10.875349562752582 + ], + [ + -73.6822351337637, + -10.875755311772583 + ], + [ + -73.59211474340762, + -10.970142194592366 + ], + [ + -73.59203072508727, + -10.970239994312262 + ], + [ + -73.5920205058421, + -10.97036852224846 + ], + [ + -73.58598564776182, + -11.195416138039578 + ], + [ + -73.58598474163045, + -11.19544648927988 + ], + [ + -73.57995129241473, + -11.378865724417745 + ], + [ + -73.57995892007959, + -11.379159434290866 + ], + [ + -73.58597502355093, + -11.449924762493428 + ], + [ + -73.58599032368255, + -11.450039080538366 + ], + [ + -73.58610565601006, + -11.450038001807957 + ], + [ + -73.68335682105871, + -11.444431138007586 + ], + [ + -73.6838355525395, + -11.4444264960921 + ], + [ + -73.68431253342114, + -11.444467661813711 + ], + [ + -73.68478339064028, + -11.444554257756225 + ], + [ + -73.68524380727665, + -11.444685489989414 + ], + [ + -73.6856895621315, + -11.44486015534793 + ], + [ + -73.6861165684284, + -11.445076652462195 + ], + [ + -73.68652091128178, + -11.445332996440088 + ], + [ + -73.68689888358936, + -11.445626837064879 + ], + [ + -73.68724702001974, + -11.445955480342503 + ], + [ + -73.68756212878321, + -11.446315913200696 + ], + [ + -73.68784132089485, + -11.446704831113475 + ], + [ + -73.68808203666131, + -11.44711866839775 + ], + [ + -73.68828206914867, + -11.447553630904272 + ], + [ + -73.68843958441605, + -11.448005730803212 + ], + [ + -73.6885531383296, + -11.44847082314544 + ], + [ + -73.6886216898026, + -11.448944643864309 + ], + [ + -73.6886446103404, + -11.449422848869538 + ], + [ + -73.6886446103404, + -11.532756546088867 + ], + [ + -73.68865202175827, + -11.532892003032783 + ], + [ + -73.68868863748564, + -11.53302262769086 + ], + [ + -73.71276278721224, + -11.603777947675718 + ], + [ + -73.7128042092161, + -11.603883532895019 + ], + [ + -73.71288812380406, + -11.603959837303925 + ], + [ + -73.79041747861068, + -11.668213298463666 + ], + [ + -73.79075246172961, + -11.668517514160847 + ], + [ + -73.79105856938955, + -11.66885076928971 + ], + [ + -73.79133329443552, + -11.669210334345717 + ], + [ + -73.79157438674983, + -11.669593264334567 + ], + [ + -73.7917798716815, + -11.669996422893 + ], + [ + -73.83916719114059, + -11.774394209332597 + ], + [ + -73.8393611146022, + -11.77489000883617 + ], + [ + -73.83950122339617, + -11.775403616646232 + ], + [ + -73.83958592911775, + -11.775929210022746 + ], + [ + -73.83961427146342, + -11.776460830346046 + ], + [ + -73.83961427146342, + -12.282830271637232 + ], + [ + -73.83959152067646, + -12.283306706597427 + ], + [ + -73.83952347535491, + -12.283778805849511 + ], + [ + -73.77930528300304, + -12.595442191740007 + ], + [ + -73.7792097925996, + -12.59584575310681 + ], + [ + -73.779081187661, + -12.596240013127217 + ], + [ + -73.70700576921872, + -12.789603357481608 + ], + [ + -73.70682367942831, + -12.790030207361525 + ], + [ + -73.70660279928128, + -12.79043833659646 + ], + [ + -73.7063450315056, + -12.790824229438547 + ], + [ + -73.56788715372798, + -12.978610920817468 + ], + [ + -73.56785030533429, + -12.978660258322398 + ], + [ + -73.39915993727506, + -13.20164786668241 + ], + [ + -73.39889644105111, + -13.201967711176621 + ], + [ + -73.39860736363298, + -13.202264637104818 + ], + [ + -73.39829469076004, + -13.202536604814384 + ], + [ + -73.22978679024895, + -13.337258068253549 + ], + [ + -73.22970146871793, + -13.33733297519349 + ], + [ + -73.22966817450389, + -13.337441521536684 + ], + [ + -73.19349423715153, + -13.478193438478261 + ], + [ + -73.19347040244412, + -13.478309130634786 + ], + [ + -73.19354354620755, + -13.478401881690342 + ], + [ + -73.25979717690161, + -13.554532933339573 + ], + [ + -73.25989593756971, + -13.554634143090183 + ], + [ + -73.26001502297483, + -13.554710404151411 + ], + [ + -73.3745189585833, + -13.619146953849325 + ], + [ + -73.37462780850565, + -13.619201245620905 + ], + [ + -73.37473808450768, + -13.619149912342786 + ], + [ + -73.58589298559147, + -13.507719834183016 + ], + [ + -73.58598273714358, + -13.507667572961704 + ], + [ + -73.58606256114194, + -13.50760112971059 + ], + [ + -73.76102444546115, + -13.34915904267348 + ], + [ + -73.76110593952919, + -13.34907808828793 + ], + [ + -73.7611711758406, + -13.348983541371732 + ], + [ + -74.05078781920955, + -12.88476050798675 + ], + [ + -74.05119480798784, + -12.884199008476969 + ], + [ + -74.23806325855386, + -12.660802742804892 + ], + [ + -74.23826576401245, + -12.660523523137952 + ], + [ + -74.38907924020161, + -12.419089695504914 + ], + [ + -74.38913850827764, + -12.418983636375655 + ], + [ + -74.38918716765804, + -12.418872310240216 + ], + [ + -74.4675994763714, + -12.212620642937587 + ], + [ + -74.46764069419473, + -12.212491358575072 + ], + [ + -74.46765288084279, + -12.212356211096521 + ], + [ + -74.47368327075044, + -12.041377489610928 + ], + [ + -74.47368273046584, + -12.041276248550963 + ], + [ + -74.47367398187689, + -12.041175384750204 + ], + [ + -74.4676636684928, + -11.994146679114754 + ], + [ + -74.46764288832641, + -11.994030065903846 + ], + [ + -74.46752521174562, + -11.994016550039287 + ], + [ + -74.28945698470167, + -11.98240423783755 + ], + [ + -74.28897189132478, + -11.982348713086024 + ], + [ + -74.28849452650398, + -11.982246139160402 + ], + [ + -74.28802944236317, + -11.982097494199826 + ], + [ + -74.28758107391832, + -11.981904195674208 + ], + [ + -74.2871536967855, + -11.981668086867325 + ], + [ + -74.28675138640881, + -11.981391419299374 + ], + [ + -74.2863779791972, + -11.981076831256594 + ], + [ + -74.28603703594065, + -11.980727322632719 + ], + [ + -74.28573180785473, + -11.98034622632217 + ], + [ + -74.28546520557717, + -11.979937176437753 + ], + [ + -74.28523977141215, + -11.979504073655969 + ], + [ + -74.23254547676441, + -11.864931982447787 + ], + [ + -74.2323646388898, + -11.86448264379316 + ], + [ + -74.23222812705134, + -11.864017915828219 + ], + [ + -74.23213722231743, + -11.863542159700785 + ], + [ + -74.23209277776559, + -11.863059840050296 + ], + [ + -74.22011680213454, + -11.587497161640039 + ], + [ + -74.22012190722796, + -11.586966845532372 + ], + [ + -74.22018315408512, + -11.586440053297693 + ], + [ + -74.22029985365133, + -11.585922711585404 + ], + [ + -74.22047069300403, + -11.585420640722282 + ], + [ + -74.22069375012373, + -11.584939489231186 + ], + [ + -74.38196404806126, + -11.280507504923687 + ], + [ + -74.38222199911411, + -11.280074782223574 + ], + [ + -74.38252218435238, + -11.279670212694842 + ], + [ + -74.38286155644347, + -11.279297903327992 + ], + [ + -74.38323667024915, + -11.278961633624252 + ], + [ + -74.38364371779888, + -11.278664817227956 + ], + [ + -74.38407856694653, + -11.278410467272893 + ], + [ + -74.38453680331784, + -11.278201165794478 + ], + [ + -74.38501377512296, + -11.278039037518178 + ], + [ + -74.38550464037917, + -11.277925728290366 + ], + [ + -74.57873620295882, + -11.243469055429474 + ], + [ + -74.57922271707655, + -11.243406738620196 + ], + [ + -74.57971299607193, + -11.243392390165644 + ], + [ + -74.58020232190447, + -11.243426148143506 + ], + [ + -74.58068598570613, + -11.243507687694859 + ], + [ + -74.58115933309554, + -11.243636224150338 + ], + [ + -74.58161780896805, + -11.24381052058116 + ], + [ + -74.58205700133013, + -11.244028899702293 + ], + [ + -74.5824726837569, + -11.24428926001327 + ], + [ + -74.5828608560637, + -11.24458909602129 + ], + [ + -74.58321778280052, + -11.24492552235202 + ], + [ + -74.58354002919896, + -11.245295301516053 + ], + [ + -74.58382449422558, + -11.245694875063833 + ], + [ + -74.5840684404237, + -11.246120397829246 + ], + [ + -74.60648366872543, + -11.290086926708426 + ], + [ + -74.60654341957009, + -11.290190992144556 + ], + [ + -74.60666217750178, + -11.290173777845029 + ], + [ + -74.7573891290379, + -11.260610232371366 + ], + [ + -74.75750399330211, + -11.260581774283594 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Baniwa do Icana", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "bani1255", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -66.09911611152015, + 3.196086411904588 + ], + [ + -66.09908690858303, + 3.196213353423871 + ], + [ + -66.07959589359521, + 3.2643235119143355 + ], + [ + -66.07955635514946, + 3.2644391506244976 + ], + [ + -66.07943417834076, + 3.2644420536172567 + ], + [ + -65.89873749414957, + 3.2595662721552774 + ], + [ + -65.8986132856849, + 3.259556641456236 + ], + [ + -65.89850281854869, + 3.259499043670863 + ], + [ + -65.81557444847478, + 3.2107953923632646 + ], + [ + -65.81547798761989, + 3.210732429806272 + ], + [ + -65.81547254546034, + 3.210617367375378 + ], + [ + -65.81547254546034, + 3.1180830160468216 + ], + [ + -65.81547872781142, + 3.1179602284037027 + ], + [ + -65.81557151546285, + 3.117879571857227 + ], + [ + -65.8838394636707, + 3.064318513341044 + ], + [ + -65.88394228603336, + 3.064246004271858 + ], + [ + -65.88406742915984, + 3.0642329965336836 + ], + [ + -65.97673481980884, + 3.0593627276688 + ], + [ + -65.97685899396163, + 3.0593624289254024 + ], + [ + -65.97697768797426, + 3.059398912357577 + ], + [ + -66.03055416191592, + 3.078853322269593 + ], + [ + -66.0306533799576, + 3.078894283150323 + ], + [ + -66.03073877989154, + 3.078959312873023 + ], + [ + -66.08924117757572, + 3.1276398169649635 + ], + [ + -66.089335725477, + 3.127727280120126 + ], + [ + -66.08936063015484, + 3.127853648099188 + ], + [ + -66.09910446818188, + 3.195956676043996 + ], + [ + -66.09911611152015, + 3.196086411904588 + ] + ] + ], + [ + [ + [ + -67.84748037614182, + 2.9519100475078313 + ], + [ + -67.8473978207182, + 2.9519995805277732 + ], + [ + -67.55414309798729, + 3.2399455386876186 + ], + [ + -67.55395839882505, + 3.240109762485857 + ], + [ + -67.37842199806799, + 3.381278034259174 + ], + [ + -67.3780169518734, + 3.38164181219157 + ], + [ + -67.3776538578635, + 3.382047471585422 + ], + [ + -67.30264999001547, + 3.4756343032546235 + ], + [ + -67.30235796304568, + 3.4760384351754054 + ], + [ + -67.30210763799074, + 3.47646964246587 + ], + [ + -67.30190150410664, + 3.4769236371600045 + ], + [ + -67.30174161120817, + 3.4773959046917042 + ], + [ + -67.30162954928542, + 3.4778817487880436 + ], + [ + -67.30156643269272, + 3.4783763381694555 + ], + [ + -67.30155288906745, + 3.478874754592432 + ], + [ + -67.30158905308866, + 3.4793720417570033 + ], + [ + -67.30167456513796, + 3.4798632545926518 + ], + [ + -67.30180857487541, + 3.480343508432559 + ], + [ + -67.30198974969555, + 3.480808027587197 + ], + [ + -67.30221628797887, + 3.4812521928342313 + ], + [ + -67.30248593700726, + 3.4816715873525084 + ], + [ + -67.30279601536536, + 3.4820620406433394 + ], + [ + -67.30314343960467, + 3.4824196700023364 + ], + [ + -67.3730141243941, + 3.547509735901039 + ], + [ + -67.37309999514461, + 3.547598122891068 + ], + [ + -67.37314480906826, + 3.5477129173072615 + ], + [ + -67.4072995474262, + 3.649975058706399 + ], + [ + -67.40733094641926, + 3.6500874077648393 + ], + [ + -67.4072144369331, + 3.650093217011753 + ], + [ + -67.32921291529276, + 3.650093217011753 + ], + [ + -67.32909236702483, + 3.6500873146965693 + ], + [ + -67.32898873356092, + 3.650025453340347 + ], + [ + -67.25582874110738, + 3.6013497475610907 + ], + [ + -67.25573726661256, + 3.601282599760005 + ], + [ + -67.25570464772706, + 3.6011739148085224 + ], + [ + -67.22152771258541, + 3.4647260162476474 + ], + [ + -67.22146488928242, + 3.4644981880375396 + ], + [ + -67.05524038065458, + 2.9129036347158404 + ], + [ + -67.05520523809244, + 2.9127746236318117 + ], + [ + -66.96233263065412, + 2.5319391152356 + ], + [ + -66.96228345611203, + 2.531677695035806 + ], + [ + -66.93297213293387, + 2.312039269094177 + ], + [ + -66.93296256870416, + 2.3119329053376303 + ], + [ + -66.93298045307587, + 2.311827620617297 + ], + [ + -66.96227436541778, + 2.175227517135518 + ], + [ + -66.96230628416066, + 2.175108581196558 + ], + [ + -66.96242726090277, + 2.17508557703225 + ], + [ + -67.10399813456385, + 2.15557250308561 + ], + [ + -67.1041247797528, + 2.155561685511357 + ], + [ + -67.10423406633879, + 2.1556265890239006 + ], + [ + -67.16270722202984, + 2.1945806055714345 + ], + [ + -67.1628063201076, + 2.1946541333897724 + ], + [ + -67.16280883161951, + 2.194777504623594 + ], + [ + -67.1579542531289, + 2.354852241861777 + ], + [ + -67.15796566089978, + 2.3553737624871327 + ], + [ + -67.1580313422724, + 2.355891256310476 + ], + [ + -67.15815058233417, + 2.35639909064131 + ], + [ + -67.15832208321, + 2.356891737928423 + ], + [ + -67.21126488289245, + 2.4867261417929467 + ], + [ + -67.21146301010809, + 2.4871532996549517 + ], + [ + -67.2117004412703, + 2.487559925620506 + ], + [ + -67.21197507066636, + 2.487942413433993 + ], + [ + -67.2122844626825, + 2.488297370914532 + ], + [ + -67.2126258734047, + 2.4886216500403116 + ], + [ + -67.392567360854, + 2.6440906277136706 + ], + [ + -67.3926620521136, + 2.64418161474111 + ], + [ + -67.39273552766986, + 2.6442904559851192 + ], + [ + -67.46589240035043, + 2.7660826726548042 + ], + [ + -67.46618035060011, + 2.7665104189402463 + ], + [ + -67.55249924319588, + 2.88146239564227 + ], + [ + -67.55280411233471, + 2.8818303655424065 + ], + [ + -67.55314271635693, + 2.8821675514782874 + ], + [ + -67.5535119624935, + 2.882470873633505 + ], + [ + -67.55390847809394, + 2.882737561499417 + ], + [ + -67.55432864143172, + 2.882965179180639 + ], + [ + -67.55476861478468, + 2.8831516476442296 + ], + [ + -67.5552243794883, + 2.8832952637093245 + ], + [ + -67.55569177264175, + 2.883394715603794 + ], + [ + -67.55616652513136, + 2.883449094945813 + ], + [ + -67.55664430062407, + 2.883457905040911 + ], + [ + -67.72021911418099, + 2.87865296225331 + ], + [ + -67.72033240708205, + 2.878654785292224 + ], + [ + -67.72044506661189, + 2.8786668863349405 + ], + [ + -67.84736122609695, + 2.898167643252068 + ], + [ + -67.84748026733016, + 2.8981921601915213 + ], + [ + -67.8474864212815, + 2.8983135439812178 + ], + [ + -67.8474864212815, + 2.9517884127432064 + ], + [ + -67.84748037614182, + 2.9519100475078313 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Cabiyar\u00ed", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "cabi1241", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.20971707862768, + 0.09837757549519185 + ], + [ + -71.209707108134, + 0.09849785081147756 + ], + [ + -71.19995845951543, + 0.1716125073429214 + ], + [ + -71.19993701576423, + 0.17172984131022734 + ], + [ + -71.19987300627456, + 0.1718304886133212 + ], + [ + -71.14172037997788, + 0.2542127977554616 + ], + [ + -71.1414372446647, + 0.25466294121607236 + ], + [ + -71.14120351885379, + 0.255140609496384 + ], + [ + -71.14102184640235, + 0.2556403993132984 + ], + [ + -71.10705631223365, + 0.36723977702072313 + ], + [ + -71.10701814729745, + 0.36734703192108437 + ], + [ + -71.10691749994965, + 0.36740023236656655 + ], + [ + -71.02399563245622, + 0.40642139716849074 + ], + [ + -71.02388236829181, + 0.40646799477804746 + ], + [ + -71.02375989554133, + 0.40646726433745634 + ], + [ + -70.93597721601137, + 0.40159057006018534 + ], + [ + -70.93585971235174, + 0.4015782083617712 + ], + [ + -70.93584967919122, + 0.40146048301470566 + ], + [ + -70.93096898096614, + 0.26480327495292855 + ], + [ + -70.93097277568033, + 0.26465212066915056 + ], + [ + -70.93099487727909, + 0.2645025428078934 + ], + [ + -70.95050253043307, + 0.17184187237263449 + ], + [ + -70.95053037106116, + 0.17173392190165146 + ], + [ + -70.95058594121244, + 0.17163727634809725 + ], + [ + -71.01892523254456, + 0.06424720467799806 + ], + [ + -71.01899665767039, + 0.06414656982242817 + ], + [ + -71.01911875998303, + 0.06412868273248347 + ], + [ + -71.12156635437648, + 0.05437177420951502 + ], + [ + -71.12169301642123, + 0.05436624391742276 + ], + [ + -71.12181136067635, + 0.05441172462757245 + ], + [ + -71.16560730519542, + 0.07387657656701507 + ], + [ + -71.16580596768529, + 0.07397566294437354 + ], + [ + -71.20961462963443, + 0.09831378077619807 + ], + [ + -71.20971707862768, + 0.09837757549519185 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Chamicuro", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "cham1318", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.88148439675416, + -5.145504528132748 + ], + [ + -75.8814211437088, + -5.145407376555049 + ], + [ + -75.82621195135718, + -5.06875463384976 + ], + [ + -75.82608658448135, + -5.068594710265204 + ], + [ + -75.77928662718264, + -5.013650972688323 + ], + [ + -75.77919544187091, + -5.013554881278253 + ], + [ + -75.77907252718431, + -5.013505481886299 + ], + [ + -75.65186664667942, + -4.970152739820542 + ], + [ + -75.65175673370534, + -4.970120935010769 + ], + [ + -75.65165982472023, + -4.970181771318984 + ], + [ + -75.57975357690934, + -5.020158386380891 + ], + [ + -75.5796554005275, + -5.02023426984948 + ], + [ + -75.57963027839419, + -5.0203557843801265 + ], + [ + -75.57296057320382, + -5.063541117727987 + ], + [ + -75.57294808708754, + -5.063659961012486 + ], + [ + -75.5730030522672, + -5.063766066895736 + ], + [ + -75.60974329932358, + -5.126975707756468 + ], + [ + -75.60994530410355, + -5.1272720001831305 + ], + [ + -75.66007074679726, + -5.190507030882514 + ], + [ + -75.66014384744997, + -5.190591209724296 + ], + [ + -75.66023078552942, + -5.190661006237 + ], + [ + -75.74220291143324, + -5.250635591297289 + ], + [ + -75.74230987208136, + -5.250705604565525 + ], + [ + -75.74243757876718, + -5.250699821798808 + ], + [ + -75.82771339178394, + -5.242374474144389 + ], + [ + -75.82782708857965, + -5.242357994605982 + ], + [ + -75.8279147063428, + -5.242283686705136 + ], + [ + -75.87972312177668, + -5.194018611443136 + ], + [ + -75.87980718786342, + -5.193932202244936 + ], + [ + -75.87981727212754, + -5.193812069135114 + ], + [ + -75.88148583970195, + -5.145620447478062 + ], + [ + -75.88148439675416, + -5.145504528132748 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Curripaco", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "curr1243", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.06288984780232, + 1.9197359577927806 + ], + [ + -70.06286746668161, + 1.9198465573241301 + ], + [ + -70.01401936755428, + 2.1151177408831123 + ], + [ + -70.0139841811349, + 2.115234005462783 + ], + [ + -70.0139378432698, + 2.115346292322727 + ], + [ + -69.89666163358817, + 2.364367637095721 + ], + [ + -69.89656492089134, + 2.3645525451822227 + ], + [ + -69.82380459762659, + 2.4905571918458267 + ], + [ + -69.82356157671381, + 2.4910356367556648 + ], + [ + -69.82337123076655, + 2.4915373708646866 + ], + [ + -69.82323575233177, + 2.4920566148242123 + ], + [ + -69.82315670195139, + 2.4925873875940083 + ], + [ + -69.79881740652851, + 2.750313809785534 + ], + [ + -69.79880158902559, + 2.7504259683815766 + ], + [ + -69.79872936356746, + 2.750513222191241 + ], + [ + -69.69149719002728, + 2.8685702133389306 + ], + [ + -69.69122897417202, + 2.868891563378192 + ], + [ + -69.69098857645969, + 2.869234221418602 + ], + [ + -69.61303484594396, + 2.9908776805058315 + ], + [ + -69.61296214593482, + 2.990979406638442 + ], + [ + -69.6128552619828, + 2.9910442858964377 + ], + [ + -69.4321189923182, + 3.0886020898424946 + ], + [ + -69.43201499581077, + 3.0886521533959157 + ], + [ + -69.43190681491163, + 3.088692384304769 + ], + [ + -69.0506594696544, + 3.2107024343885957 + ], + [ + -69.05045408283672, + 3.210773117746164 + ], + [ + -68.73280004696815, + 3.32786985449935 + ], + [ + -68.73254626460042, + 3.327971368750303 + ], + [ + -68.4050858178426, + 3.469458652907607 + ], + [ + -68.40492495103081, + 3.4695216545461114 + ], + [ + -68.24080956335132, + 3.527336766992474 + ], + [ + -68.24032945177008, + 3.5275344862993068 + ], + [ + -68.23987243362379, + 3.527780929941357 + ], + [ + -68.23944343739716, + 3.5280734402698495 + ], + [ + -68.23904708938642, + 3.5284088628527606 + ], + [ + -68.2386876638094, + 3.528783580492222 + ], + [ + -68.2383690367123, + 3.529193552232389 + ], + [ + -68.23809464417045, + 3.5296343569371182 + ], + [ + -68.23786744523359, + 3.5301012409675088 + ], + [ + -68.18498134973424, + 3.654859207938506 + ], + [ + -68.18492866003741, + 3.6549680820568744 + ], + [ + -68.18480864241526, + 3.6549831003174504 + ], + [ + -67.98943361106767, + 3.6696063040345446 + ], + [ + -67.98931334779314, + 3.6696094093906653 + ], + [ + -67.98921147694077, + 3.6695454154231175 + ], + [ + -67.89225818273894, + 3.6018146837899425 + ], + [ + -67.89187247994366, + 3.6015706471044275 + ], + [ + -67.89146613064422, + 3.6013627990902175 + ], + [ + -67.891042520877, + 3.601192871707821 + ], + [ + -67.8906051805068, + 3.601062280931871 + ], + [ + -67.83868147367642, + 3.5881068833650374 + ], + [ + -67.83820218267653, + 3.5880119023082484 + ], + [ + -67.83771590952514, + 3.5879641562512017 + ], + [ + -67.83722729796092, + 3.5879641011520564 + ], + [ + -67.83674101405357, + 3.5880117375369904 + ], + [ + -67.83626170164446, + 3.5881066104951738 + ], + [ + -67.83579393799961, + 3.5882478140230094 + ], + [ + -67.83534219009836, + 3.5884339996761505 + ], + [ + -67.8349107719753, + 3.5886633894466726 + ], + [ + -67.83450380352275, + 3.5889337927424267 + ], + [ + -67.83412517114722, + 3.589242627306432 + ], + [ + -67.83377849065559, + 3.5895869438765247 + ], + [ + -67.8334670727254, + 3.589963454349782 + ], + [ + -67.83319389128904, + 3.590368563182756 + ], + [ + -67.83296155513379, + 3.5907984017276586 + ], + [ + -67.83277228298873, + 3.591248865176593 + ], + [ + -67.8326278823367, + 3.591715651761036 + ], + [ + -67.83252973215347, + 3.592194303832226 + ], + [ + -67.83247876973901, + 3.5926802504301496 + ], + [ + -67.82794873391373, + 3.6740572421229714 + ], + [ + -67.82794357021453, + 3.6744952981626646 + ], + [ + -67.82797677077241, + 3.674932124765172 + ], + [ + -67.84258158120042, + 3.7963802825911976 + ], + [ + -67.84258976694449, + 3.7964941939517183 + ], + [ + -67.8424762314679, + 3.7965065430406764 + ], + [ + -67.68126480861818, + 3.806255436193535 + ], + [ + -67.68115230423345, + 3.8062635142128856 + ], + [ + -67.6236063009151, + 3.811048423122172 + ], + [ + -67.6230759580163, + 3.8111212767725826 + ], + [ + -67.62255644360778, + 3.8112504124532482 + ], + [ + -67.62205371280515, + 3.811434349901259 + ], + [ + -67.62157352833611, + 3.8116709806692795 + ], + [ + -67.4661189748024, + 3.898916303090778 + ], + [ + -67.46602342781543, + 3.8989646546554844 + ], + [ + -67.46592408514438, + 3.8990046313265774 + ], + [ + -67.23138815165687, + 3.981873070607638 + ], + [ + -67.23127969945307, + 3.981905881601917 + ], + [ + -67.23116792686099, + 3.981887298558064 + ], + [ + -67.0259909693253, + 3.9380257761500888 + ], + [ + -67.02588049610152, + 3.9379967618259943 + ], + [ + -67.02579456153939, + 3.9379215194495747 + ], + [ + -66.8939207549494, + 3.8112222054883675 + ], + [ + -66.89383891958921, + 3.8111356070815234 + ], + [ + -66.89380664235874, + 3.8110209140534788 + ], + [ + -66.82539987035832, + 3.513571842712292 + ], + [ + -66.82537524287622, + 3.513425027018323 + ], + [ + -66.8253683237191, + 3.5132763209789393 + ], + [ + -66.8302567211949, + 3.1472663042610143 + ], + [ + -66.83514736557831, + 2.8639972098103024 + ], + [ + -66.840037549756, + 2.5855721145560158 + ], + [ + -66.84492497430097, + 2.3951362710431594 + ], + [ + -66.84493560696068, + 2.3950029035595524 + ], + [ + -66.8449745241316, + 2.3948748958700454 + ], + [ + -66.88401878886637, + 2.2875928129534038 + ], + [ + -66.88405621398431, + 2.287501411565787 + ], + [ + -66.8841007522633, + 2.287413257184998 + ], + [ + -66.95735421368991, + 2.155656155965914 + ], + [ + -66.95741416729858, + 2.1555591941365626 + ], + [ + -66.95752053876367, + 2.1555181923931284 + ], + [ + -67.10400352125038, + 2.1067243049895694 + ], + [ + -67.10412529780909, + 2.1066906326801256 + ], + [ + -67.10423243753166, + 2.10675759860066 + ], + [ + -67.20093254590967, + 2.1744004218064044 + ], + [ + -67.20133914630965, + 2.1746566552358315 + ], + [ + -67.20176846924436, + 2.1748726674423415 + ], + [ + -67.20221654812268, + 2.1750464626506605 + ], + [ + -67.20267924306398, + 2.1751764351358838 + ], + [ + -67.20315227914726, + 2.1752613840590573 + ], + [ + -67.31322562010853, + 2.1896083620256577 + ], + [ + -67.31369624807024, + 2.189647215105247 + ], + [ + -67.31416844244549, + 2.189641495652567 + ], + [ + -67.31463799125588, + 2.1895912546851903 + ], + [ + -67.31510070612154, + 2.1894969403530284 + ], + [ + -67.3155524596214, + 2.189359393940832 + ], + [ + -67.38120128506196, + 2.1659303157845278 + ], + [ + -67.38165480129706, + 2.1657428947276807 + ], + [ + -67.38208776136823, + 2.1655119202597692 + ], + [ + -67.38249599494121, + 2.1652396171603874 + ], + [ + -67.38287556985101, + 2.1649286082925046 + ], + [ + -67.38322282997699, + 2.1645818893386712 + ], + [ + -67.38353443045924, + 2.1642027999461666 + ], + [ + -67.38380736991668, + 2.1637949915590315 + ], + [ + -67.44150636629058, + 2.067695610410877 + ], + [ + -67.44165004587818, + 2.067482063812919 + ], + [ + -67.57356327774293, + 1.891702794365357 + ], + [ + -67.57366797691607, + 1.8915579576046246 + ], + [ + -67.65179648017242, + 1.779305872511006 + ], + [ + -67.65186851407358, + 1.779212337022164 + ], + [ + -67.65198536535421, + 1.7791954981150706 + ], + [ + -67.75393157517452, + 1.7694909904520244 + ], + [ + -67.75435033232475, + 1.769433177164943 + ], + [ + -67.75476270933454, + 1.7693401979801053 + ], + [ + -67.75516575853426, + 1.7692127175124557 + ], + [ + -67.80825691668764, + 1.7499159459661113 + ], + [ + -67.8083632779916, + 1.7498825994078009 + ], + [ + -67.80847388009988, + 1.7498687468422884 + ], + [ + -68.29733808635503, + 1.7107774441290848 + ], + [ + -68.29749145749945, + 1.7107627987360854 + ], + [ + -68.42732577218975, + 1.6963431389947041 + ], + [ + -68.42782585261037, + 1.6962617711106207 + ], + [ + -68.42831513107687, + 1.6961302122193564 + ], + [ + -68.42878858365526, + 1.695949813173709 + ], + [ + -68.42924134891251, + 1.6957224263194475 + ], + [ + -68.42966877783394, + 1.6954503864753387 + ], + [ + -68.43006648155956, + 1.695136486959121 + ], + [ + -68.43043037644907, + 1.6947839509055878 + ], + [ + -68.43075672601287, + 1.69439639817129 + ], + [ + -68.53610617802552, + 1.5555825650075383 + ], + [ + -68.5363905350384, + 1.555165770985813 + ], + [ + -68.53663143867513, + 1.554722440854727 + ], + [ + -68.53682643580274, + 1.554257089065705 + ], + [ + -68.53697354075635, + 1.553774454317743 + ], + [ + -68.53707125555938, + 1.5532794513030148 + ], + [ + -68.53711858517741, + 1.5527771206603331 + ], + [ + -68.541905238909, + 1.442721733959774 + ], + [ + -68.54189908832593, + 1.442174910427097 + ], + [ + -68.54183325704643, + 1.4416320291802291 + ], + [ + -68.54170853255428, + 1.4410995842472847 + ], + [ + -68.5284089014374, + 1.3956730720361203 + ], + [ + -68.5282496535232, + 1.3952133759029268 + ], + [ + -68.5280464841271, + 1.3947713322065107 + ], + [ + -68.52780131669795, + 1.3943511258706107 + ], + [ + -68.52751647228905, + 1.3939567350799293 + ], + [ + -68.52719464758435, + 1.3935918936177913 + ], + [ + -68.52683888936826, + 1.3932600555176073 + ], + [ + -68.52645256568113, + 1.392964362362787 + ], + [ + -68.52603933393324, + 1.3927076135446879 + ], + [ + -68.52560310627938, + 1.3924922397601682 + ], + [ + -68.52514801258154, + 1.3923202799996515 + ], + [ + -68.52467836131066, + 1.392193362243561 + ], + [ + -68.52419859875738, + 1.3921126880498758 + ], + [ + -68.52371326693807, + 1.3920790211787197 + ], + [ + -68.52322696059453, + 1.3920926803616784 + ], + [ + -68.46553659287353, + 1.3965290871525282 + ], + [ + -68.46503483925116, + 1.3965933361709655 + ], + [ + -68.46454214520638, + 1.396707953849195 + ], + [ + -68.46406355365258, + 1.3968717670311122 + ], + [ + -68.46360396315876, + 1.397083099025673 + ], + [ + -68.46316807781074, + 1.3973397867684751 + ], + [ + -68.462760359063, + 1.3976392029615543 + ], + [ + -68.46238498007406, + 1.3979782829647913 + ], + [ + -68.39531478020085, + 1.4650275643876514 + ], + [ + -68.39522316788225, + 1.4651103304263113 + ], + [ + -68.3951000411178, + 1.4651012291105185 + ], + [ + -68.31709445026408, + 1.455353696756924 + ], + [ + -68.31698077595692, + 1.4553339900640507 + ], + [ + -68.31693035077397, + 1.4552302234857726 + ], + [ + -68.28767952377, + 1.3869992909627944 + ], + [ + -68.28763921952076, + 1.3868917655485054 + ], + [ + -68.2876406427533, + 1.3867769434180481 + ], + [ + -68.29251727016975, + 1.3038971371265518 + ], + [ + -68.2925298928411, + 1.3037796517649987 + ], + [ + -68.29262090084619, + 1.3037042880800642 + ], + [ + -68.39023288999513, + 1.2305132030668509 + ], + [ + -68.39033769045393, + 1.2304426688476204 + ], + [ + -68.39045886779431, + 1.2304069720070068 + ], + [ + -68.51255769028607, + 1.2011098517228478 + ], + [ + -68.51263873503373, + 1.201091823247538 + ], + [ + -68.70320473365302, + 1.1620096742370454 + ], + [ + -68.70332925345116, + 1.161990637083071 + ], + [ + -68.70345505905294, + 1.161984269672246 + ], + [ + -68.9037122436391, + 1.161984269672246 + ], + [ + -68.90383779769336, + 1.1619907003162688 + ], + [ + -68.90393670805501, + 1.1620683013091024 + ], + [ + -69.05535887870735, + 1.293921808803781 + ], + [ + -69.05544262136661, + 1.294001867560967 + ], + [ + -69.05551857018807, + 1.2940893547837848 + ], + [ + -69.20183920094168, + 1.479374444613788 + ], + [ + -69.20218175815867, + 1.4797647132652947 + ], + [ + -69.20256294523746, + 1.480117348314927 + ], + [ + -69.37803183773494, + 1.626287666913901 + ], + [ + -69.37842537768293, + 1.626583916717873 + ], + [ + -69.51452920823019, + 1.7189007139449353 + ], + [ + -69.51495734288056, + 1.7191607883858049 + ], + [ + -69.515409352301, + 1.7193767177202557 + ], + [ + -69.51588069943804, + 1.7195463345533302 + ], + [ + -69.62763087018487, + 1.753541637525673 + ], + [ + -69.75354771382422, + 1.7922667061287567 + ], + [ + -69.75404134607932, + 1.7923913998088796 + ], + [ + -69.7545450999203, + 1.792465246845559 + ], + [ + -69.75505375199782, + 1.7924874815297507 + ], + [ + -69.7555620281734, + 1.7924578733132897 + ], + [ + -69.75606465820624, + 1.7923767291994108 + ], + [ + -69.8198649187843, + 1.7787118812799303 + ], + [ + -69.82035322879553, + 1.778581161229712 + ], + [ + -69.8208258441987, + 1.7784018038231488 + ], + [ + -69.82127793421407, + 1.7781756423397217 + ], + [ + -69.82170487785967, + 1.7779049884609763 + ], + [ + -69.82210231118397, + 1.7775926086419584 + ], + [ + -69.82246617187155, + 1.7772416958342352 + ], + [ + -69.82279274076554, + 1.776855836849538 + ], + [ + -69.8230786798825, + 1.7764389756976104 + ], + [ + -69.82332106653122, + 1.775995373273003 + ], + [ + -69.82351742318663, + 1.775529563802867 + ], + [ + -69.82366574281355, + 1.7750463085009147 + ], + [ + -69.82376450938129, + 1.7745505469012635 + ], + [ + -69.84769587840783, + 1.6118884895106953 + ], + [ + -69.84771657371857, + 1.6117808938826224 + ], + [ + -69.84774663407, + 1.6116755302720216 + ], + [ + -69.86723561603036, + 1.5532308849692098 + ], + [ + -69.86727737256578, + 1.5531233438469536 + ], + [ + -69.86738567818675, + 1.5531630753667816 + ], + [ + -69.9943150842128, + 1.6068435588031305 + ], + [ + -69.99442316591077, + 1.6068956340897722 + ], + [ + -69.99447397982357, + 1.6070043145163404 + ], + [ + -70.03839981174607, + 1.7143334564450148 + ], + [ + -70.03843750061132, + 1.7144388335641958 + ], + [ + -70.03845572105787, + 1.7145492545908254 + ], + [ + -70.06288160758562, + 1.9196234177122928 + ], + [ + -70.06288984780232, + 1.9197359577927806 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Baniva de Maroa", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "guar1293", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -66.92072601340536, + 2.184880969605244 + ], + [ + -66.92073159705019, + 2.184997088635708 + ], + [ + -66.92073159705019, + 2.2678272303746976 + ], + [ + -66.92072536803654, + 2.267950840492048 + ], + [ + -66.9206500186328, + 2.2680490277061023 + ], + [ + -66.83858075456006, + 2.3645221669738126 + ], + [ + -66.83828010687877, + 2.3649131194488238 + ], + [ + -66.83801943731054, + 2.3653317890586263 + ], + [ + -66.83780128199159, + 2.3657741024348566 + ], + [ + -66.83762776342367, + 2.3662357561715086 + ], + [ + -66.83750056982352, + 2.3667122586941245 + ], + [ + -66.8374209386977, + 2.367198973959735 + ], + [ + -66.80828127608079, + 2.6243550668660465 + ], + [ + -66.80824948118044, + 2.624918039412328 + ], + [ + -66.80824948118044, + 2.971324089139202 + ], + [ + -66.80824352817318, + 2.9714435793378073 + ], + [ + -66.80812695269795, + 2.9714704773754725 + ], + [ + -66.48061309766331, + 3.0300492420615908 + ], + [ + -66.48055516308577, + 3.0300589032518297 + ], + [ + -66.13347850072279, + 3.08375482668655 + ], + [ + -66.13323380931267, + 3.0837804253856196 + ], + [ + -65.5123792699136, + 3.117950650239636 + ], + [ + -65.51226533154536, + 3.117951466614022 + ], + [ + -65.51225988528968, + 3.1178376555577825 + ], + [ + -65.51225988528968, + 2.7956613116945817 + ], + [ + -65.51226178433825, + 2.795563891293051 + ], + [ + -65.52692681663086, + 2.419551799099984 + ], + [ + -65.52693710963419, + 2.419433361929333 + ], + [ + -65.52695863932095, + 2.419316444086865 + ], + [ + -65.61493463046627, + 2.043260723227791 + ], + [ + -65.61496587884366, + 2.0431504003670673 + ], + [ + -65.61502612805212, + 2.0430528420377128 + ], + [ + -65.75182505549635, + 1.8428553926519966 + ], + [ + -65.75190030751418, + 1.8427563042228357 + ], + [ + -65.75199376961542, + 1.8426741688547985 + ], + [ + -65.9180654482287, + 1.7108571531495744 + ], + [ + -65.91817696911734, + 1.71077826116539 + ], + [ + -65.91830808811089, + 1.7107399380222188 + ], + [ + -66.06474990644237, + 1.676585108467769 + ], + [ + -66.06489035017948, + 1.676560732571451 + ], + [ + -66.06503265979356, + 1.676552571605473 + ], + [ + -66.19191639156514, + 1.676552571605473 + ], + [ + -66.19204040777663, + 1.676558861566772 + ], + [ + -66.19213040347717, + 1.6766444206586735 + ], + [ + -66.28431644396404, + 1.7736383484196399 + ], + [ + -66.28465119173698, + 1.7739593334387476 + ], + [ + -66.28501424045231, + 1.7742479215263003 + ], + [ + -66.28540246662108, + 1.7745016298152174 + ], + [ + -66.28581253014015, + 1.7747182755267015 + ], + [ + -66.3679876293667, + 1.8133699577896063 + ], + [ + -66.36809697605652, + 1.8134283144180587 + ], + [ + -66.36814208371544, + 1.813543759183092 + ], + [ + -66.41159138851758, + 1.9438215261464844 + ], + [ + -66.41175602037417, + 1.9442488674242586 + ], + [ + -66.41195906136845, + 1.944659353198116 + ], + [ + -66.41219880819585, + 1.945049539915776 + ], + [ + -66.41247324962781, + 1.9454161543131019 + ], + [ + -66.41278008338371, + 1.945756120873413 + ], + [ + -66.41311673544483, + 1.946066587627898 + ], + [ + -66.41348038164757, + 1.946344950080689 + ], + [ + -66.5244426806199, + 2.023489811872636 + ], + [ + -66.52476298039603, + 2.0236948787900917 + ], + [ + -66.69025484366969, + 2.120979344866635 + ], + [ + -66.69067759389512, + 2.1212014076518684 + ], + [ + -66.69111960001823, + 2.1213821290418955 + ], + [ + -66.69157683041925, + 2.1215198606434207 + ], + [ + -66.84728064294289, + 2.160418642146189 + ], + [ + -66.84746469236688, + 2.1604721995391487 + ], + [ + -66.92061760986442, + 2.184838975812768 + ], + [ + -66.92072601340536, + 2.184880969605244 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Ignaciano", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "igna1246", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -65.93159506131411, + -15.25527719636841 + ], + [ + -65.93158227024131, + -15.255153725630544 + ], + [ + -65.92150256684722, + -15.190313526124672 + ], + [ + -65.92147883839131, + -15.190198047462435 + ], + [ + -65.92137022456443, + -15.190152206458706 + ], + [ + -65.823789093527, + -15.154428848700421 + ], + [ + -65.82367647227787, + -15.154393582123326 + ], + [ + -65.82355921922206, + -15.154380203105687 + ], + [ + -65.47977459092995, + -15.131606365271484 + ], + [ + -65.47956362223034, + -15.131601319912129 + ], + [ + -64.94691122964184, + -15.141364095509452 + ], + [ + -64.94679403391888, + -15.141371777385485 + ], + [ + -64.94667808136755, + -15.14139045503392 + ], + [ + -64.86934209127755, + -15.157618356500835 + ], + [ + -64.86922859331445, + -15.157648009029762 + ], + [ + -64.86922288118478, + -15.157765177420256 + ], + [ + -64.86922288118478, + -15.216109344140893 + ], + [ + -64.86922860271473, + -15.216227229999364 + ], + [ + -64.86932907503675, + -15.216289158377394 + ], + [ + -64.93992176619827, + -15.255210042006942 + ], + [ + -64.94018170991241, + -15.25533438173194 + ], + [ + -65.05123961086237, + -15.300784718223026 + ], + [ + -65.05134628827506, + -15.300822804377637 + ], + [ + -65.05145809997481, + -15.300840936374774 + ], + [ + -65.21979676500716, + -15.320324628006043 + ], + [ + -65.22015750593646, + -15.32034009735816 + ], + [ + -65.55047092589086, + -15.31058756511932 + ], + [ + -65.55051803608576, + -15.31058639635717 + ], + [ + -65.87414478350405, + -15.304083362054941 + ], + [ + -65.8742649003541, + -15.304075057722578 + ], + [ + -65.8743602955365, + -15.304001594950984 + ], + [ + -65.93150475868173, + -15.255362367192129 + ], + [ + -65.93159506131411, + -15.25527719636841 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "I\u00f1apari", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "inap1242", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -69.40709309148295, + -12.528344300385472 + ], + [ + -69.40697758201829, + -12.52832603825953 + ], + [ + -69.346497944101, + -12.521766004819053 + ], + [ + -69.34639151569911, + -12.521759056703592 + ], + [ + -69.3462854618278, + -12.521770364108573 + ], + [ + -69.3026649091009, + -12.528321508745302 + ], + [ + -69.30255188526161, + -12.528344028184735 + ], + [ + -69.30252541504471, + -12.52845619253294 + ], + [ + -69.29582485716821, + -12.564429217541468 + ], + [ + -69.29580872076158, + -12.564548808989546 + ], + [ + -69.29591438838456, + -12.564607091504541 + ], + [ + -69.33616687812865, + -12.584250588716543 + ], + [ + -69.33638462679288, + -12.584344336833562 + ], + [ + -69.38000648981014, + -12.600718393443692 + ], + [ + -69.38011565039982, + -12.600753549333795 + ], + [ + -69.38018476130524, + -12.600662030736341 + ], + [ + -69.40702835707582, + -12.561363449966203 + ], + [ + -69.40709264482433, + -12.561258436666389 + ], + [ + -69.40709879123476, + -12.561135461346186 + ], + [ + -69.40709879123476, + -12.52846110558442 + ], + [ + -69.40709309148295, + -12.528344300385472 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Machiguenga", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "mach1267", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.47124130639338, + -12.501537118990106 + ], + [ + -73.47123607614746, + -12.501406627350788 + ], + [ + -73.44709450403879, + -12.24201635890448 + ], + [ + -73.4108749378438, + -11.876006225592139 + ], + [ + -73.41085195195537, + -11.875861523356793 + ], + [ + -73.41081211969075, + -11.87572052460464 + ], + [ + -73.30824085152665, + -11.58033872349573 + ], + [ + -73.30819756480079, + -11.580231200338737 + ], + [ + -73.3080857662618, + -11.580261795381436 + ], + [ + -73.29018884868518, + -11.586105939732336 + ], + [ + -73.29008678757015, + -11.586144291014987 + ], + [ + -73.28999297704458, + -11.586199850688834 + ], + [ + -73.25683505033987, + -11.607853797471728 + ], + [ + -73.25642451931746, + -11.608094828909596 + ], + [ + -73.25599292608098, + -11.608295724784696 + ], + [ + -73.25554418314181, + -11.608454663920678 + ], + [ + -73.25508235847806, + -11.608570205490572 + ], + [ + -73.25461163865734, + -11.608641302078274 + ], + [ + -73.25413629088423, + -11.608667309173667 + ], + [ + -73.25366062431702, + -11.608647991015282 + ], + [ + -73.25318895100393, + -11.608583522727534 + ], + [ + -73.25272554679324, + -11.608474488733178 + ], + [ + -73.25227461257155, + -11.608321877455358 + ], + [ + -73.2518402361816, + -11.60812707235727 + ], + [ + -73.25142635536474, + -11.607891839400695 + ], + [ + -73.25103672206446, + -11.607618311037065 + ], + [ + -73.11008682617891, + -11.49829396212295 + ], + [ + -73.10972355503957, + -11.497983283751458 + ], + [ + -73.10939161104918, + -11.497639335850687 + ], + [ + -73.10909402800283, + -11.497265261925204 + ], + [ + -73.10883352565449, + -11.49686448081574 + ], + [ + -73.10861248485985, + -11.496440655452764 + ], + [ + -73.10843292581656, + -11.495997659379222 + ], + [ + -73.04316313846269, + -11.309869784732895 + ], + [ + -73.04302624772355, + -11.309409820920727 + ], + [ + -73.0429340841492, + -11.30893885206982 + ], + [ + -73.04288749677177, + -11.308461216854171 + ], + [ + -73.04288691476499, + -11.307981315359871 + ], + [ + -73.04293234349043, + -11.307503568550494 + ], + [ + -73.04302336444816, + -11.307032377540164 + ], + [ + -73.04315913913207, + -11.30657208304946 + ], + [ + -73.04333841675437, + -11.306126925417704 + ], + [ + -73.1808069176723, + -11.00706664860549 + ], + [ + -73.1810136168384, + -11.006665698922577 + ], + [ + -73.18125561112348, + -11.00628501012647 + ], + [ + -73.18153093083738, + -11.005927680798507 + ], + [ + -73.18183733504073, + -11.005596619387783 + ], + [ + -73.18217232978473, + -11.005294520538108 + ], + [ + -73.18253318841062, + -11.0050238431552 + ], + [ + -73.39867985843047, + -10.857645785476173 + ], + [ + -73.39876649963801, + -10.85758015359488 + ], + [ + -73.39865835125579, + -10.857569282987809 + ], + [ + -73.16338699907523, + -10.845719835908916 + ], + [ + -73.16327120550069, + -10.845719425067943 + ], + [ + -73.16316327445027, + -10.84576136799412 + ], + [ + -72.97618765983977, + -10.928682101441337 + ], + [ + -72.97607222470108, + -10.928740717222464 + ], + [ + -72.97599066774704, + -10.928841263451792 + ], + [ + -72.85536378042642, + -11.094609489647729 + ], + [ + -72.85523031003042, + -11.094813061390894 + ], + [ + -72.76474058756578, + -11.248689717585986 + ], + [ + -72.76468247895382, + -11.248794168050939 + ], + [ + -72.66209984670374, + -11.444033149633347 + ], + [ + -72.6620550745615, + -11.44412783296183 + ], + [ + -72.6620267948639, + -11.444228678071411 + ], + [ + -72.60845810917861, + -11.671651207285521 + ], + [ + -72.60832389266339, + -11.672118085533636 + ], + [ + -72.60814500246492, + -11.672569735473761 + ], + [ + -72.60792312723063, + -11.673001893722475 + ], + [ + -72.6076603613684, + -11.673410480889638 + ], + [ + -72.60735918527627, + -11.673791640086096 + ], + [ + -72.60702244192848, + -11.674141773331081 + ], + [ + -72.60665331003909, + -11.674457575515618 + ], + [ + -72.60625527405621, + -11.674736065601342 + ], + [ + -72.60583209127027, + -11.674974614760242 + ], + [ + -72.60538775634689, + -11.675170971189674 + ], + [ + -72.60492646361881, + -11.675323281368424 + ], + [ + -72.6044525674933, + -11.675430107553156 + ], + [ + -72.43904320840014, + -11.704354870882598 + ], + [ + -72.43861419186376, + -11.704410888671807 + ], + [ + -72.43818193873386, + -11.704429607989926 + ], + [ + -72.26387131949177, + -11.704429607989926 + ], + [ + -72.263492104718, + -11.704415206866225 + ], + [ + -72.26311507439178, + -11.704372086452068 + ], + [ + -72.07040191685482, + -11.674885183837018 + ], + [ + -72.07009606326287, + -11.67485748572893 + ], + [ + -71.86505087409935, + -11.668951447750402 + ], + [ + -71.86493321414547, + -11.668953698049826 + ], + [ + -71.86484245170038, + -11.669028605373434 + ], + [ + -71.7804591748299, + -11.745754435424784 + ], + [ + -71.78032218426385, + -11.7458889632195 + ], + [ + -71.70800479803977, + -11.822581585051665 + ], + [ + -71.7079287232737, + -11.822670422536529 + ], + [ + -71.70794663389175, + -11.82278600228608 + ], + [ + -71.74413079610565, + -11.99981120343834 + ], + [ + -71.74416041024675, + -11.999926840217402 + ], + [ + -71.74427300886373, + -11.999966468660446 + ], + [ + -71.88055104084447, + -12.040532938451431 + ], + [ + -71.8810040531727, + -12.04069183482831 + ], + [ + -71.88143973868199, + -12.040893444265393 + ], + [ + -71.88185408090563, + -12.04113590817989 + ], + [ + -71.88224326013489, + -12.041416991362647 + ], + [ + -71.88260368863189, + -12.041734102583947 + ], + [ + -71.88293204370393, + -12.042084318481333 + ], + [ + -71.88322529833457, + -12.042464410509314 + ], + [ + -71.88348074908878, + -12.04287087470244 + ], + [ + -71.88369604103526, + -12.04329996397742 + ], + [ + -71.88386918945588, + -12.043747722676452 + ], + [ + -71.96096015752306, + -12.275629017163498 + ], + [ + -71.96109666290772, + -12.276122803995106 + ], + [ + -71.9611819240319, + -12.276627967033951 + ], + [ + -71.9612150457931, + -12.27713920289346 + ], + [ + -71.9611956804669, + -12.277651144432363 + ], + [ + -71.96112403135764, + -12.278158417100908 + ], + [ + -71.96100085066386, + -12.278655695364856 + ], + [ + -71.96082743158163, + -12.279137758614887 + ], + [ + -71.90725054820444, + -12.407076568494267 + ], + [ + -71.90720927754846, + -12.407190710120801 + ], + [ + -71.90726176289895, + -12.407300148989371 + ], + [ + -71.96149763838557, + -12.507333801407716 + ], + [ + -71.9615554787644, + -12.507429821084243 + ], + [ + -71.96164954100323, + -12.50749079306896 + ], + [ + -72.2029986615881, + -12.648824776011807 + ], + [ + -72.20310535355142, + -12.648880503006826 + ], + [ + -72.2032207768597, + -12.648914651694934 + ], + [ + -72.49287279753808, + -12.71956041255111 + ], + [ + -72.49305607333825, + -12.719608811869167 + ], + [ + -72.7827263647937, + -12.802009195326953 + ], + [ + -72.78282748108958, + -12.802033452579556 + ], + [ + -72.78293026653888, + -12.802049202849611 + ], + [ + -73.04851689234692, + -12.831477544002293 + ], + [ + -73.04854962444878, + -12.83148095295441 + ], + [ + -73.28995872586108, + -12.855017901302134 + ], + [ + -73.29008186861341, + -12.855023640359935 + ], + [ + -73.29016186959385, + -12.854929848476774 + ], + [ + -73.39869991910251, + -12.71380006341845 + ], + [ + -73.39877630233445, + -12.713688697518887 + ], + [ + -73.39882683796654, + -12.713563466086601 + ], + [ + -73.47120566724857, + -12.501662758453387 + ], + [ + -73.47124130639338, + -12.501537118990106 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Mandahuaca", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "mand1448", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -65.46824012125961, + 3.0154046382371855 + ], + [ + -65.46824514429719, + 3.0155159761301005 + ], + [ + -65.46824514429719, + 3.1031900181500007 + ], + [ + -65.46823972976799, + 3.103305413626518 + ], + [ + -65.46817359499946, + 3.103400132291372 + ], + [ + -65.41941356987118, + 3.1666932953769567 + ], + [ + -65.41933765459424, + 3.1667825681805177 + ], + [ + -65.41922271898815, + 3.1667597084086756 + ], + [ + -65.34121474769658, + 3.1472873127882743 + ], + [ + -65.3410956226554, + 3.147251056956948 + ], + [ + -65.34102907454381, + 3.147145811483815 + ], + [ + -65.29713458924631, + 3.0692259714403987 + ], + [ + -65.29708240094335, + 3.0691221682380143 + ], + [ + -65.29709401313528, + 3.0690065659854504 + ], + [ + -65.31662084791951, + 2.9373814806123626 + ], + [ + -65.31664373592524, + 2.9372663492213165 + ], + [ + -65.31676111956772, + 2.9372659267379566 + ], + [ + -65.42410745300567, + 2.942138884557653 + ], + [ + -65.4242269713003, + 2.9421502229575123 + ], + [ + -65.42429378881944, + 2.9422499656323158 + ], + [ + -65.4681870871035, + 3.0153066140791855 + ], + [ + -65.46824012125961, + 3.0154046382371855 + ] + ] + ], + [ + [ + [ + -67.07233149108369, + 2.1005702749466697 + ], + [ + -67.07222045505347, + 2.1006125715422055 + ], + [ + -66.86216611021698, + 2.1689548891336474 + ], + [ + -66.86204521135676, + 2.1689875350367687 + ], + [ + -66.861923704809, + 2.168957229125685 + ], + [ + -66.63719765558422, + 2.1006098172169323 + ], + [ + -66.63708359366504, + 2.100568956263639 + ], + [ + -66.63697960962035, + 2.1005067705952727 + ], + [ + -66.40243173685614, + 1.9442389671730478 + ], + [ + -66.40234034146383, + 1.944171790621081 + ], + [ + -66.40230777311498, + 1.9440631393004284 + ], + [ + -66.36813190173301, + 1.8074329372025562 + ], + [ + -66.36810870323195, + 1.807316061489065 + ], + [ + -66.36820096819973, + 1.8072406607026077 + ], + [ + -66.79836682280666, + 1.4896364199204357 + ], + [ + -66.79846865191226, + 1.4895689040207982 + ], + [ + -66.79857433257877, + 1.4896302160112307 + ], + [ + -66.89618076645608, + 1.5530520311193416 + ], + [ + -66.89627470198533, + 1.553119525693424 + ], + [ + -66.89632805533391, + 1.5532221552281864 + ], + [ + -67.04294138742527, + 1.8707421728387603 + ], + [ + -67.04298850496819, + 1.8708595749281514 + ], + [ + -67.0430109002589, + 1.8709840810101883 + ], + [ + -67.07232227462383, + 2.100451813733986 + ], + [ + -67.07233149108369, + 2.1005702749466697 + ] + ] + ], + [ + [ + [ + -66.77890020893587, + 0.33923085710556006 + ], + [ + -66.77887194983919, + 0.33934767679336464 + ], + [ + -66.7544643402612, + 0.4223317092581662 + ], + [ + -66.7544435812194, + 0.4224043090712053 + ], + [ + -66.73003182201639, + 0.5102837221304303 + ], + [ + -66.72999618420569, + 0.5103923782525427 + ], + [ + -66.72994127754853, + 0.5104926851089266 + ], + [ + -66.66159797823967, + 0.6227654539067972 + ], + [ + -66.66153176562013, + 0.622863016433239 + ], + [ + -66.66142881046798, + 0.6228055464915665 + ], + [ + -66.58338876994469, + 0.5740331829425914 + ], + [ + -66.58329038944883, + 0.57396480375707 + ], + [ + -66.58325728844666, + 0.5738496570737248 + ], + [ + -66.5637562348083, + 0.49097376442896323 + ], + [ + -66.56373144312883, + 0.4908321640436858 + ], + [ + -66.56372314233313, + 0.4906886496077909 + ], + [ + -66.56372314233313, + 0.3784846060116563 + ], + [ + -66.56372982960636, + 0.37835642781006895 + ], + [ + -66.56379945637556, + 0.3782486016350167 + ], + [ + -66.62722405197793, + 0.29043143459892384 + ], + [ + -66.62730434302057, + 0.29033160813952785 + ], + [ + -66.62741806438916, + 0.2902726214983872 + ], + [ + -66.6809912683458, + 0.26592145218683155 + ], + [ + -66.68109659972872, + 0.26587929495617696 + ], + [ + -66.6812097054226, + 0.26588818508221534 + ], + [ + -66.75922553709944, + 0.2756400551370026 + ], + [ + -66.75933996185594, + 0.27565995434336815 + ], + [ + -66.75937938650037, + 0.2757692003992353 + ], + [ + -66.77887049818015, + 0.3391143981556341 + ], + [ + -66.77890020893587, + 0.33923085710556006 + ] + ] + ], + [ + [ + [ + -67.71298989542544, + 4.041673506894165 + ], + [ + -67.7129375995846, + 4.041784392757683 + ], + [ + -67.6739346846595, + 4.114729675221671 + ], + [ + -67.67386718919984, + 4.11484136996088 + ], + [ + -67.67377787232985, + 4.114936521674688 + ], + [ + -67.54680673705793, + 4.2367000228521 + ], + [ + -67.5467169748141, + 4.236778095871307 + ], + [ + -67.54659823666488, + 4.236770753619149 + ], + [ + -67.41478853861265, + 4.222165116133084 + ], + [ + -67.41467609023353, + 4.222147416242913 + ], + [ + -67.41456874284634, + 4.222109541943684 + ], + [ + -67.25822509420703, + 4.158764733340501 + ], + [ + -67.25813161137658, + 4.158724624266873 + ], + [ + -67.15069526661127, + 4.110017004611412 + ], + [ + -67.15059129804997, + 4.109963737459584 + ], + [ + -67.15056392622328, + 4.1098501697077126 + ], + [ + -67.1310477468059, + 4.0076472106452306 + ], + [ + -67.13103127232648, + 4.007529093688828 + ], + [ + -67.13114800310392, + 4.007504661138918 + ], + [ + -67.22383157198475, + 3.9929060654274555 + ], + [ + -67.2240560157435, + 3.9928654466459896 + ], + [ + -67.41380514426763, + 3.9540361058762055 + ], + [ + -67.41423106976252, + 3.9539292641848744 + ], + [ + -67.41464597840779, + 3.95378546401005 + ], + [ + -67.4150466699687, + 3.953605814497862 + ], + [ + -67.41543005386835, + 3.9533917013042146 + ], + [ + -67.51730419069, + 3.890474466022008 + ], + [ + -67.5174460051637, + 3.8903835463742475 + ], + [ + -67.59062802371668, + 3.8417065562626345 + ], + [ + -67.59073531572987, + 3.8416428004630214 + ], + [ + -67.59085978604713, + 3.841651939292688 + ], + [ + -67.62973235164647, + 3.8465000780075305 + ], + [ + -67.6298529372389, + 3.8465213622454852 + ], + [ + -67.62988703976727, + 3.8466389671832557 + ], + [ + -67.64925607692231, + 3.928767913224492 + ], + [ + -67.64938629175587, + 3.92922259890879 + ], + [ + -67.64955888588361, + 3.9296629467729303 + ], + [ + -67.64977231496798, + 3.930085016672743 + ], + [ + -67.71293490121346, + 4.041563934240729 + ], + [ + -67.71298989542544, + 4.041673506894165 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Mapidian-Mawayana", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "mapi1252", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.54324583719806, + 2.0041810815410632 + ], + [ + -58.54325179934889, + 2.0043009030913947 + ], + [ + -58.54325179934889, + 2.0626675805298818 + ], + [ + -58.543245748826585, + 2.0627879944616705 + ], + [ + -58.54312796523923, + 2.0628137461672353 + ], + [ + -58.49938666861154, + 2.0700992212594853 + ], + [ + -58.49926539678553, + 2.070113152511121 + ], + [ + -58.499210207812155, + 2.0700042713246236 + ], + [ + -58.48464668929576, + 2.0372574012972304 + ], + [ + -58.48460409967578, + 2.0371478757708625 + ], + [ + -58.484616432629835, + 2.0370310099720816 + ], + [ + -58.49191102786219, + 1.9896454126081786 + ], + [ + -58.49193481691229, + 1.9895296225150745 + ], + [ + -58.492049959570586, + 1.9895563700905188 + ], + [ + -58.54313225763814, + 2.004142449498194 + ], + [ + -58.54324583719806, + 2.0041810815410632 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Mehin\u00e1ku", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "mehi1240", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.559381544345165, + -12.644559113258097 + ], + [ + -53.55930357666, + -12.644472733013608 + ], + [ + -53.50456467335348, + -12.589332514966685 + ], + [ + -53.504385146963564, + -12.589168471126738 + ], + [ + -53.44611945023778, + -12.54091495755576 + ], + [ + -53.446026770550205, + -12.540845339876533 + ], + [ + -53.44591339198995, + -12.54086945310587 + ], + [ + -53.40009208909223, + -12.552911344053044 + ], + [ + -53.39998022158796, + -12.552946564026158 + ], + [ + -53.399934400434574, + -12.553054523309719 + ], + [ + -53.38407645413651, + -12.596047773787635 + ], + [ + -53.38404085963242, + -12.596160733896001 + ], + [ + -53.38407268217234, + -12.596274814046598 + ], + [ + -53.403307712488264, + -12.654290915196457 + ], + [ + -53.40342849710018, + -12.654717750307464 + ], + [ + -53.40351097519271, + -12.65515361094886 + ], + [ + -53.40355449757375, + -12.655595066424318 + ], + [ + -53.40705350109994, + -12.720452761178707 + ], + [ + -53.40706830580979, + -12.720588267215575 + ], + [ + -53.40711228727764, + -12.72071728929106 + ], + [ + -53.44952595203937, + -12.825850864897083 + ], + [ + -53.4495736767254, + -12.825954609167965 + ], + [ + -53.44968305844866, + -12.82592180432013 + ], + [ + -53.53270427833911, + -12.796640402069425 + ], + [ + -53.532813923963836, + -12.796595639711168 + ], + [ + -53.532850037872564, + -12.796482849563823 + ], + [ + -53.554043118089865, + -12.717248058601983 + ], + [ + -53.55406806182606, + -12.71713344211691 + ], + [ + -53.55408212163115, + -12.717016988475942 + ], + [ + -53.55937856651914, + -12.644675438831916 + ], + [ + -53.559381544345165, + -12.644559113258097 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Nomatsiguenga", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "noma1263", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -74.77561953939326, + -11.521056242088326 + ], + [ + -74.77561534581118, + -11.520931942148856 + ], + [ + -74.76355851332936, + -11.37912942542381 + ], + [ + -74.76354349046025, + -11.379015955667226 + ], + [ + -74.76344880450182, + -11.378951646713652 + ], + [ + -74.57041711404399, + -11.260653779983066 + ], + [ + -74.57030579783343, + -11.260593204018285 + ], + [ + -74.57017908323493, + -11.260595242836319 + ], + [ + -74.39530360845605, + -11.272423205175832 + ], + [ + -74.39518602836662, + -11.272436909348247 + ], + [ + -74.39512097105035, + -11.272535805391339 + ], + [ + -74.32875789472708, + -11.384929573757582 + ], + [ + -74.32875404735796, + -11.384936078501854 + ], + [ + -74.22012599600504, + -11.568277095363744 + ], + [ + -74.22006487492563, + -11.56839409993839 + ], + [ + -74.22005781749337, + -11.56852591818253 + ], + [ + -74.22005781749337, + -11.828451754689553 + ], + [ + -74.2200642622472, + -11.828577980914494 + ], + [ + -74.22010844201962, + -11.828696398574944 + ], + [ + -74.28643602272031, + -11.982098347195507 + ], + [ + -74.28648841850033, + -11.982204924995315 + ], + [ + -74.28660605829624, + -11.982221204540117 + ], + [ + -74.41922494769517, + -11.994014528520331 + ], + [ + -74.41933681176565, + -11.994019385775983 + ], + [ + -74.41943951916839, + -11.993974794828253 + ], + [ + -74.47961810436207, + -11.964540762829767 + ], + [ + -74.47972112646225, + -11.964484110353235 + ], + [ + -74.4797666741224, + -11.964375720008364 + ], + [ + -74.53994571047708, + -11.79948468962732 + ], + [ + -74.54013504058841, + -11.799035287264424 + ], + [ + -74.54036724881817, + -11.79860646595798 + ], + [ + -74.65433567363762, + -11.61065085225986 + ], + [ + -74.65460986353516, + -11.610244938944609 + ], + [ + -74.65492245660324, + -11.609867803301645 + ], + [ + -74.65527045262714, + -11.609523065014297 + ], + [ + -74.65565051160058, + -11.60921403282162 + ], + [ + -74.77552320712228, + -11.521134906912895 + ], + [ + -74.77561953939326, + -11.521056242088326 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Palik\u00far", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "pali1279", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -51.63040793174916, + 3.360690964440472 + ], + [ + -51.63038274144507, + 3.3608034902362958 + ], + [ + -51.60697156186173, + 3.4464930514826353 + ], + [ + -51.606885085198186, + 3.446864866040333 + ], + [ + -51.58736749546117, + 3.5481672894357237 + ], + [ + -51.587339699189904, + 3.5482813294276103 + ], + [ + -51.587222563380394, + 3.5482888762526827 + ], + [ + -51.52481103653362, + 3.5492621864192206 + ], + [ + -51.524699553566926, + 3.549258915688698 + ], + [ + -51.524592966899434, + 3.549226076202451 + ], + [ + -51.434754990973794, + 3.5170628338152965 + ], + [ + -51.43464850589089, + 3.517019024879058 + ], + [ + -51.43456523209682, + 3.51693950273753 + ], + [ + -51.35658286028295, + 3.435208657119785 + ], + [ + -51.35606019075742, + 3.434733186125771 + ], + [ + -51.28204549683498, + 3.376403728468594 + ], + [ + -51.281951979327744, + 3.3763220712207085 + ], + [ + -51.28190948536047, + 3.376205419203861 + ], + [ + -51.25066042207964, + 3.2748169942748 + ], + [ + -51.25062989054312, + 3.2746969947598648 + ], + [ + -51.25062372315561, + 3.2745733257595777 + ], + [ + -51.25062372315561, + 3.173183951473825 + ], + [ + -51.2506296259494, + 3.1730652022355548 + ], + [ + -51.25074751162899, + 3.1730497364310777 + ], + [ + -51.39538209160641, + 3.1613405208210725 + ], + [ + -51.39549168613855, + 3.161336496195818 + ], + [ + -51.3956002877765, + 3.1613517554003674 + ], + [ + -51.563725094872396, + 3.19258271682711 + ], + [ + -51.56384826766402, + 3.192612260095926 + ], + [ + -51.56392094029597, + 3.1927160051194314 + ], + [ + -51.622522380330246, + 3.2863284691084225 + ], + [ + -51.62257769236551, + 3.286426456814788 + ], + [ + -51.622594560602415, + 3.28653770641893 + ], + [ + -51.63040118032729, + 3.3605758513463484 + ], + [ + -51.63040793174916, + 3.360690964440472 + ] + ] + ], + [ + [ + [ + -52.04737408975081, + 3.910531673214792 + ], + [ + -52.047318862107936, + 3.910631182632154 + ], + [ + -51.95944968807861, + 4.0530738793631915 + ], + [ + -51.95939611550526, + 4.053153673903588 + ], + [ + -51.95933655976623, + 4.05322910800209 + ], + [ + -51.87516591458754, + 4.1517849296565785 + ], + [ + -51.87508313632867, + 4.151872579874366 + ], + [ + -51.87497143058049, + 4.151827229828646 + ], + [ + -51.76521627493925, + 4.100740925045266 + ], + [ + -51.765113733851265, + 4.100687182786623 + ], + [ + -51.76506563120793, + 4.100581878271964 + ], + [ + -51.74313486700721, + 4.045893460805283 + ], + [ + -51.74309623840033, + 4.04579065098737 + ], + [ + -51.71749561142796, + 3.9728250109900993 + ], + [ + -51.71746062200217, + 3.9727062896584444 + ], + [ + -51.717533382499305, + 3.9726061651131195 + ], + [ + -51.823688319613474, + 3.8411338901975776 + ], + [ + -51.823766631349386, + 3.84104581181049 + ], + [ + -51.823866552445175, + 3.8409833113714185 + ], + [ + -51.9409478142484, + 3.7752705159743076 + ], + [ + -51.94119888761503, + 3.7751475391874143 + ], + [ + -52.036266926622154, + 3.735012796578872 + ], + [ + -52.03637731501208, + 3.734972551368476 + ], + [ + -52.03640351876066, + 3.735087087987836 + ], + [ + -52.0473602746886, + 3.7970412923017953 + ], + [ + -52.04737455705414, + 3.7971494581468153 + ], + [ + -52.047379330021805, + 3.7972584583978093 + ], + [ + -52.047379330021805, + 3.91041798611691 + ], + [ + -52.04737408975081, + 3.910531673214792 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Paraujano", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "para1316", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -72.01267770456987, + 10.928064110101438 + ], + [ + -72.01262152864936, + 10.928165551885293 + ], + [ + -71.97622431793205, + 10.987126013682825 + ], + [ + -71.97615166101862, + 10.987231100542385 + ], + [ + -71.97603646103194, + 10.987286338556652 + ], + [ + -71.9032013844639, + 11.017672261681613 + ], + [ + -71.90310013388182, + 11.017709429015344 + ], + [ + -71.90299272598108, + 11.017719259271132 + ], + [ + -71.8283478144851, + 11.021293338337697 + ], + [ + -71.8282235198076, + 11.021292914815811 + ], + [ + -71.82815936467652, + 11.021186456066072 + ], + [ + -71.78992143730173, + 10.949686953150863 + ], + [ + -71.78987138320629, + 10.949581732734476 + ], + [ + -71.78986353129577, + 10.949465478289133 + ], + [ + -71.78804208825356, + 10.860037822329472 + ], + [ + -71.78804567958852, + 10.859915790012932 + ], + [ + -71.78812676851312, + 10.859824524629484 + ], + [ + -71.83726730406974, + 10.80977243157203 + ], + [ + -71.8373541233804, + 10.809692129157368 + ], + [ + -71.83747207869254, + 10.809683607723498 + ], + [ + -71.91209921139082, + 10.807895726383101 + ], + [ + -71.91223128394697, + 10.807899635080283 + ], + [ + -71.91234980254225, + 10.80795804552964 + ], + [ + -71.98883713458595, + 10.850886708583195 + ], + [ + -71.98893615159777, + 10.850948647238571 + ], + [ + -71.98897578314461, + 10.851058511273273 + ], + [ + -72.01264886531871, + 10.927951795956494 + ], + [ + -72.01267770456987, + 10.928064110101438 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Parec\u00eds", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "pare1272", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -57.96627739414455, + -14.877246410057708 + ], + [ + -57.96624303335198, + -14.877114979071031 + ], + [ + -57.92501756630198, + -14.748692143861499 + ], + [ + -57.92497324226808, + -14.748574913812142 + ], + [ + -57.92487744366261, + -14.74849410458224 + ], + [ + -57.796582298000104, + -14.65099019179504 + ], + [ + -57.79646649698193, + -14.650912058486282 + ], + [ + -57.79633617053202, + -14.650861762301485 + ], + [ + -57.61814282712274, + -14.59338775093298 + ], + [ + -57.6177085135183, + -14.593225068024553 + ], + [ + -57.61729114193289, + -14.593022842913877 + ], + [ + -57.61689430333206, + -14.592782815497557 + ], + [ + -57.498694686270234, + -14.51357786859596 + ], + [ + -57.498342657953806, + -14.513318991603525 + ], + [ + -57.49801457656616, + -14.51303036756457 + ], + [ + -57.49771294787789, + -14.512714200888288 + ], + [ + -57.39735071672474, + -14.397859254684505 + ], + [ + -57.39702325432279, + -14.397441713204 + ], + [ + -57.31922468238571, + -14.286597751034481 + ], + [ + -57.319148921796916, + -14.286500531471262 + ], + [ + -57.31903583042328, + -14.286451524823969 + ], + [ + -57.177003829930136, + -14.233165403427995 + ], + [ + -57.176874132487754, + -14.233124693283624 + ], + [ + -57.176738687356575, + -14.233113145173052 + ], + [ + -57.030136441074276, + -14.228672412210251 + ], + [ + -57.03001168659603, + -14.228675009637746 + ], + [ + -57.02992825124761, + -14.228767794168204 + ], + [ + -56.929451426260655, + -14.35269010245412 + ], + [ + -56.92916284506094, + -14.3530159408475 + ], + [ + -56.92884701940377, + -14.353315446977156 + ], + [ + -56.92850634261303, + -14.353586351188422 + ], + [ + -56.81898299895428, + -14.433150613966351 + ], + [ + -56.818892564116815, + -14.433223062602947 + ], + [ + -56.81886556130478, + -14.4333357485067 + ], + [ + -56.786788485435586, + -14.60190841012767 + ], + [ + -56.786769443532094, + -14.602056221122085 + ], + [ + -56.786768208885036, + -14.602205248501502 + ], + [ + -56.7913437585941, + -14.69074253288586 + ], + [ + -56.791355915796565, + -14.690863090049218 + ], + [ + -56.79140239858622, + -14.690974988116645 + ], + [ + -56.8417819061418, + -14.79727448975488 + ], + [ + -56.84184047419063, + -14.797383589733974 + ], + [ + -56.8419369619349, + -14.797461198605735 + ], + [ + -56.97022238957141, + -14.89046431210195 + ], + [ + -56.97047542743953, + -14.890625501776015 + ], + [ + -57.15301441588125, + -14.992036643282837 + ], + [ + -57.153450892322596, + -14.99230943842743 + ], + [ + -57.15385701107353, + -14.992625660556492 + ], + [ + -57.154228468430695, + -14.992981958615108 + ], + [ + -57.154561328002906, + -14.993374556857525 + ], + [ + -57.21811064337843, + -15.07666778797957 + ], + [ + -57.218184910549894, + -15.07675618998351 + ], + [ + -57.218297725879154, + -15.076780750694883 + ], + [ + -57.400549073728506, + -15.107574641272905 + ], + [ + -57.401021468715655, + -15.10767817813811 + ], + [ + -57.40148165151888, + -15.107826868063642 + ], + [ + -57.40192531709297, + -15.108019320043907 + ], + [ + -57.402348314912636, + -15.108253733675951 + ], + [ + -57.40274668780104, + -15.108527916002377 + ], + [ + -57.488878744370226, + -15.174166382582321 + ], + [ + -57.488970349202255, + -15.174229925256721 + ], + [ + -57.489067263688696, + -15.174285031508962 + ], + [ + -57.64490856255292, + -15.253897631396939 + ], + [ + -57.64501505804759, + -15.253945837907679 + ], + [ + -57.64513182576065, + -15.253951356896598 + ], + [ + -57.80552494357991, + -15.253951356896598 + ], + [ + -57.80564681364905, + -15.25394528779964 + ], + [ + -57.805736395681336, + -15.253862437288634 + ], + [ + -57.883634754970814, + -15.174272611546138 + ], + [ + -57.883708333597774, + -15.174194125551812 + ], + [ + -57.94325856591638, + -15.107867589209482 + ], + [ + -57.94333176859652, + -15.107777918717396 + ], + [ + -57.94334571959672, + -15.107663006580845 + ], + [ + -57.95250612056219, + -14.983813814901914 + ], + [ + -57.95253382164691, + -14.983541136107082 + ], + [ + -57.96626738527076, + -14.877381889173407 + ], + [ + -57.96627739414455, + -14.877246410057708 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Piapoco", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "piap1246", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -67.8694884268677, + 5.38320925688062 + ], + [ + -67.86946467011892, + 5.383320529779618 + ], + [ + -67.84018046167316, + 5.495071193997615 + ], + [ + -67.84014582742036, + 5.495181842864055 + ], + [ + -67.84005735085275, + 5.4952567734991185 + ], + [ + -67.73265186136382, + 5.577864731188815 + ], + [ + -67.73255720500197, + 5.577930718943749 + ], + [ + -67.73244194428618, + 5.577936120614028 + ], + [ + -67.62998548215316, + 5.577936120614028 + ], + [ + -67.62986238791801, + 5.577929838602578 + ], + [ + -67.62981461434782, + 5.577816219324344 + ], + [ + -67.58588012965127, + 5.456341350245827 + ], + [ + -67.58584791136325, + 5.456238531119512 + ], + [ + -67.58584323871487, + 5.45613088374532 + ], + [ + -67.58584323871487, + 5.169041126729782 + ], + [ + -67.58583898974047, + 5.1688350401208645 + ], + [ + -67.57117302247345, + 4.8133169334374 + ], + [ + -67.571171170139, + 4.813250775058753 + ], + [ + -67.56628249047895, + 4.481914065632822 + ], + [ + -67.56628655608483, + 4.481730016808095 + ], + [ + -67.58094553441752, + 4.233247922689368 + ], + [ + -67.58095842346965, + 4.2331286731968625 + ], + [ + -67.5810350087333, + 4.233036362490286 + ], + [ + -67.68357395297988, + 4.121030131280389 + ], + [ + -67.68365568518499, + 4.120948916718487 + ], + [ + -67.6837693739002, + 4.120967647293293 + ], + [ + -67.75199581431905, + 4.135549665805877 + ], + [ + -67.75211669261297, + 4.135582057287239 + ], + [ + -67.7521754666431, + 4.135692539789931 + ], + [ + -67.78630267000302, + 4.208628458716612 + ], + [ + -67.7863490043669, + 4.2087416881624975 + ], + [ + -67.786372291798, + 4.208861794266937 + ], + [ + -67.80589171098542, + 4.345117182644678 + ], + [ + -67.80591694367745, + 4.345471254662031 + ], + [ + -67.80591694367745, + 4.475717033888872 + ], + [ + -67.80594017477749, + 4.476198460224346 + ], + [ + -67.80600965220404, + 4.4766754129344735 + ], + [ + -67.80612473034226, + 4.477143459964804 + ], + [ + -67.80628433983546, + 4.477598252016381 + ], + [ + -67.806486997522, + 4.4780355629613435 + ], + [ + -67.86454553746898, + 4.588966328886321 + ], + [ + -67.86459697979602, + 4.589077793368608 + ], + [ + -67.86458894740676, + 4.589200292856557 + ], + [ + -67.83528014414124, + 4.842349826807691 + ], + [ + -67.8352521626578, + 4.842696982338797 + ], + [ + -67.82548833493061, + 5.056700019569122 + ], + [ + -67.82548635033602, + 5.057107079194224 + ], + [ + -67.83035455280688, + 5.19287175407144 + ], + [ + -67.83038700121595, + 5.193288673060154 + ], + [ + -67.83045417505456, + 5.193701422400322 + ], + [ + -67.86947061209752, + 5.383096879502621 + ], + [ + -67.8694884268677, + 5.38320925688062 + ] + ] + ], + [ + [ + [ + -70.5703768774935, + 3.6813614117940303 + ], + [ + -70.57038281012852, + 3.6814807078507217 + ], + [ + -70.57038281012852, + 3.763740245560487 + ], + [ + -70.57037666988734, + 3.7638629891889277 + ], + [ + -70.57030231551491, + 3.7639608417727417 + ], + [ + -70.44638552858606, + 3.911150023425921 + ], + [ + -70.44632928558305, + 3.9112145536107406 + ], + [ + -70.34111752953655, + 4.0278359563382065 + ], + [ + -70.34079352938852, + 4.028234473127063 + ], + [ + -70.3405121207525, + 4.02866412520317 + ], + [ + -70.34027627295931, + 4.029120379019998 + ], + [ + -70.3400884745968, + 4.0295984203382575 + ], + [ + -70.33995070725115, + 4.030093205024154 + ], + [ + -70.3398644245978, + 4.030599512273416 + ], + [ + -70.31643899790326, + 4.229198684856605 + ], + [ + -70.31642315971179, + 4.2292982094942655 + ], + [ + -70.31639933951415, + 4.229396130891495 + ], + [ + -70.30464393896003, + 4.270426898452035 + ], + [ + -70.30461121972915, + 4.270525416230105 + ], + [ + -70.30457042152817, + 4.270620872017991 + ], + [ + -70.24561447229578, + 4.394074576666506 + ], + [ + -70.24554990753977, + 4.394192773278733 + ], + [ + -70.24545083851241, + 4.394284011289819 + ], + [ + -70.07437844648678, + 4.535431479309146 + ], + [ + -70.07428126291332, + 4.535503922843022 + ], + [ + -70.07416019653591, + 4.535509893172831 + ], + [ + -69.84989901013645, + 4.535509893172831 + ], + [ + -69.84981598863533, + 4.535508514183479 + ], + [ + -69.49562533057198, + 4.523739034474863 + ], + [ + -69.49550286188408, + 4.523728839068239 + ], + [ + -69.49540016569357, + 4.523661340784835 + ], + [ + -69.3195301744701, + 4.395080403173352 + ], + [ + -69.3191257603636, + 4.394813795608763 + ], + [ + -69.3186974461064, + 4.39458757169292 + ], + [ + -69.31824925151966, + 4.394403854585803 + ], + [ + -69.31778538300574, + 4.394264368511873 + ], + [ + -69.31731019407015, + 4.394170422577858 + ], + [ + -69.31682814446297, + 4.394122898486501 + ], + [ + -68.96407745226568, + 4.3765370010618305 + ], + [ + -68.96385488967951, + 4.376515892145135 + ], + [ + -68.58611351518142, + 4.3235490367059555 + ], + [ + -68.58598786173867, + 4.323524724095786 + ], + [ + -68.58588264242393, + 4.3234518626759755 + ], + [ + -68.40298719867423, + 4.182245313424474 + ], + [ + -68.40290444171931, + 4.182175455821912 + ], + [ + -68.40284256978558, + 4.182086570153484 + ], + [ + -68.33209726322949, + 4.070363529003242 + ], + [ + -68.33203811782124, + 4.070258746243175 + ], + [ + -68.33213965971326, + 4.0701941950985745 + ], + [ + -68.59176641819593, + 3.92303776370627 + ], + [ + -68.59189435864133, + 3.9229746436742086 + ], + [ + -68.59202868073756, + 3.922926576320445 + ], + [ + -68.95212365231087, + 3.816911344064986 + ], + [ + -68.9521841770375, + 3.8168943490262732 + ], + [ + -69.28277428852799, + 3.7285353313322758 + ], + [ + -69.28288740205898, + 3.728510675215872 + ], + [ + -69.28300312491577, + 3.7285073865409135 + ], + [ + -69.60669619854887, + 3.734380238509207 + ], + [ + -69.60719772310314, + 3.7343641551071545 + ], + [ + -69.60769511008438, + 3.7342978848631545 + ], + [ + -69.60818335009834, + 3.734182095212811 + ], + [ + -69.6086575258737, + 3.734017952322578 + ], + [ + -69.88525985753317, + 3.6224303662768196 + ], + [ + -69.88532626509925, + 3.6224030198053825 + ], + [ + -69.99738579886517, + 3.5753131043709296 + ], + [ + -69.99750706903023, + 3.5752694377680827 + ], + [ + -69.99763562811374, + 3.5752786999054806 + ], + [ + -70.09186994317847, + 3.587034988138732 + ], + [ + -70.09199927950023, + 3.5870581267293065 + ], + [ + -70.09212086846026, + 3.5871079203363476 + ], + [ + -70.20337552794544, + 3.639702717917375 + ], + [ + -70.20379855321613, + 3.6398794510802728 + ], + [ + -70.20423598817113, + 3.6400166941152015 + ], + [ + -70.20468415512, + 3.6401132931651228 + ], + [ + -70.2051392861441, + 3.640168436083222 + ], + [ + -70.44032136981673, + 3.6577713339832196 + ], + [ + -70.44058091951386, + 3.6578045017122762 + ], + [ + -70.5702605571551, + 3.6813342765001407 + ], + [ + -70.5703768774935, + 3.6813614117940303 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Res\u00edgaro", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "resi1247", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -71.55779302883472, + -2.4962148183907633 + ], + [ + -71.5577239388935, + -2.496117065903381 + ], + [ + -71.50953088145226, + -2.4345940505603507 + ], + [ + -71.50950817527996, + -2.4345654956441947 + ], + [ + -71.44254112473654, + -2.351598777985089 + ], + [ + -71.44246026283132, + -2.3515081189175313 + ], + [ + -71.44234614392495, + -2.3514664705149824 + ], + [ + -71.36481813495628, + -2.3274261077218883 + ], + [ + -71.3646774201543, + -2.3273913109324034 + ], + [ + -71.364533614094, + -2.3273731095841756 + ], + [ + -71.20654497704666, + -2.316670810487387 + ], + [ + -71.2064305823026, + -2.3166684757258555 + ], + [ + -71.20638002591109, + -2.3167711190881453 + ], + [ + -71.17965108460902, + -2.3781960895868375 + ], + [ + -71.17961057560267, + -2.378302403800387 + ], + [ + -71.17965257900748, + -2.3784081365088094 + ], + [ + -71.2171068105967, + -2.4612685440879987 + ], + [ + -71.21716067623426, + -2.461373965726873 + ], + [ + -71.21725001611748, + -2.4614516420688157 + ], + [ + -71.26804874218021, + -2.501518291782597 + ], + [ + -71.26819207042483, + -2.501623295693539 + ], + [ + -71.3350664784901, + -2.5470537631316046 + ], + [ + -71.33517636926214, + -2.5471203164885527 + ], + [ + -71.33530480894423, + -2.5471232455080406 + ], + [ + -71.4262969576319, + -2.544449647170119 + ], + [ + -71.42644380793735, + -2.544447490203648 + ], + [ + -71.536221931074, + -2.544447490203648 + ], + [ + -71.53633834291273, + -2.5444418971059863 + ], + [ + -71.5363907706785, + -2.5443378090263256 + ], + [ + -71.55774981438347, + -2.496326449389813 + ], + [ + -71.55779302883472, + -2.4962148183907633 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Tariana", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "tari1256", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -68.44412388415563, + 1.6105605427697958 + ], + [ + -68.44410605401757, + 1.6106807453250438 + ], + [ + -68.43437423063978, + 1.659320050248562 + ], + [ + -68.43434410707947, + 1.6594392109159986 + ], + [ + -68.43424416519773, + 1.6595107533077453 + ], + [ + -68.3659806626934, + 1.70337553684761 + ], + [ + -68.36588064928684, + 1.703433381577604 + ], + [ + -68.36576529760683, + 1.7034399148933193 + ], + [ + -67.86717503790015, + 1.7083258883124044 + ], + [ + -67.86705485264895, + 1.7083209824919117 + ], + [ + -67.86705339278043, + 1.7082007060168605 + ], + [ + -67.87187902250776, + 1.5827860523756525 + ], + [ + -67.87187297784328, + 1.582281840569618 + ], + [ + -67.87181617904288, + 1.5817808016693453 + ], + [ + -67.87170920378689, + 1.5812880315627853 + ], + [ + -67.87155314008248, + 1.5808085420389362 + ], + [ + -67.87134957519794, + 1.580347209814727 + ], + [ + -67.8711005795191, + 1.5799087269356697 + ], + [ + -67.83776478475264, + 1.5275431835141864 + ], + [ + -67.8377100456908, + 1.5274481637163588 + ], + [ + -67.83769163960318, + 1.5273400603268201 + ], + [ + -67.82794071856978, + 1.4493590153173088 + ], + [ + -67.82793136335748, + 1.449228439933761 + ], + [ + -67.82796320688036, + 1.4491014618218652 + ], + [ + -67.84745260982099, + 1.3857802875536727 + ], + [ + -67.84749088757876, + 1.3856736248835826 + ], + [ + -67.84757938568539, + 1.3856028421385918 + ], + [ + -67.95497205435679, + 1.3075206579863383 + ], + [ + -67.95508020622779, + 1.3074503745128874 + ], + [ + -67.95520901218697, + 1.307443620350778 + ], + [ + -68.09189540663776, + 1.307443620350778 + ], + [ + -68.09201118703544, + 1.307449058239913 + ], + [ + -68.09211198890446, + 1.3075062740972296 + ], + [ + -68.18482746663341, + 1.3660474784592993 + ], + [ + -68.18492869517236, + 1.366118681613429 + ], + [ + -68.18501383036423, + 1.366208509812491 + ], + [ + -68.27288656889321, + 1.4686953207620586 + ], + [ + -68.27304195408898, + 1.4688682446142463 + ], + [ + -68.35077586846047, + 1.5514318276082382 + ], + [ + -68.35107673610541, + 1.5517255937607597 + ], + [ + -68.3514012236191, + 1.551993040476177 + ], + [ + -68.35174703596769, + 1.5522322761585161 + ], + [ + -68.44402451667281, + 1.610490595136397 + ], + [ + -68.44412388415563, + 1.6105605427697958 + ] + ] + ], + [ + [ + [ + -68.8060214627912, + 0.45048269349470726 + ], + [ + -68.80590917853624, + 0.4504951741504896 + ], + [ + -68.72789732043415, + 0.4553707629344845 + ], + [ + -68.72778191460085, + 0.45537259838113714 + ], + [ + -68.7276704683962, + 0.45534257141493467 + ], + [ + -68.60564037468099, + 0.416294071842462 + ], + [ + -68.60540042569743, + 0.4162034671440673 + ], + [ + -68.52738058738615, + 0.38207061662517283 + ], + [ + -68.52715647956151, + 0.3819789706325029 + ], + [ + -68.42527846804172, + 0.34316907692799925 + ], + [ + -68.42480060762972, + 0.3430140462965059 + ], + [ + -68.42430960214422, + 0.3429077510319115 + ], + [ + -68.42381040848338, + 0.3428512642277264 + ], + [ + -68.34644028406154, + 0.3380157168202551 + ], + [ + -68.34632162866636, + 0.338002545192078 + ], + [ + -68.34621163957617, + 0.33795612327235547 + ], + [ + -68.22417149100804, + 0.27937770456900984 + ], + [ + -68.2240640207463, + 0.27931922895807176 + ], + [ + -68.22408189315254, + 0.27919819247053046 + ], + [ + -68.23870368508375, + 0.2060898934011068 + ], + [ + -68.23873392098079, + 0.20597054849964297 + ], + [ + -68.23885124086014, + 0.20593321941027443 + ], + [ + -68.33153074477825, + 0.18154401589014163 + ], + [ + -68.33164951801585, + 0.18151887450910228 + ], + [ + -68.3317701739117, + 0.18150540878170085 + ], + [ + -68.40980404697815, + 0.17662831553546612 + ], + [ + -68.4099896734466, + 0.17661323872059045 + ], + [ + -68.50758827649075, + 0.16685342226800445 + ], + [ + -68.5077070027204, + 0.16684727441022376 + ], + [ + -68.50782259652448, + 0.16687505545055378 + ], + [ + -68.6249901973118, + 0.20104876236549238 + ], + [ + -68.62516794167256, + 0.2011079176886236 + ], + [ + -68.66409450353032, + 0.21570528177549594 + ], + [ + -68.6642002253881, + 0.2157506929008545 + ], + [ + -68.66424652385811, + 0.2158560291869778 + ], + [ + -68.68827611684692, + 0.2783323846893312 + ], + [ + -68.68848893143556, + 0.2788096333553309 + ], + [ + -68.68875039273439, + 0.2792620649275605 + ], + [ + -68.68905764499682, + 0.2796847378336792 + ], + [ + -68.68940733233575, + 0.2800730355330467 + ], + [ + -68.76193480288326, + 0.35259939805572454 + ], + [ + -68.76201066447783, + 0.3526824656963553 + ], + [ + -68.76206142957484, + 0.352782855533406 + ], + [ + -68.80598012681205, + 0.45037755141225977 + ], + [ + -68.8060214627912, + 0.45048269349470726 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Terena-Kinikinao-Chane", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "tere1279", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -50.38260652447297, + -22.106022059539704 + ], + [ + -50.38253356345629, + -22.10592768302192 + ], + [ + -50.34010078918026, + -22.056259755961037 + ], + [ + -50.340031022870605, + -22.056184594883234 + ], + [ + -50.33994987396195, + -22.05612189416364 + ], + [ + -50.26393932907482, + -22.002239770790563 + ], + [ + -50.263837799487405, + -22.00217500174043 + ], + [ + -50.2637177522736, + -22.002165412506017 + ], + [ + -50.19672547932287, + -22.000094957213435 + ], + [ + -50.196611517467325, + -22.00009671900754 + ], + [ + -50.19652178739421, + -22.00016699647484 + ], + [ + -50.165326502225916, + -22.027022202005945 + ], + [ + -50.165240341580954, + -22.027103890105362 + ], + [ + -50.16519104578841, + -22.027211901804503 + ], + [ + -50.14286897617101, + -22.083071133885067 + ], + [ + -50.142831135192324, + -22.083180415659584 + ], + [ + -50.14284668881488, + -22.083295012914267 + ], + [ + -50.1607318587122, + -22.180628270401254 + ], + [ + -50.16075864477296, + -22.18074279914335 + ], + [ + -50.16085750171624, + -22.18080653006655 + ], + [ + -50.214437156967975, + -22.211812236441244 + ], + [ + -50.214539470495716, + -22.21186526283554 + ], + [ + -50.21465242257037, + -22.2118881032664 + ], + [ + -50.308539179380745, + -22.226373959293717 + ], + [ + -50.30865801506447, + -22.226386394192062 + ], + [ + -50.30875115411287, + -22.226311549926514 + ], + [ + -50.36235442766615, + -22.178750619206102 + ], + [ + -50.362438935699494, + -22.178668082787517 + ], + [ + -50.362475943208395, + -22.178555902965726 + ], + [ + -50.382580269708754, + -22.106138425017633 + ], + [ + -50.38260652447297, + -22.106022059539704 + ] + ] + ], + [ + [ + [ + -56.558107163646596, + -21.01045305127281 + ], + [ + -56.558113261394425, + -21.010330076778473 + ], + [ + -56.558113261394425, + -20.75449406521539 + ], + [ + -56.558106442258314, + -20.754364457078445 + ], + [ + -56.55804730660434, + -20.75424892464061 + ], + [ + -56.425342912168986, + -20.525483250678903 + ], + [ + -56.42511719845494, + -20.525045870454992 + ], + [ + -56.424935580715136, + -20.52458841757484 + ], + [ + -56.42479981881195, + -20.52411532472284 + ], + [ + -56.42471122826814, + -20.523631176133538 + ], + [ + -56.42467066751948, + -20.52314066317077 + ], + [ + -56.42467852959661, + -20.522648538868673 + ], + [ + -56.44565613568972, + -20.201426583367915 + ], + [ + -56.44565830514782, + -20.20131244011552 + ], + [ + -56.44560935987368, + -20.20120930065281 + ], + [ + -56.35435878300017, + -20.029840591630045 + ], + [ + -56.35429359936, + -20.029732020928062 + ], + [ + -56.35418345489686, + -20.029669533317335 + ], + [ + -56.14354735752558, + -19.924089694195462 + ], + [ + -56.143453954460746, + -19.924047591222823 + ], + [ + -56.14335491491089, + -19.92402136222386 + ], + [ + -55.90461737258917, + -19.871201254751643 + ], + [ + -55.90449928215787, + -19.871181025271998 + ], + [ + -55.90437979498041, + -19.8711722277576 + ], + [ + -55.64459052242857, + -19.864568813787866 + ], + [ + -55.64446228115667, + -19.86457223659875 + ], + [ + -55.644352756349974, + -19.864639033725716 + ], + [ + -55.48994884007844, + -19.970215870826888 + ], + [ + -55.48984726613694, + -19.97029332248802 + ], + [ + -55.489785396430705, + -19.970405072945976 + ], + [ + -55.41257860405326, + -20.12864749430296 + ], + [ + -55.412537107216565, + -20.128742365410677 + ], + [ + -55.412511894966336, + -20.12884279875681 + ], + [ + -55.363366955467406, + -20.365970054907493 + ], + [ + -55.36332369587894, + -20.366268477684542 + ], + [ + -55.33523262175742, + -20.701673117926454 + ], + [ + -55.335223903262964, + -20.701881678306624 + ], + [ + -55.335223903262964, + -20.91189303619559 + ], + [ + -55.33522924987836, + -20.912008245113228 + ], + [ + -55.335255753545, + -20.91212049143463 + ], + [ + -55.39140948497893, + -21.10869672895132 + ], + [ + -55.391456087286684, + -21.108830449310418 + ], + [ + -55.3915317536318, + -21.108950146903428 + ], + [ + -55.54600075181015, + -21.324947886958896 + ], + [ + -55.546070220398335, + -21.32503624286154 + ], + [ + -55.54617143850681, + -21.325085105370352 + ], + [ + -55.80600061149593, + -21.4362501212166 + ], + [ + -55.80610798931416, + -21.436290314821974 + ], + [ + -55.80622091637253, + -21.43631013908133 + ], + [ + -56.00977596946191, + -21.462442143856265 + ], + [ + -56.00992156933602, + -21.462452208354545 + ], + [ + -56.01006734632979, + -21.462445159557117 + ], + [ + -56.19252696347931, + -21.442850678139497 + ], + [ + -56.19265013147838, + -21.442831142158685 + ], + [ + -56.1927619187297, + -21.44277586448714 + ], + [ + -56.473671837751596, + -21.28581194735867 + ], + [ + -56.47377137071643, + -21.285749919001464 + ], + [ + -56.47381103600013, + -21.2856395514635 + ], + [ + -56.558076973438, + -21.010572418186666 + ], + [ + -56.558107163646596, + -21.01045305127281 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Trinitario-Javeriano-Loretano", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "trin1274", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -66.23175965855638, + -15.466666384651003 + ], + [ + -66.23176059604876, + -15.466542413842985 + ], + [ + -66.22502586795453, + -15.310703863461152 + ], + [ + -66.22501554572185, + -15.310589509663817 + ], + [ + -66.22493009707674, + -15.31051281632311 + ], + [ + -66.09358876003334, + -15.20329473781166 + ], + [ + -66.09348563549405, + -15.203219121665834 + ], + [ + -66.0933585806936, + -15.203204645830505 + ], + [ + -65.98002680856094, + -15.19622371636119 + ], + [ + -65.97953533043803, + -15.1961689411865 + ], + [ + -65.9790516670121, + -15.196065884136866 + ], + [ + -65.9785805494994, + -15.19591555332074 + ], + [ + -65.97812658639148, + -15.195719419280568 + ], + [ + -65.97769421837482, + -15.195479400607889 + ], + [ + -65.9772876748918, + -15.195197845175583 + ], + [ + -65.97691093276805, + -15.194877507170885 + ], + [ + -65.9765676773111, + -15.194521520153803 + ], + [ + -65.97626126626044, + -15.194133366404504 + ], + [ + -65.97599469694202, + -15.1937168428595 + ], + [ + -65.97577057694829, + -15.193276023969853 + ], + [ + -65.97559109863057, + -15.192815221844723 + ], + [ + -65.9754580176534, + -15.192338944070126 + ], + [ + -65.97537263582056, + -15.191851849615547 + ], + [ + -65.97533578834081, + -15.191358703259692 + ], + [ + -65.97534783565773, + -15.19086432898122 + ], + [ + -65.97540865992397, + -15.190373562770388 + ], + [ + -65.97543928328159, + -15.190198091848256 + ], + [ + -65.97532725883357, + -15.190165952514109 + ], + [ + -65.85075712739643, + -15.160921751738043 + ], + [ + -65.85065808659888, + -15.160902689002853 + ], + [ + -65.85055782951507, + -15.160891689703162 + ], + [ + -65.56740951044316, + -15.141369831467083 + ], + [ + -65.56730565885684, + -15.141364838729835 + ], + [ + -64.73109184279431, + -15.118580191936308 + ], + [ + -64.73079866625021, + -15.118589432475446 + ], + [ + -64.62314228234666, + -15.12833266374839 + ], + [ + -64.62302639056988, + -15.128348883324154 + ], + [ + -64.62301873014422, + -15.12846565359627 + ], + [ + -64.619649088706, + -15.330046662633807 + ], + [ + -64.61964977633181, + -15.33016042910891 + ], + [ + -64.62301705635986, + -15.447036440264128 + ], + [ + -64.62302719133938, + -15.447162283237105 + ], + [ + -64.62311795208336, + -15.44725004233376 + ], + [ + -64.76458485627029, + -15.570583479696008 + ], + [ + -64.76467340679486, + -15.570653801616764 + ], + [ + -64.76478565980672, + -15.57066742620038 + ], + [ + -65.024249102245, + -15.590142438310053 + ], + [ + -65.02436384669582, + -15.590145751094843 + ], + [ + -65.02447840943451, + -15.590138495584476 + ], + [ + -65.29039551942661, + -15.560956631449818 + ], + [ + -65.2908023022918, + -15.560928715880243 + ], + [ + -65.2912100071546, + -15.560934037840864 + ], + [ + -65.77299591323602, + -15.586897511978233 + ], + [ + -65.77318053874936, + -15.586900629971538 + ], + [ + -66.09673930938243, + -15.580407619408714 + ], + [ + -66.09685863562977, + -15.580399413009827 + ], + [ + -66.0969537186671, + -15.580326850524266 + ], + [ + -66.23166905058923, + -15.46675100046799 + ], + [ + -66.23175965855638, + -15.466666384651003 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Wapishana", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "wapi1253", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -58.47175958898398, + 2.1662767480298397 + ], + [ + -58.471642412185965, + 2.166282632288149 + ], + [ + -58.29595098134195, + 2.166282632288149 + ], + [ + -58.295664858138416, + 2.1662661913813253 + ], + [ + -58.200611526204234, + 2.155306297781921 + ], + [ + -58.20049824799433, + 2.1552878443120274 + ], + [ + -58.200419541825575, + 2.1552043109511914 + ], + [ + -58.13456458938419, + 2.0784259691025104 + ], + [ + -58.134454113572005, + 2.0783014257517443 + ], + [ + -58.05499838596486, + 1.9916770930472898 + ], + [ + -58.05466976817292, + 1.991350575066594 + ], + [ + -58.05431234120284, + 1.991055872494589 + ], + [ + -58.05392917325982, + 1.9907955151011187 + ], + [ + -58.05352355351335, + 1.9905717378320074 + ], + [ + -58.05309896386249, + 1.990386461623959 + ], + [ + -58.05265904904668, + 1.990241276914956 + ], + [ + -58.05220758535886, + 1.990137429991707 + ], + [ + -57.97485219369771, + 1.9760812370706793 + ], + [ + -57.97439706506256, + 1.9760199708767054 + ], + [ + -57.973938234956336, + 1.9760007210798995 + ], + [ + -57.973479573989444, + 1.9760236500681767 + ], + [ + -57.973024951345465, + 1.9760885644166077 + ], + [ + -57.972578202141385, + 1.9761949165191197 + ], + [ + -57.972143095075246, + 1.9763418092080043 + ], + [ + -57.97172330063404, + 1.9765280033222672 + ], + [ + -57.9000155346901, + 2.012360173091906 + ], + [ + -57.89989506442778, + 2.0124125594934297 + ], + [ + -57.89976371289997, + 2.0124105112491764 + ], + [ + -57.79371143480961, + 2.005101055595619 + ], + [ + -57.79359115365889, + 2.0050867141617807 + ], + [ + -57.793537924221106, + 2.0049779030460697 + ], + [ + -57.76064438254646, + 1.9282715192504232 + ], + [ + -57.76060082999798, + 1.9281538411611945 + ], + [ + -57.76059447869349, + 1.9280285230934702 + ], + [ + -57.76059447869349, + 1.86965032241583 + ], + [ + -57.76059979483389, + 1.869536248025871 + ], + [ + -57.760681049855236, + 1.869456005584896 + ], + [ + -57.833817184364285, + 1.8036673002144905 + ], + [ + -57.83391511115582, + 1.8035877989109024 + ], + [ + -57.834020574005415, + 1.8035186056948793 + ], + [ + -57.94012318230677, + 1.7413502864032833 + ], + [ + -57.94022272118074, + 1.7412978588279735 + ], + [ + -57.94033006826036, + 1.7412641951594634 + ], + [ + -58.06436264159602, + 1.7084469193263891 + ], + [ + -58.064850082641556, + 1.708290852296089 + ], + [ + -58.065319015343235, + 1.7080857722821452 + ], + [ + -58.16005447867941, + 1.6607385119378113 + ], + [ + -58.160172684481665, + 1.6606869596601652 + ], + [ + -58.160301640071445, + 1.6606877992387794 + ], + [ + -58.28469420386577, + 1.6680019219435156 + ], + [ + -58.28480860936639, + 1.6680139892088568 + ], + [ + -58.28491530429789, + 1.6680570058225261 + ], + [ + -58.37267916932315, + 1.7082646508179267 + ], + [ + -58.37278424574568, + 1.7083191426498958 + ], + [ + -58.372786435926315, + 1.7084374879811757 + ], + [ + -58.36913915404232, + 1.8287404198560173 + ], + [ + -58.36914823195258, + 1.829229002391062 + ], + [ + -58.369204960279, + 1.82971436534699 + ], + [ + -58.38735704725524, + 1.938567984467596 + ], + [ + -58.38748642068706, + 1.9391368737109207 + ], + [ + -58.387681179994985, + 1.9396868203156081 + ], + [ + -58.41674971781942, + 2.008683625709945 + ], + [ + -58.416806151771354, + 2.008830303135244 + ], + [ + -58.47172652686836, + 2.1661641783936942 + ], + [ + -58.47175958898398, + 2.1662767480298397 + ] + ] + ], + [ + [ + [ + -60.82339944609903, + 3.4633151603166974 + ], + [ + -60.82339812809357, + 3.4634369793463256 + ], + [ + -60.81608113214052, + 3.583939146467303 + ], + [ + -60.81606856875929, + 3.584055304031548 + ], + [ + -60.816024117399756, + 3.584163352608287 + ], + [ + -60.79046511877672, + 3.6388238674931714 + ], + [ + -60.790409460404796, + 3.6389291006474416 + ], + [ + -60.79029041558809, + 3.6389295509010475 + ], + [ + -60.70988634529791, + 3.6352821815919425 + ], + [ + -60.70976629604516, + 3.6352708536127434 + ], + [ + -60.70965956844123, + 3.6352147344113956 + ], + [ + -60.62916792905326, + 3.5877459497011195 + ], + [ + -60.62906568593458, + 3.587682284465719 + ], + [ + -60.48991138628023, + 3.4963082894685025 + ], + [ + -60.489817836271904, + 3.4962404234373587 + ], + [ + -60.4897466356216, + 3.4961493856999395 + ], + [ + -60.42949426456178, + 3.4112415905094284 + ], + [ + -60.42918245302173, + 3.410846023260685 + ], + [ + -60.42883242583198, + 3.4104838342889923 + ], + [ + -60.42844773506682, + 3.4101586990863657 + ], + [ + -60.42803228456637, + 3.4098739171233436 + ], + [ + -60.427590290320396, + 3.4096323783659734 + ], + [ + -60.42712623768447, + 3.4094365339484525 + ], + [ + -60.4266448358626, + 3.409288371299027 + ], + [ + -60.42615097011825, + 3.4091893939715807 + ], + [ + -60.42564965219873, + 3.409140606387576 + ], + [ + -60.42514596947597, + 3.4091425036431904 + ], + [ + -60.424645033319926, + 3.4091950664850836 + ], + [ + -60.42415192722839, + 3.4092977615057776 + ], + [ + -60.38913856963324, + 3.418451657539196 + ], + [ + -60.38900225147256, + 3.4184792671448614 + ], + [ + -60.388863704479895, + 3.4184915007902656 + ], + [ + -60.16184024542644, + 3.4258017794178084 + ], + [ + -60.16172261942505, + 3.425799960410251 + ], + [ + -60.161618932016076, + 3.425744389678511 + ], + [ + -60.08850563692769, + 3.3819538037814034 + ], + [ + -60.08840851441289, + 3.3818892131760654 + ], + [ + -60.088351415692294, + 3.3817875054316224 + ], + [ + -60.019032277591805, + 3.2433808757206566 + ], + [ + -60.018832204401065, + 3.2430194992360426 + ], + [ + -60.018602985072775, + 3.242675870446759 + ], + [ + -60.0183461840036, + 3.24235233458143 + ], + [ + -59.92717354548929, + 3.136755939981188 + ], + [ + -59.92703789303291, + 3.13660512319511 + ], + [ + -59.82361490964631, + 3.0262092313172153 + ], + [ + -59.82326118243341, + 3.025867079739341 + ], + [ + -59.822875532893086, + 3.025561359155426 + ], + [ + -59.82246169705374, + 3.025295031272067 + ], + [ + -59.8220236840021, + 3.025070676174122 + ], + [ + -59.821565737044665, + 3.0248904673298114 + ], + [ + -59.82109229260019, + 3.024756150534973 + ], + [ + -59.82060793722124, + 3.0246690270004453 + ], + [ + -59.82011736316146, + 3.0246299407464234 + ], + [ + -59.81962532291873, + 3.0246392704259075 + ], + [ + -59.81913658319477, + 3.024696925656455 + ], + [ + -59.81865587871711, + 3.0248023478957706 + ], + [ + -59.81818786637082, + 3.024954515852655 + ], + [ + -59.81773708008435, + 3.0251519553808937 + ], + [ + -59.81730788690652, + 3.025392753760231 + ], + [ + -59.69254043186035, + 3.1037059309169845 + ], + [ + -59.692444990994915, + 3.1037629184318263 + ], + [ + -59.531307415162864, + 3.195180062961526 + ], + [ + -59.5311948836198, + 3.195236512093396 + ], + [ + -59.53106912064186, + 3.1952307219254323 + ], + [ + -59.38148049959753, + 3.180659294265751 + ], + [ + -59.38089742786356, + 3.180636706688112 + ], + [ + -59.38031569512814, + 3.180682202513805 + ], + [ + -59.08763950172242, + 3.2208624012379694 + ], + [ + -58.92278611610066, + 3.242807936635794 + ], + [ + -58.92266741181523, + 3.2428179399951502 + ], + [ + -58.922557626498005, + 3.242771700310901 + ], + [ + -58.831132679156205, + 3.1989570470535797 + ], + [ + -58.831024187774496, + 3.1988982435307673 + ], + [ + -58.83093780608263, + 3.198810116136954 + ], + [ + -58.717466913569886, + 3.0708895528076936 + ], + [ + -58.717385685614616, + 3.0707876157897185 + ], + [ + -58.71735338176408, + 3.070661339910761 + ], + [ + -58.67341294042518, + 2.851252579259253 + ], + [ + -58.673395283639984, + 2.851135196853469 + ], + [ + -58.67345504727742, + 2.8510326361450455 + ], + [ + -58.761276162988956, + 2.7158015082273397 + ], + [ + -58.76148138969118, + 2.7155283972341073 + ], + [ + -58.900580334045785, + 2.554636822320309 + ], + [ + -58.900676691662994, + 2.5545371667808636 + ], + [ + -58.900783529549614, + 2.554448839645087 + ], + [ + -59.124204416371356, + 2.3897836025412933 + ], + [ + -59.124289900717784, + 2.3897259049030994 + ], + [ + -59.124383731116396, + 2.3896830978097543 + ], + [ + -59.421188526695154, + 2.2688625583233906 + ], + [ + -59.421253868728314, + 2.2688370223122285 + ], + [ + -59.655173380760445, + 2.1811833420034428 + ], + [ + -59.65560319366177, + 2.1809989234182634 + ], + [ + -59.656013894262365, + 2.18077515040521 + ], + [ + -59.65640188894275, + 2.1805139809722816 + ], + [ + -59.72896765353858, + 2.1265702413654974 + ], + [ + -59.72936628541779, + 2.1262405642211077 + ], + [ + -59.72972872144472, + 2.1258714646125596 + ], + [ + -59.73005108218542, + 2.125466893299304 + ], + [ + -59.730329917162784, + 2.125031180721969 + ], + [ + -59.73056224178975, + 2.124568990650288 + ], + [ + -59.73074556931558, + 2.12408527026316 + ], + [ + -59.73087793744355, + 2.1235851971951507 + ], + [ + -59.73095792933491, + 2.123074124116258 + ], + [ + -59.73098468877438, + 2.122557521438128 + ], + [ + -59.73098468877438, + 2.007978152161121 + ], + [ + -59.730992215918654, + 2.0078418679688816 + ], + [ + -59.73104363178033, + 2.0077154304422447 + ], + [ + -59.793254297304955, + 1.8760508842338872 + ], + [ + -59.793308670110655, + 1.8759484372808377 + ], + [ + -59.793372328680945, + 1.875851486950068 + ], + [ + -59.89954009368036, + 1.7294857029591097 + ], + [ + -59.8996177012621, + 1.7293892392959107 + ], + [ + -59.89972032938322, + 1.7293199887086184 + ], + [ + -60.05714462813076, + 1.6341742152312235 + ], + [ + -60.05724610952095, + 1.6341191832063449 + ], + [ + -60.05736150187974, + 1.6341157773493575 + ], + [ + -60.26973723883885, + 1.6377759355007577 + ], + [ + -60.269859552330814, + 1.63778423294669 + ], + [ + -60.26991757712193, + 1.6378922262870035 + ], + [ + -60.30283060614028, + 1.7073456792131856 + ], + [ + -60.30287896793977, + 1.7074543404851381 + ], + [ + -60.32114395159687, + 1.7512703335258162 + ], + [ + -60.32118082178792, + 1.7513707214029024 + ], + [ + -60.32119997889136, + 1.751475936146175 + ], + [ + -60.33583158512739, + 1.8575024605802422 + ], + [ + -60.335842392804594, + 1.8576261140045123 + ], + [ + -60.33582844262207, + 1.8577494524317903 + ], + [ + -60.31755639008794, + 1.969146802771051 + ], + [ + -60.31750317858823, + 1.9695996616857252 + ], + [ + -60.31020506705918, + 2.0717096755149673 + ], + [ + -60.310193989944494, + 2.0721943840484323 + ], + [ + -60.313852784193806, + 2.214787488991199 + ], + [ + -60.31385360673317, + 2.21485161270801 + ], + [ + -60.31385360673317, + 2.3056427783573903 + ], + [ + -60.31387683853437, + 2.3061242119409506 + ], + [ + -60.31394631805132, + 2.30660117169679 + ], + [ + -60.314061399630305, + 2.3070692253712175 + ], + [ + -60.31422101385037, + 2.307524023472268 + ], + [ + -60.31442367746119, + 2.307961339688314 + ], + [ + -60.314667507166476, + 2.308377110161999 + ], + [ + -60.314950237124926, + 2.3087674712545283 + ], + [ + -60.315269240006074, + 2.3091287954493827 + ], + [ + -60.31562155140531, + 2.3094577250618173 + ], + [ + -60.316003897391276, + 2.3097512034408862 + ], + [ + -60.3164127249296, + 2.3100065033740473 + ], + [ + -60.31684423490025, + 2.3102212524303827 + ], + [ + -60.31729441740168, + 2.3103934550069387 + ], + [ + -60.31775908901374, + 2.310521510873306 + ], + [ + -60.31823393167303, + 2.310604230042113 + ], + [ + -60.40152518222802, + 2.321007135074127 + ], + [ + -60.402144857288164, + 2.321045683389404 + ], + [ + -60.50441797100118, + 2.321045683389404 + ], + [ + -60.50453676944252, + 2.3210485079981096 + ], + [ + -60.6583267668184, + 2.3283658140658603 + ], + [ + -60.658441263061285, + 2.3283766076884262 + ], + [ + -60.65854402593303, + 2.328428237951877 + ], + [ + -60.71699070089689, + 2.3612769639525735 + ], + [ + -60.717091113435906, + 2.361339981209945 + ], + [ + -60.71711878208916, + 2.3614552560917055 + ], + [ + -60.74273538451324, + 2.4967355986812176 + ], + [ + -60.742751696802735, + 2.496851053917892 + ], + [ + -60.742757150136825, + 2.4969675282221093 + ], + [ + -60.742757150136825, + 2.6175871136530118 + ], + [ + -60.74275188495393, + 2.617700795541947 + ], + [ + -60.7426790740388, + 2.617788259046759 + ], + [ + -60.66598332351161, + 2.701697863192897 + ], + [ + -60.66559538536643, + 2.7021788938614835 + ], + [ + -60.60429943443403, + 2.788614989423048 + ], + [ + -60.60404428588899, + 2.7890134927544064 + ], + [ + -60.603827950981334, + 2.7894343310759417 + ], + [ + -60.6036523672557, + 2.7898737352639444 + ], + [ + -60.60351910727986, + 2.790327769914583 + ], + [ + -60.603429364560455, + 2.7907923685902776 + ], + [ + -60.603383942853704, + 2.791263370239635 + ], + [ + -60.596142602823946, + 2.9395252681744894 + ], + [ + -60.596138827745584, + 2.93991675002597 + ], + [ + -60.596165693772306, + 2.9403073271731035 + ], + [ + -60.6107050521759, + 3.0746111083966965 + ], + [ + -60.61078416713967, + 3.0751073220415197 + ], + [ + -60.610912687184815, + 3.075593089225259 + ], + [ + -60.611089314324886, + 3.0760635039488706 + ], + [ + -60.658391827771176, + 3.1850602628641878 + ], + [ + -60.65843629130606, + 3.185179012630329 + ], + [ + -60.65844277835663, + 3.185305647661146 + ], + [ + -60.65844277835663, + 3.2858545290105354 + ], + [ + -60.658467202466774, + 3.2863481326614785 + ], + [ + -60.658540236182326, + 3.286836913980448 + ], + [ + -60.658661165989884, + 3.287316097747936 + ], + [ + -60.65882881044828, + 3.287781002509097 + ], + [ + -60.659041531730814, + 3.2882270863098957 + ], + [ + -60.65929725162629, + 3.288649991070379 + ], + [ + -60.65959347184234, + 3.2890455851615674 + ], + [ + -60.746192717825515, + 3.3935085046209803 + ], + [ + -60.746690763367276, + 3.394028115511603 + ], + [ + -60.82331321398829, + 3.463229104310388 + ], + [ + -60.82339944609903, + 3.4633151603166974 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Waur\u00e1", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "waur1244", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -53.79141215279388, + -13.578234755802937 + ], + [ + -53.791388439346036, + -13.578108128387196 + ], + [ + -53.77019263382307, + -13.490527555408908 + ], + [ + -53.77015907924858, + -13.490413232203709 + ], + [ + -53.77009441122906, + -13.49031316346735 + ], + [ + -53.68883555731283, + -13.376914266343036 + ], + [ + -53.68856116043269, + -13.376487081762908 + ], + [ + -53.62853025377596, + -13.271683739817822 + ], + [ + -53.628460730827655, + -13.271575823571126 + ], + [ + -53.62834669778116, + -13.271516867477608 + ], + [ + -53.54001337503209, + -13.231535571259304 + ], + [ + -53.53990399841003, + -13.231492283066531 + ], + [ + -53.53980022295029, + -13.231547670493308 + ], + [ + -53.48156310596783, + -13.266332903977313 + ], + [ + -53.48145888886533, + -13.266402653248408 + ], + [ + -53.481439019594035, + -13.266526473187417 + ], + [ + -53.47438038625858, + -13.331785170063078 + ], + [ + -53.4743733400876, + -13.331900049968457 + ], + [ + -53.474408520609586, + -13.332009637249065 + ], + [ + -53.55403167791613, + -13.545407994300822 + ], + [ + -53.55407835626335, + -13.545516878367355 + ], + [ + -53.554162344603, + -13.545600428154074 + ], + [ + -53.654948106679456, + -13.636689278606857 + ], + [ + -53.65503643740442, + -13.6367619731187 + ], + [ + -53.65514793772443, + -13.636787556075125 + ], + [ + -53.75941748863547, + -13.655678866410483 + ], + [ + -53.759533456087055, + -13.65569410749376 + ], + [ + -53.75958316971911, + -13.655588233534601 + ], + [ + -53.791369419062214, + -13.578356290399705 + ], + [ + -53.79141215279388, + -13.578234755802937 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Wayuu", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "wayu1243", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -71.93806024226012, + 9.010018535990476 + ], + [ + -71.93805484779297, + 9.01015618546731 + ], + [ + -71.9243265217748, + 9.154709425321352 + ], + [ + -71.92430621937531, + 9.155037432691625 + ], + [ + -71.91972744701735, + 9.313166235071748 + ], + [ + -71.91971883726114, + 9.313313392681906 + ], + [ + -71.91056464756447, + 9.417149127799846 + ], + [ + -71.91054893059595, + 9.417263554104126 + ], + [ + -71.91043425862394, + 9.417249743201126 + ], + [ + -71.77768471666572, + 9.394677092669346 + ], + [ + -71.77757322927671, + 9.394652736127822 + ], + [ + -71.77751694258555, + 9.394553466357106 + ], + [ + -71.72717838917032, + 9.295245164072151 + ], + [ + -71.727132301165, + 9.295143065295457 + ], + [ + -71.7271151976486, + 9.295032359675657 + ], + [ + -71.71340321375808, + 9.168752576645245 + ], + [ + -71.71330114332403, + 9.168154058833819 + ], + [ + -71.68614431761313, + 9.051996016538089 + ], + [ + -71.68600780901338, + 9.051519891982327 + ], + [ + -71.68582486251447, + 9.051059609711384 + ], + [ + -71.68559727340107, + 9.050619686552338 + ], + [ + -71.68532727504328, + 9.050204439544887 + ], + [ + -71.68501751698025, + 9.049817943577514 + ], + [ + -71.65524891154658, + 9.016229258222417 + ], + [ + -71.65492126940869, + 9.015892821521806 + ], + [ + -71.65456350809205, + 9.015588608004096 + ], + [ + -71.65417878360992, + 9.015319301307382 + ], + [ + -71.6537704898328, + 9.015087277137106 + ], + [ + -71.65334222854909, + 9.014894582308631 + ], + [ + -71.65289777769183, + 9.014742916691132 + ], + [ + -71.65244105801138, + 9.014633618212102 + ], + [ + -71.6519760984882, + 9.014567651054735 + ], + [ + -71.6515070007911, + 9.01454559715233 + ], + [ + -71.55831341845455, + 9.01454559715233 + ], + [ + -71.55774965849048, + 9.014577481342195 + ], + [ + -71.55719308853831, + 9.014672727271163 + ], + [ + -71.55665080691084, + 9.014830120203523 + ], + [ + -71.36550656686826, + 9.082224918960499 + ], + [ + -71.36508553226042, + 9.082395242587895 + ], + [ + -71.36468169025696, + 9.082603069235107 + ], + [ + -71.36429837304354, + 9.08284668408059 + ], + [ + -71.19091123520816, + 9.204438224213897 + ], + [ + -71.19061343589874, + 9.20466412730956 + ], + [ + -71.19033334486095, + 9.204911646294425 + ], + [ + -71.05902897438871, + 9.329992468933183 + ], + [ + -71.05870842545623, + 9.330327519758159 + ], + [ + -71.05842029363696, + 9.33069082504047 + ], + [ + -71.05816705698756, + 9.331079260199575 + ], + [ + -71.05795089345132, + 9.331489484527266 + ], + [ + -71.05777366212695, + 9.33191796991919 + ], + [ + -71.05763688727949, + 9.332361031218035 + ], + [ + -71.05754174523103, + 9.332814857907474 + ], + [ + -71.05748905424383, + 9.333275546884222 + ], + [ + -71.04845581882238, + 9.466910674351196 + ], + [ + -71.04844621526733, + 9.467114459487597 + ], + [ + -71.04386656746152, + 9.638670012563416 + ], + [ + -71.04385744588906, + 9.638789700181567 + ], + [ + -71.04375252334172, + 9.638848006168335 + ], + [ + -70.99811511485099, + 9.66133617672086 + ], + [ + -70.99800647935777, + 9.66138332416945 + ], + [ + -70.99789583276406, + 9.66134111180615 + ], + [ + -70.9568470790596, + 9.64336160982475 + ], + [ + -70.9567404435207, + 9.643308579407716 + ], + [ + -70.95670176144436, + 9.643195942556464 + ], + [ + -70.93851669381915, + 9.5804629362484 + ], + [ + -70.93837460690891, + 9.58004328353628 + ], + [ + -70.93819592855337, + 9.579637856435413 + ], + [ + -70.84672979393618, + 9.394758844651033 + ], + [ + -70.84668462845497, + 9.394656116491179 + ], + [ + -70.84666863650341, + 9.39454504330315 + ], + [ + -70.8329279335745, + 9.254479972435954 + ], + [ + -70.83291973209425, + 9.254372625044091 + ], + [ + -70.82375787016328, + 9.087098750536631 + ], + [ + -70.8237570485638, + 9.086981576824959 + ], + [ + -70.82382897127064, + 9.086889070187619 + ], + [ + -70.92454721565724, + 8.969370407691335 + ], + [ + -70.92464079080088, + 8.969272566447636 + ], + [ + -70.9247533263908, + 8.96919730053584 + ], + [ + -71.13092187945259, + 8.847026593350645 + ], + [ + -71.13106242272335, + 8.846949293324156 + ], + [ + -71.28220707405168, + 8.770029079153073 + ], + [ + -71.28231953715995, + 8.76997871533956 + ], + [ + -71.28244183495059, + 8.76996362511595 + ], + [ + -71.40599921964738, + 8.760920911402227 + ], + [ + -71.40612984851356, + 8.760918260817517 + ], + [ + -71.40625480999195, + 8.760956412556647 + ], + [ + -71.49242994429635, + 8.792323689954749 + ], + [ + -71.49284597287516, + 8.792454871847376 + ], + [ + -71.49327185210132, + 8.792549292989479 + ], + [ + -71.4937043403786, + 8.792606234690881 + ], + [ + -71.49414014580576, + 8.792625263537616 + ], + [ + -71.61106643102265, + 8.792625263537616 + ], + [ + -71.61152675792282, + 8.79260402835883 + ], + [ + -71.61198317477337, + 8.792540503195609 + ], + [ + -71.61243180473696, + 8.792435227635224 + ], + [ + -71.61286883711857, + 8.792289095895818 + ], + [ + -71.6132905597339, + 8.792103349230834 + ], + [ + -71.6136933904409, + 8.79187956538573 + ], + [ + -71.64907299535626, + 8.770033257891697 + ], + [ + -71.64917255992893, + 8.769977946957054 + ], + [ + -71.64928633539415, + 8.769972698420972 + ], + [ + -71.7270054263825, + 8.769972698420972 + ], + [ + -71.72712679760872, + 8.769978622477504 + ], + [ + -71.72724701498528, + 8.769996338328395 + ], + [ + -71.81872241896993, + 8.788071494810843 + ], + [ + -71.81883760248944, + 8.78810008441402 + ], + [ + -71.81891841048251, + 8.788187002057823 + ], + [ + -71.91047943479273, + 8.896720567149684 + ], + [ + -71.91054913474507, + 8.89681139375059 + ], + [ + -71.9105812856146, + 8.896921274942484 + ], + [ + -71.938035187392, + 9.009883078497626 + ], + [ + -71.93806024226012, + 9.010018535990476 + ] + ] + ], + [ + [ + [ + -73.38296964363195, + 11.170847458941543 + ], + [ + -73.38289857251657, + 11.170940978724142 + ], + [ + -73.28077369538953, + 11.292526408045948 + ], + [ + -73.28069649536481, + 11.292610206781415 + ], + [ + -73.2806053187395, + 11.29267853609363 + ], + [ + -73.15191891312482, + 11.380212178970424 + ], + [ + -73.15173105386535, + 11.380346409788297 + ], + [ + -73.02695395648976, + 11.473929232819984 + ], + [ + -73.02689002485265, + 11.47397562165588 + ], + [ + -72.84902012178371, + 11.598796606265664 + ], + [ + -72.84885888393244, + 11.59891463349775 + ], + [ + -72.73039505598999, + 11.689321239032791 + ], + [ + -72.73027855154295, + 11.68940011702214 + ], + [ + -72.73014728998169, + 11.689450767055888 + ], + [ + -72.54607749487771, + 11.748727480733425 + ], + [ + -72.54602901287807, + 11.748743367032455 + ], + [ + -72.37792437493675, + 11.804778246346226 + ], + [ + -72.37744760519459, + 11.804964798529934 + ], + [ + -72.37699241147997, + 11.805199126903059 + ], + [ + -72.24428046422373, + 11.882357235772961 + ], + [ + -72.24385844938445, + 11.882631921974022 + ], + [ + -72.2434662023896, + 11.882947661310602 + ], + [ + -72.24310770139306, + 11.883301251566552 + ], + [ + -72.24278658229805, + 11.883689106643164 + ], + [ + -72.24250610188204, + 11.884107292929244 + ], + [ + -72.18706141451177, + 11.97651510521303 + ], + [ + -72.18687674318534, + 11.976851516012669 + ], + [ + -72.1589396347496, + 12.032725732884169 + ], + [ + -72.15879168654249, + 12.033050041898036 + ], + [ + -72.12204598948573, + 12.121852143118536 + ], + [ + -72.1218862093403, + 12.122296626647369 + ], + [ + -72.12176908380579, + 12.122754203866467 + ], + [ + -72.12169565808843, + 12.12322079144271 + ], + [ + -72.12166658742552, + 12.123692225636244 + ], + [ + -72.12168213123823, + 12.124164299456913 + ], + [ + -72.12174215081647, + 12.124632800206648 + ], + [ + -72.1218461105568, + 12.125093547072796 + ], + [ + -72.14633739137903, + 12.213874440053427 + ], + [ + -72.14636257583308, + 12.213986810953733 + ], + [ + -72.14624847683369, + 12.214002396021623 + ], + [ + -72.01469483860382, + 12.225484564596508 + ], + [ + -72.01416885016701, + 12.225558798258954 + ], + [ + -72.01365370560428, + 12.225688415201436 + ], + [ + -72.01315521934143, + 12.225871952440261 + ], + [ + -71.92075026836923, + 12.265587824789527 + ], + [ + -71.92031137879148, + 12.265802440212394 + ], + [ + -71.91989552948283, + 12.26605886406792 + ], + [ + -71.78187108592209, + 12.360776556009814 + ], + [ + -71.78177819577377, + 12.360834473479494 + ], + [ + -71.7816805841433, + 12.360884021259789 + ], + [ + -71.63750314819649, + 12.426275896110585 + ], + [ + -71.63739707162131, + 12.426318212443102 + ], + [ + -71.63728325622773, + 12.426308780158006 + ], + [ + -71.46889946342581, + 12.404481251461464 + ], + [ + -71.46878295693621, + 12.40446047062244 + ], + [ + -71.46867248857896, + 12.404418016559964 + ], + [ + -71.31277029950418, + 12.335821053367061 + ], + [ + -71.31265849601873, + 12.33576498404238 + ], + [ + -71.31256016518012, + 12.335687686987526 + ], + [ + -71.21594525186659, + 12.251539214101541 + ], + [ + -71.2158611219813, + 12.251458693911474 + ], + [ + -71.21580268375016, + 12.2513579650095 + ], + [ + -71.13791583852411, + 12.101298096718345 + ], + [ + -71.13786050951217, + 12.101175673409555 + ], + [ + -71.13784726600667, + 12.101041982064666 + ], + [ + -71.1341150767429, + 12.017131710232642 + ], + [ + -71.13411573209939, + 12.017010951748182 + ], + [ + -71.1342235019669, + 12.016956466000057 + ], + [ + -71.25657414525702, + 11.962578795191199 + ], + [ + -71.25698885005147, + 11.962370935142257 + ], + [ + -71.25738250635541, + 11.962125536322258 + ], + [ + -71.25775172579793, + 11.961844710985508 + ], + [ + -71.2580933303468, + 11.961530876317745 + ], + [ + -71.25840437966316, + 11.961186733630369 + ], + [ + -71.38111808595806, + 11.812056458704285 + ], + [ + -71.38120235519679, + 11.811963939154104 + ], + [ + -71.38129547971019, + 11.811880338934035 + ], + [ + -71.51213032567094, + 11.705793454449127 + ], + [ + -71.51223208675762, + 11.705719227992294 + ], + [ + -71.51235715200563, + 11.7057042757554 + ], + [ + -71.78137260701584, + 11.687418133031622 + ], + [ + -71.78177807999108, + 11.687373896369815 + ], + [ + -71.78217859819696, + 11.68729675764632 + ], + [ + -71.9554821711018, + 11.646523819165633 + ], + [ + -71.95594655188604, + 11.646390587545824 + ], + [ + -71.95639590673015, + 11.646213160373822 + ], + [ + -71.95682604045413, + 11.645993194110964 + ], + [ + -71.95723293732645, + 11.64573274236384 + ], + [ + -71.95761279855506, + 11.645434236711809 + ], + [ + -71.95796207775281, + 11.645100464005756 + ], + [ + -71.95827751404664, + 11.64473454035003 + ], + [ + -71.95855616252109, + 11.644339882010474 + ], + [ + -71.95879542171201, + 11.643920173520149 + ], + [ + -71.95899305789389, + 11.643479333280494 + ], + [ + -71.95914722593396, + 11.643021476979115 + ], + [ + -71.95925648651829, + 11.642550879165686 + ], + [ + -71.95931981958927, + 11.642071933344733 + ], + [ + -71.97453687398668, + 11.459467280575435 + ], + [ + -71.97455406013998, + 11.459022889027572 + ], + [ + -71.97453169112383, + 11.458578728202204 + ], + [ + -71.97446994390329, + 11.458138311930442 + ], + [ + -71.97436930697101, + 11.457705124419611 + ], + [ + -71.97423057648274, + 11.457282592689088 + ], + [ + -71.93093201057243, + 11.342850668497515 + ], + [ + -71.9309004716107, + 11.342762344140636 + ], + [ + -71.87582335231512, + 11.178875203316673 + ], + [ + -71.87565792513213, + 11.178448662321356 + ], + [ + -71.8754542030707, + 11.178039027489774 + ], + [ + -71.87521389171941, + 11.177649728340018 + ], + [ + -71.87493900299732, + 11.177284024137101 + ], + [ + -71.87463183830992, + 11.17694497660596 + ], + [ + -71.87429496928142, + 11.176635424298277 + ], + [ + -71.69576583771118, + 11.027054392836021 + ], + [ + -71.69567937278201, + 11.026974596842567 + ], + [ + -71.69566123651879, + 11.026858344270584 + ], + [ + -71.68071260799245, + 10.887489269037992 + ], + [ + -71.68070561189079, + 10.887363731945513 + ], + [ + -71.68077223655084, + 10.887257103329558 + ], + [ + -71.75581034276631, + 10.779815158814001 + ], + [ + -71.7560690880007, + 10.779403372236269 + ], + [ + -71.75628660380647, + 10.778968396195369 + ], + [ + -71.75646083233374, + 10.778514345865334 + ], + [ + -71.75659012526022, + 10.778045516876166 + ], + [ + -71.75667325938541, + 10.777566344674188 + ], + [ + -71.75670944820304, + 10.777081362559674 + ], + [ + -71.75669834934189, + 10.776595158798683 + ], + [ + -71.75664006780482, + 10.776112333214897 + ], + [ + -71.75653515497551, + 10.775637453672104 + ], + [ + -71.75638460340181, + 10.775175012859052 + ], + [ + -71.75618983740569, + 10.774729385785507 + ], + [ + -71.75595269960812, + 10.774304788391635 + ], + [ + -71.75567543349658, + 10.7739052376623 + ], + [ + -71.75536066220016, + 10.773534513623597 + ], + [ + -71.75501136367292, + 10.773196123581208 + ], + [ + -71.75463084252038, + 10.772893268938855 + ], + [ + -71.75422269873572, + 10.77262881491081 + ], + [ + -71.75379079364123, + 10.77240526341499 + ], + [ + -71.7533392133577, + 10.772224729403082 + ], + [ + -71.7528722301468, + 10.772088920851637 + ], + [ + -71.75239426199248, + 10.771999122603432 + ], + [ + -71.75190983080391, + 10.771956184211971 + ], + [ + -71.75142351963501, + 10.77196051190412 + ], + [ + -71.75093992932561, + 10.772012064736922 + ], + [ + -71.75046363497432, + 10.772110354984937 + ], + [ + -71.74999914265497, + 10.772254452754474 + ], + [ + -71.749550846786, + 10.772442994781025 + ], + [ + -71.7212164725181, + 10.78601731900371 + ], + [ + -71.7211099460726, + 10.786062272168547 + ], + [ + -71.72101135531334, + 10.786001869082469 + ], + [ + -71.6737263367895, + 10.753851298535478 + ], + [ + -71.67362841819931, + 10.753777360488362 + ], + [ + -71.6735667040662, + 10.75367131214608 + ], + [ + -71.61705602546503, + 10.644434964428012 + ], + [ + -71.61701063942192, + 10.644337025742667 + ], + [ + -71.6169920373327, + 10.644230696812828 + ], + [ + -71.60789267732167, + 10.574487328400702 + ], + [ + -71.60788240131545, + 10.574346203664502 + ], + [ + -71.607904317358, + 10.574206412840109 + ], + [ + -71.62063256734919, + 10.515230559050496 + ], + [ + -71.62066451107933, + 10.51511161782908 + ], + [ + -71.62074010724449, + 10.515014393161797 + ], + [ + -71.66076044144698, + 10.468520475953941 + ], + [ + -71.66084232897768, + 10.468434134304937 + ], + [ + -71.66095491755586, + 10.46839560820906 + ], + [ + -71.72282315815411, + 10.450506064348428 + ], + [ + -71.7229366209566, + 10.450478950815606 + ], + [ + -71.72305315001799, + 10.450473480068203 + ], + [ + -71.74322586031793, + 10.450473480068203 + ], + [ + -71.74372421715405, + 10.450448582123828 + ], + [ + -71.74421761076586, + 10.45037413625376 + ], + [ + -71.74470112735867, + 10.450250883877652 + ], + [ + -71.74516995150478, + 10.450080052487824 + ], + [ + -71.74561941410121, + 10.449863343424452 + ], + [ + -71.74604503887007, + 10.44960291493162 + ], + [ + -71.7464425869386, + 10.449301360662979 + ], + [ + -71.74680809905496, + 10.44896168385109 + ], + [ + -71.747137935019, + 10.4485872673977 + ], + [ + -71.74742880993571, + 10.448181840182823 + ], + [ + -71.7476778269301, + 10.447749439928154 + ], + [ + -71.74788250599768, + 10.44729437298469 + ], + [ + -71.74804080870321, + 10.446821171445007 + ], + [ + -71.74815115848192, + 10.44633454800735 + ], + [ + -71.74821245634075, + 10.445839349041034 + ], + [ + -71.74822409180341, + 10.445340506320585 + ], + [ + -71.74818594899028, + 10.444842987909324 + ], + [ + -71.74426323526212, + 10.413982956338868 + ], + [ + -71.74425408370197, + 10.413868268714268 + ], + [ + -71.74431671949716, + 10.413771760893624 + ], + [ + -71.79899546070094, + 10.337584028664642 + ], + [ + -71.79925642303077, + 10.337180852981302 + ], + [ + -71.79947750019409, + 10.336754500008889 + ], + [ + -71.86341651762585, + 10.197455405050567 + ], + [ + -71.86348268072943, + 10.197330496125126 + ], + [ + -71.8635625764616, + 10.197213892231646 + ], + [ + -71.95051872784074, + 10.0845957545857 + ], + [ + -71.95060865341708, + 10.084491749562591 + ], + [ + -71.95071924221254, + 10.0844100564023 + ], + [ + -72.01928583989097, + 10.039406170335912 + ], + [ + -72.01938797325869, + 10.039346084979297 + ], + [ + -72.01948262680605, + 10.039417374395466 + ], + [ + -72.07891145224582, + 10.0889250010839 + ], + [ + -72.07899729342662, + 10.089003653439983 + ], + [ + -72.07903804505854, + 10.089112714000793 + ], + [ + -72.10647712952219, + 10.17464023595886 + ], + [ + -72.10650904217128, + 10.174760424072133 + ], + [ + -72.10644350539688, + 10.17486610534275 + ], + [ + -71.96900534434282, + 10.373191354047362 + ], + [ + -71.96894272326148, + 10.373274134598176 + ], + [ + -71.96887343609343, + 10.373351421774773 + ], + [ + -71.86354685081098, + 10.48143205288944 + ], + [ + -71.86347304278716, + 10.481501863198666 + ], + [ + -71.86339379868323, + 10.481565435800475 + ], + [ + -71.81938704739511, + 10.51401484152452 + ], + [ + -71.8190108587399, + 10.514321500204868 + ], + [ + -71.8186661741907, + 10.514663187213817 + ], + [ + -71.81835624146805, + 10.51503668307454 + ], + [ + -71.81808398085045, + 10.515438468597726 + ], + [ + -71.81785195765855, + 10.515864758040438 + ], + [ + -71.81766235808404, + 10.5163115347765 + ], + [ + -71.8175169685906, + 10.516774589142358 + ], + [ + -71.81741715908136, + 10.517249558101774 + ], + [ + -71.81736386999128, + 10.517731966355665 + ], + [ + -71.81735760342603, + 10.518217268509693 + ], + [ + -71.81739841843108, + 10.51870089190233 + ], + [ + -71.81748593043527, + 10.519178279689843 + ], + [ + -71.8176193148744, + 10.519644933782226 + ], + [ + -71.82702416619776, + 10.547376958047256 + ], + [ + -71.82705260108803, + 10.547466275723025 + ], + [ + -71.84891564516711, + 10.620874820347122 + ], + [ + -71.84894795330673, + 10.621010772352003 + ], + [ + -71.84896482366305, + 10.621149488445184 + ], + [ + -71.85442689343893, + 10.70522201079704 + ], + [ + -71.85442878670996, + 10.705341671713525 + ], + [ + -71.85433753136657, + 10.705419097688873 + ], + [ + -71.81263267024849, + 10.737423062917927 + ], + [ + -71.81225839548159, + 10.737740649397594 + ], + [ + -71.81191706475771, + 10.738093404426106 + ], + [ + -71.81161196772369, + 10.738477928252472 + ], + [ + -71.81134604481656, + 10.738890514947206 + ], + [ + -71.81112185892444, + 10.739327188119013 + ], + [ + -71.81094157068611, + 10.739783739238092 + ], + [ + -71.81080691766753, + 10.740255768196732 + ], + [ + -71.81071919761558, + 10.740738725716284 + ], + [ + -71.81067925595073, + 10.74122795719178 + ], + [ + -71.81068747761921, + 10.741718747551683 + ], + [ + -71.81074378338297, + 10.74220636670038 + ], + [ + -71.81084763058332, + 10.74268611510547 + ], + [ + -71.81099801837097, + 10.743153369090507 + ], + [ + -71.81119349735188, + 10.743603625396656 + ], + [ + -71.81143218355616, + 10.74403254458379 + ], + [ + -71.81171177659517, + 10.744435992852775 + ], + [ + -71.81202958183201, + 10.744810081885818 + ], + [ + -71.81238253635169, + 10.74515120632096 + ], + [ + -71.81276723848056, + 10.745456078499503 + ], + [ + -71.81317998057071, + 10.74572176015152 + ], + [ + -71.81361678473321, + 10.745945690714048 + ], + [ + -71.8140734411758, + 10.74612571200906 + ], + [ + -71.81454554877567, + 10.746260089043355 + ], + [ + -71.81502855749626, + 10.746347526729917 + ], + [ + -71.81551781223916, + 10.7463871823696 + ], + [ + -71.81600859770857, + 10.746378673772815 + ], + [ + -71.81649618385603, + 10.746322082942955 + ], + [ + -71.81697587146716, + 10.746217955286081 + ], + [ + -72.04372154191151, + 10.685203021614269 + ], + [ + -72.04384404953477, + 10.68517663414209 + ], + [ + -72.04396702738364, + 10.68520073528564 + ], + [ + -72.29455946940398, + 10.747651350369175 + ], + [ + -72.2946736530601, + 10.747685712375196 + ], + [ + -72.29477334299801, + 10.747751138448223 + ], + [ + -72.3957204199275, + 10.82117811647687 + ], + [ + -72.39579400855676, + 10.821233748293787 + ], + [ + -72.47011411000264, + 10.879604475456796 + ], + [ + -72.47046941119119, + 10.879859223759098 + ], + [ + -72.47084560758104, + 10.880081961067088 + ], + [ + -72.47123982299081, + 10.880270984459317 + ], + [ + -72.55452261765251, + 10.915814139131022 + ], + [ + -72.55499068526699, + 10.915986836266036 + ], + [ + -72.55547363335218, + 10.916112027077054 + ], + [ + -72.55596665345303, + 10.916188465106313 + ], + [ + -72.5564648368328, + 10.916215389301351 + ], + [ + -72.55696322334677, + 10.916192531592397 + ], + [ + -72.55745685082769, + 10.916120119561404 + ], + [ + -72.5579408044915, + 10.915998874176124 + ], + [ + -72.5584102658711, + 10.915830002611836 + ], + [ + -72.55886056079132, + 10.915615186232138 + ], + [ + -72.62996429869709, + 10.877227993996641 + ], + [ + -72.63040218328874, + 10.876961744500234 + ], + [ + -72.63081051439308, + 10.87665207141588 + ], + [ + -72.63118500238224, + 10.876302227942446 + ], + [ + -72.63152171315942, + 10.875915889279517 + ], + [ + -72.63181710948751, + 10.87549711401844 + ], + [ + -72.6320680881488, + 10.87505030150573 + ], + [ + -72.6322720125451, + 10.874580145626757 + ], + [ + -72.69896087168704, + 10.69631365628923 + ], + [ + -72.69900763574753, + 10.696204736562768 + ], + [ + -72.69906453453886, + 10.696100751411548 + ], + [ + -72.78878790977932, + 10.549179615340991 + ], + [ + -72.78885561088939, + 10.54908024848178 + ], + [ + -72.7889728606688, + 10.549106888718574 + ], + [ + -72.84497523760248, + 10.564802431856117 + ], + [ + -72.84510624857226, + 10.564847167572573 + ], + [ + -72.84522410841501, + 10.564919791370468 + ], + [ + -72.93267737358859, + 10.625786933554892 + ], + [ + -72.93277121815632, + 10.625859150601427 + ], + [ + -72.9328312916298, + 10.625961196093646 + ], + [ + -72.9893286732887, + 10.733376376161452 + ], + [ + -72.98944377848183, + 10.733628177363167 + ], + [ + -73.03475876726407, + 10.84931932620715 + ], + [ + -73.0349789904728, + 10.84980388801629 + ], + [ + -73.03524947515042, + 10.850262294438274 + ], + [ + -73.03556715618177, + 10.850689350840709 + ], + [ + -73.11510797594886, + 10.946510083423151 + ], + [ + -73.11542914464161, + 10.946861502430618 + ], + [ + -73.11578227972895, + 10.947180783275796 + ], + [ + -73.20454032607982, + 11.020059007741843 + ], + [ + -73.2049179150918, + 11.020340352299142 + ], + [ + -73.20532029619001, + 11.02058492881822 + ], + [ + -73.27052250398907, + 11.05612437224083 + ], + [ + -73.27077777125454, + 11.056284188595312 + ], + [ + -73.3207839935583, + 11.091961205841077 + ], + [ + -73.32087639990772, + 11.09203396477224 + ], + [ + -73.32095347271918, + 11.092122804950062 + ], + [ + -73.38290153749688, + 11.17075175832731 + ], + [ + -73.38296964363195, + 11.170847458941543 + ] + ] + ], + [ + [ + [ + -71.50150762811386, + 10.57470874603749 + ], + [ + -71.50142519740497, + 10.57479822202888 + ], + [ + -71.44681264510939, + 10.628458469879876 + ], + [ + -71.44672295684964, + 10.628538116990093 + ], + [ + -71.44663826078153, + 10.628453180412915 + ], + [ + -71.33355764009353, + 10.502992955757326 + ], + [ + -71.33349106279422, + 10.50291255344285 + ], + [ + -71.33343884315099, + 10.502822164407304 + ], + [ + -71.2348722425925, + 10.314388026283005 + ], + [ + -71.23485400536387, + 10.314353490451298 + ], + [ + -71.15638885855441, + 10.167159171833148 + ], + [ + -71.15633533421217, + 10.167045160244895 + ], + [ + -71.1563185160121, + 10.16692033778857 + ], + [ + -71.14720814025307, + 10.05753934787779 + ], + [ + -71.1472041657692, + 10.057408417193153 + ], + [ + -71.14722770239487, + 10.057279558091883 + ], + [ + -71.16725961533331, + 9.973022664234763 + ], + [ + -71.16729113843861, + 9.972913577654387 + ], + [ + -71.16739822749855, + 9.972951333732874 + ], + [ + -71.22013795492047, + 9.994436640207956 + ], + [ + -71.22024629705767, + 9.994487141715203 + ], + [ + -71.22025219139176, + 9.994606530482413 + ], + [ + -71.22025219139176, + 10.10731899156888 + ], + [ + -71.22027368228676, + 10.107782075893182 + ], + [ + -71.22033797022833, + 10.10824117937885 + ], + [ + -71.2204445025743, + 10.108692355407959 + ], + [ + -71.22059236353451, + 10.109131725509846 + ], + [ + -71.22078028204318, + 10.109555512701817 + ], + [ + -71.22100664268555, + 10.109960073957458 + ], + [ + -71.22126949958452, + 10.11034193152338 + ], + [ + -71.22156659312805, + 10.110697802815242 + ], + [ + -71.2218953693937, + 10.111024628636017 + ], + [ + -71.33522301433052, + 10.21368463678576 + ], + [ + -71.33530805914681, + 10.213769621736846 + ], + [ + -71.33532003577545, + 10.213889252932672 + ], + [ + -71.33705843327984, + 10.248091960661151 + ], + [ + -71.33711166853996, + 10.248608383152296 + ], + [ + -71.33721816561223, + 10.249116501795806 + ], + [ + -71.33737677634664, + 10.249610838540553 + ], + [ + -71.3375857907534, + 10.250086063918717 + ], + [ + -71.33784295543828, + 10.25053705450302 + ], + [ + -71.33814549789666, + 10.250958948142644 + ], + [ + -71.41740593008363, + 10.350174182493706 + ], + [ + -71.41749283686646, + 10.35029764598263 + ], + [ + -71.41756414951972, + 10.350430726888462 + ], + [ + -71.45213166025101, + 10.425563127952401 + ], + [ + -71.45228204179463, + 10.425863049942398 + ], + [ + -71.49414914505572, + 10.502806096917974 + ], + [ + -71.49420249784359, + 10.50291691006295 + ], + [ + -71.49422100096398, + 10.503038498333694 + ], + [ + -71.50150134734763, + 10.574587249836771 + ], + [ + -71.50150762811386, + 10.57470874603749 + ] + ] + ], + [ + [ + [ + -72.58263607100587, + 9.924342963492373 + ], + [ + -72.582570978725, + 9.924438586285405 + ], + [ + -72.49099889615978, + 10.046188271382853 + ], + [ + -72.49092473103066, + 10.046277834692713 + ], + [ + -72.49083520458362, + 10.046352044315626 + ], + [ + -72.41306438855004, + 10.10490664921034 + ], + [ + -72.41297055561151, + 10.104970742591245 + ], + [ + -72.41285704278192, + 10.104975978937237 + ], + [ + -72.28469901791873, + 10.104975978937237 + ], + [ + -72.28457665638294, + 10.10496984060143 + ], + [ + -72.28449599177911, + 10.104877627552945 + ], + [ + -72.22044838961199, + 10.023797860982912 + ], + [ + -72.22037998460489, + 10.023702208848178 + ], + [ + -72.22037437097094, + 10.023584747948131 + ], + [ + -72.22037437097094, + 9.838636153709167 + ], + [ + -72.22038074006305, + 9.838510832762076 + ], + [ + -72.22043611108866, + 9.838398227457334 + ], + [ + -72.29796837310185, + 9.699065744728111 + ], + [ + -72.29818652623032, + 9.69862373671059 + ], + [ + -72.29836009808896, + 9.698162396613803 + ], + [ + -72.29848740182402, + 9.69768620795995 + ], + [ + -72.33040339776495, + 9.549342623411817 + ], + [ + -72.33043592370322, + 9.54922187923172 + ], + [ + -72.33054636157482, + 9.54916322285772 + ], + [ + -72.41744549990351, + 9.508568424375355 + ], + [ + -72.41755554263749, + 9.508523527767329 + ], + [ + -72.41761948767962, + 9.508623708305786 + ], + [ + -72.54130612801278, + 9.725420731469933 + ], + [ + -72.54136450134864, + 9.725536747525869 + ], + [ + -72.54139751004317, + 9.72566235643323 + ], + [ + -72.5826179290261, + 9.924228719927662 + ], + [ + -72.58263607100587, + 9.924342963492373 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Yanesha'", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "yane1238", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -75.75357211940627, + -10.5950082018736 + ], + [ + -75.75352576238134, + -10.59489043595764 + ], + [ + -75.6926059073064, + -10.460726933727726 + ], + [ + -75.6924118655263, + -10.460231002047925 + ], + [ + -75.69227167023924, + -10.459717245563835 + ], + [ + -75.69218691182304, + -10.459191492338128 + ], + [ + -75.6921585517787, + -10.45865970652472 + ], + [ + -75.6921585517787, + -10.266561384099022 + ], + [ + -75.69213864179147, + -10.266246655438906 + ], + [ + -75.68971744027854, + -10.247186574103553 + ], + [ + -75.68969597466142, + -10.24706598591429 + ], + [ + -75.68961036946622, + -10.246978384346686 + ], + [ + -75.64801978821075, + -10.208456315246 + ], + [ + -75.64793359161571, + -10.20838349810225 + ], + [ + -75.64782412061946, + -10.2083561432051 + ], + [ + -75.55215077659224, + -10.189040929483312 + ], + [ + -75.55209042996863, + -10.18902835863829 + ], + [ + -75.41785178791369, + -10.160200510688968 + ], + [ + -75.41743274565209, + -10.1600913421187 + ], + [ + -75.41702472068275, + -10.159946325505446 + ], + [ + -75.41663077342456, + -10.15976654855614 + ], + [ + -75.41625385870563, + -10.159553359699974 + ], + [ + -75.31786110013327, + -10.098130350465379 + ], + [ + -75.31744018387366, + -10.097836524406574 + ], + [ + -75.31705161185762, + -10.097501090301584 + ], + [ + -75.31669947970026, + -10.097127583682902 + ], + [ + -75.3163874989344, + -10.096719941373793 + ], + [ + -75.31611895789037, + -10.0962824599935 + ], + [ + -75.31589668703639, + -10.095819750670152 + ], + [ + -75.31572302914508, + -10.095336690438685 + ], + [ + -75.2819082240863, + -9.983554107334843 + ], + [ + -75.28186653100285, + -9.983437739329192 + ], + [ + -75.28176616710537, + -9.983365580379386 + ], + [ + -75.21072678085663, + -9.937524060412855 + ], + [ + -75.21062299552672, + -9.937464036923057 + ], + [ + -75.21050332084292, + -9.937471260777983 + ], + [ + -75.12231042381303, + -9.947123308306697 + ], + [ + -75.12218196191836, + -9.947144267333803 + ], + [ + -75.12207333711899, + -9.947215977808284 + ], + [ + -75.05348745594881, + -9.99787818118129 + ], + [ + -75.05339538219012, + -9.99795344327571 + ], + [ + -75.05341827971682, + -9.998070138019175 + ], + [ + -75.07792509601352, + -10.09700707392557 + ], + [ + -75.07796308851871, + -10.097131819525224 + ], + [ + -75.07804889766724, + -10.097230011608202 + ], + [ + -75.1307683827866, + -10.151487500838499 + ], + [ + -75.13109071345541, + -10.151853350917364 + ], + [ + -75.13137587700191, + -10.15224885703868 + ], + [ + -75.13162116159675, + -10.152670258044594 + ], + [ + -75.1318242346488, + -10.153113546523794 + ], + [ + -75.1319831649874, + -10.153574506920933 + ], + [ + -75.13209644122738, + -10.154048755625425 + ], + [ + -75.13216298614186, + -10.15453178265843 + ], + [ + -75.14181442689593, + -10.263766305037112 + ], + [ + -75.14183382997906, + -10.264206366796126 + ], + [ + -75.14183382997906, + -10.401436278327974 + ], + [ + -75.14179392406184, + -10.402066727921582 + ], + [ + -75.13225159023233, + -10.477141522232698 + ], + [ + -75.13217198007634, + -10.477597754119769 + ], + [ + -75.13205049823569, + -10.478044662918196 + ], + [ + -75.1318881869532, + -10.47847841441306 + ], + [ + -75.13168643876433, + -10.478895287271378 + ], + [ + -75.13144698454998, + -10.479291704968952 + ], + [ + -75.13117187868664, + -10.479664266474845 + ], + [ + -75.13086348142097, + -10.480009775430227 + ], + [ + -75.13052443862034, + -10.48032526757126 + ], + [ + -75.06084962108169, + -10.539382206393435 + ], + [ + -75.06076342655496, + -10.53946258622324 + ], + [ + -75.06069392591999, + -10.539557770650466 + ], + [ + -75.00186383007792, + -10.62871107219899 + ], + [ + -75.0018020322759, + -10.628815602485712 + ], + [ + -75.00180912881156, + -10.628936826197558 + ], + [ + -75.01407278301717, + -10.742216182886642 + ], + [ + -75.01409041355862, + -10.742346766766854 + ], + [ + -75.0312684958244, + -10.848412339519317 + ], + [ + -75.03128529131828, + -10.848524020848412 + ], + [ + -75.03863023453047, + -10.90141961710714 + ], + [ + -75.03865405541657, + -10.901543832899964 + ], + [ + -75.03874543631937, + -10.901631277330482 + ], + [ + -75.11967447420152, + -10.971459056631726 + ], + [ + -75.11977270918375, + -10.97153955489224 + ], + [ + -75.2498485258971, + -11.072717030847697 + ], + [ + -75.24993567922658, + -11.072779002130444 + ], + [ + -75.25003214724191, + -11.072825154754804 + ], + [ + -75.36282641415377, + -11.12094922477035 + ], + [ + -75.36294777350095, + -11.12099367354475 + ], + [ + -75.36307692348515, + -11.120998579281217 + ], + [ + -75.53234030251326, + -11.118591540965896 + ], + [ + -75.53246506437998, + -11.118583477981085 + ], + [ + -75.5325856958312, + -11.118550636115954 + ], + [ + -75.62816824491267, + -11.087286131046113 + ], + [ + -75.62827852688584, + -11.087244140020404 + ], + [ + -75.62836524721534, + -11.08716410912443 + ], + [ + -75.69944404757605, + -11.014997807048646 + ], + [ + -75.69952403604289, + -11.014908319378538 + ], + [ + -75.69957505181476, + -11.01479967505524 + ], + [ + -75.74615825204627, + -10.901668707262777 + ], + [ + -75.74620142106484, + -10.901545904487355 + ], + [ + -75.74620436687428, + -10.901415768373838 + ], + [ + -75.74130337414476, + -10.737744254085797 + ], + [ + -75.74131962249353, + -10.737165016322187 + ], + [ + -75.75356771631716, + -10.59513468664585 + ], + [ + -75.75357211940627, + -10.5950082018736 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Yine", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "yine1238", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.63428730185646, + -10.88129969456769 + ], + [ + -73.6341852281668, + -10.88123825507838 + ], + [ + -73.56797727887682, + -10.84577201907385 + ], + [ + -73.56786738102217, + -10.845719931290473 + ], + [ + -73.56774591113587, + -10.845713952798633 + ], + [ + -73.39891513002198, + -10.845713952798633 + ], + [ + -73.39878512195425, + -10.845720836032353 + ], + [ + -73.39867635479219, + -10.845792384484689 + ], + [ + -73.1814849698331, + -11.005733193429021 + ], + [ + -73.18139123816614, + -11.005809554198088 + ], + [ + -73.18133368814992, + -11.005915877234305 + ], + [ + -73.03651173057119, + -11.307846068500515 + ], + [ + -73.0364628538695, + -11.30796317055316 + ], + [ + -73.03650400715517, + -11.308083204838983 + ], + [ + -73.11491726865953, + -11.503201276710747 + ], + [ + -73.11496414772118, + -11.503304078719342 + ], + [ + -73.11505159302432, + -11.50337562743246 + ], + [ + -73.26582818979446, + -11.615641599136916 + ], + [ + -73.26592901474078, + -11.615709031711763 + ], + [ + -73.2660198355117, + -11.615628630160002 + ], + [ + -73.39188350182111, + -11.492315266482098 + ], + [ + -73.39223642709392, + -11.492000775898381 + ], + [ + -73.39261747478648, + -11.49172102023455 + ], + [ + -73.39302323893328, + -11.491478500065071 + ], + [ + -73.39345009264275, + -11.491275383137808 + ], + [ + -73.39389422051589, + -11.49111348499778 + ], + [ + -73.52547813731596, + -11.450082126049622 + ], + [ + -73.52559164054593, + -11.450040408157852 + ], + [ + -73.52560607718428, + -11.44992034588584 + ], + [ + -73.55571110527175, + -11.018809402169783 + ], + [ + -73.5557630185375, + -11.018359903905985 + ], + [ + -73.55585535590431, + -11.017916939475121 + ], + [ + -73.55598736115252, + -11.017484136643839 + ], + [ + -73.5561579531925, + -11.017065039957846 + ], + [ + -73.55636573491863, + -11.016663081712991 + ], + [ + -73.63423310007327, + -10.881405788939244 + ], + [ + -73.63428730185646, + -10.88129969456769 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "title": "Yucuna", + "fill": "#CC5151", + "family": "Arawakan", + "cldf:languageReference": "yucu1253", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -69.7963551442289, + -1.2036390220946533 + ], + [ + -69.79632122196301, + -1.203527544376351 + ], + [ + -69.77195014569301, + -1.1353027476426216 + ], + [ + -69.77190449944753, + -1.1351924396179538 + ], + [ + -69.77178565469052, + -1.1351811540626637 + ], + [ + -69.66443988195287, + -1.1303027542889361 + ], + [ + -69.66432076521653, + -1.130303198785536 + ], + [ + -69.66426514177583, + -1.1304085317208958 + ], + [ + -69.6301355293233, + -1.203528241704074 + ], + [ + -69.63009042651294, + -1.2036387679795733 + ], + [ + -69.63016698920227, + -1.2037303566016844 + ], + [ + -69.6886830210163, + -1.267107985311631 + ], + [ + -69.68877200506991, + -1.2671949863325145 + ], + [ + -69.68889512523555, + -1.2671768544746922 + ], + [ + -69.76201078688258, + -1.2525572572524557 + ], + [ + -69.76212436769289, + -1.2525288579780411 + ], + [ + -69.76219601075289, + -1.2524362599693508 + ], + [ + -69.79629293845592, + -1.2037375535294734 + ], + [ + -69.7963551442289, + -1.2036390220946533 + ] + ] + ], + [ + [ + [ + -71.13880467687757, + -0.626636234267081 + ], + [ + -71.13871420337868, + -0.626559334337711 + ], + [ + -71.07533612522893, + -0.5778096606152997 + ], + [ + -71.07523271223549, + -0.57773827388728 + ], + [ + -71.07511006652192, + -0.5777656297114846 + ], + [ + -70.9873153270081, + -0.6021517643809077 + ], + [ + -70.98720743016665, + -0.6021871479489367 + ], + [ + -70.98712642120883, + -0.6022667172519344 + ], + [ + -70.92395818997498, + -0.6702898426866813 + ], + [ + -70.9236121544764, + -0.6706280655951522 + ], + [ + -70.92323504615885, + -0.6709312563254317 + ], + [ + -70.86993016074774, + -0.709695632143621 + ], + [ + -70.86983728614217, + -0.7097703249058821 + ], + [ + -70.86981200815987, + -0.7098867968967916 + ], + [ + -70.86496445839543, + -0.7389697703190553 + ], + [ + -70.86494927640639, + -0.7391082708589091 + ], + [ + -70.8649496638192, + -0.7392476004761475 + ], + [ + -70.8698245680359, + -0.8221132723110803 + ], + [ + -70.86983769167809, + -0.822233015621193 + ], + [ + -70.86995799903596, + -0.822239084392276 + ], + [ + -70.9626589205101, + -0.822239084392276 + ], + [ + -70.96275172050125, + -0.82223562889435 + ], + [ + -70.96284400652972, + -0.8222252815384709 + ], + [ + -71.06043135036924, + -0.8075886605253777 + ], + [ + -71.06055923272179, + -0.8075624824517722 + ], + [ + -71.0606563019537, + -0.8074752084472755 + ], + [ + -71.11915647671306, + -0.748980432463941 + ], + [ + -71.11924254886725, + -0.748884873199462 + ], + [ + -71.11926947139816, + -0.7487591148354164 + ], + [ + -71.13879165865697, + -0.6267542579048585 + ], + [ + -71.13880467687757, + -0.626636234267081 + ] + ] + ], + [ + [ + [ + -72.44457484663133, + -0.5288329628162477 + ], + [ + -72.44445978290231, + -0.5288078927053592 + ], + [ + -72.32733110922638, + -0.5092872482161236 + ], + [ + -72.32720915332634, + -0.5092730852369322 + ], + [ + -72.32708839568652, + -0.5092952533209939 + ], + [ + -72.24418434444627, + -0.5288012883830874 + ], + [ + -72.24407331849106, + -0.528832981565472 + ], + [ + -72.24400482919825, + -0.5289259355179006 + ], + [ + -72.20501374898444, + -0.5874097779765959 + ], + [ + -72.20495170063029, + -0.5875135201326748 + ], + [ + -72.20494577954052, + -0.5876342569288024 + ], + [ + -72.20494577954052, + -0.6754131102974111 + ], + [ + -72.20495152716042, + -0.675530105788116 + ], + [ + -72.20506852265108, + -0.675535853408009 + ], + [ + -72.3417588348918, + -0.675535853408009 + ], + [ + -72.34187781511481, + -0.6755300582841927 + ], + [ + -72.34195843907968, + -0.6754423676164566 + ], + [ + -72.38952267741173, + -0.6183689141290749 + ], + [ + -72.38983994711562, + -0.618022664279342 + ], + [ + -72.39018830308528, + -0.6177077085017326 + ], + [ + -72.39056467213796, + -0.6174268253238155 + ], + [ + -72.39096573396057, + -0.6171824926860147 + ], + [ + -72.39138795040137, + -0.6169768660813164 + ], + [ + -72.39182759668343, + -0.6168117595395952 + ], + [ + -72.39228079426441, + -0.6166886296243128 + ], + [ + -72.39274354505297, + -0.6166085625827715 + ], + [ + -72.42978864591915, + -0.6119781912171082 + ], + [ + -72.42990506191373, + -0.611957816451015 + ], + [ + -72.42993126794319, + -0.6118425729743835 + ], + [ + -72.44456013004039, + -0.5289498028527585 + ], + [ + -72.44457484663133, + -0.5288329628162477 + ] + ] + ] + ] + } + } + ], + "properties": { + "title": "Speaker areas for languages", + "description": "Speaker areas aggregated for Glottolog language-level languoids, color-coded by family." + } +} \ No newline at end of file diff --git a/cldf/media.csv b/cldf/media.csv new file mode 100644 index 0000000..95b7bea --- /dev/null +++ b/cldf/media.csv @@ -0,0 +1,4 @@ +ID,Name,Description,Media_Type,Download_URL,Path_In_Zip +features,Areas depicted in the source,,application/geo+json,features.geojson, +languages,Speaker areas for languages,"Speaker areas aggregated for Glottolog language-level languoids, color-coded by family.",application/geo+json,languages.geojson, +families,Speaker areas for families,"Speaker areas aggregated for Glottolog family-level languoids, color-coded by family.",application/geo+json,families.geojson, diff --git a/cldf/requirements.txt b/cldf/requirements.txt new file mode 100644 index 0000000..ce02bbc --- /dev/null +++ b/cldf/requirements.txt @@ -0,0 +1,64 @@ +affine==2.4.0 +antimeridian==0.3.11 +appdirs==1.4.4 +attrs==24.2.0 +babel==2.16.0 +bibtexparser==2.0.0b7 +bs4==0.0.2 +certifi==2024.8.30 +chardet==5.2.0 +cldfbench==1.14.0 +-e git+https://github.com/Glottography/asher2007world@7563fdc4bc82ae0a737f7238ab918b33583b8138#egg=cldfbench_asher2007world +-e git+https://github.com/Glottography/walker2011bayesian@bec35d88b09f43a1eb0139d54d38eb878ec185f1#egg=cldfbench_walker2011bayesian +cldfcatalog==1.5.1 +-e git+https://github.com/cldf/cldfgeojson@d0b95cebfb259e2b64a3e050b694c09efec65045#egg=cldfgeojson +cldfzenodo==2.1.2 +click==8.1.7 +clldutils==3.24.0 +colorama==0.4.6 +colorlog==6.9.0 +csvw==3.5.1 +gitdb==4.0.11 +greenlet==3.1.1 +idna==3.10 +iniconfig==2.0.0 +isodate==0.7.2 +jsonschema==4.23.0 +lxml==5.3.0 +Mako==1.3.6 +Markdown==3.6 +MarkupSafe==3.0.2 +nameparser==1.1.3 +newick==1.9.0 +numpy==2.1.3 +openpyxl==3.1.5 +packaging==24.2 +platformdirs==4.3.6 +pluggy==1.5.0 +pybtex==0.24.0 +pycldf==1.39.0 +pycountry==24.6.1 +-e git+https://github.com/glottography/pyglottography@eb60620a0f4bd0006953282b8381047e41732fda#egg=pyglottography +pyglottolog==3.14.0 +Pygments==2.18.0 +pylatexenc==2.10 +pytest==8.3.3 +python-dateutil==2.9.0.post0 +pytz==2024.2 +rasterio==1.4.2 +rdflib==7.1.1 +referencing==0.35.1 +requests==2.32.3 +rfc3986==1.5.0 +shapely==2.0.6 +six==1.16.0 +smmap==5.0.1 +soupsieve==2.6 +SQLAlchemy==1.4.54 +tabulate==0.9.0 +termcolor==2.5.0 +tqdm==4.67.0 +uritemplate==4.1.1 +urllib3==2.2.3 +xlrd==2.0.1 +zenodoclient==0.5.1 \ No newline at end of file diff --git a/cldf/sources.bib b/cldf/sources.bib new file mode 100644 index 0000000..cacff89 --- /dev/null +++ b/cldf/sources.bib @@ -0,0 +1,16 @@ +@article{walker2011bayesian, + author = {Walker, Robert S. and Ribeiro, Lincoln A.}, + abstract = {Phylogenetic inference based on language is a vital tool for tracing the dynamics of human population expansions. The timescale of agriculture-based expansions around the world provides an informative amount of linguistic change ideal for reconstructing phylogeographies. Here we investigate the expansion of Arawak, one of the most widely dispersed language families in the Americas, scattered from the Antilles to Argentina. It has been suggested that Northwest Amazonia is the Arawak homeland based on the large number of diverse languages in the region. We generate language trees by coding cognates of basic vocabulary words for 60 Arawak languages and dialects to estimate the phylogenetic relationships among Arawak societies, while simultaneously implementing a relaxed random walk model to infer phylogeographic history. Estimates of the Arawak homeland exclude Northwest Amazonia and are bi-modal, with one potential homeland on the Atlantic seaboard and another more likely origin in Western Amazonia. Bayesian phylogeography better supports a Western Amazonian origin, and consequent dispersal to the Caribbean and across the lowlands. Importantly, the Arawak expansion carried with it not only language but also a number of cultural traits that contrast Arawak societies with other lowland cultures.}, + doi = {10.1098/rspb.2010.2579}, + file = {/home/gereon/Zotero/storage/LMFTIJ5L/Walker and Ribeiro - 2011 - Bayesian phylogeography of the Arawak expansion in.pdf}, + journaltitle = {Proceedings of the Royal Society B: Biological Sciences}, + keywords = {Amazonian languages and cultures,ancient histories,phylogenetic trees,population expansions}, + number = {1718}, + pages = {2562--2567}, + publisher = {{Royal Society}}, + title = {Bayesian Phylogeography of the Arawak Expansion in Lowland South America}, + url = {https://royalsocietypublishing.org/doi/full/10.1098/rspb.2010.2579}, + urldate = {2021-11-27}, + volume = {278}, + year = {2011} +} diff --git a/cldfbench_walker2011bayesian.py b/cldfbench_walker2011bayesian.py new file mode 100644 index 0000000..6efbda3 --- /dev/null +++ b/cldfbench_walker2011bayesian.py @@ -0,0 +1,8 @@ +import pathlib + +import pyglottography + + +class Dataset(pyglottography.Dataset): + dir = pathlib.Path(__file__).parent + id = "walker2011bayesian" diff --git a/etc/README.md b/etc/README.md new file mode 100644 index 0000000..337b9bc --- /dev/null +++ b/etc/README.md @@ -0,0 +1,4 @@ +# Configuration directory + +This directory contains "configuration" data, i.e. data which helps with and +guides the conversion of the raw data to CLDF. diff --git a/etc/_polygons.csv b/etc/_polygons.csv new file mode 100644 index 0000000..6ed9a9e --- /dev/null +++ b/etc/_polygons.csv @@ -0,0 +1,31 @@ +polygon_id,name,glottocode,year,map_name_full,map_image_file,url,lon,lat,note +1,Achagua,acha1250,2011,Supplement 1,Supplement1.png,,-72.1647517602829,4.501081315146558, +2,Amuesha,yane1238,2011,Supplement 1,Supplement1.png,,-75.38360865949525,-10.599142575831722, +3,Apurinã,apur1254,2011,Supplement 1,Supplement1.png,,-66.61042241722006,-8.38518154792391, +4,Asháninka,asha1243,2011,Supplement 1,Supplement1.png,,-73.95142690927158,-12.122453476785516, +5,Añú,para1316,2011,Supplement 1,Supplement1.png,,-71.89223669079955,10.913612333312235, +6,Baniwa,bani1255,2011,Supplement 1,Supplement1.png,,-67.18191560853614,2.9152081057655215, +7,Cabiyari,cabi1241,2011,Supplement 1,Supplement1.png,,-71.05568501929694,0.22363921303007822, +8,Chamicuro,cham1318,2011,Supplement 1,Supplement1.png,,-75.72865997644196,-5.113135075179068, +9,Curripaco,curr1243,2011,Supplement 1,Supplement1.png,,-68.31633485491011,2.5771063626355213, +10,Guarequena,guar1293,2011,Supplement 1,Supplement1.png,,-66.14730135206321,2.4656950533091493, +11,Ignaciano,igna1246,2011,Supplement 1,Supplement1.png,,-65.40405137756312,-15.223339942097144, +12,Iñapari,inap1243,2011,Supplement 1,Supplement1.png,,-69.35500806576212,-12.555451990143144, +13,Lokono,araw1276,2011,Supplement 1,Supplement1.png,,-53.559760004144366,5.0299697951187, +14,Machiguenga,mach1267,2011,Supplement 1,Supplement1.png,,-72.72707965862948,-12.064637762935824, +15,Mandahuaca,mand1448,2011,Supplement 1,Supplement1.png,,-66.70218676028135,1.839085727464153, +16,Mawayana,mapi1252,2011,Supplement 1,Supplement1.png,,-58.514890443283555,2.030986264677269, +17,Mehináku,mehi1240,2011,Supplement 1,Supplement1.png,,-53.472079668420506,-12.680643775429878, +18,Nomatsiguenga,noma1263,2011,Supplement 1,Supplement1.png,,-74.45956640387118,-11.599608809753986, +19,Palikúr,pali1279,2011,Supplement 1,Supplement1.png,,-51.446090491847826,3.323558075524091, +20,Parecís,pare1272,2011,Supplement 1,Supplement1.png,,-57.37114028426736,-14.756391047138544, +21,Piapoco,piap1246,2011,Supplement 1,Supplement1.png,,-69.16618527212748,4.237347283951547, +22,Piro,yine1238,2011,Supplement 1,Supplement1.png,,-73.33193874699408,-11.21378649591038, +23,Resígaro,resi1247,2011,Supplement 1,Supplement1.png,,-71.36177406849474,-2.436035138123561, +24,Tariano,tari1256,2011,Supplement 1,Supplement1.png,,-68.06730849400768,1.498116718820289, +25,Terêna,,2011,Supplement 1,Supplement1.png,,-55.79176466450888,-20.71064055869342, +26,Trinitario,trin1274,2011,Supplement 1,Supplement1.png,,-65.39293759586243,-15.359228647896723, +27,Wapishana,wapi1253,2011,Supplement 1,Supplement1.png,,-59.69442114093653,2.6142819249817077, +28,Waurá,waur1244,2011,Supplement 1,Supplement1.png,,-53.62868432489956,-13.450134553466562, +29,Wayuu,wayu1243,2011,Supplement 1,Supplement1.png,,-72.04728286804188,10.877271362443324, +30,Yucuna,yucu1253,2011,Supplement 1,Supplement1.png,,-71.01268422850359,-0.690206351459004, diff --git a/etc/polygons.csv b/etc/polygons.csv new file mode 100644 index 0000000..52975e2 --- /dev/null +++ b/etc/polygons.csv @@ -0,0 +1,31 @@ +polygon_id,name,glottocode,lon,lat,year,map_name_full,map_image_file,url,note +1,Achagua,acha1250,-72.1647517602829,4.501081315146558,2011,Supplement 1,Supplement1.png,, +2,Amuesha,yane1238,-75.38360865949525,-10.599142575831722,2011,Supplement 1,Supplement1.png,, +3,Apurinã,apur1254,-66.61042241722006,-8.38518154792391,2011,Supplement 1,Supplement1.png,, +4,Asháninka,asha1243,-73.95142690927158,-12.122453476785516,2011,Supplement 1,Supplement1.png,, +5,Añú,para1316,-71.89223669079955,10.913612333312235,2011,Supplement 1,Supplement1.png,, +6,Baniwa,bani1255,-67.18191560853614,2.9152081057655215,2011,Supplement 1,Supplement1.png,, +7,Cabiyari,cabi1241,-71.05568501929694,0.22363921303007822,2011,Supplement 1,Supplement1.png,, +8,Chamicuro,cham1318,-75.72865997644196,-5.113135075179068,2011,Supplement 1,Supplement1.png,, +9,Curripaco,curr1243,-68.31633485491011,2.5771063626355213,2011,Supplement 1,Supplement1.png,, +10,Guarequena,guar1293,-66.14730135206321,2.4656950533091493,2011,Supplement 1,Supplement1.png,, +11,Ignaciano,igna1246,-65.40405137756312,-15.223339942097144,2011,Supplement 1,Supplement1.png,, +12,Iñapari,inap1243,-69.35500806576212,-12.555451990143144,2011,Supplement 1,Supplement1.png,, +13,Lokono,araw1276,-53.559760004144366,5.0299697951187,2011,Supplement 1,Supplement1.png,, +14,Machiguenga,mach1267,-72.72707965862948,-12.064637762935824,2011,Supplement 1,Supplement1.png,, +15,Mandahuaca,mand1448,-66.70218676028135,1.839085727464153,2011,Supplement 1,Supplement1.png,, +16,Mawayana,mapi1252,-58.514890443283555,2.030986264677269,2011,Supplement 1,Supplement1.png,, +17,Mehináku,mehi1240,-53.472079668420506,-12.680643775429878,2011,Supplement 1,Supplement1.png,, +18,Nomatsiguenga,noma1263,-74.45956640387118,-11.599608809753986,2011,Supplement 1,Supplement1.png,, +19,Palikúr,pali1279,-51.446090491847826,3.323558075524091,2011,Supplement 1,Supplement1.png,, +20,Parecís,pare1272,-57.37114028426736,-14.756391047138544,2011,Supplement 1,Supplement1.png,, +21,Piapoco,piap1246,-69.16618527212748,4.237347283951547,2011,Supplement 1,Supplement1.png,, +22,Piro,yine1238,-73.33193874699408,-11.21378649591038,2011,Supplement 1,Supplement1.png,, +23,Resígaro,resi1247,-71.36177406849474,-2.436035138123561,2011,Supplement 1,Supplement1.png,, +24,Tariano,tari1256,-68.06730849400768,1.498116718820289,2011,Supplement 1,Supplement1.png,, +25,Terêna,,-55.79176466450888,-20.71064055869342,2011,Supplement 1,Supplement1.png,, +26,Trinitario,trin1274,-65.39293759586243,-15.359228647896723,2011,Supplement 1,Supplement1.png,, +27,Wapishana,wapi1253,-59.69442114093653,2.6142819249817077,2011,Supplement 1,Supplement1.png,, +28,Waurá,waur1244,-53.62868432489956,-13.450134553466562,2011,Supplement 1,Supplement1.png,, +29,Wayuu,wayu1243,-72.04728286804188,10.877271362443324,2011,Supplement 1,Supplement1.png,, +30,Yucuna,yucu1253,-71.01268422850359,-0.690206351459004,2011,Supplement 1,Supplement1.png,, diff --git a/etc/sources.bib b/etc/sources.bib new file mode 100644 index 0000000..dc1c77c --- /dev/null +++ b/etc/sources.bib @@ -0,0 +1,16 @@ +@article{walker2011bayesian, + title = {Bayesian Phylogeography of the Arawak Expansion in Lowland South America}, + year = {2011}, + journaltitle = {Proceedings of the Royal Society B: Biological Sciences}, + volume = {278}, + number = {1718}, + pages = {2562--2567}, + publisher = {{Royal Society}}, + doi = {10.1098/rspb.2010.2579}, + url = {https://royalsocietypublishing.org/doi/full/10.1098/rspb.2010.2579}, + urldate = {2021-11-27}, + abstract = {Phylogenetic inference based on language is a vital tool for tracing the dynamics of human population expansions. The timescale of agriculture-based expansions around the world provides an informative amount of linguistic change ideal for reconstructing phylogeographies. Here we investigate the expansion of Arawak, one of the most widely dispersed language families in the Americas, scattered from the Antilles to Argentina. It has been suggested that Northwest Amazonia is the Arawak homeland based on the large number of diverse languages in the region. We generate language trees by coding cognates of basic vocabulary words for 60 Arawak languages and dialects to estimate the phylogenetic relationships among Arawak societies, while simultaneously implementing a relaxed random walk model to infer phylogeographic history. Estimates of the Arawak homeland exclude Northwest Amazonia and are bi-modal, with one potential homeland on the Atlantic seaboard and another more likely origin in Western Amazonia. Bayesian phylogeography better supports a Western Amazonian origin, and consequent dispersal to the Caribbean and across the lowlands. Importantly, the Arawak expansion carried with it not only language but also a number of cultural traits that contrast Arawak societies with other lowland cultures.}, + keywords = {Amazonian languages and cultures,ancient histories,phylogenetic trees,population expansions}, + file = {/home/gereon/Zotero/storage/LMFTIJ5L/Walker and Ribeiro - 2011 - Bayesian phylogeography of the Arawak expansion in.pdf}, + author = {Walker, Robert S. and Ribeiro, Lincoln A.} +} diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..11fa25b --- /dev/null +++ b/metadata.json @@ -0,0 +1,8 @@ +{ + "id": "walker2011bayesian", + "title": "Glottography dataset derived from Walker and Ribeiro 2011 \"Bayesian Phylogeography of the Arawak Expansion in Lowland South America\"", + "description": "This dataset provides contemporary, non-overlapping speaker areas for Arawakan languages derived from figure S1 in the supplementary material for Walker & Ribeiro 2011. Languages for which only point locations are given in the source are omitted.", + "license": "CC-BY-4.0", + "url": null, + "citation": "Walker, Robert S. & Lincoln A. Ribeiro. 2011. Bayesian Phylogeography of the Arawak Expansion in Lowland South America. 278(1718). 2562\u20132567. doi: 10.1098/rspb.2010.2579. Royal Society." +} \ No newline at end of file diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3804166 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[tool:pytest] +testpaths = test.py +addopts = + --cldf-metadata=cldf/Generic-metadata.json diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..d1cfde0 --- /dev/null +++ b/setup.py @@ -0,0 +1,30 @@ +from setuptools import setup +import json + + +with open('metadata.json', encoding='utf-8') as fp: + metadata = json.load(fp) + + +setup( + name='cldfbench_walker2011bayesian', + description=metadata['title'], + license=metadata.get('license', ''), + url=metadata.get('url', ''), + py_modules=['cldfbench_walker2011bayesian'], + include_package_data=True, + zip_safe=False, + entry_points={ + 'cldfbench.dataset': [ + 'walker2011bayesian=cldfbench_walker2011bayesian:Dataset', + ] + }, + install_requires=[ + 'pyglottography', + ], + extras_require={ + 'test': [ + 'pytest-cldf', + ], + }, +) diff --git a/test.py b/test.py new file mode 100644 index 0000000..622e0a7 --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +def test_valid(cldf_dataset, cldf_logger): + assert cldf_dataset.validate(log=cldf_logger)