changeset 2:22c54afd1cf3 draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/gdal commit d2c064afb4680f459012473e4de8653079e32c15
author ecology
date Thu, 13 Jun 2019 11:29:34 -0400
parents 8c67f7a51e36
children e12db3b4d3a6
files gdal_macros.xml ogr2ogr.xml test-data/ogr2ogr_GML.gml test-data/ogr2ogr_GML2.gml test-data/ogr2ogr_KML.kml test-data/ogr2ogr_geojson.json test-data/ogr2ogr_test2_geojson.json test-data/shp_compositefiles/ogr2ogr_shapefile2.dbf test-data/shp_compositefiles/ogr2ogr_shapefile2.html test-data/shp_compositefiles/ogr2ogr_shapefile2.prj test-data/shp_compositefiles/ogr2ogr_shapefile2.shp test-data/shp_compositefiles/ogr2ogr_shapefile2.shx test-data/shp_compositefiles/shapefile.dbf test-data/shp_compositefiles/shapefile.html test-data/shp_compositefiles/shapefile.sbn test-data/shp_compositefiles/shapefile.sbx test-data/shp_compositefiles/shapefile.shp test-data/shp_compositefiles/shapefile.shx
diffstat 18 files changed, 844 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/gdal_macros.xml	Wed Feb 27 14:15:21 2019 -0500
+++ b/gdal_macros.xml	Thu Jun 13 11:29:34 2019 -0400
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@VERSION@">2.4.0</token>  
+    <token name="@VERSION@">3.0.0</token>  
     <xml name="gdal_requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">gdal</requirement>
--- a/ogr2ogr.xml	Wed Feb 27 14:15:21 2019 -0500
+++ b/ogr2ogr.xml	Thu Jun 13 11:29:34 2019 -0400
@@ -2,25 +2,31 @@
     <description>converts simple features data between file formats</description>
     <macros>
         <import>gdal_macros.xml</import>
-    </macros> 
-    <requirements>
-        <requirement type="package" version="2.4.0">gdal</requirement>
-        <requirement type="package" version="3.7.1">geos</requirement>
-    </requirements>
+    </macros>
+    <expand macro="gdal_requirements" />
     <command detect_errors="exit_code"><![CDATA[
-        ogr2ogr -f '$f'
+        ogr2ogr
+            -f '$f'
             #if $f=='ESRI Shapefile'
-                'output.shp'
+                'shapefile.shp'
             #else
-                '$output'
+                'output'
             #end if
-            '$input'
+            #if $input.is_of_type("shp")
+                ${os.path.join( $input.extra_files_path, 'shapefile.shp' )} 
+            #else    
+                '$input'
+            #end if
+            #if $f=='ESRI Shapefile'
+                &&
+                mkdir ${shapefile.extra_files_path} &&
+                mv shapefile.* ${shapefile.extra_files_path}
+            #end if 
     ]]></command>
     <inputs>
-        <param type="data" name="input" format="data" label="Gdal supported input file" help="http://www.gdal.org/ogr_formats.html"/>
-        <param type="select" name="f" label="Conversion format" value=""
-            help="Select the format to convert your input file. Currently supported : Shapefile, GeoJSON, GML, KML and WFS. The shapefiles outputs shp, shx, dbf and prj will populate a datacollection.">
-            <option value="ESRI Shapefile">ESRI Shapefile</option> 
+        <param type="data" name="input" format="shp,xml,json,txt" label="Gdal supported input file" help="http://www.gdal.org/ogr_formats.html"/>
+        <param type="select" name="f" label="Conversion format" value="" help="Select the format to convert your input file. Currently supported : Shapefile, GeoJSON, GML, KML and WFS.">
+            <option value="ESRI Shapefile">ESRI Shapefile</option>
             <option value="GeoJSON">GEOJSON</option> 
             <option value="GML">GML</option>
             <option value="KML">KML</option>
@@ -28,37 +34,74 @@
         </param>
     </inputs>
     <outputs>
-        <data name="output" format="xml" label="${on_string}.${f}">
+        <data name="output" from_work_dir="output" format="xml" label="${on_string}.${f}">
             <filter>f != 'ESRI Shapefile'</filter>
                 <change_format>
-                    <when input="f" value="GeoJson" format="json"/> 
+                    <when input="f" value="GeoJSON" format="json"/> 
                     <when input="f" value="GML" format="xml"/> 
                     <when input="f" value="KML" format="xml"/> 
                     <when input="f" value="WFS" format="txt"/> 
                 </change_format> 
         </data>
-        <collection name="shapefile" type="list" label="${on_string}.shapefile">
+        <data name="shapefile" format="shp" from_work_dir="shapefile" label="${on_string}.shapefile">
             <filter>f == 'ESRI Shapefile'</filter>
-                <data name="shp" format="binary" from_work_dir="*.shp"/>
-                <data name="shx" format="binary" from_work_dir="*.shx"/>
-                <data name="dbf" format="binary" from_work_dir="*.dbf"/>
-                <data name="prj" format="txt" from_work_dir="*.prj"/>
-       </collection>
+        </data>
     </outputs>
-    
     <tests>
-        <test> <!-- ogr2ogr -f KML custom.geo.kml custom.geo.json -->
-            <param name="input" value="custom.geo.json"/>
+        <test>
+            <param name="input" value="shp_compositefiles/shapefile.xml" ftype="shp">
+                <composite_data value="shp_compositefiles/shapefile.shp"/>
+                <composite_data value="shp_compositefiles/shapefile.shx"/>
+                <composite_data value="shp_compositefiles/shapefile.dbf"/>
+                <composite_data value="shp_compositefiles/shapefile.sbn"/>
+                <composite_data value="shp_compositefiles/shapefile.sbx"/>
+            </param>
             <param name="f" value="KML"/>
-            <output name="output">
-                <assert_contents>
-                    <has_text text="20.5902474301049,41.8554041611336 20.4631750830992,41.5150890162753 20.6051819190374,41.0862263046852 21.0200403174764,40.8427269557259 20.9999898617472,40.580003973954 20.6749967790636,40.434999904943 20.6150004411728,40.1100068222594 20.1500159034105,39.624997666984 19.9800004411701,39.6949933945234 19.9600016618732,39.915005805006 19.4060819841367,40.2507734238225 19.3190588721571,40.7272301295536 19.4035498389543,41.4095657415355 19.5400272966371,41.7199860703128 19.371768833095,41.8775475123707 19.3044861182508,42.1957451442078 19.7380513851796,42.6882473821656 19.8016133968987,42.5000934921908 20.0707,42.58863 20.2837545101819,42.3202595078151 20.52295,42.21787 20.5902474301049,41.8554041611336"/>                           
-                    <has_text text="31.7859981625716,52.1016779648855 32.1594120623127,52.0612669948332 32.4120581397876,52.2886949733497 32.715760532367,52.2384654811621 33.7526998227357,52.3350745713317 34.391730584457,51.7688817409258 34.1419783871904,51.5664134792062 34.2248157081543,51.2559931504289 35.0221830584179,51.2075723333715 35.3779236183151,50.7739553900103 35.3561161638879,50.5771973740591 36.6261678403253,50.2255909287451 37.3934595069951,50.3839533555036 38.0106311378569,49.9156615260746 38.5949882342134,49.9264619004236 40.0690584653391,49.6010554062817 40.0807890154693,49.3074299179993 39.6746639340875,48.7838184678019 39.8956323585676,48.2324050970314 39.7382776222388,47.898937079452 38.7705847511412,47.8256082220298 38.2551123390298,47.5464004583568 38.2235380388994,47.1021898463759 37.42513715999,47.0222205674042 36.7598547706644,46.6987002630409 35.8236845232648,46.6459644638871 34.9623417498239,46.2731965195496 35.020787794746,45.6512189804847 35.5100085792532,45.4099933945462 36.5299979998302,45.4699897324371 36.3347127621992,45.113215643894 35.2399992205281,44.9399962428516 33.8825110206529,44.3614785833441 33.32642093276,44.5648770208449 33.5469242693495,45.0347708196749 32.4541744321055,45.3274661321761 32.6308044776791,45.5191856959789 33.5881620623184,45.8515685084802 33.2985673357547,46.0805984563978 31.7441402524152,46.3333478867374 31.6753072446024,46.7062450221555 30.7487488136091,46.583100084004 30.3776086768889,46.0324101832857 29.6032890154274,45.2933080104311 29.1497249692017,45.4649254420724 28.6797794939394,45.3040308701317 28.233553501099,45.4882831894684 28.4852694027928,45.5969070501459 28.6599874203716,45.9399868841316 28.9337174822216,46.2588304713725 28.8629724464141,46.4378893092638 29.0721069678993,46.5176777207225 29.1706539242799,46.3792623968287 29.7599719581364,46.3499876979354 30.0246586443354,46.423936672545 29.8382100766263,46.5253258327017 29.9088517595693,46.6743606634315 29.5596741065731,46.9285828720913 29.4151351254527,47.3466452093326 29.0508679542273,47.5102269557525 29.122698195113,47.8490951605065 28.6708911475852,48.1181485052341 28.2595467465418,48.1555622422134 27.5225374691952,48.4671194525011 26.8578235206248,48.3682107610945 26.6193367855978,48.2207262233335 26.1974503923669,48.2208812526303 25.9459411964024,47.9871487493742 25.207743361113,47.8910564235275 24.8663171729606,47.7375257431883 24.4020561052504,47.9818777532804 23.7609582862374,47.9855984564055 23.1422363624068,48.0963410508069 22.7105314470405,47.8821939153894 22.6408199398788,48.1502395696874 22.0856083513349,48.4222643092718 22.2808419125336,48.8253921575807 22.5581376482118,49.0857380234671 22.7764188982126,49.0273953314096 22.5184501482116,49.4767735866197 23.4265084164444,50.3085057643574 23.9227571957433,50.4248810898788 24.0299857927489,50.7054066025752 23.5270707536844,51.5784540879302 24.0050777523842,51.6174439560945 24.5531063168395,51.8884610052492 25.327787713327,51.9106560329186 26.3379586117686,51.8322887233479 27.4540661964084,51.5923033717845 28.2416150245366,51.5722270778391 28.6176127458922,51.4277139349348 28.9928353207635,51.6020443792715 29.2549381853479,51.3682343613669 30.1573637224609,51.4161384141015 30.5551172218115,51.3195034857157 30.6194543800148,51.8228060980224 30.927549269339,52.0423534206144 31.7859981625716,52.1016779648855"/>
-                </assert_contents>
+            <output file="ogr2ogr_KML.kml" name="output"/> 
+        </test>
+        <test>
+            <param name="input" value="shp_compositefiles/shapefile.xml" ftype="shp">
+                <composite_data value="shp_compositefiles/shapefile.shp"/>
+                <composite_data value="shp_compositefiles/shapefile.shx"/>
+                <composite_data value="shp_compositefiles/shapefile.dbf"/>
+                <composite_data value="shp_compositefiles/shapefile.sbn"/>
+                <composite_data value="shp_compositefiles/shapefile.sbx"/>
+            </param>
+            <param name="f" value="GML"/>
+            <output file="ogr2ogr_GML.gml" name="output"/> 
+        </test>
+        <test>
+            <param name="input" value="shp_compositefiles/shapefile.xml" ftype="shp">
+                <composite_data value="shp_compositefiles/shapefile.shp"/>
+                <composite_data value="shp_compositefiles/shapefile.shx"/>
+                <composite_data value="shp_compositefiles/shapefile.dbf"/>
+                <composite_data value="shp_compositefiles/shapefile.sbn"/>
+                <composite_data value="shp_compositefiles/shapefile.sbx"/>
+            </param>
+            <param name="f" value="GeoJSON"/>
+            <output file="ogr2ogr_geojson.json" name="output"/> 
+        </test>   
+        <test>
+            <param name="input" value="ogr2ogr_KML.kml" ftype="xml"/>
+            <param name="f" value="GeoJSON"/>
+            <output file="ogr2ogr_test2_geojson.json" name="output"/> 
+        </test>   
+        <test>
+            <param name="input" value="ogr2ogr_KML.kml" ftype="xml"/>
+            <param name="f" value="ESRI Shapefile"/>
+            <output file="shp_compositefiles/ogr2ogr_shapefile2.html" name="shapefile">
+                <extra_files type="file" name="shapefile.dbf" value="shp_compositefiles/ogr2ogr_shapefile2.dbf" compare="sim_size" delta="50"/>
+                <extra_files type="file" name="shapefile.prj" value="shp_compositefiles/ogr2ogr_shapefile2.prj"/>
+                <extra_files type="file" name="shapefile.shp" value="shp_compositefiles/ogr2ogr_shapefile2.shp"/>
+                <extra_files type="file" name="shapefile.shx" value="shp_compositefiles/ogr2ogr_shapefile2.shx"/>
             </output>
         </test>
+        <test>
+            <param name="input" value="ogr2ogr_KML.kml" ftype="xml"/>
+            <param name="f" value="GML"/>
+            <output file="ogr2ogr_GML2.gml" name="output"/> 
+        </test>
     </tests>
-
     <help><![CDATA[
 ========
 Ogrinfo
@@ -82,7 +125,7 @@
 
 http://www.gdal.org
 
-http://www.gdal.org/ogr_utilities.html
+https://gdal.org/programs/ogr2ogr.html
 
 http://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.pdf
     ]]></help>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ogr2ogr_GML.gml	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<ogr:FeatureCollection
+     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+     xsi:schemaLocation="http://ogr.maptools.org/ output.xsd"
+     xmlns:ogr="http://ogr.maptools.org/"
+     xmlns:gml="http://www.opengis.net/gml">
+  <gml:boundedBy>
+    <gml:Box>
+      <gml:coord><gml:X>-115.0414962768555</gml:X><gml:Y>15.4399242401123</gml:Y></gml:coord>
+      <gml:coord><gml:X>-90.65814208984375</gml:X><gml:Y>32.72083282470703</gml:Y></gml:coord>
+    </gml:Box>
+  </gml:boundedBy>
+                                                                                               
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.0">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-98.7458343505859,21.275203704834 -98.7814025878906,21.1805534362793 -98.9561157226562,21.0749969482422 -98.9625091552734,21.0119438171387 -99.0036163330078,21.0180549621582 -99.0561218261719,20.9449996948242 -99.0222320556641,20.8469429016113 -98.9613952636719,20.8163871765137 -98.8886260986328,20.5819435119629 -98.8352813720703,20.5222206115723 -98.8114013671875,20.3349990844727 -98.7308349609375,20.3258323669434 -98.6977844238281,20.2838859558105</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Amajac</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.1">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-102.915557861328,19.9305534362793 -102.807342529297,19.8991508483887 -102.891403198242,19.8308296203613 -102.829452514648,19.7719421386719 -102.780288696289,19.4730529785156 -102.745010375977,19.4249992370605 -102.781402587891,19.3777770996094 -102.778625488281,19.2988624572754 -102.812225341797,19.3569412231445 -103.067230224609,19.4474983215332 -103.064727783203,19.556941986084</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-102.778625488281,19.2988624572754 -102.771392822266,19.1747207641602 -102.637222290039,19.0530548095703 -102.487228393555,19.0136108398438 -102.317779541016,18.8994407653809 -102.131958007812,18.8538856506348 -102.072509765625,18.8486099243164 -102.080291748047,18.892219543457 -102.052230834961,18.913330078125 -102.024726867676,18.8186073303223 -102.001106262207,18.9013862609863 -101.973068237305,18.8866653442383 -101.950286865234,18.9124984741211 -102.000839233398,18.7980537414551 -101.966667175293,18.7616653442383 -101.935012817383,18.7941665649414 -101.933616638184,18.7580528259277 -101.870292663574,18.752498626709 -101.892501831055,18.7308311462402 -101.871116638184,18.692497253418 -101.809448242188,18.7422218322754 -101.852783203125,18.6283302307129 -101.70556640625,18.6705551147461 -101.683059692383,18.6183319091797 -101.651123046875,18.6174964904785 -101.621948242188,18.6763877868652 -101.60334777832,18.594165802002 -101.561683654785,18.5991630554199 -101.559173583984,18.5347213745117 -101.513343811035,18.498607635498 -101.295562744141,18.5336074829102</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-102.131958007812,18.8538856506348 -102.016403198242,18.7838859558105 -102.000289916992,18.7316665649414 -101.926391601562,18.715274810791 -101.9375,18.6799964904785 -101.876106262207,18.6752777099609 -101.911392211914,18.6499977111816 -101.877227783203,18.6199989318848 -101.918060302734,18.5144424438477 -101.888343811035,18.494441986084 -101.888633728027,18.439998626709 -101.994743347168,18.4752769470215 -101.896118164062,18.4077758789062 -101.870292663574,18.3172187805176 -101.900283813477,18.2613868713379</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-101.295562744141,18.5336074829102 -101.347229003906,18.4622192382812 -101.436111450195,18.4661102294922 -101.427230834961,18.4272193908691 -101.587783813477,18.5158309936523 -101.634170532227,18.5922203063965 -101.725852966309,18.5322189331055 -101.769180297852,18.5769424438477 -101.847778320312,18.5477752685547 -101.870010375977,18.4916648864746 -101.851119995117,18.2958297729492 -101.787231445312,18.2894439697266 -101.836402893066,18.2391662597656 -101.900283813477,18.2613868713379</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-101.295562744141,18.5336074829102 -101.087509155273,18.5011100769043 -101.011123657227,18.517219543457 -100.946670532227,18.4419441223145 -100.909454345703,18.4499969482422 -100.915283203125,18.4774971008301 -100.793060302734,18.4722213745117 -100.732788085938,18.4063873291016 -100.692230224609,18.4152755737305 -100.695556640625,18.3058319091797 -100.628067016602,18.3344421386719 -100.54084777832,18.2024993896484 -100.493347167969,18.1983299255371 -100.496948242188,18.1488876342773 -100.330001831055,18.1702766418457 -100.335556030273,18.1099967956543 -100.270278930664,18.1249961853027 -100.111114501953,18.0508308410645 -100.040283203125,17.9697189331055 -99.9608459472656,17.9541664123535 -99.7630615234375,17.9949989318848 -99.5361175537109,17.9216651916504 -99.3944549560547,17.9524993896484 -99.2575073242188,17.9058303833008 -99.0338897705078,17.8908309936523 -98.9327850341797,17.9722213745117 -98.9294586181641,18.0255546569824 -98.8300018310547,18.0352745056152 -98.7564849853516,18.1204719543457 -98.6361236572266,18.0752754211426 -98.6341705322266,18.1080551147461 -98.5791778564453,18.1111106872559 -98.4800872802734,18.1897811889648</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-101.900283813477,18.2613868713379 -101.987503051758,18.202220916748 -102.146118164062,18.1741638183594 -102.179748535156,17.9216651916504</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-98.4800872802734,18.1897811889648 -98.4013977050781,18.323055267334 -98.2713928222656,18.4019432067871 -98.2536163330078,18.506664276123 -98.1908416748047,18.5886077880859 -97.9947357177734,18.6797218322754 -97.9061126708984,18.7616653442383 -97.9202880859375,18.8127746582031 -97.9955596923828,18.8308296203613 -98.1158447265625,18.9363861083984 -98.1552886962891,18.9216651916504 -98.2730560302734,18.9644432067871 -98.2227783203125,19.0413856506348 -98.2183380126953,19.1247215270996 -98.2836151123047,19.2830543518066 -98.1327819824219,19.3449974060059 -98.0258483886719,19.4288864135742</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-98.4800872802734,18.1897811889648 -98.4044494628906,18.1991653442383 -98.3350067138672,18.1627769470215 -98.2927856445312,18.0361099243164 -98.1600036621094,17.9724998474121 -98.1083374023438,17.673885345459 -98.0055694580078,17.6141662597656 -97.9466705322266,17.4630546569824 -97.8861236572266,17.4408302307129 -97.7783355712891,17.2572212219238 -97.7733459472656,17.0527763366699</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Balsas</ogr:NAME>
+      <ogr:SYSTEM>Balsas</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.2">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-109.619186401367,28.9040546417236 -109.583618164062,28.9308319091797 -109.655563354492,29.1016654968262 -109.579177856445,29.1283302307129 -109.410278320312,29.1022186279297 -109.235000610352,29.2344436645508 -109.227508544922,29.4249992370605 -109.258346557617,29.4411087036133 -109.233901977539,29.5409545898438 -109.301956176758,29.8477745056152 -109.259170532227,29.9852752685547 -109.29362487793,30.009162902832 -109.260009765625,30.0269432067871 -109.259170532227,30.0761108398438 -109.316116333008,30.116943359375 -109.309722900391,30.2116661071777 -109.376113891602,30.3341636657715 -109.338623046875,30.5149993896484 -109.374725341797,30.6466636657715 -109.316955566406,30.6849975585938 -109.341674804688,30.7136077880859 -109.29084777832,30.7366638183594 -109.253341674805,30.8097190856934 -109.17333984375,30.8261108398438 -109.113342285156,30.8138885498047 -108.957504272461,30.6144409179688 -108.965835571289,30.5424995422363 -108.917785644531,30.4380531311035 -108.962509155273,30.2930526733398 -108.892791748047,30.275276184082 -108.901123046875,30.2219429016113 -108.813903808594,30.1852760314941 -108.757232666016,30.017219543457 -108.683624267578,29.9702758789062 -108.628616333008,29.850830078125 -108.569458007812,29.8061103820801 -108.552505493164,29.6744422912598 -108.423889160156,29.5672187805176 -108.418060302734,29.5038871765137</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Bavispe</ogr:NAME>
+      <ogr:SYSTEM>Yaqui</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.3">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-114.721244812012,32.720832824707 -114.721260070801,32.7208099365234 -114.808601379395,32.6159934997559 -114.819305419922,32.5044479370117 -114.936698913574,32.4730491638184 -114.964202880859,32.3686103820801 -115.041496276855,32.2546691894531 -114.998901367188,32.1361083984375 -115.01789855957,31.94748878479</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Colorado</ogr:NAME>
+      <ogr:SYSTEM>Colorado</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.4">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-106.904174804688,27.8444442749023 -106.622512817383,27.8161087036133 -106.484451293945,27.8469429016113 -106.425842285156,27.890552520752 -106.252227783203,27.823055267334 -106.197784423828,27.8780517578125 -106.083343505859,27.9172210693359 -105.924179077148,27.9074974060059 -105.765838623047,27.9888877868652 -105.76806640625,28.0441665649414 -105.676963806152,28.1488876342773 -105.54362487793,28.1799964904785 -105.39567565918,28.3470497131348 -105.431396484375,28.4688873291016 -105.388900756836,28.6027755737305 -105.462783813477,28.6369438171387 -105.459167480469,28.7436103820801 -105.488891601562,28.7913856506348 -105.461120605469,28.8302764892578 -105.311401367188,28.8758316040039 -105.328338623047,28.9211082458496 -105.298614501953,28.92138671875 -105.266403198242,29.0086097717285 -105.149169921875,29.0483322143555 -105.05500793457,29.1627769470215 -105.055282592773,29.2463874816895 -104.998611450195,29.2561073303223 -104.961944580078,29.3161087036133 -104.904449462891,29.3386077880859 -104.921401977539,29.3763885498047 -104.877227783203,29.4219436645508 -104.865005493164,29.4958305358887 -104.902236938477,29.5511093139648 -104.715286254883,29.5022201538086 -104.595001220703,29.5702743530273 -104.480560302734,29.5294418334961 -104.436172485352,29.5984878540039</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-105.39567565918,28.3470497131348 -105.274169921875,28.2361106872559 -105.310287475586,28.1533317565918 -105.270278930664,28.0441665649414 -105.175003051758,27.9247207641602 -105.158340454102,27.7019424438477 -105.222503662109,27.640552520752 -105.435287475586,27.5422210693359 -105.550003051758,27.5583305358887 -105.585563659668,27.5283317565918 -105.71028137207,27.5308303833008 -105.73779296875,27.5661087036133 -105.85334777832,27.4047203063965 -105.877227783203,27.4136085510254 -105.956680297852,27.325553894043 -106.034729003906,27.348331451416 -106.103622436523,27.4197196960449 -106.14111328125,27.408332824707 -106.209457397461,27.4458312988281 -106.276275634766,27.4065017700195 -106.290557861328,27.2411079406738 -106.332504272461,27.2099990844727 -106.341400146484,27.0311088562012 -106.282501220703,26.7638854980469 -106.221389770508,26.7019424438477 -106.244445800781,26.5074996948242 -106.195007324219,26.3661079406738 -106.330841064453,26.3058319091797 -106.428894042969,26.3966636657715 -106.429168701172,26.4330520629883</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Conchos</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.5">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-101.160308837891,20.5465469360352 -101.15055847168,20.4888877868652 -101.08528137207,20.4702758789062 -101.013336181641,20.3872184753418 -101.011123657227,20.288330078125 -100.920837402344,20.2674980163574 -100.883895874023,20.140552520752 -100.759735107422,20.0591659545898 -100.670562744141,20.0263862609863 -100.519729614258,20.0713882446289 -100.410003662109,19.9533309936523 -100.318344116211,19.9119415283203 -100.168334960938,20.0886077880859 -100.068069458008,20.0205535888672 -99.9772338867188,19.8633308410645 -99.9205627441406,19.8516654968262 -99.9355621337891,19.8299980163574 -99.8641815185547,19.73388671875 -99.8625030517578,19.6458320617676 -99.7791748046875,19.5961074829102 -99.7491760253906,19.5011100769043 -99.5413970947266,19.3691635131836 -99.5027923583984,19.129997253418</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Cutzamala</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande de Santiago</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.6">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-92.2174530029297,18.224967956543 -92.3066711425781,18.2261085510254 -92.4791717529297,18.2899971008301 -92.58056640625,18.3847198486328 -92.6656188964844,18.4067115783691 -92.7302856445312,18.1711082458496 -92.6925048828125,18.1597213745117 -92.7011260986328,18.1233329772949 -92.7572326660156,18.0738868713379 -92.8739013671875,18.0458297729492 -92.9111175537109,17.9583320617676 -92.9780578613281,17.9666633605957 -93.0249862670898,17.9239597320557 -93.1422271728516,17.9436092376709 -93.2641830444336,17.9913902282715 -93.3094482421875,17.9597206115723 -93.3919525146484,17.607780456543 -93.5171203613281,17.5156402587891 -93.4494476318359,17.3783302307129 -93.4080657958984,17.3627777099609 -93.4300079345703,17.3247184753418 -93.4991760253906,17.366943359375 -93.5433349609375,17.3522186279297 -93.5347290039062,17.2402763366699 -93.5960845947266,17.1846923828125 -93.5750122070312,17.1616630554199 -93.5058441162109,17.181941986084 -93.4941711425781,17.131664276123 -93.3944549560547,17.0944442749023 -93.3886260986328,17.0416641235352 -93.2833404541016,17.0063858032227 -93.2072296142578,17.035831451416 -93.1075134277344,16.9669418334961 -93.1136169433594,16.873607635498 -93.0686187744141,16.8411102294922 -93.0741729736328,16.7991638183594 -93.0219573974609,16.719165802002 -92.899169921875,16.5763854980469 -92.7639007568359,16.517219543457 -92.7561187744141,16.4047203063965 -92.8238983154297,16.2977752685547 -92.5969543457031,16.1827774047852 -92.4989013671875,16.2513885498047 -92.5361175537109,16.1474990844727 -92.1030578613281,15.9124984741211 -92.0655670166016,15.8541660308838 -92.1389007568359,15.8966655731201 -92.2350006103516,15.7841663360596 -92.1530609130859,15.6902770996094 -92.1602783203125,15.5972213745117 -92.1163940429688,15.5391654968262 -92.106071472168,15.4399242401123</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Grijalva</ogr:NAME>
+      <ogr:SYSTEM>Usumacinta</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.7">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-91.1477966308594,16.1442794799805 -91.0291748046875,16.0986099243164 -90.9119567871094,16.1366653442383 -90.8825073242188,16.1772193908691 -90.9088897705078,16.204719543457 -90.8516693115234,16.2177772521973 -90.8700103759766,16.3136100769043 -90.7633361816406,16.3369407653809 -90.7611236572266,16.4258308410645 -90.7227783203125,16.470832824707 -90.7194519042969,16.4163856506348 -90.6763916015625,16.4599990844727 -90.6963958740234,16.4941635131836 -90.665283203125,16.5055541992188 -90.6838989257812,16.577220916748 -90.6581420898438,16.6442737579346</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Lacantum</ogr:NAME>
+      <ogr:SYSTEM>Usumacinta</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.8">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-102.772399902344,20.196891784668 -102.622222900391,20.2291641235352 -102.443618774414,20.3380546569824 -102.211669921875,20.3430519104004 -102.10880279541,20.3890800476074 -101.995559692383,20.4030532836914 -101.994171142578,20.3269424438477 -101.98063659668,20.3673667907715 -101.950561523438,20.3644409179688 -101.920303344727,20.2110939025879 -101.888862609863,20.1911029815674 -101.820625305176,20.2117519378662 -101.673889160156,20.1908302307129 -101.606948852539,20.3180541992188 -101.460594177246,20.3336925506592 -101.4375,20.345832824707 -101.384170532227,20.4236106872559 -101.389450073242,20.4799995422363 -101.325561523438,20.5461082458496 -101.280563354492,20.5397186279297 -101.236953735352,20.5830535888672 -101.160308837891,20.5465469360352 -100.80778503418,20.4797210693359 -100.756958007812,20.5213851928711 -100.773345947266,20.5549964904785 -100.737228393555,20.6152763366699 -100.836944580078,20.8316650390625 -100.783615112305,20.9097213745117 -100.799453735352,21.0508308410645 -100.818893432617,21.1291656494141 -100.994735717773,21.3133316040039 -101.148345947266,21.3641662597656 -101.284729003906,21.3152770996094</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Lerma</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande de Santiago</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.9">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-97.7775115966797,22.2680549621582 -97.8491668701172,22.2138862609863 -97.9947357177734,22.2088851928711 -98.0119476318359,22.146110534668 -98.0519561767578,22.1438865661621 -98.0358428955078,22.1074981689453 -98.0652923583984,22.1019439697266 -98.0283355712891,22.0788879394531 -98.1072235107422,22.0774993896484 -98.1138916015625,22.0327758789062 -98.1441802978516,22.0663871765137 -98.1730651855469,22.0536079406738 -98.151123046875,22.1027755737305 -98.1830596923828,22.0855522155762 -98.2014007568359,22.1116638183594 -98.2808380126953,22.0444412231445 -98.3344573974609,22.0652770996094 -98.3658447265625,22.0202751159668 -98.4025115966797,22.0411109924316 -98.4263916015625,21.9574966430664 -98.5885620117188,21.9752597808838 -98.5733337402344,21.9411087036133 -98.5186157226562,21.9513854980469 -98.5550079345703,21.9333305358887 -98.5372314453125,21.9116630554199 -98.5639038085938,21.8844413757324 -98.5211181640625,21.8366661071777 -98.4902801513672,21.8519439697266 -98.4508361816406,21.7822189331055 -98.5252838134766,21.7205543518066 -98.5627899169922,21.7283325195312 -98.5627899169922,21.6894416809082 -98.61279296875,21.6947212219238 -98.6422653198242,21.6088275909424 -98.8155670166016,21.4761085510254 -98.8105621337891,21.4138870239258 -98.7158355712891,21.3099975585938 -98.7458343505859,21.275203704834</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-99.290283203125,21.1458320617676 -99.3175048828125,21.1013870239258 -99.3764038085938,21.0936088562012 -99.3450012207031,21.0452766418457 -99.3861236572266,20.9258308410645 -99.4263916015625,20.8677749633789 -99.4788970947266,20.8522186279297 -99.5191802978516,20.725830078125 -99.4541778564453,20.6269416809082 -99.2469482421875,20.5355529785156 -99.2066802978516,20.4555549621582 -99.1994476318359,20.2511100769043 -99.3519592285156,20.1591644287109 -99.3094482421875,19.9688873291016</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-98.7458343505859,21.275203704834 -99.2066802978516,21.1138877868652 -99.290283203125,21.1458320617676</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Moctezuma Panuco</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.10">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-109.573059082031,30.5288887023926 -109.635284423828,30.3083305358887 -109.795013427734,30.1658325195312 -109.782791137695,30.0080528259277 -109.741958618164,29.9619407653809 -109.743621826172,29.8747215270996 -109.681396484375,29.7999992370605 -109.616958618164,29.533332824707 -109.664169311523,29.4469413757324 -109.651123046875,29.3861083984375 -109.75862121582,29.3558311462402 -109.71085357666,29.1061096191406 -109.619186401367,28.9040546417236</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Moctezuma Yaqui</ogr:NAME>
+      <ogr:SYSTEM>Yaqui</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.11">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-105.097229003906,24.035831451416 -105.186950683594,24.244441986084 -105.151947021484,24.3027763366699 -105.192230224609,24.3594436645508 -105.161117553711,24.4333305358887 -105.327514648438,24.7599983215332 -105.313064575195,24.8188858032227 -105.36279296875,24.8766632080078 -105.448059082031,25.2163887023926 -105.153060913086,25.5441665649414 -105.096954345703,25.5194435119629 -105.006118774414,25.5819435119629 -104.939178466797,25.5849990844727 -104.88166809082,25.4958305358887 -104.892501831055,25.4574966430664 -104.697509765625,25.3127746582031 -104.620010375977,25.3088874816895 -104.528900146484,25.1391639709473 -104.325286865234,25.1269416809082 -104.044174194336,25.2669410705566 -103.728897094727,25.2697219848633 -103.72917175293,25.4491653442383 -103.495010375977,25.5394439697266 -103.349731445312,25.6780548095703 -103.265563964844,25.6919441223145 -103.204177856445,25.7513885498047 -103.039459228516,25.6799964904785 -102.878616333008,25.6927757263184</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Nazas</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.12">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-108.7392578125,28.9675445556641 -108.709167480469,28.9058303833008 -108.720794677734,28.8204536437988 -108.663619995117,28.7072219848633 -108.5625,28.631664276123</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-109.233901977539,29.5409545898438 -109.170837402344,29.527774810791 -109.011947631836,29.3672218322754 -108.964172363281,29.3766632080078 -108.881393432617,29.1827774047852 -108.806945800781,29.1638870239258 -108.7392578125,28.9675445556641 -108.692504882812,28.9766654968262 -108.70361328125,29.083610534668 -108.570007324219,29.1847190856934 -108.583343505859,29.3177757263184 -108.485000610352,29.3883323669434 -108.38166809082,29.3844413757324 -108.346389770508,29.3466644287109 -108.348617553711,29.2263870239258 -108.269729614258,29.0424995422363 -108.220001220703,29.0099983215332 -108.095840454102,28.7847213745117 -107.959167480469,28.773609161377 -107.933334350586,28.9555549621582 -107.86279296875,29.0097198486328 -107.778625488281,28.9069442749023 -107.693893432617,28.7222213745117 -107.505844116211,28.6408309936523 -107.428344726562,28.2952766418457 -107.519180297852,28.1347198486328 -107.623901367188,28.1208305358887 -107.641677856445,28.1824989318848</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Papigochic</ogr:NAME>
+      <ogr:SYSTEM>Yaqui</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.13">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-100.269180297852,25.2380523681641 -100.144180297852,25.1377754211426 -100.123901367188,25.0452766418457 -100.029724121094,25.0141639709473 -99.9325103759766,25.0380554199219 -99.8597259521484,25.1658325195312 -99.8005676269531,25.156665802002 -99.6588897705078,25.2511100769043 -99.5636138916016,25.3622207641602 -99.5291748046875,25.4897193908691 -99.4466705322266,25.4941635131836 -99.4302825927734,25.522777557373 -99.3586120605469,25.5036087036133 -99.3230590820312,25.5366630554199 -99.2875061035156,25.6852760314941 -99.2180633544922,25.719165802002 -99.2330627441406,25.7819442749023 -99.1755676269531,25.8016662597656 -99.1883392333984,26.0733299255371 -99.1344451904297,26.0563888549805 -99.0419464111328,26.1019439697266 -99.0030670166016,26.0644416809082 -98.9872283935547,26.1124992370605 -98.9372253417969,26.1269416809082 -98.9583435058594,26.1808319091797 -98.915283203125,26.2002754211426 -98.8219604492188,26.3747177124023</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Pilon San Juan</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.14">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-109.414169311523,25.8663864135742 -109.3466796875,25.8383331298828 -109.246398925781,25.954719543457 -109.129455566406,25.9347190856934 -109.045013427734,25.9583320617676 -108.956680297852,25.9247207641602 -108.880844116211,26.0238876342773 -108.75862121582,26.0911102294922 -108.734451293945,26.1755523681641 -108.779724121094,26.281665802002 -108.682235717773,26.3422203063965 -108.574432373047,26.5134601593018 -108.520278930664,26.5455551147461 -108.5,26.6433296203613 -108.549453735352,26.8244438171387 -108.415008544922,26.8116645812988 -108.35612487793,26.8547210693359 -108.332229614258,26.9202766418457 -108.268615722656,26.8886108398438 -108.193069458008,26.9044418334961 -108.170013427734,26.877498626709 -108.055847167969,26.898609161377 -107.993347167969,26.9452743530273 -107.923889160156,26.8913879394531 -107.874176025391,26.8933296203613 -107.788070678711,26.8124961853027 -107.503616333008,26.7186088562012 -107.427780151367,26.7319412231445 -107.260986328125,26.6385803222656 -107.049453735352,26.6749992370605 -106.967514038086,26.6533317565918 -106.827789306641,26.5430526733398 -106.848892211914,26.4738883972168 -106.658889770508,26.0088882446289</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Fuerte</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.15">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-106.538993835449,31.7862071990967 -106.538970947266,31.7861976623535 -106.383041381836,31.7337627410889 -106.212753295898,31.4781284332275 -105.998359680176,31.3938179016113 -105.769729614258,31.1707801818848 -105.603218078613,31.0864276885986 -105.554382324219,30.9982852935791 -105.409065246582,30.9025096893311 -105.390312194824,30.8530807495117 -105.313781738281,30.8165073394775 -105.28759765625,30.8319492340088 -105.258186340332,30.7976531982422 -105.214340209961,30.8120861053467 -105.060562133789,30.6878700256348 -104.997543334961,30.6843338012695 -104.986930847168,30.6413249969482 -104.890678405762,30.570556640625 -104.852996826172,30.3922634124756 -104.80647277832,30.3764476776123 -104.813957214355,30.3504695892334 -104.702613830566,30.238489151001 -104.674758911133,30.1489639282227 -104.696495056152,30.0573024749756 -104.674369812012,29.9092826843262 -104.577560424805,29.8079357147217 -104.535247802734,29.6794662475586 -104.436172485352,29.5984878540039 -104.377593994141,29.5506114959717 -104.204734802246,29.4840412139893 -104.16438293457,29.4007148742676 -104.045631408691,29.3281192779541 -103.786994934082,29.2672595977783 -103.767761230469,29.2812404632568 -103.782157897949,29.2297954559326 -103.739852905273,29.2303485870361 -103.720314025879,29.1906318664551 -103.526237487793,29.1466464996338 -103.474075317383,29.0721340179443 -103.375450134277,29.0321083068848 -103.335517883301,29.0503387451172 -103.280349731445,28.9863739013672 -103.266586303711,29.007453918457 -103.153465270996,28.9786815643311 -102.988098144531,29.1908626556396 -102.866172790527,29.2290363311768 -102.908325195312,29.2692031860352 -102.883010864258,29.3533706665039 -102.822204589844,29.41184425354 -102.804725646973,29.5301456451416 -102.676361083984,29.7442245483398 -102.63761138916,29.7323379516602 -102.576499938965,29.778247833252 -102.551948547363,29.7495002746582 -102.50309753418,29.7854557037354 -102.384796142578,29.7679462432861 -102.367561340332,29.8452892303467 -102.324333190918,29.8801155090332 -102.063995361328,29.7845706939697 -101.973320007324,29.8187732696533 -101.924224853516,29.788501739502 -101.81909942627,29.8141250610352 -101.805206298828,29.7799987792969 -101.759094238281,29.787166595459 -101.639671325684,29.7569599151611 -101.581489562988,29.7651500701904 -101.543952941895,29.8101196289062 -101.538345336914,29.7630176544189 -101.47046661377,29.7886905670166 -101.448425292969,29.7605857849121 -101.401275634766,29.769905090332 -101.41609954834,29.745433807373 -101.370613098145,29.6612586975098 -101.36840057373,29.6571617126465 -101.305862426758,29.6524314880371 -101.308929443359,29.5809097290039 -101.254585266113,29.6287498474121 -101.261428833008,29.5264739990234 -101.067359924316,29.4735527038574 -101.009056091309,29.373254776001 -100.796989440918,29.2425022125244 -100.768608093262,29.1665706634521 -100.668769836426,29.0800724029541 -100.64722442627,28.9223499298096 -100.589790344238,28.8942222595215 -100.497909545898,28.6609878540039 -100.403175354004,28.5897331237793 -100.419532775879,28.5441913604736 -100.345802307129,28.5008106231689 -100.376770019531,28.4786510467529 -100.351570129395,28.3941822052002 -100.292892456055,28.3203601837158 -100.297920227051,28.2803535461426 -100.22346496582,28.2414569854736 -100.214073181152,28.2019348144531 -100.096923828125,28.1542816162109 -99.9933090209961,28.0034599304199 -99.9418563842773,27.9868812561035 -99.8747329711914,27.7976856231689 -99.8157272338867,27.7801074981689 -99.7144927978516,27.6615581512451 -99.549186706543,27.6126270294189 -99.526741027832,27.5042839050293 -99.4904937744141,27.4907550811768 -99.543586730957,27.3186531066895 -99.4652709960938,27.2698841094971 -99.4371566772461,27.199197769165 -99.4550628662109,27.0286483764648 -99.3927154541016,26.9955501556396 -99.3905181884766,26.9466304779053 -99.2855224609375,26.8573608398438 -99.2847900390625,26.8556575775146</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-98.8219604492188,26.3747177124023 -98.8198318481445,26.3750705718994 -98.6779174804688,26.2420558929443 -98.599967956543,26.2604541778564 -98.4885177612305,26.2015438079834 -98.4533920288086,26.220911026001 -98.384521484375,26.1560306549072 -98.3471908569336,26.1586799621582 -98.3279342651367,26.1116466522217 -98.2922744750977,26.1328086853027 -98.271354675293,26.1208953857422 -98.2919464111328,26.0981044769287 -98.2006912231445,26.0553760528564 -98.0832138061523,26.0657577514648 -98.0763473510742,26.0346260070801 -98.0400695800781,26.0593948364258 -97.867431640625,26.0601406097412 -97.6479721069336,26.0234451293945 -97.612922668457,25.9620018005371 -97.5749359130859,25.9541721343994 -97.590087890625,25.9332313537598 -97.4343490600586,25.8451976776123 -97.3856430053711,25.8453617095947 -97.380989074707,25.9170207977295 -97.3044357299805,25.938663482666 -97.3071441650391,25.965124130249 -97.1722259521484,25.954568862915</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-99.2847900390625,26.8556575775146 -99.1658172607422,26.5798892974854 -99.1686782836914,26.5457286834717 -99.1014709472656,26.4883403778076 -99.1067276000977,26.4195308685303 -98.9392700195312,26.3953094482422 -98.9088973999023,26.3603286743164 -98.8219604492188,26.3747177124023</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Grande</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.16">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-102.776718139648,20.3134574890137 -102.720840454102,20.2597198486328 -102.772399902344,20.196891784668</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-104.078079223633,21.2025718688965 -104.049453735352,21.148609161377 -103.884170532227,21.0863876342773 -103.882507324219,21.0061073303223 -103.771392822266,20.9338874816895 -103.650283813477,20.9269409179688 -103.526397705078,20.9969444274902 -103.517227172852,21.0497207641602 -103.429458618164,21.0549964904785 -103.277786254883,20.7352752685547 -103.135009765625,20.6177749633789 -103.159729003906,20.4561080932617 -103.100280761719,20.4072189331055 -102.808059692383,20.3883323669434 -102.767791748047,20.3494415283203 -102.776718139648,20.3134574890137 -103.029449462891,20.3399963378906 -103.171112060547,20.2805519104004 -103.36279296875,20.2827758789062 -103.425842285156,20.2544441223145 -103.173889160156,20.1613883972168 -103.055847167969,20.1955528259277 -102.899436950684,20.1677742004395 -102.810012817383,20.1038856506348 -102.686683654785,20.1691665649414 -102.692497253418,20.2008323669434 -102.772399902344,20.196891784668</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Grande de Santiago</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande de Santiago</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.17">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-102.473892211914,28.913330078125 -102.401947021484,28.9166641235352 -102.353897094727,28.8752746582031 -102.258346557617,28.6516647338867 -102.121948242188,28.6133308410645 -102.083068847656,28.5602760314941 -101.925842285156,28.5394439697266 -101.850845336914,28.4683303833008 -101.601959228516,28.3627777099609 -101.488616943359,28.2011108398438 -101.367233276367,28.1558303833008 -101.311950683594,27.9674987792969 -101.250289916992,27.9683303833008 -101.131118774414,27.8472213745117 -101.051681518555,27.8172187805176 -100.951126098633,27.6958312988281 -100.711669921875,27.6313858032227 -100.711669921875,27.5494422912598 -100.661117553711,27.4994430541992 -100.615570068359,27.5297203063965 -100.498611450195,27.4819412231445 -100.342224121094,27.3144416809082 -100.128067016602,27.2388877868652 -100.090835571289,27.1786079406738 -99.9694519042969,27.1686096191406 -99.9511260986328,27.1347198486328 -99.9950103759766,27.0583305358887 -99.9586181640625,27.0036087036133 -99.8580627441406,26.9649963378906 -99.854736328125,26.8997192382812 -99.6338958740234,26.8991661071777 -99.4633483886719,26.7799987792969 -99.2847900390625,26.8556575775146</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Salado</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.18">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-104.078079223633,21.2025718688965 -103.961395263672,21.2877769470215 -103.955841064453,21.3597221374512 -103.850845336914,21.5311088562012 -103.776123046875,21.7386093139648 -103.79084777832,21.9280548095703 -103.701675415039,22.0188865661621 -103.680511474609,22.1214218139648 -103.741668701172,22.2174987792969 -103.726959228516,22.396110534668 -103.675842285156,22.469165802002 -103.67529296875,22.6061096191406 -103.568618774414,22.7083320617676 -103.48112487793,22.8874969482422 -103.456954956055,22.9744415283203 -103.496948242188,23.0133323669434</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-105.448333740234,21.6730537414551 -105.362228393555,21.6799964904785 -105.313613891602,21.7227745056152 -105.286117553711,21.7072219848633 -105.271392822266,21.75 -105.234725952148,21.7288856506348 -105.217514038086,21.7991638183594 -105.063606262207,21.8049964904785 -105.013061523438,21.725830078125 -104.833068847656,21.7788887023926 -104.814453125,21.8233299255371 -104.730285644531,21.8530540466309 -104.621398925781,21.7161102294922 -104.516952514648,21.4752769470215 -104.457229614258,21.4719429016113 -104.326400756836,21.2691650390625 -104.263061523438,21.2447204589844 -104.227508544922,21.1777763366699 -104.078079223633,21.2025718688965</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Santiago</ogr:NAME>
+      <ogr:SYSTEM>Rio Grande de Santiago</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.19">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-96.6470489501953,18.3383750915527 -96.5897369384766,18.3408317565918 -96.6869506835938,18.402774810791 -96.5675048828125,18.4199981689453 -96.5372314453125,18.381664276123 -96.6013946533203,18.3730545043945 -96.4630584716797,18.3155517578125 -96.3966598510742,18.2366638183594</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-96.6470489501953,18.3383750915527 -96.6044464111328,18.3030548095703 -96.6419525146484,18.2972221374512 -96.6019592285156,18.196662902832 -96.5052795410156,18.1283302307129 -96.4250030517578,18.1602745056152 -96.4091796875,18.0927772521973 -96.3858337402344,18.1736106872559 -96.4336242675781,18.2244415283203 -96.3589019775391,18.1947212219238 -96.3966598510742,18.2366638183594</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-96.9666748046875,18.6436080932617 -96.9019470214844,18.6744422912598 -96.8583374023438,18.5844421386719 -96.7905578613281,18.5433311462402 -96.7844543457031,18.4730529785156 -96.7263946533203,18.3849983215332 -96.6470489501953,18.3383750915527</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-96.3966598510742,18.2366638183594 -96.3275146484375,18.3002777099609 -96.236572265625,18.2137966156006 -96.2052917480469,18.180269241333 -96.1613922119141,18.1855506896973 -96.1502838134766,18.1416702270508 -96.0946502685547,18.1640796661377 -96.0853424072266,18.162281036377 -96.0672302246094,18.1774978637695 -96.0352783203125,18.1611099243164 -96.0244445800781,18.219165802002 -95.9983367919922,18.1866645812988 -95.9825134277344,18.2563858032227 -95.9572296142578,18.2186088562012 -95.9447326660156,18.25 -95.8997344970703,18.2369422912598 -95.9080657958984,18.2658309936523 -95.8114013671875,18.3222198486328 -95.8033447265625,18.3708305358887 -95.7514038085938,18.3144416809082 -95.760009765625,18.3683319091797 -95.7097320556641,18.379997253418 -95.7247314453125,18.5466651916504 -95.6966705322266,18.600830078125 -95.6636199951172,18.6005554199219 -95.6319580078125,18.6413879394531 -95.6389007568359,18.698055267334</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Santo Domingo</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.20">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-110.494735717773,31.2213859558105 -110.463348388672,31.1683311462402 -110.47639465332,31.0824966430664 -110.568344116211,31.0044441223145 -110.70361328125,30.8094444274902 -110.669174194336,30.6938858032227 -110.720001220703,30.2236099243164 -110.579177856445,29.8213882446289 -110.554458618164,29.6013870239258 -110.726959228516,29.5144424438477 -110.859451293945,29.2952766418457 -110.859725952148,29.1905517578125 -110.919052124023,29.0747909545898 -111.072784423828,29.1161079406738 -111.170837402344,29.1027755737305 -111.480010986328,28.9022216796875 -111.635833740234,28.8811073303223 -111.782501220703,28.7916641235352 -111.854446411133,28.798885345459</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Sonora</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.21">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-95.6636199951172,18.6005554199219 -95.5855560302734,18.513053894043 -95.5875091552734,18.429443359375 -95.5319519042969,18.3591651916504 -95.5086212158203,18.2355537414551 -95.4711151123047,18.2577743530273 -95.417236328125,18.1766662597656 -95.2397308349609,18.1047210693359 -95.2366790771484,18.0374984741211 -95.1416778564453,17.9416656494141 -95.1568450927734,17.8198776245117 -95.1219482421875,17.7930526733398 -95.1222229003906,17.7452774047852 -95.2491760253906,17.6216659545898 -95.3025054931641,17.504997253418 -95.4147338867188,17.4386100769043 -95.5825042724609,17.396110534668 -95.7197265625,17.2177772521973 -95.7105560302734,17.1811103820801 -95.7561187744141,17.1747207641602 -95.8075103759766,17.1141662597656 -95.8344573974609,17.013053894043 -95.9650115966797,17.0191650390625</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Rio Trinidad</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.22">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-99.9827880859375,23.9386100769043 -99.7961120605469,24.0041656494141 -99.8186187744141,24.1108322143555 -99.7763977050781,24.1563873291016 -99.6977844238281,24.1344413757324 -99.6391754150391,24.1763877868652 -99.5600128173828,24.1399993896484 -99.5061187744141,24.17138671875 -99.4225006103516,24.1480522155762 -99.3363952636719,24.1894416809082 -99.2852783203125,24.1705551147461 -99.2794494628906,24.1172218322754 -99.1902923583984,24.0838851928711 -98.9566802978516,24.0666656494141 -98.7725067138672,24.0205535888672 -98.6864013671875,23.9658317565918 -98.6211242675781,23.9913864135742 -98.5872344970703,23.9372215270996 -98.5147247314453,23.9688873291016 -98.4839019775391,23.9169425964355 -98.4827880859375,23.9688873291016 -98.4375,23.9622192382812 -98.4247283935547,24.014720916748 -98.36279296875,24.0524978637695 -98.2605590820312,23.9866638183594 -98.2041778564453,23.8383331298828 -98.2450103759766,23.8027763366699 -98.1933441162109,23.7169418334961 -98.1627807617188,23.7766647338867 -98.0425262451172,23.7227783203125 -97.9808349609375,23.7922210693359 -97.8179779052734,23.7839279174805</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>San Fernando</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.23">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-106.484642028809,24.7058620452881 -106.404449462891,24.7305526733398 -106.275848388672,24.8474998474121 -106.168334960938,24.8519439697266 -106.004730224609,25.0152740478516</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-106.484642028809,24.7058620452881 -106.392791748047,24.6311073303223 -106.333618164062,24.6541633605957 -106.190292358398,24.5924987792969 -106.128616333008,24.5255546569824 -105.845001220703,24.5722198486328</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-107.417785644531,24.2541656494141 -107.400283813477,24.2999992370605 -107.269454956055,24.3772201538086 -107.102233886719,24.4461097717285 -106.940567016602,24.4583320617676 -106.951950073242,24.4913864135742 -106.890289306641,24.5288887023926 -106.803344726562,24.5272216796875 -106.781677246094,24.5986099243164 -106.705841064453,24.629997253418 -106.711669921875,24.6586074829102 -106.484642028809,24.7058620452881</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-105.845001220703,24.5722198486328 -105.785278320312,24.708610534668 -105.78889465332,24.7791633605957 -105.887222290039,24.9513854980469</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-105.845001220703,24.5722198486328 -105.725006103516,24.6430549621582 -105.619171142578,24.6308326721191 -105.57389831543,24.5380554199219 -105.476669311523,24.5483322143555</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>San Lorenzo</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.24">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-104.658889770508,24.192497253418 -104.609176635742,24.1969413757324 -104.583343505859,24.1283302307129 -104.445281982422,24.0847206115723 -104.398895263672,24.025276184082 -104.329452514648,24.0294418334961 -104.308624267578,23.9322204589844 -104.258895874023,23.8813858032227 -104.29084777832,23.7911109924316 -104.24528503418,23.7247200012207 -104.339736938477,23.6333312988281 -104.474731445312,23.2172203063965 -104.534454345703,23.1847190856934 -104.743347167969,23.168888092041 -104.796112060547,23.1122207641602 -105.008056640625,23.0205535888672 -105.001113891602,22.8497200012207 -104.921676635742,22.8219413757324 -104.894180297852,22.7413864135742 -104.91862487793,22.6799964904785 -104.881393432617,22.5844421386719 -104.925003051758,22.5033302307129 -104.999176025391,22.4947204589844 -105.040557861328,22.4341659545898 -105.036956787109,22.3247184753418 -104.920837402344,22.0799980163574 -104.947235107422,21.969165802002 -104.980010986328,21.9452743530273 -105.056121826172,21.9802742004395 -105.085845947266,21.9372215270996 -105.118621826172,21.9727745056152 -105.408065795898,21.9336090087891 -105.46452331543,21.8414726257324 -105.527229309082,21.8159255981445</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>San Pedro</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.25">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-100.960556030273,21.7558326721191 -100.901123046875,21.8430519104004 -100.814727783203,21.8980522155762 -100.750839233398,21.8677749633789 -100.725006103516,21.8038864135742 -100.5322265625,21.7586097717285 -100.411117553711,21.6799964904785 -100.267791748047,21.6391639709473 -100.051116943359,21.4677772521973 -99.8671569824219,21.4569435119629 -99.7269592285156,21.5113868713379 -99.6461181640625,21.4799995422363 -99.4950103759766,21.3183326721191 -99.42333984375,21.1666641235352 -99.290283203125,21.1458320617676</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Santa Maria</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.26">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-99.1985626220703,21.6457099914551 -99.1650085449219,21.6780548095703 -99.181396484375,21.7094421386719 -99.1400146484375,21.8116645812988 -98.9969482421875,21.8169441223145 -99.0005645751953,21.8422203063965 -98.9655609130859,21.8316650390625 -98.9552917480469,21.8594436645508 -98.8188934326172,21.8530540466309 -98.8136138916016,21.942497253418 -98.7583465576172,21.9227752685547 -98.75,21.9883308410645 -98.6275024414062,22.002498626709 -98.5885620117188,21.9752597808838</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Tampaon</ogr:NAME>
+      <ogr:SYSTEM xsi:nil="true"/>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.27">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-92.1864013671875,16.9980545043945 -92.0605621337891,16.8852767944336 -91.9852905273438,16.8888854980469 -91.899169921875,16.836109161377 -91.8194580078125,16.8283309936523 -91.8086242675781,16.869441986084 -91.7608337402344,16.8744430541992 -91.6216735839844,16.7797203063965 -91.5761260986328,16.7055549621582 -91.5744476318359,16.5758323669434 -91.5314025878906,16.5238876342773 -91.4183349609375,16.4847221374512 -91.4000091552734,16.4247207641602 -91.3388977050781,16.3847198486328 -91.3408355712891,16.3219413757324 -91.3055572509766,16.3080520629883 -91.2894592285156,16.2424964904785 -91.2008361816406,16.2072219848633 -91.1477966308594,16.1442794799805</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Tzanconeja</ogr:NAME>
+      <ogr:SYSTEM>Usumacinta</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.28">
+      <ogr:geometryProperty><gml:MultiLineString><gml:lineStringMember><gml:LineString><gml:coordinates>-92.4808349609375,18.656665802002 -92.4102783203125,18.4930534362793 -92.2755584716797,18.406665802002 -92.2769470214844,18.327220916748 -92.2174530029297,18.224967956543 -92.1844482421875,18.1186103820801 -92.1218719482422,18.0884857177734 -92.1408386230469,18.0022201538086 -92.1163940429688,17.9630546569824 -91.9902114868164,17.9119396209717 -91.9898986816406,17.9122200012207 -91.9505615234375,17.8955497741699 -91.945556640625,17.8547191619873 -91.9125137329102,17.8872203826904 -91.8233337402344,17.88916015625 -91.7866668701172,17.8555507659912 -91.7728729248047,17.7736892700195 -91.7936172485352,17.7266693115234 -91.6986236572266,17.7141609191895 -91.6985702514648,17.7140560150146 -91.6202850341797,17.7383308410645 -91.6575012207031,17.7716636657715 -91.6205596923828,17.7813873291016 -91.6161193847656,17.8266639709473 -91.5691680908203,17.8136100769043 -91.5519561767578,17.7469444274902 -91.5136260986328,17.8024978637695 -91.4794464111328,17.7608299255371 -91.4246978759766,17.7649536132812 -91.4525146484375,17.7008323669434 -91.3761138916016,17.7024993896484 -91.4027862548828,17.6424980163574 -91.3577880859375,17.5913887023926 -91.4064025878906,17.5652770996094 -91.5111236572266,17.5833320617676 -91.4305572509766,17.4883308410645 -91.5044555664062,17.4861106872559 -91.5075607299805,17.4697742462158 -91.4961166381836,17.4041595458984 -91.4263916015625,17.3869400024414 -91.3880615234375,17.32666015625 -91.4375,17.2411079406738 -91.352783203125,17.1763877868652 -91.2772369384766,17.1783332824707 -91.1844482421875,17.0355529785156 -91.1183471679688,17.0102767944336 -91.0627899169922,16.902774810791 -90.98583984375,16.8680534362793 -90.9833374023438,16.9030532836914 -90.9552917480469,16.8991661071777 -90.9661254882812,16.8719444274902 -90.9211120605469,16.829719543457 -90.8033447265625,16.8049964904785 -90.7142791748047,16.7264595031738 -90.6581420898438,16.6442737579346</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>-92.1218719482422,18.0884857177734 -92.0816802978516,18.1216659545898 -92.0847320556641,18.2377777099609 -91.901123046875,18.3549995422363 -91.8577880859375,18.4291648864746</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:NAME>Usumacinta</ogr:NAME>
+      <ogr:SYSTEM>Usumacinta</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.29">
+      <ogr:geometryProperty><gml:LineString><gml:coordinates>-109.619186401367,28.9040546417236 -109.636672973633,28.7522201538086 -109.552505493164,28.6002769470215 -109.550567626953,28.5308303833008 -109.521392822266,28.5341644287109 -109.520004272461,28.4683303833008 -109.682510375977,28.1736106872559 -109.798065185547,28.1430549621582 -109.832229614258,28.1683311462402 -109.878890991211,28.1324996948242 -109.789726257324,27.9897193908691 -109.802230834961,27.942497253418 -109.870826721191,27.9058303833008 -109.917793273926,27.958610534668 -109.894508361816,27.8341808319092 -109.922225952148,27.6377754211426 -110.113067626953,27.5424995422363 -110.131393432617,27.571662902832 -110.29833984375,27.594165802002 -110.369445800781,27.6419410705566 -110.463348388672,27.5924987792969 -110.599166870117,27.6577758789062</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:NAME>Yaqui</ogr:NAME>
+      <ogr:SYSTEM>Yaqui</ogr:SYSTEM>
+    </ogr:shapefile>
+  </gml:featureMember>
+</ogr:FeatureCollection>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ogr2ogr_GML2.gml	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<ogr:FeatureCollection
+     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+     xsi:schemaLocation="http://ogr.maptools.org/ output.xsd"
+     xmlns:ogr="http://ogr.maptools.org/"
+     xmlns:gml="http://www.opengis.net/gml">
+  <gml:boundedBy>
+    <gml:Box>
+      <gml:coord><gml:X>15.4399242401123</gml:X><gml:Y>-115.041496276855</gml:Y></gml:coord>
+      <gml:coord><gml:X>32.720832824707</gml:X><gml:Y>-90.65814208984381</gml:Y></gml:coord>
+    </gml:Box>
+  </gml:boundedBy>
+                                                                                                  
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.0">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>21.275203704834,-98.7458343505859 21.1805534362793,-98.7814025878906 21.0749969482422,-98.9561157226562 21.0119438171387,-98.9625091552734 21.0180549621582,-99.0036163330078 20.9449996948242,-99.0561218261719 20.8469429016113,-99.0222320556641 20.8163871765137,-98.9613952636719 20.5819435119629,-98.8886260986328 20.5222206115723,-98.8352813720703 20.3349990844727,-98.8114013671875 20.3258323669434,-98.7308349609375 20.2838859558105,-98.6977844238281</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Amajac</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.1">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>19.9305534362793,-102.915557861328 19.8991508483887,-102.807342529297 19.8308296203613,-102.891403198242 19.7719421386719,-102.829452514648 19.4730529785156,-102.780288696289 19.4249992370605,-102.745010375977 19.3777770996094,-102.781402587891 19.2988624572754,-102.778625488281 19.3569412231445,-102.812225341797 19.4474983215332,-103.067230224609 19.556941986084,-103.064727783203</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>19.2988624572754,-102.778625488281 19.1747207641602,-102.771392822266 19.0530548095703,-102.637222290039 19.0136108398438,-102.487228393555 18.8994407653809,-102.317779541016 18.8538856506348,-102.131958007812 18.8486099243164,-102.072509765625 18.892219543457,-102.080291748047 18.913330078125,-102.052230834961 18.8186073303223,-102.024726867676 18.9013862609863,-102.001106262207 18.8866653442383,-101.973068237305 18.9124984741211,-101.950286865234 18.7980537414551,-102.000839233398 18.7616653442383,-101.966667175293 18.7941665649414,-101.935012817383 18.7580528259277,-101.933616638184 18.752498626709,-101.870292663574 18.7308311462402,-101.892501831055 18.692497253418,-101.871116638184 18.7422218322754,-101.809448242188 18.6283302307129,-101.852783203125 18.6705551147461,-101.70556640625 18.6183319091797,-101.683059692383 18.6174964904785,-101.651123046875 18.6763877868652,-101.621948242188 18.594165802002,-101.60334777832 18.5991630554199,-101.561683654785 18.5347213745117,-101.559173583984 18.498607635498,-101.513343811035 18.5336074829102,-101.295562744141</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.8538856506348,-102.131958007812 18.7838859558105,-102.016403198242 18.7316665649414,-102.000289916992 18.715274810791,-101.926391601562 18.6799964904785,-101.9375 18.6752777099609,-101.876106262207 18.6499977111816,-101.911392211914 18.6199989318848,-101.877227783203 18.5144424438477,-101.918060302734 18.494441986084,-101.888343811035 18.439998626709,-101.888633728027 18.4752769470215,-101.994743347168 18.4077758789062,-101.896118164062 18.3172187805176,-101.870292663574 18.2613868713379,-101.900283813477</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.5336074829102,-101.295562744141 18.4622192382812,-101.347229003906 18.4661102294922,-101.436111450195 18.4272193908691,-101.427230834961 18.5158309936523,-101.587783813477 18.5922203063965,-101.634170532227 18.5322189331055,-101.725852966309 18.5769424438477,-101.769180297852 18.5477752685547,-101.847778320312 18.4916648864746,-101.870010375977 18.2958297729492,-101.851119995117 18.2894439697266,-101.787231445312 18.2391662597656,-101.836402893066 18.2613868713379,-101.900283813477</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.5336074829102,-101.295562744141 18.5011100769043,-101.087509155273 18.517219543457,-101.011123657227 18.4419441223145,-100.946670532227 18.4499969482422,-100.909454345703 18.4774971008301,-100.915283203125 18.4722213745117,-100.793060302734 18.4063873291016,-100.732788085938 18.4152755737305,-100.692230224609 18.3058319091797,-100.695556640625 18.3344421386719,-100.628067016602 18.2024993896484,-100.54084777832 18.1983299255371,-100.493347167969 18.1488876342773,-100.496948242188 18.1702766418457,-100.330001831055 18.1099967956543,-100.335556030273 18.1249961853027,-100.270278930664 18.0508308410645,-100.111114501953 17.9697189331055,-100.040283203125 17.9541664123535,-99.9608459472656 17.9949989318848,-99.7630615234375 17.9216651916504,-99.5361175537109 17.9524993896484,-99.3944549560547 17.9058303833008,-99.2575073242188 17.8908309936523,-99.0338897705078 17.9722213745117,-98.9327850341797 18.0255546569824,-98.9294586181641 18.0352745056152,-98.8300018310547 18.1204719543457,-98.7564849853516 18.0752754211426,-98.6361236572266 18.1080551147461,-98.6341705322266 18.1111106872559,-98.5791778564453 18.1897811889648,-98.4800872802734</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.2613868713379,-101.900283813477 18.202220916748,-101.987503051758 18.1741638183594,-102.146118164062 17.9216651916504,-102.179748535156</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.1897811889648,-98.4800872802734 18.323055267334,-98.4013977050781 18.4019432067871,-98.2713928222656 18.506664276123,-98.2536163330078 18.5886077880859,-98.1908416748047 18.6797218322754,-97.9947357177734 18.7616653442383,-97.9061126708984 18.8127746582031,-97.9202880859375 18.8308296203613,-97.9955596923828 18.9363861083984,-98.1158447265625 18.9216651916504,-98.1552886962891 18.9644432067871,-98.2730560302734 19.0413856506348,-98.2227783203125 19.1247215270996,-98.2183380126953 19.2830543518066,-98.2836151123047 19.3449974060059,-98.1327819824219 19.4288864135742,-98.0258483886719</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.1897811889648,-98.4800872802734 18.1991653442383,-98.4044494628906 18.1627769470215,-98.3350067138672 18.0361099243164,-98.2927856445312 17.9724998474121,-98.1600036621094 17.673885345459,-98.1083374023438 17.6141662597656,-98.0055694580078 17.4630546569824,-97.9466705322266 17.4408302307129,-97.8861236572266 17.2572212219238,-97.7783355712891 17.0527763366699,-97.7733459472656</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Balsas</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.2">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>28.9040546417236,-109.619186401367 28.9308319091797,-109.583618164062 29.1016654968262,-109.655563354492 29.1283302307129,-109.579177856445 29.1022186279297,-109.410278320312 29.2344436645508,-109.235000610352 29.4249992370605,-109.227508544922 29.4411087036133,-109.258346557617 29.5409545898438,-109.233901977539 29.8477745056152,-109.301956176758 29.9852752685547,-109.259170532227 30.009162902832,-109.29362487793 30.0269432067871,-109.260009765625 30.0761108398438,-109.259170532227 30.116943359375,-109.316116333008 30.2116661071777,-109.309722900391 30.3341636657715,-109.376113891602 30.5149993896484,-109.338623046875 30.6466636657715,-109.374725341797 30.6849975585938,-109.316955566406 30.7136077880859,-109.341674804688 30.7366638183594,-109.29084777832 30.8097190856934,-109.253341674805 30.8261108398438,-109.17333984375 30.8138885498047,-109.113342285156 30.6144409179688,-108.957504272461 30.5424995422363,-108.965835571289 30.4380531311035,-108.917785644531 30.2930526733398,-108.962509155273 30.275276184082,-108.892791748047 30.2219429016113,-108.901123046875 30.1852760314941,-108.813903808594 30.017219543457,-108.757232666016 29.9702758789062,-108.683624267578 29.850830078125,-108.628616333008 29.8061103820801,-108.569458007812 29.6744422912598,-108.552505493164 29.5672187805176,-108.423889160156 29.5038871765137,-108.418060302734</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Bavispe</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.3">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>32.720832824707,-114.721244812012 32.7208099365234,-114.721260070801 32.6159934997559,-114.808601379395 32.5044479370117,-114.819305419922 32.4730491638184,-114.936698913574 32.3686103820801,-114.964202880859 32.2546691894531,-115.041496276855 32.1361083984375,-114.998901367188 31.94748878479,-115.01789855957</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Colorado</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.4">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>27.8444442749023,-106.904174804688 27.8161087036133,-106.622512817383 27.8469429016113,-106.484451293945 27.890552520752,-106.425842285156 27.823055267334,-106.252227783203 27.8780517578125,-106.197784423828 27.9172210693359,-106.083343505859 27.9074974060059,-105.924179077148 27.9888877868652,-105.765838623047 28.0441665649414,-105.76806640625 28.1488876342773,-105.676963806152 28.1799964904785,-105.54362487793 28.3470497131348,-105.39567565918 28.4688873291016,-105.431396484375 28.6027755737305,-105.388900756836 28.6369438171387,-105.462783813477 28.7436103820801,-105.459167480469 28.7913856506348,-105.488891601562 28.8302764892578,-105.461120605469 28.8758316040039,-105.311401367188 28.9211082458496,-105.328338623047 28.92138671875,-105.298614501953 29.0086097717285,-105.266403198242 29.0483322143555,-105.149169921875 29.1627769470215,-105.05500793457 29.2463874816895,-105.055282592773 29.2561073303223,-104.998611450195 29.3161087036133,-104.961944580078 29.3386077880859,-104.904449462891 29.3763885498047,-104.921401977539 29.4219436645508,-104.877227783203 29.4958305358887,-104.865005493164 29.5511093139648,-104.902236938477 29.5022201538086,-104.715286254883 29.5702743530273,-104.595001220703 29.5294418334961,-104.480560302734 29.5984878540039,-104.436172485352</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>28.3470497131348,-105.39567565918 28.2361106872559,-105.274169921875 28.1533317565918,-105.310287475586 28.0441665649414,-105.270278930664 27.9247207641602,-105.175003051758 27.7019424438477,-105.158340454102 27.640552520752,-105.222503662109 27.5422210693359,-105.435287475586 27.5583305358887,-105.550003051758 27.5283317565918,-105.585563659668 27.5308303833008,-105.71028137207 27.5661087036133,-105.73779296875 27.4047203063965,-105.85334777832 27.4136085510254,-105.877227783203 27.325553894043,-105.956680297852 27.348331451416,-106.034729003906 27.4197196960449,-106.103622436523 27.408332824707,-106.14111328125 27.4458312988281,-106.209457397461 27.4065017700195,-106.276275634766 27.2411079406738,-106.290557861328 27.2099990844727,-106.332504272461 27.0311088562012,-106.341400146484 26.7638854980469,-106.282501220703 26.7019424438477,-106.221389770508 26.5074996948242,-106.244445800781 26.3661079406738,-106.195007324219 26.3058319091797,-106.330841064453 26.3966636657715,-106.428894042969 26.4330520629883,-106.429168701172</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Conchos</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.5">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>20.5465469360352,-101.160308837891 20.4888877868652,-101.15055847168 20.4702758789062,-101.08528137207 20.3872184753418,-101.013336181641 20.288330078125,-101.011123657227 20.2674980163574,-100.920837402344 20.140552520752,-100.883895874023 20.0591659545898,-100.759735107422 20.0263862609863,-100.670562744141 20.0713882446289,-100.519729614258 19.9533309936523,-100.410003662109 19.9119415283203,-100.318344116211 20.0886077880859,-100.168334960938 20.0205535888672,-100.068069458008 19.8633308410645,-99.9772338867188 19.8516654968262,-99.9205627441406 19.8299980163574,-99.9355621337891 19.73388671875,-99.8641815185547 19.6458320617676,-99.8625030517578 19.5961074829102,-99.7791748046875 19.5011100769043,-99.7491760253906 19.3691635131836,-99.5413970947266 19.129997253418,-99.5027923583984</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Cutzamala</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.6">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>18.224967956543,-92.2174530029297 18.2261085510254,-92.3066711425781 18.2899971008301,-92.4791717529297 18.3847198486328,-92.58056640625 18.4067115783691,-92.6656188964844 18.1711082458496,-92.7302856445312 18.1597213745117,-92.6925048828125 18.1233329772949,-92.7011260986328 18.0738868713379,-92.7572326660156 18.0458297729492,-92.8739013671875 17.9583320617676,-92.9111175537109 17.9666633605957,-92.9780578613281 17.9239597320557,-93.0249862670898 17.9436092376709,-93.1422271728516 17.9913902282715,-93.2641830444336 17.9597206115723,-93.3094482421875 17.607780456543,-93.3919525146484 17.5156402587891,-93.5171203613281 17.3783302307129,-93.4494476318359 17.3627777099609,-93.4080657958984 17.3247184753418,-93.4300079345703 17.366943359375,-93.4991760253906 17.3522186279297,-93.5433349609375 17.2402763366699,-93.5347290039062 17.1846923828125,-93.5960845947266 17.1616630554199,-93.5750122070312 17.181941986084,-93.5058441162109 17.131664276123,-93.4941711425781 17.0944442749023,-93.3944549560547 17.0416641235352,-93.3886260986328 17.0063858032227,-93.2833404541016 17.035831451416,-93.2072296142578 16.9669418334961,-93.1075134277344 16.873607635498,-93.1136169433594 16.8411102294922,-93.0686187744141 16.7991638183594,-93.0741729736328 16.719165802002,-93.0219573974609 16.5763854980469,-92.899169921875 16.517219543457,-92.7639007568359 16.4047203063965,-92.7561187744141 16.2977752685547,-92.8238983154297 16.1827774047852,-92.5969543457031 16.2513885498047,-92.4989013671875 16.1474990844727,-92.5361175537109 15.9124984741211,-92.1030578613281 15.8541660308838,-92.0655670166016 15.8966655731201,-92.1389007568359 15.7841663360596,-92.2350006103516 15.6902770996094,-92.1530609130859 15.5972213745117,-92.1602783203125 15.5391654968262,-92.1163940429688 15.4399242401123,-92.106071472168</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Grijalva</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.7">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>16.1442794799805,-91.1477966308594 16.0986099243164,-91.0291748046875 16.1366653442383,-90.9119567871094 16.1772193908691,-90.8825073242188 16.204719543457,-90.9088897705078 16.2177772521973,-90.8516693115234 16.3136100769043,-90.8700103759766 16.3369407653809,-90.7633361816406 16.4258308410645,-90.7611236572266 16.470832824707,-90.7227783203125 16.4163856506348,-90.7194519042969 16.4599990844727,-90.6763916015625 16.4941635131836,-90.6963958740234 16.5055541992188,-90.665283203125 16.577220916748,-90.6838989257812 16.6442737579346,-90.6581420898438</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Lacantum</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.8">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>20.196891784668,-102.772399902344 20.2291641235352,-102.622222900391 20.3380546569824,-102.443618774414 20.3430519104004,-102.211669921875 20.3890800476074,-102.10880279541 20.4030532836914,-101.995559692383 20.3269424438477,-101.994171142578 20.3673667907715,-101.98063659668 20.3644409179688,-101.950561523438 20.2110939025879,-101.920303344727 20.1911029815674,-101.888862609863 20.2117519378662,-101.820625305176 20.1908302307129,-101.673889160156 20.3180541992188,-101.606948852539 20.3336925506592,-101.460594177246 20.345832824707,-101.4375 20.4236106872559,-101.384170532227 20.4799995422363,-101.389450073242 20.5461082458496,-101.325561523438 20.5397186279297,-101.280563354492 20.5830535888672,-101.236953735352 20.5465469360352,-101.160308837891 20.4797210693359,-100.80778503418 20.5213851928711,-100.756958007812 20.5549964904785,-100.773345947266 20.6152763366699,-100.737228393555 20.8316650390625,-100.836944580078 20.9097213745117,-100.783615112305 21.0508308410645,-100.799453735352 21.1291656494141,-100.818893432617 21.3133316040039,-100.994735717773 21.3641662597656,-101.148345947266 21.3152770996094,-101.284729003906</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Lerma</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.9">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>22.2680549621582,-97.7775115966797 22.2138862609863,-97.8491668701172 22.2088851928711,-97.9947357177734 22.146110534668,-98.0119476318359 22.1438865661621,-98.0519561767578 22.1074981689453,-98.0358428955078 22.1019439697266,-98.0652923583984 22.0788879394531,-98.0283355712891 22.0774993896484,-98.1072235107422 22.0327758789062,-98.1138916015625 22.0663871765137,-98.1441802978516 22.0536079406738,-98.1730651855469 22.1027755737305,-98.151123046875 22.0855522155762,-98.1830596923828 22.1116638183594,-98.2014007568359 22.0444412231445,-98.2808380126953 22.0652770996094,-98.3344573974609 22.0202751159668,-98.3658447265625 22.0411109924316,-98.4025115966797 21.9574966430664,-98.4263916015625 21.9752597808838,-98.5885620117188 21.9411087036133,-98.5733337402344 21.9513854980469,-98.5186157226562 21.9333305358887,-98.5550079345703 21.9116630554199,-98.5372314453125 21.8844413757324,-98.5639038085938 21.8366661071777,-98.5211181640625 21.8519439697266,-98.4902801513672 21.7822189331055,-98.4508361816406 21.7205543518066,-98.5252838134766 21.7283325195312,-98.5627899169922 21.6894416809082,-98.5627899169922 21.6947212219238,-98.61279296875 21.6088275909424,-98.6422653198242 21.4761085510254,-98.8155670166016 21.4138870239258,-98.8105621337891 21.3099975585938,-98.7158355712891 21.275203704834,-98.7458343505859</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>21.1458320617676,-99.290283203125 21.1013870239258,-99.3175048828125 21.0936088562012,-99.3764038085938 21.0452766418457,-99.3450012207031 20.9258308410645,-99.3861236572266 20.8677749633789,-99.4263916015625 20.8522186279297,-99.4788970947266 20.725830078125,-99.5191802978516 20.6269416809082,-99.4541778564453 20.5355529785156,-99.2469482421875 20.4555549621582,-99.2066802978516 20.2511100769043,-99.1994476318359 20.1591644287109,-99.3519592285156 19.9688873291016,-99.3094482421875</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>21.275203704834,-98.7458343505859 21.1138877868652,-99.2066802978516 21.1458320617676,-99.290283203125</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Moctezuma Panuco</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.10">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>30.5288887023926,-109.573059082031 30.3083305358887,-109.635284423828 30.1658325195312,-109.795013427734 30.0080528259277,-109.782791137695 29.9619407653809,-109.741958618164 29.8747215270996,-109.743621826172 29.7999992370605,-109.681396484375 29.533332824707,-109.616958618164 29.4469413757324,-109.664169311523 29.3861083984375,-109.651123046875 29.3558311462402,-109.75862121582 29.1061096191406,-109.71085357666 28.9040546417236,-109.619186401367</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Moctezuma Yaqui</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.11">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>24.035831451416,-105.097229003906 24.244441986084,-105.186950683594 24.3027763366699,-105.151947021484 24.3594436645508,-105.192230224609 24.4333305358887,-105.161117553711 24.7599983215332,-105.327514648438 24.8188858032227,-105.313064575195 24.8766632080078,-105.36279296875 25.2163887023926,-105.448059082031 25.5441665649414,-105.153060913086 25.5194435119629,-105.096954345703 25.5819435119629,-105.006118774414 25.5849990844727,-104.939178466797 25.4958305358887,-104.88166809082 25.4574966430664,-104.892501831055 25.3127746582031,-104.697509765625 25.3088874816895,-104.620010375977 25.1391639709473,-104.528900146484 25.1269416809082,-104.325286865234 25.2669410705566,-104.044174194336 25.2697219848633,-103.728897094727 25.4491653442383,-103.72917175293 25.5394439697266,-103.495010375977 25.6780548095703,-103.349731445312 25.6919441223145,-103.265563964844 25.7513885498047,-103.204177856445 25.6799964904785,-103.039459228516 25.6927757263184,-102.878616333008</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Nazas</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.12">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>28.9675445556641,-108.7392578125 28.9058303833008,-108.709167480469 28.8204536437988,-108.720794677734 28.7072219848633,-108.663619995117 28.631664276123,-108.5625</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>29.5409545898438,-109.233901977539 29.527774810791,-109.170837402344 29.3672218322754,-109.011947631836 29.3766632080078,-108.964172363281 29.1827774047852,-108.881393432617 29.1638870239258,-108.806945800781 28.9675445556641,-108.7392578125 28.9766654968262,-108.692504882812 29.083610534668,-108.70361328125 29.1847190856934,-108.570007324219 29.3177757263184,-108.583343505859 29.3883323669434,-108.485000610352 29.3844413757324,-108.38166809082 29.3466644287109,-108.346389770508 29.2263870239258,-108.348617553711 29.0424995422363,-108.269729614258 29.0099983215332,-108.220001220703 28.7847213745117,-108.095840454102 28.773609161377,-107.959167480469 28.9555549621582,-107.933334350586 29.0097198486328,-107.86279296875 28.9069442749023,-107.778625488281 28.7222213745117,-107.693893432617 28.6408309936523,-107.505844116211 28.2952766418457,-107.428344726562 28.1347198486328,-107.519180297852 28.1208305358887,-107.623901367188 28.1824989318848,-107.641677856445</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Papigochic</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.13">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>25.2380523681641,-100.269180297852 25.1377754211426,-100.144180297852 25.0452766418457,-100.123901367188 25.0141639709473,-100.029724121094 25.0380554199219,-99.9325103759766 25.1658325195312,-99.8597259521484 25.156665802002,-99.8005676269531 25.2511100769043,-99.6588897705078 25.3622207641602,-99.5636138916016 25.4897193908691,-99.5291748046875 25.4941635131836,-99.4466705322266 25.522777557373,-99.4302825927734 25.5036087036133,-99.3586120605469 25.5366630554199,-99.3230590820312 25.6852760314941,-99.2875061035156 25.719165802002,-99.2180633544922 25.7819442749023,-99.2330627441406 25.8016662597656,-99.1755676269531 26.0733299255371,-99.1883392333984 26.0563888549805,-99.1344451904297 26.1019439697266,-99.0419464111328 26.0644416809082,-99.0030670166016 26.1124992370605,-98.9872283935547 26.1269416809082,-98.9372253417969 26.1808319091797,-98.9583435058594 26.2002754211426,-98.915283203125 26.3747177124023,-98.8219604492188</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Pilon San Juan</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.14">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>25.8663864135742,-109.414169311523 25.8383331298828,-109.3466796875 25.954719543457,-109.246398925781 25.9347190856934,-109.129455566406 25.9583320617676,-109.045013427734 25.9247207641602,-108.956680297852 26.0238876342773,-108.880844116211 26.0911102294922,-108.75862121582 26.1755523681641,-108.734451293945 26.281665802002,-108.779724121094 26.3422203063965,-108.682235717773 26.5134601593018,-108.574432373047 26.5455551147461,-108.520278930664 26.6433296203613,-108.5 26.8244438171387,-108.549453735352 26.8116645812988,-108.415008544922 26.8547210693359,-108.35612487793 26.9202766418457,-108.332229614258 26.8886108398438,-108.268615722656 26.9044418334961,-108.193069458008 26.877498626709,-108.170013427734 26.898609161377,-108.055847167969 26.9452743530273,-107.993347167969 26.8913879394531,-107.923889160156 26.8933296203613,-107.874176025391 26.8124961853027,-107.788070678711 26.7186088562012,-107.503616333008 26.7319412231445,-107.427780151367 26.6385803222656,-107.260986328125 26.6749992370605,-107.049453735352 26.6533317565918,-106.967514038086 26.5430526733398,-106.827789306641 26.4738883972168,-106.848892211914 26.0088882446289,-106.658889770508</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Rio Fuerte</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.15">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>31.7862071990967,-106.538993835449 31.7861976623535,-106.538970947266 31.7337627410889,-106.383041381836 31.4781284332275,-106.212753295898 31.3938179016113,-105.998359680176 31.1707801818848,-105.769729614258 31.0864276885986,-105.603218078613 30.9982852935791,-105.554382324219 30.9025096893311,-105.409065246582 30.8530807495117,-105.390312194824 30.8165073394775,-105.313781738281 30.8319492340088,-105.28759765625 30.7976531982422,-105.258186340332 30.8120861053467,-105.214340209961 30.6878700256348,-105.060562133789 30.6843338012695,-104.997543334961 30.6413249969482,-104.986930847168 30.570556640625,-104.890678405762 30.3922634124756,-104.852996826172 30.3764476776123,-104.80647277832 30.3504695892334,-104.813957214355 30.238489151001,-104.702613830566 30.1489639282227,-104.674758911133 30.0573024749756,-104.696495056152 29.9092826843262,-104.674369812012 29.8079357147217,-104.577560424805 29.6794662475586,-104.535247802734 29.5984878540039,-104.436172485352 29.5506114959717,-104.377593994141 29.4840412139893,-104.204734802246 29.4007148742676,-104.16438293457 29.3281192779541,-104.045631408691 29.2672595977783,-103.786994934082 29.2812404632568,-103.767761230469 29.2297954559326,-103.782157897949 29.2303485870361,-103.739852905273 29.1906318664551,-103.720314025879 29.1466464996338,-103.526237487793 29.0721340179443,-103.474075317383 29.0321083068848,-103.375450134277 29.0503387451172,-103.335517883301 28.9863739013672,-103.280349731445 29.007453918457,-103.266586303711 28.9786815643311,-103.153465270996 29.1908626556396,-102.988098144531 29.2290363311768,-102.866172790527 29.2692031860352,-102.908325195312 29.3533706665039,-102.883010864258 29.41184425354,-102.822204589844 29.5301456451416,-102.804725646973 29.7442245483398,-102.676361083984 29.7323379516602,-102.63761138916 29.778247833252,-102.576499938965 29.7495002746582,-102.551948547363 29.7854557037354,-102.50309753418 29.7679462432861,-102.384796142578 29.8452892303467,-102.367561340332 29.8801155090332,-102.324333190918 29.7845706939697,-102.063995361328 29.8187732696533,-101.973320007324 29.788501739502,-101.924224853516 29.8141250610352,-101.81909942627 29.7799987792969,-101.805206298828 29.787166595459,-101.759094238281 29.7569599151611,-101.639671325684 29.7651500701904,-101.581489562988 29.8101196289062,-101.543952941895 29.7630176544189,-101.538345336914 29.7886905670166,-101.47046661377 29.7605857849121,-101.448425292969 29.769905090332,-101.401275634766 29.745433807373,-101.41609954834 29.6612586975098,-101.370613098145 29.6571617126465,-101.36840057373 29.6524314880371,-101.305862426758 29.5809097290039,-101.308929443359 29.6287498474121,-101.254585266113 29.5264739990234,-101.261428833008 29.4735527038574,-101.067359924316 29.373254776001,-101.009056091309 29.2425022125244,-100.796989440918 29.1665706634521,-100.768608093262 29.0800724029541,-100.668769836426 28.9223499298096,-100.64722442627 28.8942222595215,-100.589790344238 28.6609878540039,-100.497909545898 28.5897331237793,-100.403175354004 28.5441913604736,-100.419532775879 28.5008106231689,-100.345802307129 28.4786510467529,-100.376770019531 28.3941822052002,-100.351570129395 28.3203601837158,-100.292892456055 28.2803535461426,-100.297920227051 28.2414569854736,-100.22346496582 28.2019348144531,-100.214073181152 28.1542816162109,-100.096923828125 28.0034599304199,-99.9933090209961 27.9868812561035,-99.9418563842773 27.7976856231689,-99.8747329711914 27.7801074981689,-99.8157272338867 27.6615581512451,-99.7144927978516 27.6126270294189,-99.549186706543 27.5042839050293,-99.526741027832 27.4907550811768,-99.4904937744141 27.3186531066895,-99.543586730957 27.2698841094971,-99.4652709960938 27.199197769165,-99.4371566772461 27.0286483764648,-99.4550628662109 26.9955501556396,-99.3927154541016 26.9466304779053,-99.3905181884766 26.8573608398438,-99.2855224609375 26.8556575775146,-99.2847900390625</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>26.3747177124023,-98.8219604492188 26.3750705718994,-98.8198318481445 26.2420558929443,-98.6779174804688 26.2604541778564,-98.599967956543 26.2015438079834,-98.4885177612305 26.220911026001,-98.4533920288086 26.1560306549072,-98.384521484375 26.1586799621582,-98.3471908569336 26.1116466522217,-98.3279342651367 26.1328086853027,-98.2922744750977 26.1208953857422,-98.271354675293 26.0981044769287,-98.2919464111328 26.0553760528564,-98.2006912231445 26.0657577514648,-98.0832138061523 26.0346260070801,-98.0763473510742 26.0593948364258,-98.0400695800781 26.0601406097412,-97.867431640625 26.0234451293945,-97.6479721069336 25.9620018005371,-97.612922668457 25.9541721343994,-97.5749359130859 25.9332313537598,-97.590087890625 25.8451976776123,-97.4343490600586 25.8453617095947,-97.3856430053711 25.9170207977295,-97.380989074707 25.938663482666,-97.3044357299805 25.965124130249,-97.3071441650391 25.954568862915,-97.1722259521484</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>26.8556575775146,-99.2847900390625 26.5798892974854,-99.1658172607422 26.5457286834717,-99.1686782836914 26.4883403778076,-99.1014709472656 26.4195308685303,-99.1067276000977 26.3953094482422,-98.9392700195312 26.3603286743164,-98.9088973999023 26.3747177124023,-98.8219604492188</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Rio Grande</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.16">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>20.3134574890137,-102.776718139648 20.2597198486328,-102.720840454102 20.196891784668,-102.772399902344</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>21.2025718688965,-104.078079223633 21.148609161377,-104.049453735352 21.0863876342773,-103.884170532227 21.0061073303223,-103.882507324219 20.9338874816895,-103.771392822266 20.9269409179688,-103.650283813477 20.9969444274902,-103.526397705078 21.0497207641602,-103.517227172852 21.0549964904785,-103.429458618164 20.7352752685547,-103.277786254883 20.6177749633789,-103.135009765625 20.4561080932617,-103.159729003906 20.4072189331055,-103.100280761719 20.3883323669434,-102.808059692383 20.3494415283203,-102.767791748047 20.3134574890137,-102.776718139648 20.3399963378906,-103.029449462891 20.2805519104004,-103.171112060547 20.2827758789062,-103.36279296875 20.2544441223145,-103.425842285156 20.1613883972168,-103.173889160156 20.1955528259277,-103.055847167969 20.1677742004395,-102.899436950684 20.1038856506348,-102.810012817383 20.1691665649414,-102.686683654785 20.2008323669434,-102.692497253418 20.196891784668,-102.772399902344</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Rio Grande de Santiago</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.17">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>28.913330078125,-102.473892211914 28.9166641235352,-102.401947021484 28.8752746582031,-102.353897094727 28.6516647338867,-102.258346557617 28.6133308410645,-102.121948242188 28.5602760314941,-102.083068847656 28.5394439697266,-101.925842285156 28.4683303833008,-101.850845336914 28.3627777099609,-101.601959228516 28.2011108398438,-101.488616943359 28.1558303833008,-101.367233276367 27.9674987792969,-101.311950683594 27.9683303833008,-101.250289916992 27.8472213745117,-101.131118774414 27.8172187805176,-101.051681518555 27.6958312988281,-100.951126098633 27.6313858032227,-100.711669921875 27.5494422912598,-100.711669921875 27.4994430541992,-100.661117553711 27.5297203063965,-100.615570068359 27.4819412231445,-100.498611450195 27.3144416809082,-100.342224121094 27.2388877868652,-100.128067016602 27.1786079406738,-100.090835571289 27.1686096191406,-99.9694519042969 27.1347198486328,-99.9511260986328 27.0583305358887,-99.9950103759766 27.0036087036133,-99.9586181640625 26.9649963378906,-99.8580627441406 26.8997192382812,-99.854736328125 26.8991661071777,-99.6338958740234 26.7799987792969,-99.4633483886719 26.8556575775146,-99.2847900390625</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Rio Salado</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.18">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>21.2025718688965,-104.078079223633 21.2877769470215,-103.961395263672 21.3597221374512,-103.955841064453 21.5311088562012,-103.850845336914 21.7386093139648,-103.776123046875 21.9280548095703,-103.79084777832 22.0188865661621,-103.701675415039 22.1214218139648,-103.680511474609 22.2174987792969,-103.741668701172 22.396110534668,-103.726959228516 22.469165802002,-103.675842285156 22.6061096191406,-103.67529296875 22.7083320617676,-103.568618774414 22.8874969482422,-103.48112487793 22.9744415283203,-103.456954956055 23.0133323669434,-103.496948242188</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>21.6730537414551,-105.448333740234 21.6799964904785,-105.362228393555 21.7227745056152,-105.313613891602 21.7072219848633,-105.286117553711 21.75,-105.271392822266 21.7288856506348,-105.234725952148 21.7991638183594,-105.217514038086 21.8049964904785,-105.063606262207 21.725830078125,-105.013061523438 21.7788887023926,-104.833068847656 21.8233299255371,-104.814453125 21.8530540466309,-104.730285644531 21.7161102294922,-104.621398925781 21.4752769470215,-104.516952514648 21.4719429016113,-104.457229614258 21.2691650390625,-104.326400756836 21.2447204589844,-104.263061523438 21.1777763366699,-104.227508544922 21.2025718688965,-104.078079223633</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Rio Santiago</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.19">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>18.3383750915527,-96.6470489501953 18.3408317565918,-96.5897369384766 18.402774810791,-96.6869506835938 18.4199981689453,-96.5675048828125 18.381664276123,-96.5372314453125 18.3730545043945,-96.6013946533203 18.3155517578125,-96.4630584716797 18.2366638183594,-96.3966598510742</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.3383750915527,-96.6470489501953 18.3030548095703,-96.6044464111328 18.2972221374512,-96.6419525146484 18.196662902832,-96.6019592285156 18.1283302307129,-96.5052795410156 18.1602745056152,-96.4250030517578 18.0927772521973,-96.4091796875 18.1736106872559,-96.3858337402344 18.2244415283203,-96.4336242675781 18.1947212219238,-96.3589019775391 18.2366638183594,-96.3966598510742</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.6436080932617,-96.9666748046875 18.6744422912598,-96.9019470214844 18.5844421386719,-96.8583374023438 18.5433311462402,-96.7905578613281 18.4730529785156,-96.7844543457031 18.3849983215332,-96.7263946533203 18.3383750915527,-96.6470489501953</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.2366638183594,-96.3966598510742 18.3002777099609,-96.3275146484375 18.2137966156006,-96.236572265625 18.180269241333,-96.2052917480469 18.1855506896973,-96.1613922119141 18.1416702270508,-96.1502838134766 18.1640796661377,-96.0946502685547 18.162281036377,-96.0853424072266 18.1774978637695,-96.0672302246094 18.1611099243164,-96.0352783203125 18.219165802002,-96.0244445800781 18.1866645812988,-95.9983367919922 18.2563858032227,-95.9825134277344 18.2186088562012,-95.9572296142578 18.25,-95.9447326660156 18.2369422912598,-95.8997344970703 18.2658309936523,-95.9080657958984 18.3222198486328,-95.8114013671875 18.3708305358887,-95.8033447265625 18.3144416809082,-95.7514038085938 18.3683319091797,-95.760009765625 18.379997253418,-95.7097320556641 18.5466651916504,-95.7247314453125 18.600830078125,-95.6966705322266 18.6005554199219,-95.6636199951172 18.6413879394531,-95.6319580078125 18.698055267334,-95.6389007568359</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Rio Santo Domingo</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.20">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>31.2213859558105,-110.494735717773 31.1683311462402,-110.463348388672 31.0824966430664,-110.47639465332 31.0044441223145,-110.568344116211 30.8094444274902,-110.70361328125 30.6938858032227,-110.669174194336 30.2236099243164,-110.720001220703 29.8213882446289,-110.579177856445 29.6013870239258,-110.554458618164 29.5144424438477,-110.726959228516 29.2952766418457,-110.859451293945 29.1905517578125,-110.859725952148 29.0747909545898,-110.919052124023 29.1161079406738,-111.072784423828 29.1027755737305,-111.170837402344 28.9022216796875,-111.480010986328 28.8811073303223,-111.635833740234 28.7916641235352,-111.782501220703 28.798885345459,-111.854446411133</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Rio Sonora</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.21">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>18.6005554199219,-95.6636199951172 18.513053894043,-95.5855560302734 18.429443359375,-95.5875091552734 18.3591651916504,-95.5319519042969 18.2355537414551,-95.5086212158203 18.2577743530273,-95.4711151123047 18.1766662597656,-95.417236328125 18.1047210693359,-95.2397308349609 18.0374984741211,-95.2366790771484 17.9416656494141,-95.1416778564453 17.8198776245117,-95.1568450927734 17.7930526733398,-95.1219482421875 17.7452774047852,-95.1222229003906 17.6216659545898,-95.2491760253906 17.504997253418,-95.3025054931641 17.4386100769043,-95.4147338867188 17.396110534668,-95.5825042724609 17.2177772521973,-95.7197265625 17.1811103820801,-95.7105560302734 17.1747207641602,-95.7561187744141 17.1141662597656,-95.8075103759766 17.013053894043,-95.8344573974609 17.0191650390625,-95.9650115966797</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Rio Trinidad</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.22">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>23.9386100769043,-99.9827880859375 24.0041656494141,-99.7961120605469 24.1108322143555,-99.8186187744141 24.1563873291016,-99.7763977050781 24.1344413757324,-99.6977844238281 24.1763877868652,-99.6391754150391 24.1399993896484,-99.5600128173828 24.17138671875,-99.5061187744141 24.1480522155762,-99.4225006103516 24.1894416809082,-99.3363952636719 24.1705551147461,-99.2852783203125 24.1172218322754,-99.2794494628906 24.0838851928711,-99.1902923583984 24.0666656494141,-98.9566802978516 24.0205535888672,-98.7725067138672 23.9658317565918,-98.6864013671875 23.9913864135742,-98.6211242675781 23.9372215270996,-98.5872344970703 23.9688873291016,-98.5147247314453 23.9169425964355,-98.4839019775391 23.9688873291016,-98.4827880859375 23.9622192382812,-98.4375 24.014720916748,-98.4247283935547 24.0524978637695,-98.36279296875 23.9866638183594,-98.2605590820312 23.8383331298828,-98.2041778564453 23.8027763366699,-98.2450103759766 23.7169418334961,-98.1933441162109 23.7766647338867,-98.1627807617188 23.7227783203125,-98.0425262451172 23.7922210693359,-97.9808349609375 23.7839279174805,-97.8179779052734</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>San Fernando</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.23">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>24.7058620452881,-106.484642028809 24.7305526733398,-106.404449462891 24.8474998474121,-106.275848388672 24.8519439697266,-106.168334960938 25.0152740478516,-106.004730224609</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>24.7058620452881,-106.484642028809 24.6311073303223,-106.392791748047 24.6541633605957,-106.333618164062 24.5924987792969,-106.190292358398 24.5255546569824,-106.128616333008 24.5722198486328,-105.845001220703</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>24.2541656494141,-107.417785644531 24.2999992370605,-107.400283813477 24.3772201538086,-107.269454956055 24.4461097717285,-107.102233886719 24.4583320617676,-106.940567016602 24.4913864135742,-106.951950073242 24.5288887023926,-106.890289306641 24.5272216796875,-106.803344726562 24.5986099243164,-106.781677246094 24.629997253418,-106.705841064453 24.6586074829102,-106.711669921875 24.7058620452881,-106.484642028809</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>24.5722198486328,-105.845001220703 24.708610534668,-105.785278320312 24.7791633605957,-105.78889465332 24.9513854980469,-105.887222290039</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>24.5722198486328,-105.845001220703 24.6430549621582,-105.725006103516 24.6308326721191,-105.619171142578 24.5380554199219,-105.57389831543 24.5483322143555,-105.476669311523</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>San Lorenzo</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.24">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>24.192497253418,-104.658889770508 24.1969413757324,-104.609176635742 24.1283302307129,-104.583343505859 24.0847206115723,-104.445281982422 24.025276184082,-104.398895263672 24.0294418334961,-104.329452514648 23.9322204589844,-104.308624267578 23.8813858032227,-104.258895874023 23.7911109924316,-104.29084777832 23.7247200012207,-104.24528503418 23.6333312988281,-104.339736938477 23.2172203063965,-104.474731445312 23.1847190856934,-104.534454345703 23.168888092041,-104.743347167969 23.1122207641602,-104.796112060547 23.0205535888672,-105.008056640625 22.8497200012207,-105.001113891602 22.8219413757324,-104.921676635742 22.7413864135742,-104.894180297852 22.6799964904785,-104.91862487793 22.5844421386719,-104.881393432617 22.5033302307129,-104.925003051758 22.4947204589844,-104.999176025391 22.4341659545898,-105.040557861328 22.3247184753418,-105.036956787109 22.0799980163574,-104.920837402344 21.969165802002,-104.947235107422 21.9452743530273,-104.980010986328 21.9802742004395,-105.056121826172 21.9372215270996,-105.085845947266 21.9727745056152,-105.118621826172 21.9336090087891,-105.408065795898 21.8414726257324,-105.46452331543 21.8159255981445,-105.527229309082</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>San Pedro</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.25">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>21.7558326721191,-100.960556030273 21.8430519104004,-100.901123046875 21.8980522155762,-100.814727783203 21.8677749633789,-100.750839233398 21.8038864135742,-100.725006103516 21.7586097717285,-100.5322265625 21.6799964904785,-100.411117553711 21.6391639709473,-100.267791748047 21.4677772521973,-100.051116943359 21.4569435119629,-99.8671569824219 21.5113868713379,-99.7269592285156 21.4799995422363,-99.6461181640625 21.3183326721191,-99.4950103759766 21.1666641235352,-99.42333984375 21.1458320617676,-99.290283203125</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Santa Maria</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.26">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>21.6457099914551,-99.1985626220703 21.6780548095703,-99.1650085449219 21.7094421386719,-99.181396484375 21.8116645812988,-99.1400146484375 21.8169441223145,-98.9969482421875 21.8422203063965,-99.0005645751953 21.8316650390625,-98.9655609130859 21.8594436645508,-98.9552917480469 21.8530540466309,-98.8188934326172 21.942497253418,-98.8136138916016 21.9227752685547,-98.7583465576172 21.9883308410645,-98.75 22.002498626709,-98.6275024414062 21.9752597808838,-98.5885620117188</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Tampaon</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.27">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>16.9980545043945,-92.1864013671875 16.8852767944336,-92.0605621337891 16.8888854980469,-91.9852905273438 16.836109161377,-91.899169921875 16.8283309936523,-91.8194580078125 16.869441986084,-91.8086242675781 16.8744430541992,-91.7608337402344 16.7797203063965,-91.6216735839844 16.7055549621582,-91.5761260986328 16.5758323669434,-91.5744476318359 16.5238876342773,-91.5314025878906 16.4847221374512,-91.4183349609375 16.4247207641602,-91.4000091552734 16.3847198486328,-91.3388977050781 16.3219413757324,-91.3408355712891 16.3080520629883,-91.3055572509766 16.2424964904785,-91.2894592285156 16.2072219848633,-91.2008361816406 16.1442794799805,-91.1477966308594</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Tzanconeja</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.28">
+      <ogr:geometryProperty><gml:MultiLineString srsName="EPSG:4326"><gml:lineStringMember><gml:LineString><gml:coordinates>18.656665802002,-92.4808349609375 18.4930534362793,-92.4102783203125 18.406665802002,-92.2755584716797 18.327220916748,-92.2769470214844 18.224967956543,-92.2174530029297 18.1186103820801,-92.1844482421875 18.0884857177734,-92.1218719482422 18.0022201538086,-92.1408386230469 17.9630546569824,-92.1163940429688 17.9119396209717,-91.9902114868164 17.9122200012207,-91.9898986816406 17.8955497741699,-91.9505615234375 17.8547191619873,-91.945556640625 17.8872203826904,-91.9125137329102 17.88916015625,-91.8233337402344 17.8555507659912,-91.7866668701172 17.7736892700195,-91.7728729248047 17.7266693115234,-91.7936172485352 17.7141609191895,-91.6986236572266 17.7140560150146,-91.6985702514648 17.7383308410645,-91.6202850341797 17.7716636657715,-91.6575012207031 17.7813873291016,-91.6205596923828 17.8266639709473,-91.6161193847656 17.8136100769043,-91.5691680908203 17.7469444274902,-91.5519561767578 17.8024978637695,-91.5136260986328 17.7608299255371,-91.4794464111328 17.7649536132812,-91.4246978759766 17.7008323669434,-91.4525146484375 17.7024993896484,-91.3761138916016 17.6424980163574,-91.4027862548828 17.5913887023926,-91.3577880859375 17.5652770996094,-91.4064025878906 17.5833320617676,-91.5111236572266 17.4883308410645,-91.4305572509766 17.4861106872559,-91.5044555664062 17.4697742462158,-91.5075607299805 17.4041595458984,-91.4961166381836 17.3869400024414,-91.4263916015625 17.32666015625,-91.3880615234375 17.2411079406738,-91.4375 17.1763877868652,-91.352783203125 17.1783332824707,-91.2772369384766 17.0355529785156,-91.1844482421875 17.0102767944336,-91.1183471679688 16.902774810791,-91.0627899169922 16.8680534362793,-90.98583984375 16.9030532836914,-90.9833374023438 16.8991661071777,-90.9552917480469 16.8719444274902,-90.9661254882812 16.829719543457,-90.9211120605469 16.8049964904785,-90.8033447265625 16.7264595031738,-90.7142791748047 16.6442737579346,-90.6581420898438</gml:coordinates></gml:LineString></gml:lineStringMember><gml:lineStringMember><gml:LineString><gml:coordinates>18.0884857177734,-92.1218719482422 18.1216659545898,-92.0816802978516 18.2377777099609,-92.0847320556641 18.3549995422363,-91.901123046875 18.4291648864746,-91.8577880859375</gml:coordinates></gml:LineString></gml:lineStringMember></gml:MultiLineString></ogr:geometryProperty>
+      <ogr:Name>Usumacinta</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+  <gml:featureMember>
+    <ogr:shapefile fid="shapefile.29">
+      <ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>28.9040546417236,-109.619186401367 28.7522201538086,-109.636672973633 28.6002769470215,-109.552505493164 28.5308303833008,-109.550567626953 28.5341644287109,-109.521392822266 28.4683303833008,-109.520004272461 28.1736106872559,-109.682510375977 28.1430549621582,-109.798065185547 28.1683311462402,-109.832229614258 28.1324996948242,-109.878890991211 27.9897193908691,-109.789726257324 27.942497253418,-109.802230834961 27.9058303833008,-109.870826721191 27.958610534668,-109.917793273926 27.8341808319092,-109.894508361816 27.6377754211426,-109.922225952148 27.5424995422363,-110.113067626953 27.571662902832,-110.131393432617 27.594165802002,-110.29833984375 27.6419410705566,-110.369445800781 27.5924987792969,-110.463348388672 27.6577758789062,-110.599166870117</gml:coordinates></gml:LineString></ogr:geometryProperty>
+      <ogr:Name>Yaqui</ogr:Name>
+      <ogr:Description></ogr:Description>
+    </ogr:shapefile>
+  </gml:featureMember>
+</ogr:FeatureCollection>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ogr2ogr_KML.kml	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<kml xmlns="http://www.opengis.net/kml/2.2">
+<Document id="root_doc">
+<Schema name="shapefile" id="shapefile">
+	<SimpleField name="SYSTEM" type="string"></SimpleField>
+</Schema>
+<Folder><name>shapefile</name>
+  <Placemark>
+	<name>Amajac</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-98.7458343505859,21.275203704834 -98.7814025878906,21.1805534362793 -98.9561157226562,21.0749969482422 -98.9625091552734,21.0119438171387 -99.0036163330078,21.0180549621582 -99.0561218261719,20.9449996948242 -99.0222320556641,20.8469429016113 -98.9613952636719,20.8163871765137 -98.8886260986328,20.5819435119629 -98.8352813720703,20.5222206115723 -98.8114013671875,20.3349990844727 -98.7308349609375,20.3258323669434 -98.6977844238281,20.2838859558105</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Balsas</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Balsas</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-102.915557861328,19.9305534362793 -102.807342529297,19.8991508483887 -102.891403198242,19.8308296203613 -102.829452514648,19.7719421386719 -102.780288696289,19.4730529785156 -102.745010375977,19.4249992370605 -102.781402587891,19.3777770996094 -102.778625488281,19.2988624572754 -102.812225341797,19.3569412231445 -103.067230224609,19.4474983215332 -103.064727783203,19.556941986084</coordinates></LineString><LineString><coordinates>-102.778625488281,19.2988624572754 -102.771392822266,19.1747207641602 -102.637222290039,19.0530548095703 -102.487228393555,19.0136108398438 -102.317779541016,18.8994407653809 -102.131958007812,18.8538856506348 -102.072509765625,18.8486099243164 -102.080291748047,18.892219543457 -102.052230834961,18.913330078125 -102.024726867676,18.8186073303223 -102.001106262207,18.9013862609863 -101.973068237305,18.8866653442383 -101.950286865234,18.9124984741211 -102.000839233398,18.7980537414551 -101.966667175293,18.7616653442383 -101.935012817383,18.7941665649414 -101.933616638184,18.7580528259277 -101.870292663574,18.752498626709 -101.892501831055,18.7308311462402 -101.871116638184,18.692497253418 -101.809448242188,18.7422218322754 -101.852783203125,18.6283302307129 -101.70556640625,18.6705551147461 -101.683059692383,18.6183319091797 -101.651123046875,18.6174964904785 -101.621948242188,18.6763877868652 -101.60334777832,18.594165802002 -101.561683654785,18.5991630554199 -101.559173583984,18.5347213745117 -101.513343811035,18.498607635498 -101.295562744141,18.5336074829102</coordinates></LineString><LineString><coordinates>-102.131958007812,18.8538856506348 -102.016403198242,18.7838859558105 -102.000289916992,18.7316665649414 -101.926391601562,18.715274810791 -101.9375,18.6799964904785 -101.876106262207,18.6752777099609 -101.911392211914,18.6499977111816 -101.877227783203,18.6199989318848 -101.918060302734,18.5144424438477 -101.888343811035,18.494441986084 -101.888633728027,18.439998626709 -101.994743347168,18.4752769470215 -101.896118164062,18.4077758789062 -101.870292663574,18.3172187805176 -101.900283813477,18.2613868713379</coordinates></LineString><LineString><coordinates>-101.295562744141,18.5336074829102 -101.347229003906,18.4622192382812 -101.436111450195,18.4661102294922 -101.427230834961,18.4272193908691 -101.587783813477,18.5158309936523 -101.634170532227,18.5922203063965 -101.725852966309,18.5322189331055 -101.769180297852,18.5769424438477 -101.847778320312,18.5477752685547 -101.870010375977,18.4916648864746 -101.851119995117,18.2958297729492 -101.787231445312,18.2894439697266 -101.836402893066,18.2391662597656 -101.900283813477,18.2613868713379</coordinates></LineString><LineString><coordinates>-101.295562744141,18.5336074829102 -101.087509155273,18.5011100769043 -101.011123657227,18.517219543457 -100.946670532227,18.4419441223145 -100.909454345703,18.4499969482422 -100.915283203125,18.4774971008301 -100.793060302734,18.4722213745117 -100.732788085938,18.4063873291016 -100.692230224609,18.4152755737305 -100.695556640625,18.3058319091797 -100.628067016602,18.3344421386719 -100.54084777832,18.2024993896484 -100.493347167969,18.1983299255371 -100.496948242188,18.1488876342773 -100.330001831055,18.1702766418457 -100.335556030273,18.1099967956543 -100.270278930664,18.1249961853027 -100.111114501953,18.0508308410645 -100.040283203125,17.9697189331055 -99.9608459472656,17.9541664123535 -99.7630615234375,17.9949989318848 -99.5361175537109,17.9216651916504 -99.3944549560547,17.9524993896484 -99.2575073242188,17.9058303833008 -99.0338897705078,17.8908309936523 -98.9327850341797,17.9722213745117 -98.9294586181641,18.0255546569824 -98.8300018310547,18.0352745056152 -98.7564849853516,18.1204719543457 -98.6361236572266,18.0752754211426 -98.6341705322266,18.1080551147461 -98.5791778564453,18.1111106872559 -98.4800872802734,18.1897811889648</coordinates></LineString><LineString><coordinates>-101.900283813477,18.2613868713379 -101.987503051758,18.202220916748 -102.146118164062,18.1741638183594 -102.179748535156,17.9216651916504</coordinates></LineString><LineString><coordinates>-98.4800872802734,18.1897811889648 -98.4013977050781,18.323055267334 -98.2713928222656,18.4019432067871 -98.2536163330078,18.506664276123 -98.1908416748047,18.5886077880859 -97.9947357177734,18.6797218322754 -97.9061126708984,18.7616653442383 -97.9202880859375,18.8127746582031 -97.9955596923828,18.8308296203613 -98.1158447265625,18.9363861083984 -98.1552886962891,18.9216651916504 -98.2730560302734,18.9644432067871 -98.2227783203125,19.0413856506348 -98.2183380126953,19.1247215270996 -98.2836151123047,19.2830543518066 -98.1327819824219,19.3449974060059 -98.0258483886719,19.4288864135742</coordinates></LineString><LineString><coordinates>-98.4800872802734,18.1897811889648 -98.4044494628906,18.1991653442383 -98.3350067138672,18.1627769470215 -98.2927856445312,18.0361099243164 -98.1600036621094,17.9724998474121 -98.1083374023438,17.673885345459 -98.0055694580078,17.6141662597656 -97.9466705322266,17.4630546569824 -97.8861236572266,17.4408302307129 -97.7783355712891,17.2572212219238 -97.7733459472656,17.0527763366699</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Bavispe</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Yaqui</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-109.619186401367,28.9040546417236 -109.583618164062,28.9308319091797 -109.655563354492,29.1016654968262 -109.579177856445,29.1283302307129 -109.410278320312,29.1022186279297 -109.235000610352,29.2344436645508 -109.227508544922,29.4249992370605 -109.258346557617,29.4411087036133 -109.233901977539,29.5409545898438 -109.301956176758,29.8477745056152 -109.259170532227,29.9852752685547 -109.29362487793,30.009162902832 -109.260009765625,30.0269432067871 -109.259170532227,30.0761108398438 -109.316116333008,30.116943359375 -109.309722900391,30.2116661071777 -109.376113891602,30.3341636657715 -109.338623046875,30.5149993896484 -109.374725341797,30.6466636657715 -109.316955566406,30.6849975585938 -109.341674804688,30.7136077880859 -109.29084777832,30.7366638183594 -109.253341674805,30.8097190856934 -109.17333984375,30.8261108398438 -109.113342285156,30.8138885498047 -108.957504272461,30.6144409179688 -108.965835571289,30.5424995422363 -108.917785644531,30.4380531311035 -108.962509155273,30.2930526733398 -108.892791748047,30.275276184082 -108.901123046875,30.2219429016113 -108.813903808594,30.1852760314941 -108.757232666016,30.017219543457 -108.683624267578,29.9702758789062 -108.628616333008,29.850830078125 -108.569458007812,29.8061103820801 -108.552505493164,29.6744422912598 -108.423889160156,29.5672187805176 -108.418060302734,29.5038871765137</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Colorado</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Colorado</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-114.721244812012,32.720832824707 -114.721260070801,32.7208099365234 -114.808601379395,32.6159934997559 -114.819305419922,32.5044479370117 -114.936698913574,32.4730491638184 -114.964202880859,32.3686103820801 -115.041496276855,32.2546691894531 -114.998901367188,32.1361083984375 -115.01789855957,31.94748878479</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Conchos</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-106.904174804688,27.8444442749023 -106.622512817383,27.8161087036133 -106.484451293945,27.8469429016113 -106.425842285156,27.890552520752 -106.252227783203,27.823055267334 -106.197784423828,27.8780517578125 -106.083343505859,27.9172210693359 -105.924179077148,27.9074974060059 -105.765838623047,27.9888877868652 -105.76806640625,28.0441665649414 -105.676963806152,28.1488876342773 -105.54362487793,28.1799964904785 -105.39567565918,28.3470497131348 -105.431396484375,28.4688873291016 -105.388900756836,28.6027755737305 -105.462783813477,28.6369438171387 -105.459167480469,28.7436103820801 -105.488891601562,28.7913856506348 -105.461120605469,28.8302764892578 -105.311401367188,28.8758316040039 -105.328338623047,28.9211082458496 -105.298614501953,28.92138671875 -105.266403198242,29.0086097717285 -105.149169921875,29.0483322143555 -105.05500793457,29.1627769470215 -105.055282592773,29.2463874816895 -104.998611450195,29.2561073303223 -104.961944580078,29.3161087036133 -104.904449462891,29.3386077880859 -104.921401977539,29.3763885498047 -104.877227783203,29.4219436645508 -104.865005493164,29.4958305358887 -104.902236938477,29.5511093139648 -104.715286254883,29.5022201538086 -104.595001220703,29.5702743530273 -104.480560302734,29.5294418334961 -104.436172485352,29.5984878540039</coordinates></LineString><LineString><coordinates>-105.39567565918,28.3470497131348 -105.274169921875,28.2361106872559 -105.310287475586,28.1533317565918 -105.270278930664,28.0441665649414 -105.175003051758,27.9247207641602 -105.158340454102,27.7019424438477 -105.222503662109,27.640552520752 -105.435287475586,27.5422210693359 -105.550003051758,27.5583305358887 -105.585563659668,27.5283317565918 -105.71028137207,27.5308303833008 -105.73779296875,27.5661087036133 -105.85334777832,27.4047203063965 -105.877227783203,27.4136085510254 -105.956680297852,27.325553894043 -106.034729003906,27.348331451416 -106.103622436523,27.4197196960449 -106.14111328125,27.408332824707 -106.209457397461,27.4458312988281 -106.276275634766,27.4065017700195 -106.290557861328,27.2411079406738 -106.332504272461,27.2099990844727 -106.341400146484,27.0311088562012 -106.282501220703,26.7638854980469 -106.221389770508,26.7019424438477 -106.244445800781,26.5074996948242 -106.195007324219,26.3661079406738 -106.330841064453,26.3058319091797 -106.428894042969,26.3966636657715 -106.429168701172,26.4330520629883</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Cutzamala</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande de Santiago</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-101.160308837891,20.5465469360352 -101.15055847168,20.4888877868652 -101.08528137207,20.4702758789062 -101.013336181641,20.3872184753418 -101.011123657227,20.288330078125 -100.920837402344,20.2674980163574 -100.883895874023,20.140552520752 -100.759735107422,20.0591659545898 -100.670562744141,20.0263862609863 -100.519729614258,20.0713882446289 -100.410003662109,19.9533309936523 -100.318344116211,19.9119415283203 -100.168334960938,20.0886077880859 -100.068069458008,20.0205535888672 -99.9772338867188,19.8633308410645 -99.9205627441406,19.8516654968262 -99.9355621337891,19.8299980163574 -99.8641815185547,19.73388671875 -99.8625030517578,19.6458320617676 -99.7791748046875,19.5961074829102 -99.7491760253906,19.5011100769043 -99.5413970947266,19.3691635131836 -99.5027923583984,19.129997253418</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Grijalva</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Usumacinta</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-92.2174530029297,18.224967956543 -92.3066711425781,18.2261085510254 -92.4791717529297,18.2899971008301 -92.58056640625,18.3847198486328 -92.6656188964844,18.4067115783691 -92.7302856445312,18.1711082458496 -92.6925048828125,18.1597213745117 -92.7011260986328,18.1233329772949 -92.7572326660156,18.0738868713379 -92.8739013671875,18.0458297729492 -92.9111175537109,17.9583320617676 -92.9780578613281,17.9666633605957 -93.0249862670898,17.9239597320557 -93.1422271728516,17.9436092376709 -93.2641830444336,17.9913902282715 -93.3094482421875,17.9597206115723 -93.3919525146484,17.607780456543 -93.5171203613281,17.5156402587891 -93.4494476318359,17.3783302307129 -93.4080657958984,17.3627777099609 -93.4300079345703,17.3247184753418 -93.4991760253906,17.366943359375 -93.5433349609375,17.3522186279297 -93.5347290039062,17.2402763366699 -93.5960845947266,17.1846923828125 -93.5750122070312,17.1616630554199 -93.5058441162109,17.181941986084 -93.4941711425781,17.131664276123 -93.3944549560547,17.0944442749023 -93.3886260986328,17.0416641235352 -93.2833404541016,17.0063858032227 -93.2072296142578,17.035831451416 -93.1075134277344,16.9669418334961 -93.1136169433594,16.873607635498 -93.0686187744141,16.8411102294922 -93.0741729736328,16.7991638183594 -93.0219573974609,16.719165802002 -92.899169921875,16.5763854980469 -92.7639007568359,16.517219543457 -92.7561187744141,16.4047203063965 -92.8238983154297,16.2977752685547 -92.5969543457031,16.1827774047852 -92.4989013671875,16.2513885498047 -92.5361175537109,16.1474990844727 -92.1030578613281,15.9124984741211 -92.0655670166016,15.8541660308838 -92.1389007568359,15.8966655731201 -92.2350006103516,15.7841663360596 -92.1530609130859,15.6902770996094 -92.1602783203125,15.5972213745117 -92.1163940429688,15.5391654968262 -92.106071472168,15.4399242401123</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Lacantum</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Usumacinta</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-91.1477966308594,16.1442794799805 -91.0291748046875,16.0986099243164 -90.9119567871094,16.1366653442383 -90.8825073242188,16.1772193908691 -90.9088897705078,16.204719543457 -90.8516693115234,16.2177772521973 -90.8700103759766,16.3136100769043 -90.7633361816406,16.3369407653809 -90.7611236572266,16.4258308410645 -90.7227783203125,16.470832824707 -90.7194519042969,16.4163856506348 -90.6763916015625,16.4599990844727 -90.6963958740234,16.4941635131836 -90.665283203125,16.5055541992188 -90.6838989257812,16.577220916748 -90.6581420898438,16.6442737579346</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Lerma</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande de Santiago</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-102.772399902344,20.196891784668 -102.622222900391,20.2291641235352 -102.443618774414,20.3380546569824 -102.211669921875,20.3430519104004 -102.10880279541,20.3890800476074 -101.995559692383,20.4030532836914 -101.994171142578,20.3269424438477 -101.98063659668,20.3673667907715 -101.950561523438,20.3644409179688 -101.920303344727,20.2110939025879 -101.888862609863,20.1911029815674 -101.820625305176,20.2117519378662 -101.673889160156,20.1908302307129 -101.606948852539,20.3180541992188 -101.460594177246,20.3336925506592 -101.4375,20.345832824707 -101.384170532227,20.4236106872559 -101.389450073242,20.4799995422363 -101.325561523438,20.5461082458496 -101.280563354492,20.5397186279297 -101.236953735352,20.5830535888672 -101.160308837891,20.5465469360352 -100.80778503418,20.4797210693359 -100.756958007812,20.5213851928711 -100.773345947266,20.5549964904785 -100.737228393555,20.6152763366699 -100.836944580078,20.8316650390625 -100.783615112305,20.9097213745117 -100.799453735352,21.0508308410645 -100.818893432617,21.1291656494141 -100.994735717773,21.3133316040039 -101.148345947266,21.3641662597656 -101.284729003906,21.3152770996094</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Moctezuma Panuco</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <MultiGeometry><LineString><coordinates>-97.7775115966797,22.2680549621582 -97.8491668701172,22.2138862609863 -97.9947357177734,22.2088851928711 -98.0119476318359,22.146110534668 -98.0519561767578,22.1438865661621 -98.0358428955078,22.1074981689453 -98.0652923583984,22.1019439697266 -98.0283355712891,22.0788879394531 -98.1072235107422,22.0774993896484 -98.1138916015625,22.0327758789062 -98.1441802978516,22.0663871765137 -98.1730651855469,22.0536079406738 -98.151123046875,22.1027755737305 -98.1830596923828,22.0855522155762 -98.2014007568359,22.1116638183594 -98.2808380126953,22.0444412231445 -98.3344573974609,22.0652770996094 -98.3658447265625,22.0202751159668 -98.4025115966797,22.0411109924316 -98.4263916015625,21.9574966430664 -98.5885620117188,21.9752597808838 -98.5733337402344,21.9411087036133 -98.5186157226562,21.9513854980469 -98.5550079345703,21.9333305358887 -98.5372314453125,21.9116630554199 -98.5639038085938,21.8844413757324 -98.5211181640625,21.8366661071777 -98.4902801513672,21.8519439697266 -98.4508361816406,21.7822189331055 -98.5252838134766,21.7205543518066 -98.5627899169922,21.7283325195312 -98.5627899169922,21.6894416809082 -98.61279296875,21.6947212219238 -98.6422653198242,21.6088275909424 -98.8155670166016,21.4761085510254 -98.8105621337891,21.4138870239258 -98.7158355712891,21.3099975585938 -98.7458343505859,21.275203704834</coordinates></LineString><LineString><coordinates>-99.290283203125,21.1458320617676 -99.3175048828125,21.1013870239258 -99.3764038085938,21.0936088562012 -99.3450012207031,21.0452766418457 -99.3861236572266,20.9258308410645 -99.4263916015625,20.8677749633789 -99.4788970947266,20.8522186279297 -99.5191802978516,20.725830078125 -99.4541778564453,20.6269416809082 -99.2469482421875,20.5355529785156 -99.2066802978516,20.4555549621582 -99.1994476318359,20.2511100769043 -99.3519592285156,20.1591644287109 -99.3094482421875,19.9688873291016</coordinates></LineString><LineString><coordinates>-98.7458343505859,21.275203704834 -99.2066802978516,21.1138877868652 -99.290283203125,21.1458320617676</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Moctezuma Yaqui</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Yaqui</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-109.573059082031,30.5288887023926 -109.635284423828,30.3083305358887 -109.795013427734,30.1658325195312 -109.782791137695,30.0080528259277 -109.741958618164,29.9619407653809 -109.743621826172,29.8747215270996 -109.681396484375,29.7999992370605 -109.616958618164,29.533332824707 -109.664169311523,29.4469413757324 -109.651123046875,29.3861083984375 -109.75862121582,29.3558311462402 -109.71085357666,29.1061096191406 -109.619186401367,28.9040546417236</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Nazas</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-105.097229003906,24.035831451416 -105.186950683594,24.244441986084 -105.151947021484,24.3027763366699 -105.192230224609,24.3594436645508 -105.161117553711,24.4333305358887 -105.327514648438,24.7599983215332 -105.313064575195,24.8188858032227 -105.36279296875,24.8766632080078 -105.448059082031,25.2163887023926 -105.153060913086,25.5441665649414 -105.096954345703,25.5194435119629 -105.006118774414,25.5819435119629 -104.939178466797,25.5849990844727 -104.88166809082,25.4958305358887 -104.892501831055,25.4574966430664 -104.697509765625,25.3127746582031 -104.620010375977,25.3088874816895 -104.528900146484,25.1391639709473 -104.325286865234,25.1269416809082 -104.044174194336,25.2669410705566 -103.728897094727,25.2697219848633 -103.72917175293,25.4491653442383 -103.495010375977,25.5394439697266 -103.349731445312,25.6780548095703 -103.265563964844,25.6919441223145 -103.204177856445,25.7513885498047 -103.039459228516,25.6799964904785 -102.878616333008,25.6927757263184</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Papigochic</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Yaqui</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-108.7392578125,28.9675445556641 -108.709167480469,28.9058303833008 -108.720794677734,28.8204536437988 -108.663619995117,28.7072219848633 -108.5625,28.631664276123</coordinates></LineString><LineString><coordinates>-109.233901977539,29.5409545898438 -109.170837402344,29.527774810791 -109.011947631836,29.3672218322754 -108.964172363281,29.3766632080078 -108.881393432617,29.1827774047852 -108.806945800781,29.1638870239258 -108.7392578125,28.9675445556641 -108.692504882812,28.9766654968262 -108.70361328125,29.083610534668 -108.570007324219,29.1847190856934 -108.583343505859,29.3177757263184 -108.485000610352,29.3883323669434 -108.38166809082,29.3844413757324 -108.346389770508,29.3466644287109 -108.348617553711,29.2263870239258 -108.269729614258,29.0424995422363 -108.220001220703,29.0099983215332 -108.095840454102,28.7847213745117 -107.959167480469,28.773609161377 -107.933334350586,28.9555549621582 -107.86279296875,29.0097198486328 -107.778625488281,28.9069442749023 -107.693893432617,28.7222213745117 -107.505844116211,28.6408309936523 -107.428344726562,28.2952766418457 -107.519180297852,28.1347198486328 -107.623901367188,28.1208305358887 -107.641677856445,28.1824989318848</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Pilon San Juan</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-100.269180297852,25.2380523681641 -100.144180297852,25.1377754211426 -100.123901367188,25.0452766418457 -100.029724121094,25.0141639709473 -99.9325103759766,25.0380554199219 -99.8597259521484,25.1658325195312 -99.8005676269531,25.156665802002 -99.6588897705078,25.2511100769043 -99.5636138916016,25.3622207641602 -99.5291748046875,25.4897193908691 -99.4466705322266,25.4941635131836 -99.4302825927734,25.522777557373 -99.3586120605469,25.5036087036133 -99.3230590820312,25.5366630554199 -99.2875061035156,25.6852760314941 -99.2180633544922,25.719165802002 -99.2330627441406,25.7819442749023 -99.1755676269531,25.8016662597656 -99.1883392333984,26.0733299255371 -99.1344451904297,26.0563888549805 -99.0419464111328,26.1019439697266 -99.0030670166016,26.0644416809082 -98.9872283935547,26.1124992370605 -98.9372253417969,26.1269416809082 -98.9583435058594,26.1808319091797 -98.915283203125,26.2002754211426 -98.8219604492188,26.3747177124023</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Rio Fuerte</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-109.414169311523,25.8663864135742 -109.3466796875,25.8383331298828 -109.246398925781,25.954719543457 -109.129455566406,25.9347190856934 -109.045013427734,25.9583320617676 -108.956680297852,25.9247207641602 -108.880844116211,26.0238876342773 -108.75862121582,26.0911102294922 -108.734451293945,26.1755523681641 -108.779724121094,26.281665802002 -108.682235717773,26.3422203063965 -108.574432373047,26.5134601593018 -108.520278930664,26.5455551147461 -108.5,26.6433296203613 -108.549453735352,26.8244438171387 -108.415008544922,26.8116645812988 -108.35612487793,26.8547210693359 -108.332229614258,26.9202766418457 -108.268615722656,26.8886108398438 -108.193069458008,26.9044418334961 -108.170013427734,26.877498626709 -108.055847167969,26.898609161377 -107.993347167969,26.9452743530273 -107.923889160156,26.8913879394531 -107.874176025391,26.8933296203613 -107.788070678711,26.8124961853027 -107.503616333008,26.7186088562012 -107.427780151367,26.7319412231445 -107.260986328125,26.6385803222656 -107.049453735352,26.6749992370605 -106.967514038086,26.6533317565918 -106.827789306641,26.5430526733398 -106.848892211914,26.4738883972168 -106.658889770508,26.0088882446289</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Rio Grande</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-106.538993835449,31.7862071990967 -106.538970947266,31.7861976623535 -106.383041381836,31.7337627410889 -106.212753295898,31.4781284332275 -105.998359680176,31.3938179016113 -105.769729614258,31.1707801818848 -105.603218078613,31.0864276885986 -105.554382324219,30.9982852935791 -105.409065246582,30.9025096893311 -105.390312194824,30.8530807495117 -105.313781738281,30.8165073394775 -105.28759765625,30.8319492340088 -105.258186340332,30.7976531982422 -105.214340209961,30.8120861053467 -105.060562133789,30.6878700256348 -104.997543334961,30.6843338012695 -104.986930847168,30.6413249969482 -104.890678405762,30.570556640625 -104.852996826172,30.3922634124756 -104.80647277832,30.3764476776123 -104.813957214355,30.3504695892334 -104.702613830566,30.238489151001 -104.674758911133,30.1489639282227 -104.696495056152,30.0573024749756 -104.674369812012,29.9092826843262 -104.577560424805,29.8079357147217 -104.535247802734,29.6794662475586 -104.436172485352,29.5984878540039 -104.377593994141,29.5506114959717 -104.204734802246,29.4840412139893 -104.16438293457,29.4007148742676 -104.045631408691,29.3281192779541 -103.786994934082,29.2672595977783 -103.767761230469,29.2812404632568 -103.782157897949,29.2297954559326 -103.739852905273,29.2303485870361 -103.720314025879,29.1906318664551 -103.526237487793,29.1466464996338 -103.474075317383,29.0721340179443 -103.375450134277,29.0321083068848 -103.335517883301,29.0503387451172 -103.280349731445,28.9863739013672 -103.266586303711,29.007453918457 -103.153465270996,28.9786815643311 -102.988098144531,29.1908626556396 -102.866172790527,29.2290363311768 -102.908325195312,29.2692031860352 -102.883010864258,29.3533706665039 -102.822204589844,29.41184425354 -102.804725646973,29.5301456451416 -102.676361083984,29.7442245483398 -102.63761138916,29.7323379516602 -102.576499938965,29.778247833252 -102.551948547363,29.7495002746582 -102.50309753418,29.7854557037354 -102.384796142578,29.7679462432861 -102.367561340332,29.8452892303467 -102.324333190918,29.8801155090332 -102.063995361328,29.7845706939697 -101.973320007324,29.8187732696533 -101.924224853516,29.788501739502 -101.81909942627,29.8141250610352 -101.805206298828,29.7799987792969 -101.759094238281,29.787166595459 -101.639671325684,29.7569599151611 -101.581489562988,29.7651500701904 -101.543952941895,29.8101196289062 -101.538345336914,29.7630176544189 -101.47046661377,29.7886905670166 -101.448425292969,29.7605857849121 -101.401275634766,29.769905090332 -101.41609954834,29.745433807373 -101.370613098145,29.6612586975098 -101.36840057373,29.6571617126465 -101.305862426758,29.6524314880371 -101.308929443359,29.5809097290039 -101.254585266113,29.6287498474121 -101.261428833008,29.5264739990234 -101.067359924316,29.4735527038574 -101.009056091309,29.373254776001 -100.796989440918,29.2425022125244 -100.768608093262,29.1665706634521 -100.668769836426,29.0800724029541 -100.64722442627,28.9223499298096 -100.589790344238,28.8942222595215 -100.497909545898,28.6609878540039 -100.403175354004,28.5897331237793 -100.419532775879,28.5441913604736 -100.345802307129,28.5008106231689 -100.376770019531,28.4786510467529 -100.351570129395,28.3941822052002 -100.292892456055,28.3203601837158 -100.297920227051,28.2803535461426 -100.22346496582,28.2414569854736 -100.214073181152,28.2019348144531 -100.096923828125,28.1542816162109 -99.9933090209961,28.0034599304199 -99.9418563842773,27.9868812561035 -99.8747329711914,27.7976856231689 -99.8157272338867,27.7801074981689 -99.7144927978516,27.6615581512451 -99.549186706543,27.6126270294189 -99.526741027832,27.5042839050293 -99.4904937744141,27.4907550811768 -99.543586730957,27.3186531066895 -99.4652709960938,27.2698841094971 -99.4371566772461,27.199197769165 -99.4550628662109,27.0286483764648 -99.3927154541016,26.9955501556396 -99.3905181884766,26.9466304779053 -99.2855224609375,26.8573608398438 -99.2847900390625,26.8556575775146</coordinates></LineString><LineString><coordinates>-98.8219604492188,26.3747177124023 -98.8198318481445,26.3750705718994 -98.6779174804688,26.2420558929443 -98.599967956543,26.2604541778564 -98.4885177612305,26.2015438079834 -98.4533920288086,26.220911026001 -98.384521484375,26.1560306549072 -98.3471908569336,26.1586799621582 -98.3279342651367,26.1116466522217 -98.2922744750977,26.1328086853027 -98.271354675293,26.1208953857422 -98.2919464111328,26.0981044769287 -98.2006912231445,26.0553760528564 -98.0832138061523,26.0657577514648 -98.0763473510742,26.0346260070801 -98.0400695800781,26.0593948364258 -97.867431640625,26.0601406097412 -97.6479721069336,26.0234451293945 -97.612922668457,25.9620018005371 -97.5749359130859,25.9541721343994 -97.590087890625,25.9332313537598 -97.4343490600586,25.8451976776123 -97.3856430053711,25.8453617095947 -97.380989074707,25.9170207977295 -97.3044357299805,25.938663482666 -97.3071441650391,25.965124130249 -97.1722259521484,25.954568862915</coordinates></LineString><LineString><coordinates>-99.2847900390625,26.8556575775146 -99.1658172607422,26.5798892974854 -99.1686782836914,26.5457286834717 -99.1014709472656,26.4883403778076 -99.1067276000977,26.4195308685303 -98.9392700195312,26.3953094482422 -98.9088973999023,26.3603286743164 -98.8219604492188,26.3747177124023</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Rio Grande de Santiago</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande de Santiago</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-102.776718139648,20.3134574890137 -102.720840454102,20.2597198486328 -102.772399902344,20.196891784668</coordinates></LineString><LineString><coordinates>-104.078079223633,21.2025718688965 -104.049453735352,21.148609161377 -103.884170532227,21.0863876342773 -103.882507324219,21.0061073303223 -103.771392822266,20.9338874816895 -103.650283813477,20.9269409179688 -103.526397705078,20.9969444274902 -103.517227172852,21.0497207641602 -103.429458618164,21.0549964904785 -103.277786254883,20.7352752685547 -103.135009765625,20.6177749633789 -103.159729003906,20.4561080932617 -103.100280761719,20.4072189331055 -102.808059692383,20.3883323669434 -102.767791748047,20.3494415283203 -102.776718139648,20.3134574890137 -103.029449462891,20.3399963378906 -103.171112060547,20.2805519104004 -103.36279296875,20.2827758789062 -103.425842285156,20.2544441223145 -103.173889160156,20.1613883972168 -103.055847167969,20.1955528259277 -102.899436950684,20.1677742004395 -102.810012817383,20.1038856506348 -102.686683654785,20.1691665649414 -102.692497253418,20.2008323669434 -102.772399902344,20.196891784668</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Rio Salado</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-102.473892211914,28.913330078125 -102.401947021484,28.9166641235352 -102.353897094727,28.8752746582031 -102.258346557617,28.6516647338867 -102.121948242188,28.6133308410645 -102.083068847656,28.5602760314941 -101.925842285156,28.5394439697266 -101.850845336914,28.4683303833008 -101.601959228516,28.3627777099609 -101.488616943359,28.2011108398438 -101.367233276367,28.1558303833008 -101.311950683594,27.9674987792969 -101.250289916992,27.9683303833008 -101.131118774414,27.8472213745117 -101.051681518555,27.8172187805176 -100.951126098633,27.6958312988281 -100.711669921875,27.6313858032227 -100.711669921875,27.5494422912598 -100.661117553711,27.4994430541992 -100.615570068359,27.5297203063965 -100.498611450195,27.4819412231445 -100.342224121094,27.3144416809082 -100.128067016602,27.2388877868652 -100.090835571289,27.1786079406738 -99.9694519042969,27.1686096191406 -99.9511260986328,27.1347198486328 -99.9950103759766,27.0583305358887 -99.9586181640625,27.0036087036133 -99.8580627441406,26.9649963378906 -99.854736328125,26.8997192382812 -99.6338958740234,26.8991661071777 -99.4633483886719,26.7799987792969 -99.2847900390625,26.8556575775146</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Rio Santiago</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Rio Grande de Santiago</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-104.078079223633,21.2025718688965 -103.961395263672,21.2877769470215 -103.955841064453,21.3597221374512 -103.850845336914,21.5311088562012 -103.776123046875,21.7386093139648 -103.79084777832,21.9280548095703 -103.701675415039,22.0188865661621 -103.680511474609,22.1214218139648 -103.741668701172,22.2174987792969 -103.726959228516,22.396110534668 -103.675842285156,22.469165802002 -103.67529296875,22.6061096191406 -103.568618774414,22.7083320617676 -103.48112487793,22.8874969482422 -103.456954956055,22.9744415283203 -103.496948242188,23.0133323669434</coordinates></LineString><LineString><coordinates>-105.448333740234,21.6730537414551 -105.362228393555,21.6799964904785 -105.313613891602,21.7227745056152 -105.286117553711,21.7072219848633 -105.271392822266,21.75 -105.234725952148,21.7288856506348 -105.217514038086,21.7991638183594 -105.063606262207,21.8049964904785 -105.013061523438,21.725830078125 -104.833068847656,21.7788887023926 -104.814453125,21.8233299255371 -104.730285644531,21.8530540466309 -104.621398925781,21.7161102294922 -104.516952514648,21.4752769470215 -104.457229614258,21.4719429016113 -104.326400756836,21.2691650390625 -104.263061523438,21.2447204589844 -104.227508544922,21.1777763366699 -104.078079223633,21.2025718688965</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Rio Santo Domingo</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <MultiGeometry><LineString><coordinates>-96.6470489501953,18.3383750915527 -96.5897369384766,18.3408317565918 -96.6869506835938,18.402774810791 -96.5675048828125,18.4199981689453 -96.5372314453125,18.381664276123 -96.6013946533203,18.3730545043945 -96.4630584716797,18.3155517578125 -96.3966598510742,18.2366638183594</coordinates></LineString><LineString><coordinates>-96.6470489501953,18.3383750915527 -96.6044464111328,18.3030548095703 -96.6419525146484,18.2972221374512 -96.6019592285156,18.196662902832 -96.5052795410156,18.1283302307129 -96.4250030517578,18.1602745056152 -96.4091796875,18.0927772521973 -96.3858337402344,18.1736106872559 -96.4336242675781,18.2244415283203 -96.3589019775391,18.1947212219238 -96.3966598510742,18.2366638183594</coordinates></LineString><LineString><coordinates>-96.9666748046875,18.6436080932617 -96.9019470214844,18.6744422912598 -96.8583374023438,18.5844421386719 -96.7905578613281,18.5433311462402 -96.7844543457031,18.4730529785156 -96.7263946533203,18.3849983215332 -96.6470489501953,18.3383750915527</coordinates></LineString><LineString><coordinates>-96.3966598510742,18.2366638183594 -96.3275146484375,18.3002777099609 -96.236572265625,18.2137966156006 -96.2052917480469,18.180269241333 -96.1613922119141,18.1855506896973 -96.1502838134766,18.1416702270508 -96.0946502685547,18.1640796661377 -96.0853424072266,18.162281036377 -96.0672302246094,18.1774978637695 -96.0352783203125,18.1611099243164 -96.0244445800781,18.219165802002 -95.9983367919922,18.1866645812988 -95.9825134277344,18.2563858032227 -95.9572296142578,18.2186088562012 -95.9447326660156,18.25 -95.8997344970703,18.2369422912598 -95.9080657958984,18.2658309936523 -95.8114013671875,18.3222198486328 -95.8033447265625,18.3708305358887 -95.7514038085938,18.3144416809082 -95.760009765625,18.3683319091797 -95.7097320556641,18.379997253418 -95.7247314453125,18.5466651916504 -95.6966705322266,18.600830078125 -95.6636199951172,18.6005554199219 -95.6319580078125,18.6413879394531 -95.6389007568359,18.698055267334</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Rio Sonora</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-110.494735717773,31.2213859558105 -110.463348388672,31.1683311462402 -110.47639465332,31.0824966430664 -110.568344116211,31.0044441223145 -110.70361328125,30.8094444274902 -110.669174194336,30.6938858032227 -110.720001220703,30.2236099243164 -110.579177856445,29.8213882446289 -110.554458618164,29.6013870239258 -110.726959228516,29.5144424438477 -110.859451293945,29.2952766418457 -110.859725952148,29.1905517578125 -110.919052124023,29.0747909545898 -111.072784423828,29.1161079406738 -111.170837402344,29.1027755737305 -111.480010986328,28.9022216796875 -111.635833740234,28.8811073303223 -111.782501220703,28.7916641235352 -111.854446411133,28.798885345459</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Rio Trinidad</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-95.6636199951172,18.6005554199219 -95.5855560302734,18.513053894043 -95.5875091552734,18.429443359375 -95.5319519042969,18.3591651916504 -95.5086212158203,18.2355537414551 -95.4711151123047,18.2577743530273 -95.417236328125,18.1766662597656 -95.2397308349609,18.1047210693359 -95.2366790771484,18.0374984741211 -95.1416778564453,17.9416656494141 -95.1568450927734,17.8198776245117 -95.1219482421875,17.7930526733398 -95.1222229003906,17.7452774047852 -95.2491760253906,17.6216659545898 -95.3025054931641,17.504997253418 -95.4147338867188,17.4386100769043 -95.5825042724609,17.396110534668 -95.7197265625,17.2177772521973 -95.7105560302734,17.1811103820801 -95.7561187744141,17.1747207641602 -95.8075103759766,17.1141662597656 -95.8344573974609,17.013053894043 -95.9650115966797,17.0191650390625</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>San Fernando</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-99.9827880859375,23.9386100769043 -99.7961120605469,24.0041656494141 -99.8186187744141,24.1108322143555 -99.7763977050781,24.1563873291016 -99.6977844238281,24.1344413757324 -99.6391754150391,24.1763877868652 -99.5600128173828,24.1399993896484 -99.5061187744141,24.17138671875 -99.4225006103516,24.1480522155762 -99.3363952636719,24.1894416809082 -99.2852783203125,24.1705551147461 -99.2794494628906,24.1172218322754 -99.1902923583984,24.0838851928711 -98.9566802978516,24.0666656494141 -98.7725067138672,24.0205535888672 -98.6864013671875,23.9658317565918 -98.6211242675781,23.9913864135742 -98.5872344970703,23.9372215270996 -98.5147247314453,23.9688873291016 -98.4839019775391,23.9169425964355 -98.4827880859375,23.9688873291016 -98.4375,23.9622192382812 -98.4247283935547,24.014720916748 -98.36279296875,24.0524978637695 -98.2605590820312,23.9866638183594 -98.2041778564453,23.8383331298828 -98.2450103759766,23.8027763366699 -98.1933441162109,23.7169418334961 -98.1627807617188,23.7766647338867 -98.0425262451172,23.7227783203125 -97.9808349609375,23.7922210693359 -97.8179779052734,23.7839279174805</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>San Lorenzo</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <MultiGeometry><LineString><coordinates>-106.484642028809,24.7058620452881 -106.404449462891,24.7305526733398 -106.275848388672,24.8474998474121 -106.168334960938,24.8519439697266 -106.004730224609,25.0152740478516</coordinates></LineString><LineString><coordinates>-106.484642028809,24.7058620452881 -106.392791748047,24.6311073303223 -106.333618164062,24.6541633605957 -106.190292358398,24.5924987792969 -106.128616333008,24.5255546569824 -105.845001220703,24.5722198486328</coordinates></LineString><LineString><coordinates>-107.417785644531,24.2541656494141 -107.400283813477,24.2999992370605 -107.269454956055,24.3772201538086 -107.102233886719,24.4461097717285 -106.940567016602,24.4583320617676 -106.951950073242,24.4913864135742 -106.890289306641,24.5288887023926 -106.803344726562,24.5272216796875 -106.781677246094,24.5986099243164 -106.705841064453,24.629997253418 -106.711669921875,24.6586074829102 -106.484642028809,24.7058620452881</coordinates></LineString><LineString><coordinates>-105.845001220703,24.5722198486328 -105.785278320312,24.708610534668 -105.78889465332,24.7791633605957 -105.887222290039,24.9513854980469</coordinates></LineString><LineString><coordinates>-105.845001220703,24.5722198486328 -105.725006103516,24.6430549621582 -105.619171142578,24.6308326721191 -105.57389831543,24.5380554199219 -105.476669311523,24.5483322143555</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>San Pedro</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-104.658889770508,24.192497253418 -104.609176635742,24.1969413757324 -104.583343505859,24.1283302307129 -104.445281982422,24.0847206115723 -104.398895263672,24.025276184082 -104.329452514648,24.0294418334961 -104.308624267578,23.9322204589844 -104.258895874023,23.8813858032227 -104.29084777832,23.7911109924316 -104.24528503418,23.7247200012207 -104.339736938477,23.6333312988281 -104.474731445312,23.2172203063965 -104.534454345703,23.1847190856934 -104.743347167969,23.168888092041 -104.796112060547,23.1122207641602 -105.008056640625,23.0205535888672 -105.001113891602,22.8497200012207 -104.921676635742,22.8219413757324 -104.894180297852,22.7413864135742 -104.91862487793,22.6799964904785 -104.881393432617,22.5844421386719 -104.925003051758,22.5033302307129 -104.999176025391,22.4947204589844 -105.040557861328,22.4341659545898 -105.036956787109,22.3247184753418 -104.920837402344,22.0799980163574 -104.947235107422,21.969165802002 -104.980010986328,21.9452743530273 -105.056121826172,21.9802742004395 -105.085845947266,21.9372215270996 -105.118621826172,21.9727745056152 -105.408065795898,21.9336090087891 -105.46452331543,21.8414726257324 -105.527229309082,21.8159255981445</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Santa Maria</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-100.960556030273,21.7558326721191 -100.901123046875,21.8430519104004 -100.814727783203,21.8980522155762 -100.750839233398,21.8677749633789 -100.725006103516,21.8038864135742 -100.5322265625,21.7586097717285 -100.411117553711,21.6799964904785 -100.267791748047,21.6391639709473 -100.051116943359,21.4677772521973 -99.8671569824219,21.4569435119629 -99.7269592285156,21.5113868713379 -99.6461181640625,21.4799995422363 -99.4950103759766,21.3183326721191 -99.42333984375,21.1666641235352 -99.290283203125,21.1458320617676</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Tampaon</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+      <LineString><coordinates>-99.1985626220703,21.6457099914551 -99.1650085449219,21.6780548095703 -99.181396484375,21.7094421386719 -99.1400146484375,21.8116645812988 -98.9969482421875,21.8169441223145 -99.0005645751953,21.8422203063965 -98.9655609130859,21.8316650390625 -98.9552917480469,21.8594436645508 -98.8188934326172,21.8530540466309 -98.8136138916016,21.942497253418 -98.7583465576172,21.9227752685547 -98.75,21.9883308410645 -98.6275024414062,22.002498626709 -98.5885620117188,21.9752597808838</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Tzanconeja</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Usumacinta</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-92.1864013671875,16.9980545043945 -92.0605621337891,16.8852767944336 -91.9852905273438,16.8888854980469 -91.899169921875,16.836109161377 -91.8194580078125,16.8283309936523 -91.8086242675781,16.869441986084 -91.7608337402344,16.8744430541992 -91.6216735839844,16.7797203063965 -91.5761260986328,16.7055549621582 -91.5744476318359,16.5758323669434 -91.5314025878906,16.5238876342773 -91.4183349609375,16.4847221374512 -91.4000091552734,16.4247207641602 -91.3388977050781,16.3847198486328 -91.3408355712891,16.3219413757324 -91.3055572509766,16.3080520629883 -91.2894592285156,16.2424964904785 -91.2008361816406,16.2072219848633 -91.1477966308594,16.1442794799805</coordinates></LineString>
+  </Placemark>
+  <Placemark>
+	<name>Usumacinta</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Usumacinta</SimpleData>
+	</SchemaData></ExtendedData>
+      <MultiGeometry><LineString><coordinates>-92.4808349609375,18.656665802002 -92.4102783203125,18.4930534362793 -92.2755584716797,18.406665802002 -92.2769470214844,18.327220916748 -92.2174530029297,18.224967956543 -92.1844482421875,18.1186103820801 -92.1218719482422,18.0884857177734 -92.1408386230469,18.0022201538086 -92.1163940429688,17.9630546569824 -91.9902114868164,17.9119396209717 -91.9898986816406,17.9122200012207 -91.9505615234375,17.8955497741699 -91.945556640625,17.8547191619873 -91.9125137329102,17.8872203826904 -91.8233337402344,17.88916015625 -91.7866668701172,17.8555507659912 -91.7728729248047,17.7736892700195 -91.7936172485352,17.7266693115234 -91.6986236572266,17.7141609191895 -91.6985702514648,17.7140560150146 -91.6202850341797,17.7383308410645 -91.6575012207031,17.7716636657715 -91.6205596923828,17.7813873291016 -91.6161193847656,17.8266639709473 -91.5691680908203,17.8136100769043 -91.5519561767578,17.7469444274902 -91.5136260986328,17.8024978637695 -91.4794464111328,17.7608299255371 -91.4246978759766,17.7649536132812 -91.4525146484375,17.7008323669434 -91.3761138916016,17.7024993896484 -91.4027862548828,17.6424980163574 -91.3577880859375,17.5913887023926 -91.4064025878906,17.5652770996094 -91.5111236572266,17.5833320617676 -91.4305572509766,17.4883308410645 -91.5044555664062,17.4861106872559 -91.5075607299805,17.4697742462158 -91.4961166381836,17.4041595458984 -91.4263916015625,17.3869400024414 -91.3880615234375,17.32666015625 -91.4375,17.2411079406738 -91.352783203125,17.1763877868652 -91.2772369384766,17.1783332824707 -91.1844482421875,17.0355529785156 -91.1183471679688,17.0102767944336 -91.0627899169922,16.902774810791 -90.98583984375,16.8680534362793 -90.9833374023438,16.9030532836914 -90.9552917480469,16.8991661071777 -90.9661254882812,16.8719444274902 -90.9211120605469,16.829719543457 -90.8033447265625,16.8049964904785 -90.7142791748047,16.7264595031738 -90.6581420898438,16.6442737579346</coordinates></LineString><LineString><coordinates>-92.1218719482422,18.0884857177734 -92.0816802978516,18.1216659545898 -92.0847320556641,18.2377777099609 -91.901123046875,18.3549995422363 -91.8577880859375,18.4291648864746</coordinates></LineString></MultiGeometry>
+  </Placemark>
+  <Placemark>
+	<name>Yaqui</name>
+	<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
+	<ExtendedData><SchemaData schemaUrl="#shapefile">
+		<SimpleData name="SYSTEM">Yaqui</SimpleData>
+	</SchemaData></ExtendedData>
+      <LineString><coordinates>-109.619186401367,28.9040546417236 -109.636672973633,28.7522201538086 -109.552505493164,28.6002769470215 -109.550567626953,28.5308303833008 -109.521392822266,28.5341644287109 -109.520004272461,28.4683303833008 -109.682510375977,28.1736106872559 -109.798065185547,28.1430549621582 -109.832229614258,28.1683311462402 -109.878890991211,28.1324996948242 -109.789726257324,27.9897193908691 -109.802230834961,27.942497253418 -109.870826721191,27.9058303833008 -109.917793273926,27.958610534668 -109.894508361816,27.8341808319092 -109.922225952148,27.6377754211426 -110.113067626953,27.5424995422363 -110.131393432617,27.571662902832 -110.29833984375,27.594165802002 -110.369445800781,27.6419410705566 -110.463348388672,27.5924987792969 -110.599166870117,27.6577758789062</coordinates></LineString>
+  </Placemark>
+</Folder>
+</Document></kml>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ogr2ogr_geojson.json	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,36 @@
+{
+"type": "FeatureCollection",
+"name": "shapefile",
+"features": [
+{ "type": "Feature", "properties": { "NAME": "Amajac", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -98.745834350585938, 21.275203704833984 ], [ -98.781402587890625, 21.180553436279297 ], [ -98.95611572265625, 21.074996948242188 ], [ -98.962509155273438, 21.011943817138672 ], [ -99.003616333007812, 21.018054962158203 ], [ -99.056121826171875, 20.944999694824219 ], [ -99.022232055664062, 20.846942901611328 ], [ -98.961395263671875, 20.816387176513672 ], [ -98.888626098632812, 20.581943511962891 ], [ -98.835281372070312, 20.522220611572266 ], [ -98.8114013671875, 20.334999084472656 ], [ -98.7308349609375, 20.325832366943359 ], [ -98.697784423828125, 20.283885955810547 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Balsas", "SYSTEM": "Balsas" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -102.915557861328125, 19.930553436279297 ], [ -102.807342529296875, 19.899150848388672 ], [ -102.891403198242188, 19.830829620361328 ], [ -102.829452514648438, 19.771942138671875 ], [ -102.780288696289062, 19.473052978515625 ], [ -102.745010375976562, 19.424999237060547 ], [ -102.781402587890625, 19.377777099609375 ], [ -102.77862548828125, 19.298862457275391 ], [ -102.812225341796875, 19.356941223144531 ], [ -103.067230224609375, 19.447498321533203 ], [ -103.064727783203125, 19.556941986083984 ] ], [ [ -102.77862548828125, 19.298862457275391 ], [ -102.771392822265625, 19.174720764160156 ], [ -102.637222290039062, 19.053054809570312 ], [ -102.487228393554688, 19.01361083984375 ], [ -102.317779541015625, 18.899440765380859 ], [ -102.1319580078125, 18.853885650634766 ], [ -102.072509765625, 18.848609924316406 ], [ -102.080291748046875, 18.892219543457031 ], [ -102.052230834960938, 18.913330078125 ], [ -102.024726867675781, 18.818607330322266 ], [ -102.001106262207031, 18.901386260986328 ], [ -101.973068237304688, 18.886665344238281 ], [ -101.950286865234375, 18.912498474121094 ], [ -102.000839233398438, 18.798053741455078 ], [ -101.966667175292969, 18.761665344238281 ], [ -101.935012817382812, 18.794166564941406 ], [ -101.933616638183594, 18.758052825927734 ], [ -101.870292663574219, 18.752498626708984 ], [ -101.892501831054688, 18.730831146240234 ], [ -101.871116638183594, 18.692497253417969 ], [ -101.8094482421875, 18.742221832275391 ], [ -101.852783203125, 18.628330230712891 ], [ -101.70556640625, 18.670555114746094 ], [ -101.683059692382812, 18.618331909179688 ], [ -101.651123046875, 18.617496490478516 ], [ -101.6219482421875, 18.676387786865234 ], [ -101.603347778320312, 18.594165802001953 ], [ -101.561683654785156, 18.599163055419922 ], [ -101.559173583984375, 18.534721374511719 ], [ -101.513343811035156, 18.498607635498047 ], [ -101.295562744140625, 18.533607482910156 ] ], [ [ -102.1319580078125, 18.853885650634766 ], [ -102.016403198242188, 18.783885955810547 ], [ -102.000289916992188, 18.731666564941406 ], [ -101.9263916015625, 18.715274810791016 ], [ -101.9375, 18.679996490478516 ], [ -101.876106262207031, 18.675277709960938 ], [ -101.911392211914062, 18.649997711181641 ], [ -101.877227783203125, 18.619998931884766 ], [ -101.918060302734375, 18.514442443847656 ], [ -101.888343811035156, 18.494441986083984 ], [ -101.888633728027344, 18.439998626708984 ], [ -101.994743347167969, 18.475276947021484 ], [ -101.8961181640625, 18.40777587890625 ], [ -101.870292663574219, 18.317218780517578 ], [ -101.900283813476562, 18.261386871337891 ] ], [ [ -101.295562744140625, 18.533607482910156 ], [ -101.34722900390625, 18.46221923828125 ], [ -101.436111450195312, 18.466110229492188 ], [ -101.427230834960938, 18.427219390869141 ], [ -101.587783813476562, 18.515830993652344 ], [ -101.634170532226562, 18.592220306396484 ], [ -101.725852966308594, 18.532218933105469 ], [ -101.769180297851562, 18.576942443847656 ], [ -101.8477783203125, 18.547775268554688 ], [ -101.870010375976562, 18.491664886474609 ], [ -101.851119995117188, 18.295829772949219 ], [ -101.7872314453125, 18.289443969726562 ], [ -101.836402893066406, 18.239166259765625 ], [ -101.900283813476562, 18.261386871337891 ] ], [ [ -101.295562744140625, 18.533607482910156 ], [ -101.087509155273438, 18.501110076904297 ], [ -101.011123657226562, 18.517219543457031 ], [ -100.946670532226562, 18.441944122314453 ], [ -100.909454345703125, 18.449996948242188 ], [ -100.915283203125, 18.477497100830078 ], [ -100.793060302734375, 18.472221374511719 ], [ -100.7327880859375, 18.406387329101562 ], [ -100.692230224609375, 18.415275573730469 ], [ -100.695556640625, 18.305831909179688 ], [ -100.628067016601562, 18.334442138671875 ], [ -100.540847778320312, 18.202499389648438 ], [ -100.49334716796875, 18.198329925537109 ], [ -100.4969482421875, 18.148887634277344 ], [ -100.330001831054688, 18.170276641845703 ], [ -100.335556030273438, 18.109996795654297 ], [ -100.270278930664062, 18.124996185302734 ], [ -100.111114501953125, 18.050830841064453 ], [ -100.040283203125, 17.969718933105469 ], [ -99.960845947265625, 17.954166412353516 ], [ -99.7630615234375, 17.994998931884766 ], [ -99.536117553710938, 17.921665191650391 ], [ -99.394454956054688, 17.952499389648438 ], [ -99.25750732421875, 17.905830383300781 ], [ -99.033889770507812, 17.890830993652344 ], [ -98.932785034179688, 17.972221374511719 ], [ -98.929458618164062, 18.025554656982422 ], [ -98.830001831054688, 18.035274505615234 ], [ -98.756484985351562, 18.120471954345703 ], [ -98.636123657226562, 18.075275421142578 ], [ -98.634170532226562, 18.108055114746094 ], [ -98.579177856445312, 18.111110687255859 ], [ -98.480087280273438, 18.189781188964844 ] ], [ [ -101.900283813476562, 18.261386871337891 ], [ -101.987503051757812, 18.202220916748047 ], [ -102.1461181640625, 18.174163818359375 ], [ -102.17974853515625, 17.921665191650391 ] ], [ [ -98.480087280273438, 18.189781188964844 ], [ -98.401397705078125, 18.323055267333984 ], [ -98.271392822265625, 18.401943206787109 ], [ -98.253616333007812, 18.506664276123047 ], [ -98.190841674804688, 18.588607788085938 ], [ -97.994735717773438, 18.679721832275391 ], [ -97.906112670898438, 18.761665344238281 ], [ -97.9202880859375, 18.812774658203125 ], [ -97.995559692382812, 18.830829620361328 ], [ -98.1158447265625, 18.936386108398438 ], [ -98.155288696289062, 18.921665191650391 ], [ -98.273056030273438, 18.964443206787109 ], [ -98.2227783203125, 19.041385650634766 ], [ -98.218338012695312, 19.124721527099609 ], [ -98.283615112304688, 19.283054351806641 ], [ -98.132781982421875, 19.344997406005859 ], [ -98.025848388671875, 19.428886413574219 ] ], [ [ -98.480087280273438, 18.189781188964844 ], [ -98.404449462890625, 18.199165344238281 ], [ -98.335006713867188, 18.162776947021484 ], [ -98.29278564453125, 18.036109924316406 ], [ -98.160003662109375, 17.972499847412109 ], [ -98.10833740234375, 17.673885345458984 ], [ -98.005569458007812, 17.614166259765625 ], [ -97.946670532226562, 17.463054656982422 ], [ -97.886123657226562, 17.440830230712891 ], [ -97.778335571289062, 17.257221221923828 ], [ -97.773345947265625, 17.052776336669922 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Bavispe", "SYSTEM": "Yaqui" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.619186401367188, 28.904054641723633 ], [ -109.5836181640625, 28.930831909179688 ], [ -109.655563354492188, 29.101665496826172 ], [ -109.579177856445312, 29.128330230712891 ], [ -109.4102783203125, 29.102218627929688 ], [ -109.235000610351562, 29.234443664550781 ], [ -109.227508544921875, 29.424999237060547 ], [ -109.258346557617188, 29.441108703613281 ], [ -109.233901977539062, 29.54095458984375 ], [ -109.301956176757812, 29.847774505615234 ], [ -109.259170532226562, 29.985275268554688 ], [ -109.293624877929688, 30.009162902832031 ], [ -109.260009765625, 30.026943206787109 ], [ -109.259170532226562, 30.07611083984375 ], [ -109.316116333007812, 30.116943359375 ], [ -109.309722900390625, 30.211666107177734 ], [ -109.376113891601562, 30.334163665771484 ], [ -109.338623046875, 30.514999389648438 ], [ -109.374725341796875, 30.646663665771484 ], [ -109.31695556640625, 30.68499755859375 ], [ -109.3416748046875, 30.713607788085938 ], [ -109.290847778320312, 30.736663818359375 ], [ -109.253341674804688, 30.809719085693359 ], [ -109.17333984375, 30.82611083984375 ], [ -109.11334228515625, 30.813888549804688 ], [ -108.957504272460938, 30.61444091796875 ], [ -108.965835571289062, 30.542499542236328 ], [ -108.91778564453125, 30.438053131103516 ], [ -108.962509155273438, 30.293052673339844 ], [ -108.892791748046875, 30.275276184082031 ], [ -108.901123046875, 30.221942901611328 ], [ -108.81390380859375, 30.185276031494141 ], [ -108.757232666015625, 30.017219543457031 ], [ -108.683624267578125, 29.97027587890625 ], [ -108.628616333007812, 29.850830078125 ], [ -108.5694580078125, 29.806110382080078 ], [ -108.552505493164062, 29.674442291259766 ], [ -108.42388916015625, 29.567218780517578 ], [ -108.418060302734375, 29.503887176513672 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Colorado", "SYSTEM": "Colorado" }, "geometry": { "type": "LineString", "coordinates": [ [ -114.721244812011719, 32.720832824707031 ], [ -114.721260070800781, 32.720809936523438 ], [ -114.808601379394531, 32.615993499755859 ], [ -114.819305419921875, 32.504447937011719 ], [ -114.936698913574219, 32.473049163818359 ], [ -114.964202880859375, 32.368610382080078 ], [ -115.041496276855469, 32.254669189453125 ], [ -114.9989013671875, 32.1361083984375 ], [ -115.017898559570312, 31.947488784790039 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Conchos", "SYSTEM": "Rio Grande" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -106.9041748046875, 27.844444274902344 ], [ -106.622512817382812, 27.816108703613281 ], [ -106.484451293945312, 27.846942901611328 ], [ -106.42584228515625, 27.890552520751953 ], [ -106.252227783203125, 27.823055267333984 ], [ -106.197784423828125, 27.8780517578125 ], [ -106.083343505859375, 27.917221069335938 ], [ -105.924179077148438, 27.907497406005859 ], [ -105.765838623046875, 27.988887786865234 ], [ -105.76806640625, 28.044166564941406 ], [ -105.676963806152344, 28.148887634277344 ], [ -105.543624877929688, 28.179996490478516 ], [ -105.395675659179688, 28.347049713134766 ], [ -105.431396484375, 28.468887329101562 ], [ -105.388900756835938, 28.602775573730469 ], [ -105.462783813476562, 28.636943817138672 ], [ -105.45916748046875, 28.743610382080078 ], [ -105.4888916015625, 28.791385650634766 ], [ -105.46112060546875, 28.830276489257812 ], [ -105.3114013671875, 28.875831604003906 ], [ -105.328338623046875, 28.921108245849609 ], [ -105.298614501953125, 28.92138671875 ], [ -105.266403198242188, 29.008609771728516 ], [ -105.149169921875, 29.048332214355469 ], [ -105.055007934570312, 29.162776947021484 ], [ -105.055282592773438, 29.246387481689453 ], [ -104.998611450195312, 29.256107330322266 ], [ -104.961944580078125, 29.316108703613281 ], [ -104.904449462890625, 29.338607788085938 ], [ -104.921401977539062, 29.376388549804688 ], [ -104.877227783203125, 29.421943664550781 ], [ -104.865005493164062, 29.495830535888672 ], [ -104.902236938476562, 29.551109313964844 ], [ -104.715286254882812, 29.502220153808594 ], [ -104.595001220703125, 29.570274353027344 ], [ -104.480560302734375, 29.529441833496094 ], [ -104.436172485351562, 29.598487854003906 ] ], [ [ -105.395675659179688, 28.347049713134766 ], [ -105.274169921875, 28.236110687255859 ], [ -105.310287475585938, 28.153331756591797 ], [ -105.270278930664062, 28.044166564941406 ], [ -105.175003051757812, 27.924720764160156 ], [ -105.158340454101562, 27.701942443847656 ], [ -105.222503662109375, 27.640552520751953 ], [ -105.435287475585938, 27.542221069335938 ], [ -105.550003051757812, 27.558330535888672 ], [ -105.585563659667969, 27.528331756591797 ], [ -105.710281372070312, 27.530830383300781 ], [ -105.73779296875, 27.566108703613281 ], [ -105.853347778320312, 27.404720306396484 ], [ -105.877227783203125, 27.413608551025391 ], [ -105.956680297851562, 27.325553894042969 ], [ -106.03472900390625, 27.348331451416016 ], [ -106.103622436523438, 27.419719696044922 ], [ -106.14111328125, 27.408332824707031 ], [ -106.209457397460938, 27.445831298828125 ], [ -106.276275634765625, 27.406501770019531 ], [ -106.290557861328125, 27.241107940673828 ], [ -106.332504272460938, 27.209999084472656 ], [ -106.341400146484375, 27.031108856201172 ], [ -106.282501220703125, 26.763885498046875 ], [ -106.221389770507812, 26.701942443847656 ], [ -106.24444580078125, 26.507499694824219 ], [ -106.19500732421875, 26.366107940673828 ], [ -106.330841064453125, 26.305831909179688 ], [ -106.42889404296875, 26.396663665771484 ], [ -106.429168701171875, 26.433052062988281 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Cutzamala", "SYSTEM": "Rio Grande de Santiago" }, "geometry": { "type": "LineString", "coordinates": [ [ -101.160308837890625, 20.546546936035156 ], [ -101.150558471679688, 20.488887786865234 ], [ -101.085281372070312, 20.47027587890625 ], [ -101.013336181640625, 20.387218475341797 ], [ -101.011123657226562, 20.288330078125 ], [ -100.92083740234375, 20.267498016357422 ], [ -100.883895874023438, 20.140552520751953 ], [ -100.759735107421875, 20.059165954589844 ], [ -100.670562744140625, 20.026386260986328 ], [ -100.519729614257812, 20.071388244628906 ], [ -100.410003662109375, 19.953330993652344 ], [ -100.318344116210938, 19.911941528320312 ], [ -100.1683349609375, 20.088607788085938 ], [ -100.068069458007812, 20.020553588867188 ], [ -99.97723388671875, 19.863330841064453 ], [ -99.920562744140625, 19.851665496826172 ], [ -99.935562133789062, 19.829998016357422 ], [ -99.864181518554688, 19.73388671875 ], [ -99.862503051757812, 19.645832061767578 ], [ -99.7791748046875, 19.596107482910156 ], [ -99.749176025390625, 19.501110076904297 ], [ -99.541397094726562, 19.369163513183594 ], [ -99.502792358398438, 19.129997253417969 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Grijalva", "SYSTEM": "Usumacinta" }, "geometry": { "type": "LineString", "coordinates": [ [ -92.217453002929688, 18.224967956542969 ], [ -92.306671142578125, 18.226108551025391 ], [ -92.479171752929688, 18.289997100830078 ], [ -92.58056640625, 18.384719848632812 ], [ -92.665618896484375, 18.406711578369141 ], [ -92.73028564453125, 18.171108245849609 ], [ -92.6925048828125, 18.159721374511719 ], [ -92.701126098632812, 18.123332977294922 ], [ -92.757232666015625, 18.073886871337891 ], [ -92.8739013671875, 18.045829772949219 ], [ -92.911117553710938, 17.958332061767578 ], [ -92.978057861328125, 17.966663360595703 ], [ -93.024986267089844, 17.923959732055664 ], [ -93.142227172851562, 17.943609237670898 ], [ -93.264183044433594, 17.991390228271484 ], [ -93.3094482421875, 17.959720611572266 ], [ -93.391952514648438, 17.607780456542969 ], [ -93.517120361328125, 17.515640258789062 ], [ -93.449447631835938, 17.378330230712891 ], [ -93.408065795898438, 17.362777709960938 ], [ -93.430007934570312, 17.324718475341797 ], [ -93.499176025390625, 17.366943359375 ], [ -93.5433349609375, 17.352218627929688 ], [ -93.53472900390625, 17.240276336669922 ], [ -93.596084594726562, 17.1846923828125 ], [ -93.57501220703125, 17.161663055419922 ], [ -93.505844116210938, 17.181941986083984 ], [ -93.494171142578125, 17.131664276123047 ], [ -93.394454956054688, 17.094444274902344 ], [ -93.388626098632812, 17.041664123535156 ], [ -93.283340454101562, 17.006385803222656 ], [ -93.207229614257812, 17.035831451416016 ], [ -93.107513427734375, 16.966941833496094 ], [ -93.113616943359375, 16.873607635498047 ], [ -93.068618774414062, 16.841110229492188 ], [ -93.074172973632812, 16.799163818359375 ], [ -93.021957397460938, 16.719165802001953 ], [ -92.899169921875, 16.576385498046875 ], [ -92.763900756835938, 16.517219543457031 ], [ -92.756118774414062, 16.404720306396484 ], [ -92.823898315429688, 16.297775268554688 ], [ -92.596954345703125, 16.182777404785156 ], [ -92.4989013671875, 16.251388549804688 ], [ -92.536117553710938, 16.147499084472656 ], [ -92.103057861328125, 15.912498474121094 ], [ -92.065567016601562, 15.854166030883789 ], [ -92.138900756835938, 15.896665573120117 ], [ -92.235000610351562, 15.78416633605957 ], [ -92.153060913085938, 15.690277099609375 ], [ -92.1602783203125, 15.597221374511719 ], [ -92.11639404296875, 15.539165496826172 ], [ -92.106071472167969, 15.439924240112305 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Lacantum", "SYSTEM": "Usumacinta" }, "geometry": { "type": "LineString", "coordinates": [ [ -91.147796630859375, 16.144279479980469 ], [ -91.0291748046875, 16.098609924316406 ], [ -90.911956787109375, 16.136665344238281 ], [ -90.88250732421875, 16.177219390869141 ], [ -90.908889770507812, 16.204719543457031 ], [ -90.851669311523438, 16.217777252197266 ], [ -90.870010375976562, 16.313610076904297 ], [ -90.763336181640625, 16.336940765380859 ], [ -90.761123657226562, 16.425830841064453 ], [ -90.7227783203125, 16.470832824707031 ], [ -90.719451904296875, 16.416385650634766 ], [ -90.6763916015625, 16.459999084472656 ], [ -90.696395874023438, 16.494163513183594 ], [ -90.665283203125, 16.50555419921875 ], [ -90.68389892578125, 16.577220916748047 ], [ -90.65814208984375, 16.64427375793457 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Lerma", "SYSTEM": "Rio Grande de Santiago" }, "geometry": { "type": "LineString", "coordinates": [ [ -102.77239990234375, 20.196891784667969 ], [ -102.622222900390625, 20.229164123535156 ], [ -102.443618774414062, 20.338054656982422 ], [ -102.211669921875, 20.343051910400391 ], [ -102.108802795410156, 20.389080047607422 ], [ -101.995559692382812, 20.403053283691406 ], [ -101.994171142578125, 20.326942443847656 ], [ -101.980636596679688, 20.367366790771484 ], [ -101.9505615234375, 20.36444091796875 ], [ -101.920303344726562, 20.211093902587891 ], [ -101.888862609863281, 20.191102981567383 ], [ -101.820625305175781, 20.211751937866211 ], [ -101.67388916015625, 20.190830230712891 ], [ -101.606948852539062, 20.31805419921875 ], [ -101.460594177246094, 20.33369255065918 ], [ -101.4375, 20.345832824707031 ], [ -101.384170532226562, 20.423610687255859 ], [ -101.389450073242188, 20.479999542236328 ], [ -101.3255615234375, 20.546108245849609 ], [ -101.280563354492188, 20.539718627929688 ], [ -101.236953735351562, 20.583053588867188 ], [ -101.160308837890625, 20.546546936035156 ], [ -100.807785034179688, 20.479721069335938 ], [ -100.7569580078125, 20.521385192871094 ], [ -100.773345947265625, 20.554996490478516 ], [ -100.737228393554688, 20.615276336669922 ], [ -100.836944580078125, 20.8316650390625 ], [ -100.783615112304688, 20.909721374511719 ], [ -100.799453735351562, 21.050830841064453 ], [ -100.818893432617188, 21.129165649414062 ], [ -100.994735717773438, 21.313331604003906 ], [ -101.148345947265625, 21.364166259765625 ], [ -101.28472900390625, 21.315277099609375 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Moctezuma Panuco", "SYSTEM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -97.777511596679688, 22.268054962158203 ], [ -97.849166870117188, 22.213886260986328 ], [ -97.994735717773438, 22.208885192871094 ], [ -98.011947631835938, 22.146110534667969 ], [ -98.051956176757812, 22.143886566162109 ], [ -98.035842895507812, 22.107498168945312 ], [ -98.065292358398438, 22.101943969726562 ], [ -98.028335571289062, 22.078887939453125 ], [ -98.107223510742188, 22.077499389648438 ], [ -98.1138916015625, 22.03277587890625 ], [ -98.144180297851562, 22.066387176513672 ], [ -98.173065185546875, 22.053607940673828 ], [ -98.151123046875, 22.102775573730469 ], [ -98.183059692382812, 22.085552215576172 ], [ -98.201400756835938, 22.111663818359375 ], [ -98.280838012695312, 22.044441223144531 ], [ -98.334457397460938, 22.065277099609375 ], [ -98.3658447265625, 22.020275115966797 ], [ -98.402511596679688, 22.041110992431641 ], [ -98.4263916015625, 21.957496643066406 ], [ -98.58856201171875, 21.975259780883789 ], [ -98.573333740234375, 21.941108703613281 ], [ -98.51861572265625, 21.951385498046875 ], [ -98.555007934570312, 21.933330535888672 ], [ -98.5372314453125, 21.911663055419922 ], [ -98.56390380859375, 21.884441375732422 ], [ -98.5211181640625, 21.836666107177734 ], [ -98.490280151367188, 21.851943969726562 ], [ -98.450836181640625, 21.782218933105469 ], [ -98.525283813476562, 21.720554351806641 ], [ -98.562789916992188, 21.72833251953125 ], [ -98.562789916992188, 21.689441680908203 ], [ -98.61279296875, 21.694721221923828 ], [ -98.642265319824219, 21.608827590942383 ], [ -98.815567016601562, 21.476108551025391 ], [ -98.810562133789062, 21.413887023925781 ], [ -98.715835571289062, 21.30999755859375 ], [ -98.745834350585938, 21.275203704833984 ] ], [ [ -99.290283203125, 21.145832061767578 ], [ -99.3175048828125, 21.101387023925781 ], [ -99.37640380859375, 21.093608856201172 ], [ -99.345001220703125, 21.045276641845703 ], [ -99.386123657226562, 20.925830841064453 ], [ -99.4263916015625, 20.867774963378906 ], [ -99.478897094726562, 20.852218627929688 ], [ -99.519180297851562, 20.725830078125 ], [ -99.454177856445312, 20.626941680908203 ], [ -99.2469482421875, 20.535552978515625 ], [ -99.206680297851562, 20.455554962158203 ], [ -99.199447631835938, 20.251110076904297 ], [ -99.351959228515625, 20.159164428710938 ], [ -99.3094482421875, 19.968887329101562 ] ], [ [ -98.745834350585938, 21.275203704833984 ], [ -99.206680297851562, 21.113887786865234 ], [ -99.290283203125, 21.145832061767578 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Moctezuma Yaqui", "SYSTEM": "Yaqui" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.57305908203125, 30.528888702392578 ], [ -109.635284423828125, 30.308330535888672 ], [ -109.795013427734375, 30.16583251953125 ], [ -109.782791137695312, 30.008052825927734 ], [ -109.741958618164062, 29.961940765380859 ], [ -109.743621826171875, 29.874721527099609 ], [ -109.681396484375, 29.799999237060547 ], [ -109.616958618164062, 29.533332824707031 ], [ -109.664169311523438, 29.446941375732422 ], [ -109.651123046875, 29.3861083984375 ], [ -109.758621215820312, 29.355831146240234 ], [ -109.710853576660156, 29.106109619140625 ], [ -109.619186401367188, 28.904054641723633 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Nazas", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -105.09722900390625, 24.035831451416016 ], [ -105.18695068359375, 24.244441986083984 ], [ -105.151947021484375, 24.302776336669922 ], [ -105.192230224609375, 24.359443664550781 ], [ -105.161117553710938, 24.433330535888672 ], [ -105.3275146484375, 24.759998321533203 ], [ -105.313064575195312, 24.818885803222656 ], [ -105.36279296875, 24.876663208007812 ], [ -105.44805908203125, 25.216388702392578 ], [ -105.153060913085938, 25.544166564941406 ], [ -105.096954345703125, 25.519443511962891 ], [ -105.006118774414062, 25.581943511962891 ], [ -104.939178466796875, 25.584999084472656 ], [ -104.881668090820312, 25.495830535888672 ], [ -104.892501831054688, 25.457496643066406 ], [ -104.697509765625, 25.312774658203125 ], [ -104.620010375976562, 25.308887481689453 ], [ -104.528900146484375, 25.139163970947266 ], [ -104.325286865234375, 25.126941680908203 ], [ -104.044174194335938, 25.266941070556641 ], [ -103.728897094726562, 25.269721984863281 ], [ -103.729171752929688, 25.449165344238281 ], [ -103.495010375976562, 25.539443969726562 ], [ -103.3497314453125, 25.678054809570312 ], [ -103.26556396484375, 25.691944122314453 ], [ -103.204177856445312, 25.751388549804688 ], [ -103.039459228515625, 25.679996490478516 ], [ -102.878616333007812, 25.692775726318359 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Papigochic", "SYSTEM": "Yaqui" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -108.7392578125, 28.967544555664062 ], [ -108.70916748046875, 28.905830383300781 ], [ -108.720794677734375, 28.820453643798828 ], [ -108.663619995117188, 28.707221984863281 ], [ -108.5625, 28.631664276123047 ] ], [ [ -109.233901977539062, 29.54095458984375 ], [ -109.17083740234375, 29.527774810791016 ], [ -109.011947631835938, 29.367221832275391 ], [ -108.96417236328125, 29.376663208007812 ], [ -108.881393432617188, 29.182777404785156 ], [ -108.80694580078125, 29.163887023925781 ], [ -108.7392578125, 28.967544555664062 ], [ -108.6925048828125, 28.976665496826172 ], [ -108.70361328125, 29.083610534667969 ], [ -108.57000732421875, 29.184719085693359 ], [ -108.583343505859375, 29.317775726318359 ], [ -108.485000610351562, 29.388332366943359 ], [ -108.381668090820312, 29.384441375732422 ], [ -108.346389770507812, 29.346664428710938 ], [ -108.348617553710938, 29.226387023925781 ], [ -108.269729614257812, 29.042499542236328 ], [ -108.220001220703125, 29.009998321533203 ], [ -108.095840454101562, 28.784721374511719 ], [ -107.95916748046875, 28.773609161376953 ], [ -107.933334350585938, 28.955554962158203 ], [ -107.86279296875, 29.009719848632812 ], [ -107.77862548828125, 28.906944274902344 ], [ -107.693893432617188, 28.722221374511719 ], [ -107.505844116210938, 28.640830993652344 ], [ -107.4283447265625, 28.295276641845703 ], [ -107.519180297851562, 28.134719848632812 ], [ -107.6239013671875, 28.120830535888672 ], [ -107.641677856445312, 28.182498931884766 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Pilon San Juan", "SYSTEM": "Rio Grande" }, "geometry": { "type": "LineString", "coordinates": [ [ -100.269180297851562, 25.238052368164062 ], [ -100.144180297851562, 25.137775421142578 ], [ -100.1239013671875, 25.045276641845703 ], [ -100.02972412109375, 25.014163970947266 ], [ -99.932510375976562, 25.038055419921875 ], [ -99.859725952148438, 25.16583251953125 ], [ -99.800567626953125, 25.156665802001953 ], [ -99.658889770507812, 25.251110076904297 ], [ -99.563613891601562, 25.362220764160156 ], [ -99.5291748046875, 25.489719390869141 ], [ -99.446670532226562, 25.494163513183594 ], [ -99.430282592773438, 25.522777557373047 ], [ -99.358612060546875, 25.503608703613281 ], [ -99.32305908203125, 25.536663055419922 ], [ -99.287506103515625, 25.685276031494141 ], [ -99.218063354492188, 25.719165802001953 ], [ -99.233062744140625, 25.781944274902344 ], [ -99.175567626953125, 25.801666259765625 ], [ -99.188339233398438, 26.073329925537109 ], [ -99.134445190429688, 26.056388854980469 ], [ -99.041946411132812, 26.101943969726562 ], [ -99.003067016601562, 26.064441680908203 ], [ -98.987228393554688, 26.112499237060547 ], [ -98.937225341796875, 26.126941680908203 ], [ -98.958343505859375, 26.180831909179688 ], [ -98.915283203125, 26.200275421142578 ], [ -98.82196044921875, 26.374717712402344 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Fuerte", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -109.414169311523438, 25.866386413574219 ], [ -109.3466796875, 25.838333129882812 ], [ -109.24639892578125, 25.954719543457031 ], [ -109.12945556640625, 25.934719085693359 ], [ -109.045013427734375, 25.958332061767578 ], [ -108.956680297851562, 25.924720764160156 ], [ -108.880844116210938, 26.023887634277344 ], [ -108.758621215820312, 26.091110229492188 ], [ -108.734451293945312, 26.175552368164062 ], [ -108.77972412109375, 26.281665802001953 ], [ -108.682235717773438, 26.342220306396484 ], [ -108.574432373046875, 26.513460159301758 ], [ -108.520278930664062, 26.545555114746094 ], [ -108.5, 26.643329620361328 ], [ -108.549453735351562, 26.824443817138672 ], [ -108.415008544921875, 26.811664581298828 ], [ -108.356124877929688, 26.854721069335938 ], [ -108.332229614257812, 26.920276641845703 ], [ -108.26861572265625, 26.88861083984375 ], [ -108.193069458007812, 26.904441833496094 ], [ -108.170013427734375, 26.877498626708984 ], [ -108.05584716796875, 26.898609161376953 ], [ -107.99334716796875, 26.945274353027344 ], [ -107.92388916015625, 26.891387939453125 ], [ -107.874176025390625, 26.893329620361328 ], [ -107.788070678710938, 26.812496185302734 ], [ -107.503616333007812, 26.718608856201172 ], [ -107.427780151367188, 26.731941223144531 ], [ -107.260986328125, 26.638580322265625 ], [ -107.049453735351562, 26.674999237060547 ], [ -106.967514038085938, 26.653331756591797 ], [ -106.827789306640625, 26.543052673339844 ], [ -106.848892211914062, 26.473888397216797 ], [ -106.658889770507812, 26.008888244628906 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Grande", "SYSTEM": "Rio Grande" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -106.538993835449219, 31.78620719909668 ], [ -106.538970947265625, 31.786197662353516 ], [ -106.383041381835938, 31.733762741088867 ], [ -106.212753295898438, 31.478128433227539 ], [ -105.998359680175781, 31.393817901611328 ], [ -105.769729614257812, 31.170780181884766 ], [ -105.603218078613281, 31.086427688598633 ], [ -105.55438232421875, 30.998285293579102 ], [ -105.409065246582031, 30.902509689331055 ], [ -105.390312194824219, 30.853080749511719 ], [ -105.31378173828125, 30.816507339477539 ], [ -105.28759765625, 30.831949234008789 ], [ -105.258186340332031, 30.797653198242188 ], [ -105.214340209960938, 30.81208610534668 ], [ -105.060562133789062, 30.687870025634766 ], [ -104.997543334960938, 30.684333801269531 ], [ -104.986930847167969, 30.641324996948242 ], [ -104.890678405761719, 30.570556640625 ], [ -104.852996826171875, 30.392263412475586 ], [ -104.806472778320312, 30.376447677612305 ], [ -104.813957214355469, 30.350469589233398 ], [ -104.702613830566406, 30.238489151000977 ], [ -104.674758911132812, 30.148963928222656 ], [ -104.696495056152344, 30.057302474975586 ], [ -104.674369812011719, 29.909282684326172 ], [ -104.577560424804688, 29.80793571472168 ], [ -104.535247802734375, 29.679466247558594 ], [ -104.436172485351562, 29.598487854003906 ], [ -104.377593994140625, 29.55061149597168 ], [ -104.204734802246094, 29.484041213989258 ], [ -104.164382934570312, 29.400714874267578 ], [ -104.045631408691406, 29.328119277954102 ], [ -103.786994934082031, 29.26725959777832 ], [ -103.76776123046875, 29.281240463256836 ], [ -103.782157897949219, 29.229795455932617 ], [ -103.739852905273438, 29.230348587036133 ], [ -103.720314025878906, 29.190631866455078 ], [ -103.526237487792969, 29.146646499633789 ], [ -103.474075317382812, 29.072134017944336 ], [ -103.375450134277344, 29.032108306884766 ], [ -103.335517883300781, 29.050338745117188 ], [ -103.280349731445312, 28.986373901367188 ], [ -103.266586303710938, 29.007453918457031 ], [ -103.153465270996094, 28.978681564331055 ], [ -102.98809814453125, 29.190862655639648 ], [ -102.866172790527344, 29.229036331176758 ], [ -102.9083251953125, 29.269203186035156 ], [ -102.883010864257812, 29.353370666503906 ], [ -102.82220458984375, 29.411844253540039 ], [ -102.804725646972656, 29.530145645141602 ], [ -102.676361083984375, 29.744224548339844 ], [ -102.637611389160156, 29.732337951660156 ], [ -102.576499938964844, 29.778247833251953 ], [ -102.551948547363281, 29.749500274658203 ], [ -102.503097534179688, 29.785455703735352 ], [ -102.384796142578125, 29.767946243286133 ], [ -102.367561340332031, 29.84528923034668 ], [ -102.324333190917969, 29.880115509033203 ], [ -102.063995361328125, 29.784570693969727 ], [ -101.973320007324219, 29.81877326965332 ], [ -101.924224853515625, 29.788501739501953 ], [ -101.819099426269531, 29.814125061035156 ], [ -101.805206298828125, 29.779998779296875 ], [ -101.75909423828125, 29.787166595458984 ], [ -101.639671325683594, 29.756959915161133 ], [ -101.581489562988281, 29.76515007019043 ], [ -101.543952941894531, 29.81011962890625 ], [ -101.538345336914062, 29.763017654418945 ], [ -101.470466613769531, 29.788690567016602 ], [ -101.44842529296875, 29.760585784912109 ], [ -101.401275634765625, 29.769905090332031 ], [ -101.416099548339844, 29.745433807373047 ], [ -101.370613098144531, 29.661258697509766 ], [ -101.368400573730469, 29.657161712646484 ], [ -101.305862426757812, 29.652431488037109 ], [ -101.308929443359375, 29.580909729003906 ], [ -101.254585266113281, 29.628749847412109 ], [ -101.261428833007812, 29.526473999023438 ], [ -101.067359924316406, 29.473552703857422 ], [ -101.009056091308594, 29.373254776000977 ], [ -100.796989440917969, 29.242502212524414 ], [ -100.768608093261719, 29.166570663452148 ], [ -100.668769836425781, 29.080072402954102 ], [ -100.647224426269531, 28.92234992980957 ], [ -100.589790344238281, 28.894222259521484 ], [ -100.497909545898438, 28.660987854003906 ], [ -100.403175354003906, 28.589733123779297 ], [ -100.419532775878906, 28.544191360473633 ], [ -100.345802307128906, 28.500810623168945 ], [ -100.37677001953125, 28.47865104675293 ], [ -100.351570129394531, 28.394182205200195 ], [ -100.292892456054688, 28.32036018371582 ], [ -100.297920227050781, 28.280353546142578 ], [ -100.223464965820312, 28.241456985473633 ], [ -100.214073181152344, 28.201934814453125 ], [ -100.096923828125, 28.154281616210938 ], [ -99.993309020996094, 28.003459930419922 ], [ -99.941856384277344, 27.986881256103516 ], [ -99.874732971191406, 27.797685623168945 ], [ -99.815727233886719, 27.780107498168945 ], [ -99.714492797851562, 27.661558151245117 ], [ -99.549186706542969, 27.612627029418945 ], [ -99.526741027832031, 27.504283905029297 ], [ -99.490493774414062, 27.490755081176758 ], [ -99.543586730957031, 27.318653106689453 ], [ -99.46527099609375, 27.26988410949707 ], [ -99.437156677246094, 27.199197769165039 ], [ -99.455062866210938, 27.028648376464844 ], [ -99.392715454101562, 26.995550155639648 ], [ -99.390518188476562, 26.946630477905273 ], [ -99.2855224609375, 26.85736083984375 ], [ -99.2847900390625, 26.855657577514648 ] ], [ [ -98.82196044921875, 26.374717712402344 ], [ -98.819831848144531, 26.375070571899414 ], [ -98.67791748046875, 26.242055892944336 ], [ -98.599967956542969, 26.260454177856445 ], [ -98.488517761230469, 26.201543807983398 ], [ -98.453392028808594, 26.220911026000977 ], [ -98.384521484375, 26.156030654907227 ], [ -98.347190856933594, 26.158679962158203 ], [ -98.327934265136719, 26.11164665222168 ], [ -98.292274475097656, 26.132808685302734 ], [ -98.271354675292969, 26.120895385742188 ], [ -98.291946411132812, 26.098104476928711 ], [ -98.200691223144531, 26.055376052856445 ], [ -98.083213806152344, 26.065757751464844 ], [ -98.076347351074219, 26.034626007080078 ], [ -98.040069580078125, 26.059394836425781 ], [ -97.867431640625, 26.060140609741211 ], [ -97.647972106933594, 26.023445129394531 ], [ -97.612922668457031, 25.962001800537109 ], [ -97.574935913085938, 25.954172134399414 ], [ -97.590087890625, 25.933231353759766 ], [ -97.434349060058594, 25.845197677612305 ], [ -97.385643005371094, 25.845361709594727 ], [ -97.380989074707031, 25.917020797729492 ], [ -97.304435729980469, 25.938663482666016 ], [ -97.307144165039062, 25.965124130249023 ], [ -97.172225952148438, 25.954568862915039 ] ], [ [ -99.2847900390625, 26.855657577514648 ], [ -99.165817260742188, 26.579889297485352 ], [ -99.168678283691406, 26.54572868347168 ], [ -99.101470947265625, 26.488340377807617 ], [ -99.106727600097656, 26.419530868530273 ], [ -98.93927001953125, 26.395309448242188 ], [ -98.908897399902344, 26.360328674316406 ], [ -98.82196044921875, 26.374717712402344 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Grande de Santiago", "SYSTEM": "Rio Grande de Santiago" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -102.776718139648438, 20.313457489013672 ], [ -102.720840454101562, 20.259719848632812 ], [ -102.77239990234375, 20.196891784667969 ] ], [ [ -104.078079223632812, 21.202571868896484 ], [ -104.049453735351562, 21.148609161376953 ], [ -103.884170532226562, 21.086387634277344 ], [ -103.88250732421875, 21.006107330322266 ], [ -103.771392822265625, 20.933887481689453 ], [ -103.650283813476562, 20.92694091796875 ], [ -103.526397705078125, 20.996944427490234 ], [ -103.517227172851562, 21.049720764160156 ], [ -103.429458618164062, 21.054996490478516 ], [ -103.277786254882812, 20.735275268554688 ], [ -103.135009765625, 20.617774963378906 ], [ -103.15972900390625, 20.456108093261719 ], [ -103.10028076171875, 20.407218933105469 ], [ -102.808059692382812, 20.388332366943359 ], [ -102.767791748046875, 20.349441528320312 ], [ -102.776718139648438, 20.313457489013672 ], [ -103.029449462890625, 20.339996337890625 ], [ -103.171112060546875, 20.280551910400391 ], [ -103.36279296875, 20.28277587890625 ], [ -103.42584228515625, 20.254444122314453 ], [ -103.17388916015625, 20.161388397216797 ], [ -103.05584716796875, 20.195552825927734 ], [ -102.899436950683594, 20.167774200439453 ], [ -102.810012817382812, 20.103885650634766 ], [ -102.686683654785156, 20.169166564941406 ], [ -102.692497253417969, 20.200832366943359 ], [ -102.77239990234375, 20.196891784667969 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Salado", "SYSTEM": "Rio Grande" }, "geometry": { "type": "LineString", "coordinates": [ [ -102.473892211914062, 28.913330078125 ], [ -102.401947021484375, 28.916664123535156 ], [ -102.353897094726562, 28.875274658203125 ], [ -102.258346557617188, 28.651664733886719 ], [ -102.1219482421875, 28.613330841064453 ], [ -102.08306884765625, 28.560276031494141 ], [ -101.92584228515625, 28.539443969726562 ], [ -101.850845336914062, 28.468330383300781 ], [ -101.601959228515625, 28.362777709960938 ], [ -101.488616943359375, 28.20111083984375 ], [ -101.367233276367188, 28.155830383300781 ], [ -101.31195068359375, 27.967498779296875 ], [ -101.250289916992188, 27.968330383300781 ], [ -101.131118774414062, 27.847221374511719 ], [ -101.051681518554688, 27.817218780517578 ], [ -100.951126098632812, 27.695831298828125 ], [ -100.711669921875, 27.631385803222656 ], [ -100.711669921875, 27.549442291259766 ], [ -100.661117553710938, 27.499443054199219 ], [ -100.615570068359375, 27.529720306396484 ], [ -100.498611450195312, 27.481941223144531 ], [ -100.34222412109375, 27.314441680908203 ], [ -100.128067016601562, 27.238887786865234 ], [ -100.090835571289062, 27.178607940673828 ], [ -99.969451904296875, 27.168609619140625 ], [ -99.951126098632812, 27.134719848632812 ], [ -99.995010375976562, 27.058330535888672 ], [ -99.9586181640625, 27.003608703613281 ], [ -99.858062744140625, 26.964996337890625 ], [ -99.854736328125, 26.89971923828125 ], [ -99.633895874023438, 26.899166107177734 ], [ -99.463348388671875, 26.779998779296875 ], [ -99.2847900390625, 26.855657577514648 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Santiago", "SYSTEM": "Rio Grande de Santiago" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -104.078079223632812, 21.202571868896484 ], [ -103.961395263671875, 21.287776947021484 ], [ -103.955841064453125, 21.359722137451172 ], [ -103.850845336914062, 21.531108856201172 ], [ -103.776123046875, 21.738609313964844 ], [ -103.790847778320312, 21.928054809570312 ], [ -103.701675415039062, 22.018886566162109 ], [ -103.680511474609375, 22.121421813964844 ], [ -103.741668701171875, 22.217498779296875 ], [ -103.726959228515625, 22.396110534667969 ], [ -103.67584228515625, 22.469165802001953 ], [ -103.67529296875, 22.606109619140625 ], [ -103.568618774414062, 22.708332061767578 ], [ -103.481124877929688, 22.887496948242188 ], [ -103.456954956054688, 22.974441528320312 ], [ -103.4969482421875, 23.013332366943359 ] ], [ [ -105.448333740234375, 21.673053741455078 ], [ -105.362228393554688, 21.679996490478516 ], [ -105.313613891601562, 21.722774505615234 ], [ -105.286117553710938, 21.707221984863281 ], [ -105.271392822265625, 21.75 ], [ -105.234725952148438, 21.728885650634766 ], [ -105.217514038085938, 21.799163818359375 ], [ -105.063606262207031, 21.804996490478516 ], [ -105.0130615234375, 21.725830078125 ], [ -104.83306884765625, 21.778888702392578 ], [ -104.814453125, 21.823329925537109 ], [ -104.73028564453125, 21.853054046630859 ], [ -104.62139892578125, 21.716110229492188 ], [ -104.516952514648438, 21.475276947021484 ], [ -104.457229614257812, 21.471942901611328 ], [ -104.326400756835938, 21.2691650390625 ], [ -104.2630615234375, 21.244720458984375 ], [ -104.227508544921875, 21.177776336669922 ], [ -104.078079223632812, 21.202571868896484 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Santo Domingo", "SYSTEM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -96.647048950195312, 18.338375091552734 ], [ -96.589736938476562, 18.340831756591797 ], [ -96.68695068359375, 18.402774810791016 ], [ -96.5675048828125, 18.419998168945312 ], [ -96.5372314453125, 18.381664276123047 ], [ -96.601394653320312, 18.373054504394531 ], [ -96.463058471679688, 18.3155517578125 ], [ -96.396659851074219, 18.236663818359375 ] ], [ [ -96.647048950195312, 18.338375091552734 ], [ -96.604446411132812, 18.303054809570312 ], [ -96.641952514648438, 18.297222137451172 ], [ -96.601959228515625, 18.196662902832031 ], [ -96.505279541015625, 18.128330230712891 ], [ -96.425003051757812, 18.160274505615234 ], [ -96.4091796875, 18.092777252197266 ], [ -96.385833740234375, 18.173610687255859 ], [ -96.433624267578125, 18.224441528320312 ], [ -96.358901977539062, 18.194721221923828 ], [ -96.396659851074219, 18.236663818359375 ] ], [ [ -96.9666748046875, 18.643608093261719 ], [ -96.901947021484375, 18.674442291259766 ], [ -96.85833740234375, 18.584442138671875 ], [ -96.790557861328125, 18.543331146240234 ], [ -96.784454345703125, 18.473052978515625 ], [ -96.726394653320312, 18.384998321533203 ], [ -96.647048950195312, 18.338375091552734 ] ], [ [ -96.396659851074219, 18.236663818359375 ], [ -96.3275146484375, 18.300277709960938 ], [ -96.236572265625, 18.213796615600586 ], [ -96.205291748046875, 18.180269241333008 ], [ -96.161392211914062, 18.185550689697266 ], [ -96.150283813476562, 18.141670227050781 ], [ -96.094650268554688, 18.164079666137695 ], [ -96.085342407226562, 18.162281036376953 ], [ -96.067230224609375, 18.177497863769531 ], [ -96.0352783203125, 18.161109924316406 ], [ -96.024444580078125, 18.219165802001953 ], [ -95.998336791992188, 18.186664581298828 ], [ -95.982513427734375, 18.256385803222656 ], [ -95.957229614257812, 18.218608856201172 ], [ -95.944732666015625, 18.25 ], [ -95.899734497070312, 18.236942291259766 ], [ -95.908065795898438, 18.265830993652344 ], [ -95.8114013671875, 18.322219848632812 ], [ -95.8033447265625, 18.370830535888672 ], [ -95.75140380859375, 18.314441680908203 ], [ -95.760009765625, 18.368331909179688 ], [ -95.709732055664062, 18.379997253417969 ], [ -95.7247314453125, 18.546665191650391 ], [ -95.696670532226562, 18.600830078125 ], [ -95.663619995117188, 18.600555419921875 ], [ -95.6319580078125, 18.641387939453125 ], [ -95.638900756835938, 18.698055267333984 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Sonora", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -110.494735717773438, 31.221385955810547 ], [ -110.463348388671875, 31.168331146240234 ], [ -110.476394653320312, 31.082496643066406 ], [ -110.568344116210938, 31.004444122314453 ], [ -110.70361328125, 30.809444427490234 ], [ -110.669174194335938, 30.693885803222656 ], [ -110.720001220703125, 30.223609924316406 ], [ -110.579177856445312, 29.821388244628906 ], [ -110.554458618164062, 29.601387023925781 ], [ -110.726959228515625, 29.514442443847656 ], [ -110.859451293945312, 29.295276641845703 ], [ -110.859725952148438, 29.1905517578125 ], [ -110.919052124023438, 29.074790954589844 ], [ -111.072784423828125, 29.116107940673828 ], [ -111.17083740234375, 29.102775573730469 ], [ -111.480010986328125, 28.9022216796875 ], [ -111.635833740234375, 28.881107330322266 ], [ -111.782501220703125, 28.791664123535156 ], [ -111.854446411132812, 28.798885345458984 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Rio Trinidad", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -95.663619995117188, 18.600555419921875 ], [ -95.585556030273438, 18.513053894042969 ], [ -95.587509155273438, 18.429443359375 ], [ -95.531951904296875, 18.359165191650391 ], [ -95.508621215820312, 18.235553741455078 ], [ -95.471115112304688, 18.257774353027344 ], [ -95.417236328125, 18.176666259765625 ], [ -95.239730834960938, 18.104721069335938 ], [ -95.236679077148438, 18.037498474121094 ], [ -95.141677856445312, 17.941665649414062 ], [ -95.156845092773438, 17.819877624511719 ], [ -95.1219482421875, 17.793052673339844 ], [ -95.122222900390625, 17.745277404785156 ], [ -95.249176025390625, 17.621665954589844 ], [ -95.302505493164062, 17.504997253417969 ], [ -95.41473388671875, 17.438610076904297 ], [ -95.582504272460938, 17.396110534667969 ], [ -95.7197265625, 17.217777252197266 ], [ -95.710556030273438, 17.181110382080078 ], [ -95.756118774414062, 17.174720764160156 ], [ -95.807510375976562, 17.114166259765625 ], [ -95.834457397460938, 17.013053894042969 ], [ -95.965011596679688, 17.0191650390625 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "San Fernando", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -99.9827880859375, 23.938610076904297 ], [ -99.796112060546875, 24.004165649414062 ], [ -99.818618774414062, 24.110832214355469 ], [ -99.776397705078125, 24.156387329101562 ], [ -99.697784423828125, 24.134441375732422 ], [ -99.639175415039062, 24.176387786865234 ], [ -99.560012817382812, 24.139999389648438 ], [ -99.506118774414062, 24.17138671875 ], [ -99.422500610351562, 24.148052215576172 ], [ -99.336395263671875, 24.189441680908203 ], [ -99.2852783203125, 24.170555114746094 ], [ -99.279449462890625, 24.117221832275391 ], [ -99.190292358398438, 24.083885192871094 ], [ -98.956680297851562, 24.066665649414062 ], [ -98.772506713867188, 24.020553588867188 ], [ -98.6864013671875, 23.965831756591797 ], [ -98.621124267578125, 23.991386413574219 ], [ -98.587234497070312, 23.937221527099609 ], [ -98.514724731445312, 23.968887329101562 ], [ -98.483901977539062, 23.916942596435547 ], [ -98.4827880859375, 23.968887329101562 ], [ -98.4375, 23.96221923828125 ], [ -98.424728393554688, 24.014720916748047 ], [ -98.36279296875, 24.052497863769531 ], [ -98.26055908203125, 23.986663818359375 ], [ -98.204177856445312, 23.838333129882812 ], [ -98.245010375976562, 23.802776336669922 ], [ -98.193344116210938, 23.716941833496094 ], [ -98.16278076171875, 23.776664733886719 ], [ -98.042526245117188, 23.7227783203125 ], [ -97.9808349609375, 23.792221069335938 ], [ -97.817977905273438, 23.783927917480469 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "San Lorenzo", "SYSTEM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -106.484642028808594, 24.705862045288086 ], [ -106.404449462890625, 24.730552673339844 ], [ -106.275848388671875, 24.847499847412109 ], [ -106.1683349609375, 24.851943969726562 ], [ -106.004730224609375, 25.015274047851562 ] ], [ [ -106.484642028808594, 24.705862045288086 ], [ -106.392791748046875, 24.631107330322266 ], [ -106.3336181640625, 24.654163360595703 ], [ -106.190292358398438, 24.592498779296875 ], [ -106.128616333007812, 24.525554656982422 ], [ -105.845001220703125, 24.572219848632812 ] ], [ [ -107.41778564453125, 24.254165649414062 ], [ -107.400283813476562, 24.299999237060547 ], [ -107.269454956054688, 24.377220153808594 ], [ -107.10223388671875, 24.446109771728516 ], [ -106.940567016601562, 24.458332061767578 ], [ -106.951950073242188, 24.491386413574219 ], [ -106.890289306640625, 24.528888702392578 ], [ -106.8033447265625, 24.5272216796875 ], [ -106.78167724609375, 24.598609924316406 ], [ -106.705841064453125, 24.629997253417969 ], [ -106.711669921875, 24.658607482910156 ], [ -106.484642028808594, 24.705862045288086 ] ], [ [ -105.845001220703125, 24.572219848632812 ], [ -105.7852783203125, 24.708610534667969 ], [ -105.788894653320312, 24.779163360595703 ], [ -105.887222290039062, 24.951385498046875 ] ], [ [ -105.845001220703125, 24.572219848632812 ], [ -105.725006103515625, 24.643054962158203 ], [ -105.619171142578125, 24.630832672119141 ], [ -105.573898315429688, 24.538055419921875 ], [ -105.476669311523438, 24.548332214355469 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "San Pedro", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -104.658889770507812, 24.192497253417969 ], [ -104.609176635742188, 24.196941375732422 ], [ -104.583343505859375, 24.128330230712891 ], [ -104.445281982421875, 24.084720611572266 ], [ -104.398895263671875, 24.025276184082031 ], [ -104.329452514648438, 24.029441833496094 ], [ -104.308624267578125, 23.932220458984375 ], [ -104.258895874023438, 23.881385803222656 ], [ -104.290847778320312, 23.791110992431641 ], [ -104.245285034179688, 23.724720001220703 ], [ -104.339736938476562, 23.633331298828125 ], [ -104.4747314453125, 23.217220306396484 ], [ -104.534454345703125, 23.184719085693359 ], [ -104.74334716796875, 23.168888092041016 ], [ -104.796112060546875, 23.112220764160156 ], [ -105.008056640625, 23.020553588867188 ], [ -105.001113891601562, 22.849720001220703 ], [ -104.921676635742188, 22.821941375732422 ], [ -104.894180297851562, 22.741386413574219 ], [ -104.918624877929688, 22.679996490478516 ], [ -104.881393432617188, 22.584442138671875 ], [ -104.925003051757812, 22.503330230712891 ], [ -104.999176025390625, 22.494720458984375 ], [ -105.040557861328125, 22.434165954589844 ], [ -105.036956787109375, 22.324718475341797 ], [ -104.92083740234375, 22.079998016357422 ], [ -104.947235107421875, 21.969165802001953 ], [ -104.980010986328125, 21.945274353027344 ], [ -105.056121826171875, 21.980274200439453 ], [ -105.085845947265625, 21.937221527099609 ], [ -105.118621826171875, 21.972774505615234 ], [ -105.408065795898438, 21.933609008789062 ], [ -105.464523315429688, 21.841472625732422 ], [ -105.527229309082031, 21.815925598144531 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Santa Maria", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -100.960556030273438, 21.755832672119141 ], [ -100.901123046875, 21.843051910400391 ], [ -100.814727783203125, 21.898052215576172 ], [ -100.750839233398438, 21.867774963378906 ], [ -100.725006103515625, 21.803886413574219 ], [ -100.5322265625, 21.758609771728516 ], [ -100.411117553710938, 21.679996490478516 ], [ -100.267791748046875, 21.639163970947266 ], [ -100.051116943359375, 21.467777252197266 ], [ -99.867156982421875, 21.456943511962891 ], [ -99.726959228515625, 21.511386871337891 ], [ -99.6461181640625, 21.479999542236328 ], [ -99.495010375976562, 21.318332672119141 ], [ -99.42333984375, 21.166664123535156 ], [ -99.290283203125, 21.145832061767578 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Tampaon", "SYSTEM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -99.198562622070312, 21.645709991455078 ], [ -99.165008544921875, 21.678054809570312 ], [ -99.181396484375, 21.709442138671875 ], [ -99.1400146484375, 21.811664581298828 ], [ -98.9969482421875, 21.816944122314453 ], [ -99.000564575195312, 21.842220306396484 ], [ -98.965560913085938, 21.8316650390625 ], [ -98.955291748046875, 21.859443664550781 ], [ -98.818893432617188, 21.853054046630859 ], [ -98.813613891601562, 21.942497253417969 ], [ -98.758346557617188, 21.922775268554688 ], [ -98.75, 21.988330841064453 ], [ -98.62750244140625, 22.002498626708984 ], [ -98.58856201171875, 21.975259780883789 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Tzanconeja", "SYSTEM": "Usumacinta" }, "geometry": { "type": "LineString", "coordinates": [ [ -92.1864013671875, 16.998054504394531 ], [ -92.060562133789062, 16.885276794433594 ], [ -91.98529052734375, 16.888885498046875 ], [ -91.899169921875, 16.836109161376953 ], [ -91.8194580078125, 16.828330993652344 ], [ -91.808624267578125, 16.869441986083984 ], [ -91.760833740234375, 16.874443054199219 ], [ -91.621673583984375, 16.779720306396484 ], [ -91.576126098632812, 16.705554962158203 ], [ -91.574447631835938, 16.575832366943359 ], [ -91.531402587890625, 16.523887634277344 ], [ -91.4183349609375, 16.484722137451172 ], [ -91.400009155273438, 16.424720764160156 ], [ -91.338897705078125, 16.384719848632812 ], [ -91.340835571289062, 16.321941375732422 ], [ -91.305557250976562, 16.308052062988281 ], [ -91.289459228515625, 16.242496490478516 ], [ -91.200836181640625, 16.207221984863281 ], [ -91.147796630859375, 16.144279479980469 ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Usumacinta", "SYSTEM": "Usumacinta" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -92.4808349609375, 18.656665802001953 ], [ -92.4102783203125, 18.493053436279297 ], [ -92.275558471679688, 18.406665802001953 ], [ -92.276947021484375, 18.327220916748047 ], [ -92.217453002929688, 18.224967956542969 ], [ -92.1844482421875, 18.118610382080078 ], [ -92.121871948242188, 18.088485717773438 ], [ -92.140838623046875, 18.002220153808594 ], [ -92.11639404296875, 17.963054656982422 ], [ -91.990211486816406, 17.91193962097168 ], [ -91.989898681640625, 17.912220001220703 ], [ -91.9505615234375, 17.895549774169922 ], [ -91.945556640625, 17.854719161987305 ], [ -91.912513732910156, 17.88722038269043 ], [ -91.823333740234375, 17.88916015625 ], [ -91.786666870117188, 17.855550765991211 ], [ -91.772872924804688, 17.773689270019531 ], [ -91.793617248535156, 17.726669311523438 ], [ -91.698623657226562, 17.714160919189453 ], [ -91.698570251464844, 17.714056015014648 ], [ -91.620285034179688, 17.738330841064453 ], [ -91.657501220703125, 17.771663665771484 ], [ -91.620559692382812, 17.781387329101562 ], [ -91.616119384765625, 17.826663970947266 ], [ -91.569168090820312, 17.813610076904297 ], [ -91.551956176757812, 17.746944427490234 ], [ -91.513626098632812, 17.802497863769531 ], [ -91.479446411132812, 17.760829925537109 ], [ -91.424697875976562, 17.76495361328125 ], [ -91.4525146484375, 17.700832366943359 ], [ -91.376113891601562, 17.702499389648438 ], [ -91.402786254882812, 17.642498016357422 ], [ -91.3577880859375, 17.591388702392578 ], [ -91.406402587890625, 17.565277099609375 ], [ -91.511123657226562, 17.583332061767578 ], [ -91.430557250976562, 17.488330841064453 ], [ -91.50445556640625, 17.486110687255859 ], [ -91.507560729980469, 17.46977424621582 ], [ -91.496116638183594, 17.404159545898438 ], [ -91.4263916015625, 17.386940002441406 ], [ -91.3880615234375, 17.32666015625 ], [ -91.4375, 17.241107940673828 ], [ -91.352783203125, 17.176387786865234 ], [ -91.277236938476562, 17.178333282470703 ], [ -91.1844482421875, 17.035552978515625 ], [ -91.11834716796875, 17.010276794433594 ], [ -91.062789916992188, 16.902774810791016 ], [ -90.98583984375, 16.868053436279297 ], [ -90.98333740234375, 16.903053283691406 ], [ -90.955291748046875, 16.899166107177734 ], [ -90.96612548828125, 16.871944427490234 ], [ -90.921112060546875, 16.829719543457031 ], [ -90.8033447265625, 16.804996490478516 ], [ -90.714279174804688, 16.726459503173828 ], [ -90.65814208984375, 16.64427375793457 ] ], [ [ -92.121871948242188, 18.088485717773438 ], [ -92.081680297851562, 18.121665954589844 ], [ -92.084732055664062, 18.237777709960938 ], [ -91.901123046875, 18.354999542236328 ], [ -91.8577880859375, 18.429164886474609 ] ] ] } },
+{ "type": "Feature", "properties": { "NAME": "Yaqui", "SYSTEM": "Yaqui" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.619186401367188, 28.904054641723633 ], [ -109.636672973632812, 28.752220153808594 ], [ -109.552505493164062, 28.600276947021484 ], [ -109.550567626953125, 28.530830383300781 ], [ -109.521392822265625, 28.534164428710938 ], [ -109.520004272460938, 28.468330383300781 ], [ -109.682510375976562, 28.173610687255859 ], [ -109.798065185546875, 28.143054962158203 ], [ -109.832229614257812, 28.168331146240234 ], [ -109.878890991210938, 28.132499694824219 ], [ -109.789726257324219, 27.989719390869141 ], [ -109.802230834960938, 27.942497253417969 ], [ -109.870826721191406, 27.905830383300781 ], [ -109.917793273925781, 27.958610534667969 ], [ -109.894508361816406, 27.83418083190918 ], [ -109.922225952148438, 27.637775421142578 ], [ -110.113067626953125, 27.542499542236328 ], [ -110.131393432617188, 27.571662902832031 ], [ -110.29833984375, 27.594165802001953 ], [ -110.36944580078125, 27.641941070556641 ], [ -110.463348388671875, 27.592498779296875 ], [ -110.599166870117188, 27.65777587890625 ] ] } }
+]
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ogr2ogr_test2_geojson.json	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,37 @@
+{
+"type": "FeatureCollection",
+"name": "shapefile",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "Name": "Amajac", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -98.745834350585895, 21.275203704833999 ], [ -98.781402587890597, 21.1805534362793 ], [ -98.956115722656193, 21.074996948242202 ], [ -98.962509155273395, 21.0119438171387 ], [ -99.003616333007798, 21.0180549621582 ], [ -99.056121826171903, 20.944999694824201 ], [ -99.022232055664105, 20.8469429016113 ], [ -98.961395263671903, 20.8163871765137 ], [ -98.888626098632798, 20.581943511962901 ], [ -98.835281372070298, 20.522220611572301 ], [ -98.8114013671875, 20.334999084472699 ], [ -98.7308349609375, 20.325832366943398 ], [ -98.697784423828097, 20.283885955810501 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Balsas", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -102.915557861327997, 19.9305534362793 ], [ -102.807342529297003, 19.8991508483887 ], [ -102.891403198242003, 19.8308296203613 ], [ -102.829452514647997, 19.7719421386719 ], [ -102.780288696289006, 19.4730529785156 ], [ -102.745010375977003, 19.424999237060501 ], [ -102.781402587890994, 19.3777770996094 ], [ -102.778625488280994, 19.298862457275401 ], [ -102.812225341797003, 19.356941223144499 ], [ -103.067230224609006, 19.4474983215332 ], [ -103.064727783202997, 19.556941986083999 ] ], [ [ -102.778625488280994, 19.298862457275401 ], [ -102.771392822265994, 19.174720764160199 ], [ -102.637222290039006, 19.053054809570298 ], [ -102.487228393555, 19.0136108398438 ], [ -102.317779541015994, 18.899440765380898 ], [ -102.131958007812003, 18.853885650634801 ], [ -102.072509765625, 18.848609924316399 ], [ -102.080291748047003, 18.892219543456999 ], [ -102.052230834960994, 18.913330078125 ], [ -102.024726867675994, 18.818607330322301 ], [ -102.001106262207003, 18.9013862609863 ], [ -101.973068237305, 18.886665344238299 ], [ -101.950286865234006, 18.912498474121101 ], [ -102.000839233397997, 18.798053741455099 ], [ -101.966667175292997, 18.761665344238299 ], [ -101.935012817382997, 18.794166564941399 ], [ -101.933616638184006, 18.758052825927699 ], [ -101.870292663574006, 18.752498626708999 ], [ -101.892501831055, 18.730831146240199 ], [ -101.871116638184006, 18.692497253418001 ], [ -101.809448242187997, 18.742221832275401 ], [ -101.852783203125, 18.628330230712901 ], [ -101.70556640625, 18.670555114746101 ], [ -101.683059692382997, 18.618331909179702 ], [ -101.651123046875, 18.617496490478501 ], [ -101.621948242187997, 18.676387786865199 ], [ -101.60334777832, 18.594165802001999 ], [ -101.561683654785, 18.599163055419901 ], [ -101.559173583984006, 18.534721374511701 ], [ -101.513343811035, 18.498607635498001 ], [ -101.295562744140994, 18.533607482910199 ] ], [ [ -102.131958007812003, 18.853885650634801 ], [ -102.016403198242003, 18.783885955810501 ], [ -102.000289916992003, 18.731666564941399 ], [ -101.926391601562003, 18.715274810791001 ], [ -101.9375, 18.679996490478501 ], [ -101.876106262207003, 18.675277709960898 ], [ -101.911392211914006, 18.649997711181602 ], [ -101.877227783202997, 18.619998931884801 ], [ -101.918060302734006, 18.514442443847699 ], [ -101.888343811035, 18.494441986083999 ], [ -101.888633728027003, 18.439998626708999 ], [ -101.994743347167997, 18.475276947021499 ], [ -101.896118164062003, 18.4077758789062 ], [ -101.870292663574006, 18.317218780517599 ], [ -101.900283813477003, 18.261386871337901 ] ], [ [ -101.295562744140994, 18.533607482910199 ], [ -101.347229003905994, 18.4622192382812 ], [ -101.436111450195, 18.466110229492202 ], [ -101.427230834960994, 18.427219390869102 ], [ -101.587783813477003, 18.515830993652301 ], [ -101.634170532227003, 18.592220306396499 ], [ -101.725852966309006, 18.532218933105501 ], [ -101.769180297852003, 18.576942443847699 ], [ -101.847778320312003, 18.547775268554702 ], [ -101.870010375977003, 18.491664886474599 ], [ -101.851119995117003, 18.295829772949201 ], [ -101.787231445312003, 18.289443969726602 ], [ -101.836402893065994, 18.2391662597656 ], [ -101.900283813477003, 18.261386871337901 ] ], [ [ -101.295562744140994, 18.533607482910199 ], [ -101.087509155272997, 18.5011100769043 ], [ -101.011123657227003, 18.517219543456999 ], [ -100.946670532227003, 18.441944122314499 ], [ -100.909454345702997, 18.449996948242202 ], [ -100.915283203125, 18.477497100830099 ], [ -100.793060302734006, 18.472221374511701 ], [ -100.732788085937997, 18.406387329101602 ], [ -100.692230224609006, 18.415275573730501 ], [ -100.695556640625, 18.305831909179702 ], [ -100.628067016602003, 18.3344421386719 ], [ -100.54084777832, 18.202499389648398 ], [ -100.493347167969006, 18.198329925537099 ], [ -100.496948242187997, 18.148887634277301 ], [ -100.330001831055, 18.1702766418457 ], [ -100.335556030272997, 18.1099967956543 ], [ -100.270278930664006, 18.124996185302699 ], [ -100.111114501952997, 18.050830841064499 ], [ -100.040283203125, 17.969718933105501 ], [ -99.960845947265597, 17.954166412353501 ], [ -99.7630615234375, 17.994998931884801 ], [ -99.536117553710895, 17.921665191650401 ], [ -99.394454956054702, 17.952499389648398 ], [ -99.257507324218807, 17.905830383300799 ], [ -99.033889770507798, 17.890830993652301 ], [ -98.932785034179702, 17.972221374511701 ], [ -98.929458618164105, 18.025554656982401 ], [ -98.830001831054702, 18.035274505615199 ], [ -98.756484985351605, 18.1204719543457 ], [ -98.636123657226605, 18.075275421142599 ], [ -98.634170532226605, 18.108055114746101 ], [ -98.579177856445298, 18.111110687255898 ], [ -98.480087280273395, 18.189781188964801 ] ], [ [ -101.900283813477003, 18.261386871337901 ], [ -101.987503051757997, 18.202220916748001 ], [ -102.146118164062003, 18.1741638183594 ], [ -102.179748535155994, 17.921665191650401 ] ], [ [ -98.480087280273395, 18.189781188964801 ], [ -98.401397705078097, 18.323055267333999 ], [ -98.271392822265597, 18.401943206787099 ], [ -98.253616333007798, 18.506664276123001 ], [ -98.190841674804702, 18.588607788085898 ], [ -97.994735717773395, 18.679721832275401 ], [ -97.906112670898395, 18.761665344238299 ], [ -97.9202880859375, 18.8127746582031 ], [ -97.995559692382798, 18.8308296203613 ], [ -98.1158447265625, 18.936386108398398 ], [ -98.155288696289105, 18.921665191650401 ], [ -98.273056030273395, 18.964443206787099 ], [ -98.2227783203125, 19.041385650634801 ], [ -98.218338012695298, 19.124721527099599 ], [ -98.283615112304702, 19.283054351806602 ], [ -98.132781982421903, 19.344997406005898 ], [ -98.025848388671903, 19.428886413574201 ] ], [ [ -98.480087280273395, 18.189781188964801 ], [ -98.404449462890597, 18.199165344238299 ], [ -98.335006713867202, 18.162776947021499 ], [ -98.292785644531193, 18.036109924316399 ], [ -98.160003662109403, 17.972499847412099 ], [ -98.108337402343807, 17.673885345458999 ], [ -98.005569458007798, 17.6141662597656 ], [ -97.946670532226605, 17.463054656982401 ], [ -97.886123657226605, 17.440830230712901 ], [ -97.778335571289105, 17.2572212219238 ], [ -97.773345947265597, 17.052776336669901 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Bavispe", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.619186401367003, 28.904054641723601 ], [ -109.583618164062003, 28.930831909179702 ], [ -109.655563354492003, 29.1016654968262 ], [ -109.579177856445, 29.128330230712901 ], [ -109.410278320312003, 29.102218627929702 ], [ -109.235000610352003, 29.234443664550799 ], [ -109.227508544922003, 29.424999237060501 ], [ -109.258346557617003, 29.441108703613299 ], [ -109.233901977539006, 29.5409545898438 ], [ -109.301956176757997, 29.847774505615199 ], [ -109.259170532227003, 29.985275268554702 ], [ -109.29362487793, 30.009162902831999 ], [ -109.260009765625, 30.026943206787099 ], [ -109.259170532227003, 30.0761108398438 ], [ -109.316116333007997, 30.116943359375 ], [ -109.309722900390994, 30.211666107177699 ], [ -109.376113891602003, 30.334163665771499 ], [ -109.338623046875, 30.514999389648398 ], [ -109.374725341797003, 30.646663665771499 ], [ -109.316955566405994, 30.6849975585938 ], [ -109.341674804687997, 30.713607788085898 ], [ -109.29084777832, 30.7366638183594 ], [ -109.253341674805, 30.809719085693398 ], [ -109.17333984375, 30.8261108398438 ], [ -109.113342285155994, 30.813888549804702 ], [ -108.957504272460994, 30.6144409179688 ], [ -108.965835571289006, 30.5424995422363 ], [ -108.917785644530994, 30.438053131103501 ], [ -108.962509155272997, 30.293052673339801 ], [ -108.892791748047003, 30.275276184081999 ], [ -108.901123046875, 30.2219429016113 ], [ -108.813903808594006, 30.185276031494102 ], [ -108.757232666015994, 30.017219543456999 ], [ -108.683624267577997, 29.9702758789062 ], [ -108.628616333007997, 29.850830078125 ], [ -108.569458007812003, 29.806110382080099 ], [ -108.552505493164006, 29.674442291259801 ], [ -108.423889160155994, 29.567218780517599 ], [ -108.418060302734006, 29.5038871765137 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Colorado", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -114.721244812012003, 32.720832824707003 ], [ -114.721260070800994, 32.720809936523402 ], [ -114.808601379395, 32.615993499755902 ], [ -114.819305419922003, 32.504447937011697 ], [ -114.936698913574006, 32.473049163818402 ], [ -114.964202880859006, 32.368610382080099 ], [ -115.041496276855, 32.254669189453097 ], [ -114.998901367187997, 32.1361083984375 ], [ -115.01789855957, 31.94748878479 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Conchos", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -106.904174804687997, 27.844444274902301 ], [ -106.622512817382997, 27.816108703613299 ], [ -106.484451293945, 27.8469429016113 ], [ -106.425842285155994, 27.890552520751999 ], [ -106.252227783202997, 27.823055267333999 ], [ -106.197784423827997, 27.8780517578125 ], [ -106.083343505859006, 27.917221069335898 ], [ -105.924179077147997, 27.907497406005898 ], [ -105.765838623047003, 27.988887786865199 ], [ -105.76806640625, 28.044166564941399 ], [ -105.676963806152003, 28.148887634277301 ], [ -105.54362487793, 28.179996490478501 ], [ -105.39567565918, 28.347049713134801 ], [ -105.431396484375, 28.468887329101602 ], [ -105.388900756835994, 28.602775573730501 ], [ -105.462783813477003, 28.6369438171387 ], [ -105.459167480469006, 28.743610382080099 ], [ -105.488891601562003, 28.791385650634801 ], [ -105.461120605469006, 28.830276489257798 ], [ -105.311401367187997, 28.875831604003899 ], [ -105.328338623047003, 28.921108245849599 ], [ -105.298614501952997, 28.92138671875 ], [ -105.266403198242003, 29.008609771728501 ], [ -105.149169921875, 29.048332214355501 ], [ -105.05500793457, 29.162776947021499 ], [ -105.055282592772997, 29.246387481689499 ], [ -104.998611450195, 29.256107330322301 ], [ -104.961944580077997, 29.316108703613299 ], [ -104.904449462890994, 29.338607788085898 ], [ -104.921401977539006, 29.376388549804702 ], [ -104.877227783202997, 29.421943664550799 ], [ -104.865005493164006, 29.4958305358887 ], [ -104.902236938477003, 29.551109313964801 ], [ -104.715286254882997, 29.502220153808601 ], [ -104.595001220702997, 29.570274353027301 ], [ -104.480560302734006, 29.529441833496101 ], [ -104.436172485352003, 29.598487854003899 ] ], [ [ -105.39567565918, 28.347049713134801 ], [ -105.274169921875, 28.236110687255898 ], [ -105.310287475585994, 28.1533317565918 ], [ -105.270278930664006, 28.044166564941399 ], [ -105.175003051757997, 27.924720764160199 ], [ -105.158340454102003, 27.701942443847699 ], [ -105.222503662109006, 27.640552520751999 ], [ -105.435287475585994, 27.542221069335898 ], [ -105.550003051757997, 27.5583305358887 ], [ -105.585563659667997, 27.5283317565918 ], [ -105.71028137207, 27.530830383300799 ], [ -105.73779296875, 27.566108703613299 ], [ -105.85334777832, 27.404720306396499 ], [ -105.877227783202997, 27.413608551025401 ], [ -105.956680297852003, 27.325553894043001 ], [ -106.034729003905994, 27.348331451416001 ], [ -106.103622436522997, 27.419719696044901 ], [ -106.14111328125, 27.408332824706999 ], [ -106.209457397460994, 27.4458312988281 ], [ -106.276275634765994, 27.406501770019499 ], [ -106.290557861327997, 27.2411079406738 ], [ -106.332504272460994, 27.209999084472699 ], [ -106.341400146484006, 27.0311088562012 ], [ -106.282501220702997, 26.7638854980469 ], [ -106.221389770507997, 26.701942443847699 ], [ -106.244445800780994, 26.507499694824201 ], [ -106.195007324219006, 26.3661079406738 ], [ -106.330841064452997, 26.305831909179702 ], [ -106.428894042969006, 26.396663665771499 ], [ -106.429168701172003, 26.433052062988299 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Cutzamala", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -101.160308837890994, 20.546546936035199 ], [ -101.15055847168, 20.488887786865199 ], [ -101.08528137207, 20.4702758789062 ], [ -101.013336181640994, 20.3872184753418 ], [ -101.011123657227003, 20.288330078125 ], [ -100.920837402344006, 20.267498016357401 ], [ -100.883895874022997, 20.140552520751999 ], [ -100.759735107422003, 20.059165954589801 ], [ -100.670562744140994, 20.0263862609863 ], [ -100.519729614257997, 20.071388244628899 ], [ -100.410003662109006, 19.953330993652301 ], [ -100.318344116210994, 19.911941528320298 ], [ -100.168334960937997, 20.088607788085898 ], [ -100.068069458007997, 20.020553588867202 ], [ -99.977233886718807, 19.863330841064499 ], [ -99.920562744140597, 19.8516654968262 ], [ -99.935562133789105, 19.829998016357401 ], [ -99.864181518554702, 19.73388671875 ], [ -99.862503051757798, 19.645832061767599 ], [ -99.7791748046875, 19.596107482910199 ], [ -99.749176025390597, 19.5011100769043 ], [ -99.541397094726605, 19.369163513183601 ], [ -99.502792358398395, 19.129997253418001 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Grijalva", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -92.217453002929702, 18.224967956543001 ], [ -92.306671142578097, 18.226108551025401 ], [ -92.479171752929702, 18.289997100830099 ], [ -92.58056640625, 18.384719848632798 ], [ -92.665618896484403, 18.406711578369102 ], [ -92.730285644531193, 18.171108245849599 ], [ -92.6925048828125, 18.159721374511701 ], [ -92.701126098632798, 18.123332977294901 ], [ -92.757232666015597, 18.073886871337901 ], [ -92.8739013671875, 18.045829772949201 ], [ -92.911117553710895, 17.958332061767599 ], [ -92.978057861328097, 17.9666633605957 ], [ -93.024986267089801, 17.9239597320557 ], [ -93.142227172851605, 17.943609237670898 ], [ -93.264183044433594, 17.991390228271499 ], [ -93.3094482421875, 17.959720611572301 ], [ -93.391952514648395, 17.607780456543001 ], [ -93.517120361328097, 17.515640258789102 ], [ -93.449447631835895, 17.378330230712901 ], [ -93.408065795898395, 17.362777709960898 ], [ -93.430007934570298, 17.3247184753418 ], [ -93.499176025390597, 17.366943359375 ], [ -93.5433349609375, 17.352218627929702 ], [ -93.534729003906193, 17.240276336669901 ], [ -93.596084594726605, 17.1846923828125 ], [ -93.575012207031193, 17.161663055419901 ], [ -93.505844116210895, 17.181941986083999 ], [ -93.494171142578097, 17.131664276123001 ], [ -93.394454956054702, 17.094444274902301 ], [ -93.388626098632798, 17.041664123535199 ], [ -93.283340454101605, 17.006385803222699 ], [ -93.207229614257798, 17.035831451416001 ], [ -93.107513427734403, 16.966941833496101 ], [ -93.113616943359403, 16.873607635498001 ], [ -93.068618774414105, 16.841110229492202 ], [ -93.074172973632798, 16.7991638183594 ], [ -93.021957397460895, 16.719165802001999 ], [ -92.899169921875, 16.5763854980469 ], [ -92.763900756835895, 16.517219543456999 ], [ -92.756118774414105, 16.404720306396499 ], [ -92.823898315429702, 16.297775268554702 ], [ -92.596954345703097, 16.182777404785199 ], [ -92.4989013671875, 16.251388549804702 ], [ -92.536117553710895, 16.147499084472699 ], [ -92.103057861328097, 15.912498474121101 ], [ -92.065567016601605, 15.8541660308838 ], [ -92.138900756835895, 15.896665573120099 ], [ -92.235000610351605, 15.784166336059601 ], [ -92.153060913085895, 15.6902770996094 ], [ -92.1602783203125, 15.597221374511699 ], [ -92.116394042968807, 15.5391654968262 ], [ -92.106071472167997, 15.439924240112299 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Lacantum", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -91.147796630859403, 16.144279479980501 ], [ -91.0291748046875, 16.098609924316399 ], [ -90.911956787109403, 16.136665344238299 ], [ -90.882507324218807, 16.177219390869102 ], [ -90.908889770507798, 16.204719543456999 ], [ -90.851669311523395, 16.217777252197301 ], [ -90.870010375976605, 16.3136100769043 ], [ -90.763336181640597, 16.336940765380898 ], [ -90.761123657226605, 16.425830841064499 ], [ -90.7227783203125, 16.470832824706999 ], [ -90.719451904296903, 16.416385650634801 ], [ -90.6763916015625, 16.459999084472699 ], [ -90.696395874023395, 16.494163513183601 ], [ -90.665283203125, 16.5055541992188 ], [ -90.683898925781193, 16.577220916748001 ], [ -90.658142089843807, 16.644273757934599 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Lerma", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -102.772399902344006, 20.196891784668001 ], [ -102.622222900390994, 20.229164123535199 ], [ -102.443618774414006, 20.338054656982401 ], [ -102.211669921875, 20.343051910400401 ], [ -102.10880279541, 20.389080047607401 ], [ -101.995559692382997, 20.403053283691399 ], [ -101.994171142577997, 20.326942443847699 ], [ -101.98063659668, 20.367366790771499 ], [ -101.950561523437997, 20.3644409179688 ], [ -101.920303344727003, 20.211093902587901 ], [ -101.888862609862997, 20.191102981567401 ], [ -101.820625305175994, 20.2117519378662 ], [ -101.673889160155994, 20.190830230712901 ], [ -101.606948852539006, 20.3180541992188 ], [ -101.460594177245994, 20.333692550659201 ], [ -101.4375, 20.345832824706999 ], [ -101.384170532227003, 20.423610687255898 ], [ -101.389450073242003, 20.4799995422363 ], [ -101.325561523437997, 20.546108245849599 ], [ -101.280563354492003, 20.539718627929702 ], [ -101.236953735352003, 20.583053588867202 ], [ -101.160308837890994, 20.546546936035199 ], [ -100.80778503418, 20.479721069335898 ], [ -100.756958007812003, 20.521385192871101 ], [ -100.773345947265994, 20.554996490478501 ], [ -100.737228393555, 20.615276336669901 ], [ -100.836944580077997, 20.8316650390625 ], [ -100.783615112305, 20.909721374511701 ], [ -100.799453735352003, 21.050830841064499 ], [ -100.818893432617003, 21.129165649414102 ], [ -100.994735717772997, 21.313331604003899 ], [ -101.148345947265994, 21.3641662597656 ], [ -101.284729003905994, 21.3152770996094 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Moctezuma Panuco", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -97.777511596679702, 22.2680549621582 ], [ -97.849166870117202, 22.2138862609863 ], [ -97.994735717773395, 22.208885192871101 ], [ -98.011947631835895, 22.146110534668001 ], [ -98.051956176757798, 22.143886566162099 ], [ -98.035842895507798, 22.107498168945298 ], [ -98.065292358398395, 22.101943969726602 ], [ -98.028335571289105, 22.0788879394531 ], [ -98.107223510742202, 22.077499389648398 ], [ -98.1138916015625, 22.0327758789062 ], [ -98.144180297851605, 22.0663871765137 ], [ -98.173065185546903, 22.0536079406738 ], [ -98.151123046875, 22.102775573730501 ], [ -98.183059692382798, 22.0855522155762 ], [ -98.201400756835895, 22.1116638183594 ], [ -98.280838012695298, 22.044441223144499 ], [ -98.334457397460895, 22.0652770996094 ], [ -98.3658447265625, 22.0202751159668 ], [ -98.402511596679702, 22.041110992431602 ], [ -98.4263916015625, 21.957496643066399 ], [ -98.588562011718807, 21.9752597808838 ], [ -98.573333740234403, 21.941108703613299 ], [ -98.518615722656193, 21.9513854980469 ], [ -98.555007934570298, 21.9333305358887 ], [ -98.5372314453125, 21.911663055419901 ], [ -98.563903808593807, 21.884441375732401 ], [ -98.5211181640625, 21.836666107177699 ], [ -98.490280151367202, 21.851943969726602 ], [ -98.450836181640597, 21.782218933105501 ], [ -98.525283813476605, 21.720554351806602 ], [ -98.562789916992202, 21.7283325195312 ], [ -98.562789916992202, 21.6894416809082 ], [ -98.61279296875, 21.6947212219238 ], [ -98.642265319824205, 21.608827590942401 ], [ -98.815567016601605, 21.476108551025401 ], [ -98.810562133789105, 21.413887023925799 ], [ -98.715835571289105, 21.3099975585938 ], [ -98.745834350585895, 21.275203704833999 ] ], [ [ -99.290283203125, 21.145832061767599 ], [ -99.3175048828125, 21.101387023925799 ], [ -99.376403808593807, 21.0936088562012 ], [ -99.345001220703097, 21.0452766418457 ], [ -99.386123657226605, 20.925830841064499 ], [ -99.4263916015625, 20.867774963378899 ], [ -99.478897094726605, 20.852218627929702 ], [ -99.519180297851605, 20.725830078125 ], [ -99.454177856445298, 20.6269416809082 ], [ -99.2469482421875, 20.5355529785156 ], [ -99.206680297851605, 20.4555549621582 ], [ -99.199447631835895, 20.2511100769043 ], [ -99.351959228515597, 20.159164428710898 ], [ -99.3094482421875, 19.968887329101602 ] ], [ [ -98.745834350585895, 21.275203704833999 ], [ -99.206680297851605, 21.113887786865199 ], [ -99.290283203125, 21.145832061767599 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Moctezuma Yaqui", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.573059082030994, 30.528888702392599 ], [ -109.635284423827997, 30.3083305358887 ], [ -109.795013427734006, 30.1658325195312 ], [ -109.782791137695, 30.008052825927699 ], [ -109.741958618164006, 29.961940765380898 ], [ -109.743621826172003, 29.874721527099599 ], [ -109.681396484375, 29.799999237060501 ], [ -109.616958618164006, 29.533332824706999 ], [ -109.664169311522997, 29.446941375732401 ], [ -109.651123046875, 29.3861083984375 ], [ -109.75862121582, 29.355831146240199 ], [ -109.71085357666, 29.1061096191406 ], [ -109.619186401367003, 28.904054641723601 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Nazas", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -105.097229003905994, 24.035831451416001 ], [ -105.186950683594006, 24.244441986083999 ], [ -105.151947021484006, 24.302776336669901 ], [ -105.192230224609006, 24.359443664550799 ], [ -105.161117553710994, 24.4333305358887 ], [ -105.327514648437997, 24.7599983215332 ], [ -105.313064575195, 24.818885803222699 ], [ -105.36279296875, 24.876663208007798 ], [ -105.448059082030994, 25.216388702392599 ], [ -105.153060913085994, 25.544166564941399 ], [ -105.096954345702997, 25.519443511962901 ], [ -105.006118774414006, 25.581943511962901 ], [ -104.939178466797003, 25.584999084472699 ], [ -104.88166809082, 25.4958305358887 ], [ -104.892501831055, 25.457496643066399 ], [ -104.697509765625, 25.3127746582031 ], [ -104.620010375977003, 25.308887481689499 ], [ -104.528900146484006, 25.139163970947301 ], [ -104.325286865234006, 25.1269416809082 ], [ -104.044174194335994, 25.266941070556602 ], [ -103.728897094727003, 25.269721984863299 ], [ -103.72917175293, 25.449165344238299 ], [ -103.495010375977003, 25.539443969726602 ], [ -103.349731445312003, 25.678054809570298 ], [ -103.265563964844006, 25.691944122314499 ], [ -103.204177856445, 25.751388549804702 ], [ -103.039459228515994, 25.679996490478501 ], [ -102.878616333007997, 25.692775726318398 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Papigochic", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -108.7392578125, 28.967544555664102 ], [ -108.709167480469006, 28.905830383300799 ], [ -108.720794677734006, 28.8204536437988 ], [ -108.663619995117003, 28.707221984863299 ], [ -108.5625, 28.631664276123001 ] ], [ [ -109.233901977539006, 29.5409545898438 ], [ -109.170837402344006, 29.527774810791001 ], [ -109.011947631835994, 29.367221832275401 ], [ -108.964172363280994, 29.376663208007798 ], [ -108.881393432617003, 29.182777404785199 ], [ -108.806945800780994, 29.163887023925799 ], [ -108.7392578125, 28.967544555664102 ], [ -108.692504882812003, 28.9766654968262 ], [ -108.70361328125, 29.083610534668001 ], [ -108.570007324219006, 29.184719085693398 ], [ -108.583343505859006, 29.317775726318398 ], [ -108.485000610352003, 29.388332366943398 ], [ -108.38166809082, 29.384441375732401 ], [ -108.346389770507997, 29.346664428710898 ], [ -108.348617553710994, 29.226387023925799 ], [ -108.269729614257997, 29.0424995422363 ], [ -108.220001220702997, 29.0099983215332 ], [ -108.095840454102003, 28.784721374511701 ], [ -107.959167480469006, 28.773609161376999 ], [ -107.933334350585994, 28.9555549621582 ], [ -107.86279296875, 29.009719848632798 ], [ -107.778625488280994, 28.906944274902301 ], [ -107.693893432617003, 28.722221374511701 ], [ -107.505844116210994, 28.640830993652301 ], [ -107.428344726562003, 28.2952766418457 ], [ -107.519180297852003, 28.134719848632798 ], [ -107.623901367187997, 28.1208305358887 ], [ -107.641677856445, 28.182498931884801 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Pilon San Juan", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -100.269180297852003, 25.238052368164102 ], [ -100.144180297852003, 25.137775421142599 ], [ -100.123901367187997, 25.0452766418457 ], [ -100.029724121094006, 25.014163970947301 ], [ -99.932510375976605, 25.0380554199219 ], [ -99.859725952148395, 25.1658325195312 ], [ -99.800567626953097, 25.156665802001999 ], [ -99.658889770507798, 25.2511100769043 ], [ -99.563613891601605, 25.362220764160199 ], [ -99.5291748046875, 25.489719390869102 ], [ -99.446670532226605, 25.494163513183601 ], [ -99.430282592773395, 25.522777557373001 ], [ -99.358612060546903, 25.503608703613299 ], [ -99.323059082031193, 25.536663055419901 ], [ -99.287506103515597, 25.685276031494102 ], [ -99.218063354492202, 25.719165802001999 ], [ -99.233062744140597, 25.781944274902301 ], [ -99.175567626953097, 25.8016662597656 ], [ -99.188339233398395, 26.073329925537099 ], [ -99.134445190429702, 26.056388854980501 ], [ -99.041946411132798, 26.101943969726602 ], [ -99.003067016601605, 26.0644416809082 ], [ -98.987228393554702, 26.112499237060501 ], [ -98.937225341796903, 26.1269416809082 ], [ -98.958343505859403, 26.180831909179702 ], [ -98.915283203125, 26.200275421142599 ], [ -98.821960449218807, 26.374717712402301 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Fuerte", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.414169311522997, 25.866386413574201 ], [ -109.3466796875, 25.838333129882798 ], [ -109.246398925780994, 25.954719543456999 ], [ -109.129455566405994, 25.934719085693398 ], [ -109.045013427734006, 25.958332061767599 ], [ -108.956680297852003, 25.924720764160199 ], [ -108.880844116210994, 26.023887634277301 ], [ -108.75862121582, 26.091110229492202 ], [ -108.734451293945, 26.175552368164102 ], [ -108.779724121094006, 26.281665802001999 ], [ -108.682235717772997, 26.342220306396499 ], [ -108.574432373047003, 26.5134601593018 ], [ -108.520278930664006, 26.545555114746101 ], [ -108.5, 26.6433296203613 ], [ -108.549453735352003, 26.8244438171387 ], [ -108.415008544922003, 26.8116645812988 ], [ -108.35612487793, 26.854721069335898 ], [ -108.332229614257997, 26.9202766418457 ], [ -108.268615722655994, 26.8886108398438 ], [ -108.193069458007997, 26.904441833496101 ], [ -108.170013427734006, 26.877498626708999 ], [ -108.055847167969006, 26.898609161376999 ], [ -107.993347167969006, 26.945274353027301 ], [ -107.923889160155994, 26.8913879394531 ], [ -107.874176025390994, 26.8933296203613 ], [ -107.788070678710994, 26.812496185302699 ], [ -107.503616333007997, 26.7186088562012 ], [ -107.427780151367003, 26.731941223144499 ], [ -107.260986328125, 26.6385803222656 ], [ -107.049453735352003, 26.674999237060501 ], [ -106.967514038085994, 26.6533317565918 ], [ -106.827789306640994, 26.543052673339801 ], [ -106.848892211914006, 26.4738883972168 ], [ -106.658889770507997, 26.008888244628899 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Grande", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -106.538993835449006, 31.786207199096701 ], [ -106.538970947265994, 31.786197662353501 ], [ -106.383041381835994, 31.733762741088899 ], [ -106.212753295897997, 31.4781284332275 ], [ -105.998359680175994, 31.3938179016113 ], [ -105.769729614257997, 31.170780181884801 ], [ -105.603218078612997, 31.086427688598601 ], [ -105.554382324219006, 30.998285293579102 ], [ -105.409065246582003, 30.902509689331101 ], [ -105.390312194824006, 30.853080749511701 ], [ -105.313781738280994, 30.8165073394775 ], [ -105.28759765625, 30.8319492340088 ], [ -105.258186340332003, 30.797653198242202 ], [ -105.214340209960994, 30.812086105346701 ], [ -105.060562133789006, 30.687870025634801 ], [ -104.997543334960994, 30.684333801269499 ], [ -104.986930847167997, 30.6413249969482 ], [ -104.890678405762003, 30.570556640625 ], [ -104.852996826172003, 30.3922634124756 ], [ -104.80647277832, 30.376447677612301 ], [ -104.813957214355, 30.350469589233398 ], [ -104.702613830565994, 30.238489151001001 ], [ -104.674758911132997, 30.148963928222699 ], [ -104.696495056152003, 30.0573024749756 ], [ -104.674369812012003, 29.9092826843262 ], [ -104.577560424805, 29.807935714721701 ], [ -104.535247802734006, 29.679466247558601 ], [ -104.436172485352003, 29.598487854003899 ], [ -104.377593994140994, 29.550611495971701 ], [ -104.204734802245994, 29.4840412139893 ], [ -104.16438293457, 29.400714874267599 ], [ -104.045631408690994, 29.328119277954102 ], [ -103.786994934082003, 29.267259597778299 ], [ -103.767761230469006, 29.2812404632568 ], [ -103.782157897949006, 29.229795455932599 ], [ -103.739852905272997, 29.230348587036101 ], [ -103.720314025879006, 29.190631866455099 ], [ -103.526237487792997, 29.1466464996338 ], [ -103.474075317382997, 29.0721340179443 ], [ -103.375450134277003, 29.032108306884801 ], [ -103.335517883300994, 29.050338745117202 ], [ -103.280349731445, 28.986373901367202 ], [ -103.266586303710994, 29.007453918456999 ], [ -103.153465270995994, 28.978681564331101 ], [ -102.988098144530994, 29.190862655639599 ], [ -102.866172790527003, 29.2290363311768 ], [ -102.908325195312003, 29.269203186035199 ], [ -102.883010864257997, 29.353370666503899 ], [ -102.822204589844006, 29.41184425354 ], [ -102.804725646972997, 29.530145645141602 ], [ -102.676361083984006, 29.744224548339801 ], [ -102.63761138916, 29.732337951660199 ], [ -102.576499938965, 29.778247833251999 ], [ -102.551948547362997, 29.7495002746582 ], [ -102.50309753418, 29.785455703735401 ], [ -102.384796142577997, 29.767946243286101 ], [ -102.367561340332003, 29.845289230346701 ], [ -102.324333190917997, 29.8801155090332 ], [ -102.063995361327997, 29.784570693969702 ], [ -101.973320007324006, 29.818773269653299 ], [ -101.924224853515994, 29.788501739501999 ], [ -101.81909942627, 29.814125061035199 ], [ -101.805206298827997, 29.7799987792969 ], [ -101.759094238280994, 29.787166595458999 ], [ -101.639671325684006, 29.756959915161101 ], [ -101.581489562987997, 29.765150070190401 ], [ -101.543952941895, 29.8101196289062 ], [ -101.538345336914006, 29.763017654418899 ], [ -101.47046661377, 29.788690567016602 ], [ -101.448425292969006, 29.760585784912099 ], [ -101.401275634765994, 29.769905090331999 ], [ -101.41609954834, 29.745433807373001 ], [ -101.370613098145, 29.661258697509801 ], [ -101.36840057373, 29.657161712646499 ], [ -101.305862426757997, 29.652431488037099 ], [ -101.308929443359006, 29.580909729003899 ], [ -101.254585266112997, 29.628749847412099 ], [ -101.261428833007997, 29.526473999023398 ], [ -101.067359924315994, 29.473552703857401 ], [ -101.009056091309006, 29.373254776001001 ], [ -100.796989440917997, 29.2425022125244 ], [ -100.768608093262003, 29.166570663452099 ], [ -100.668769836425994, 29.080072402954102 ], [ -100.64722442627, 28.922349929809599 ], [ -100.589790344237997, 28.894222259521499 ], [ -100.497909545897997, 28.660987854003899 ], [ -100.403175354004006, 28.5897331237793 ], [ -100.419532775879006, 28.544191360473601 ], [ -100.345802307129006, 28.500810623168899 ], [ -100.376770019530994, 28.478651046752901 ], [ -100.351570129395, 28.394182205200199 ], [ -100.292892456055, 28.320360183715799 ], [ -100.297920227050994, 28.280353546142599 ], [ -100.22346496582, 28.241456985473601 ], [ -100.214073181152003, 28.2019348144531 ], [ -100.096923828125, 28.154281616210898 ], [ -99.993309020996094, 28.003459930419901 ], [ -99.941856384277301, 27.986881256103501 ], [ -99.874732971191406, 27.797685623168899 ], [ -99.815727233886705, 27.780107498168899 ], [ -99.714492797851605, 27.661558151245099 ], [ -99.549186706542997, 27.612627029418899 ], [ -99.526741027832003, 27.5042839050293 ], [ -99.490493774414105, 27.4907550811768 ], [ -99.543586730957003, 27.318653106689499 ], [ -99.465270996093807, 27.269884109497099 ], [ -99.437156677246094, 27.199197769165 ], [ -99.455062866210895, 27.028648376464801 ], [ -99.392715454101605, 26.995550155639599 ], [ -99.390518188476605, 26.946630477905298 ], [ -99.2855224609375, 26.8573608398438 ], [ -99.2847900390625, 26.855657577514599 ] ], [ [ -98.821960449218807, 26.374717712402301 ], [ -98.819831848144503, 26.3750705718994 ], [ -98.677917480468807, 26.2420558929443 ], [ -98.599967956542997, 26.260454177856399 ], [ -98.488517761230497, 26.201543807983398 ], [ -98.453392028808594, 26.220911026001001 ], [ -98.384521484375, 26.156030654907202 ], [ -98.347190856933594, 26.1586799621582 ], [ -98.327934265136705, 26.111646652221701 ], [ -98.292274475097699, 26.132808685302699 ], [ -98.271354675292997, 26.120895385742202 ], [ -98.291946411132798, 26.0981044769287 ], [ -98.200691223144503, 26.055376052856399 ], [ -98.083213806152301, 26.065757751464801 ], [ -98.076347351074205, 26.034626007080099 ], [ -98.040069580078097, 26.059394836425799 ], [ -97.867431640625, 26.0601406097412 ], [ -97.647972106933594, 26.023445129394499 ], [ -97.612922668457003, 25.962001800537099 ], [ -97.574935913085895, 25.9541721343994 ], [ -97.590087890625, 25.933231353759801 ], [ -97.434349060058594, 25.845197677612301 ], [ -97.385643005371094, 25.845361709594702 ], [ -97.380989074707003, 25.917020797729499 ], [ -97.304435729980497, 25.938663482666001 ], [ -97.307144165039105, 25.965124130248999 ], [ -97.172225952148395, 25.954568862915 ] ], [ [ -99.2847900390625, 26.855657577514599 ], [ -99.165817260742202, 26.579889297485401 ], [ -99.168678283691406, 26.545728683471701 ], [ -99.101470947265597, 26.488340377807599 ], [ -99.106727600097699, 26.419530868530298 ], [ -98.939270019531193, 26.395309448242202 ], [ -98.908897399902301, 26.360328674316399 ], [ -98.821960449218807, 26.374717712402301 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Grande de Santiago", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -102.776718139647997, 20.3134574890137 ], [ -102.720840454102003, 20.259719848632798 ], [ -102.772399902344006, 20.196891784668001 ] ], [ [ -104.078079223632997, 21.202571868896499 ], [ -104.049453735352003, 21.148609161376999 ], [ -103.884170532227003, 21.086387634277301 ], [ -103.882507324219006, 21.006107330322301 ], [ -103.771392822265994, 20.933887481689499 ], [ -103.650283813477003, 20.9269409179688 ], [ -103.526397705077997, 20.996944427490199 ], [ -103.517227172852003, 21.049720764160199 ], [ -103.429458618164006, 21.054996490478501 ], [ -103.277786254882997, 20.735275268554702 ], [ -103.135009765625, 20.617774963378899 ], [ -103.159729003905994, 20.456108093261701 ], [ -103.100280761719006, 20.407218933105501 ], [ -102.808059692382997, 20.388332366943398 ], [ -102.767791748047003, 20.349441528320298 ], [ -102.776718139647997, 20.3134574890137 ], [ -103.029449462890994, 20.3399963378906 ], [ -103.171112060547003, 20.280551910400401 ], [ -103.36279296875, 20.2827758789062 ], [ -103.425842285155994, 20.254444122314499 ], [ -103.173889160155994, 20.1613883972168 ], [ -103.055847167969006, 20.195552825927699 ], [ -102.899436950684006, 20.167774200439499 ], [ -102.810012817382997, 20.103885650634801 ], [ -102.686683654785, 20.169166564941399 ], [ -102.692497253417997, 20.200832366943398 ], [ -102.772399902344006, 20.196891784668001 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Salado", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -102.473892211914006, 28.913330078125 ], [ -102.401947021484006, 28.916664123535199 ], [ -102.353897094727003, 28.8752746582031 ], [ -102.258346557617003, 28.651664733886701 ], [ -102.121948242187997, 28.613330841064499 ], [ -102.083068847655994, 28.560276031494102 ], [ -101.925842285155994, 28.539443969726602 ], [ -101.850845336914006, 28.468330383300799 ], [ -101.601959228515994, 28.362777709960898 ], [ -101.488616943359006, 28.2011108398438 ], [ -101.367233276367003, 28.155830383300799 ], [ -101.311950683594006, 27.9674987792969 ], [ -101.250289916992003, 27.968330383300799 ], [ -101.131118774414006, 27.847221374511701 ], [ -101.051681518555, 27.817218780517599 ], [ -100.951126098632997, 27.6958312988281 ], [ -100.711669921875, 27.631385803222699 ], [ -100.711669921875, 27.549442291259801 ], [ -100.661117553710994, 27.499443054199201 ], [ -100.615570068359006, 27.529720306396499 ], [ -100.498611450195, 27.481941223144499 ], [ -100.342224121094006, 27.3144416809082 ], [ -100.128067016602003, 27.238887786865199 ], [ -100.090835571289006, 27.1786079406738 ], [ -99.969451904296903, 27.1686096191406 ], [ -99.951126098632798, 27.134719848632798 ], [ -99.995010375976605, 27.0583305358887 ], [ -99.9586181640625, 27.003608703613299 ], [ -99.858062744140597, 26.9649963378906 ], [ -99.854736328125, 26.8997192382812 ], [ -99.633895874023395, 26.899166107177699 ], [ -99.463348388671903, 26.7799987792969 ], [ -99.2847900390625, 26.855657577514599 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Santiago", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -104.078079223632997, 21.202571868896499 ], [ -103.961395263672003, 21.287776947021499 ], [ -103.955841064452997, 21.3597221374512 ], [ -103.850845336914006, 21.5311088562012 ], [ -103.776123046875, 21.738609313964801 ], [ -103.79084777832, 21.928054809570298 ], [ -103.701675415039006, 22.018886566162099 ], [ -103.680511474609006, 22.121421813964801 ], [ -103.741668701172003, 22.2174987792969 ], [ -103.726959228515994, 22.396110534668001 ], [ -103.675842285155994, 22.469165802001999 ], [ -103.67529296875, 22.6061096191406 ], [ -103.568618774414006, 22.708332061767599 ], [ -103.48112487793, 22.887496948242202 ], [ -103.456954956055, 22.974441528320298 ], [ -103.496948242187997, 23.013332366943398 ] ], [ [ -105.448333740234006, 21.673053741455099 ], [ -105.362228393555, 21.679996490478501 ], [ -105.313613891602003, 21.722774505615199 ], [ -105.286117553710994, 21.707221984863299 ], [ -105.271392822265994, 21.75 ], [ -105.234725952147997, 21.728885650634801 ], [ -105.217514038085994, 21.7991638183594 ], [ -105.063606262207003, 21.804996490478501 ], [ -105.013061523437997, 21.725830078125 ], [ -104.833068847655994, 21.778888702392599 ], [ -104.814453125, 21.823329925537099 ], [ -104.730285644530994, 21.853054046630898 ], [ -104.621398925780994, 21.716110229492202 ], [ -104.516952514647997, 21.475276947021499 ], [ -104.457229614257997, 21.4719429016113 ], [ -104.326400756835994, 21.2691650390625 ], [ -104.263061523437997, 21.2447204589844 ], [ -104.227508544922003, 21.177776336669901 ], [ -104.078079223632997, 21.202571868896499 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Santo Domingo", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -96.647048950195298, 18.338375091552699 ], [ -96.589736938476605, 18.3408317565918 ], [ -96.686950683593807, 18.402774810791001 ], [ -96.5675048828125, 18.419998168945298 ], [ -96.5372314453125, 18.381664276123001 ], [ -96.601394653320298, 18.373054504394499 ], [ -96.463058471679702, 18.3155517578125 ], [ -96.396659851074205, 18.2366638183594 ] ], [ [ -96.647048950195298, 18.338375091552699 ], [ -96.604446411132798, 18.303054809570298 ], [ -96.641952514648395, 18.2972221374512 ], [ -96.601959228515597, 18.196662902831999 ], [ -96.505279541015597, 18.128330230712901 ], [ -96.425003051757798, 18.160274505615199 ], [ -96.4091796875, 18.092777252197301 ], [ -96.385833740234403, 18.173610687255898 ], [ -96.433624267578097, 18.224441528320298 ], [ -96.358901977539105, 18.1947212219238 ], [ -96.396659851074205, 18.2366638183594 ] ], [ [ -96.9666748046875, 18.643608093261701 ], [ -96.901947021484403, 18.674442291259801 ], [ -96.858337402343807, 18.5844421386719 ], [ -96.790557861328097, 18.543331146240199 ], [ -96.784454345703097, 18.4730529785156 ], [ -96.726394653320298, 18.3849983215332 ], [ -96.647048950195298, 18.338375091552699 ] ], [ [ -96.396659851074205, 18.2366638183594 ], [ -96.3275146484375, 18.300277709960898 ], [ -96.236572265625, 18.2137966156006 ], [ -96.205291748046903, 18.180269241333001 ], [ -96.161392211914105, 18.185550689697301 ], [ -96.150283813476605, 18.141670227050799 ], [ -96.094650268554702, 18.164079666137699 ], [ -96.085342407226605, 18.162281036376999 ], [ -96.067230224609403, 18.177497863769499 ], [ -96.0352783203125, 18.161109924316399 ], [ -96.024444580078097, 18.219165802001999 ], [ -95.998336791992202, 18.1866645812988 ], [ -95.982513427734403, 18.256385803222699 ], [ -95.957229614257798, 18.2186088562012 ], [ -95.944732666015597, 18.25 ], [ -95.899734497070298, 18.236942291259801 ], [ -95.908065795898395, 18.265830993652301 ], [ -95.8114013671875, 18.322219848632798 ], [ -95.8033447265625, 18.3708305358887 ], [ -95.751403808593807, 18.3144416809082 ], [ -95.760009765625, 18.368331909179702 ], [ -95.709732055664105, 18.379997253418001 ], [ -95.7247314453125, 18.546665191650401 ], [ -95.696670532226605, 18.600830078125 ], [ -95.663619995117202, 18.6005554199219 ], [ -95.6319580078125, 18.6413879394531 ], [ -95.638900756835895, 18.698055267333999 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Sonora", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -110.494735717772997, 31.221385955810501 ], [ -110.463348388672003, 31.168331146240199 ], [ -110.47639465332, 31.082496643066399 ], [ -110.568344116210994, 31.004444122314499 ], [ -110.70361328125, 30.809444427490199 ], [ -110.669174194335994, 30.693885803222699 ], [ -110.720001220702997, 30.223609924316399 ], [ -110.579177856445, 29.821388244628899 ], [ -110.554458618164006, 29.601387023925799 ], [ -110.726959228515994, 29.514442443847699 ], [ -110.859451293945, 29.2952766418457 ], [ -110.859725952147997, 29.1905517578125 ], [ -110.919052124022997, 29.074790954589801 ], [ -111.072784423827997, 29.1161079406738 ], [ -111.170837402344006, 29.102775573730501 ], [ -111.480010986327997, 28.9022216796875 ], [ -111.635833740234006, 28.881107330322301 ], [ -111.782501220702997, 28.791664123535199 ], [ -111.854446411132997, 28.798885345458999 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Rio Trinidad", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -95.663619995117202, 18.6005554199219 ], [ -95.585556030273395, 18.513053894043001 ], [ -95.587509155273395, 18.429443359375 ], [ -95.531951904296903, 18.359165191650401 ], [ -95.508621215820298, 18.235553741455099 ], [ -95.471115112304702, 18.257774353027301 ], [ -95.417236328125, 18.1766662597656 ], [ -95.239730834960895, 18.104721069335898 ], [ -95.236679077148395, 18.037498474121101 ], [ -95.141677856445298, 17.941665649414102 ], [ -95.156845092773395, 17.819877624511701 ], [ -95.1219482421875, 17.793052673339801 ], [ -95.122222900390597, 17.745277404785199 ], [ -95.249176025390597, 17.621665954589801 ], [ -95.302505493164105, 17.504997253418001 ], [ -95.414733886718807, 17.4386100769043 ], [ -95.582504272460895, 17.396110534668001 ], [ -95.7197265625, 17.217777252197301 ], [ -95.710556030273395, 17.181110382080099 ], [ -95.756118774414105, 17.174720764160199 ], [ -95.807510375976605, 17.1141662597656 ], [ -95.834457397460895, 17.013053894043001 ], [ -95.965011596679702, 17.0191650390625 ] ] } },
+{ "type": "Feature", "properties": { "Name": "San Fernando", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -99.9827880859375, 23.9386100769043 ], [ -99.796112060546903, 24.004165649414102 ], [ -99.818618774414105, 24.110832214355501 ], [ -99.776397705078097, 24.156387329101602 ], [ -99.697784423828097, 24.134441375732401 ], [ -99.639175415039105, 24.176387786865199 ], [ -99.560012817382798, 24.139999389648398 ], [ -99.506118774414105, 24.17138671875 ], [ -99.422500610351605, 24.1480522155762 ], [ -99.336395263671903, 24.1894416809082 ], [ -99.2852783203125, 24.170555114746101 ], [ -99.279449462890597, 24.117221832275401 ], [ -99.190292358398395, 24.083885192871101 ], [ -98.956680297851605, 24.066665649414102 ], [ -98.772506713867202, 24.020553588867202 ], [ -98.6864013671875, 23.9658317565918 ], [ -98.621124267578097, 23.991386413574201 ], [ -98.587234497070298, 23.937221527099599 ], [ -98.514724731445298, 23.968887329101602 ], [ -98.483901977539105, 23.916942596435501 ], [ -98.4827880859375, 23.968887329101602 ], [ -98.4375, 23.9622192382812 ], [ -98.424728393554702, 24.014720916748001 ], [ -98.36279296875, 24.052497863769499 ], [ -98.260559082031193, 23.9866638183594 ], [ -98.204177856445298, 23.838333129882798 ], [ -98.245010375976605, 23.802776336669901 ], [ -98.193344116210895, 23.716941833496101 ], [ -98.162780761718807, 23.776664733886701 ], [ -98.042526245117202, 23.7227783203125 ], [ -97.9808349609375, 23.792221069335898 ], [ -97.817977905273395, 23.783927917480501 ] ] } },
+{ "type": "Feature", "properties": { "Name": "San Lorenzo", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -106.484642028809006, 24.7058620452881 ], [ -106.404449462890994, 24.730552673339801 ], [ -106.275848388672003, 24.847499847412099 ], [ -106.168334960937997, 24.851943969726602 ], [ -106.004730224609006, 25.015274047851602 ] ], [ [ -106.484642028809006, 24.7058620452881 ], [ -106.392791748047003, 24.631107330322301 ], [ -106.333618164062003, 24.6541633605957 ], [ -106.190292358397997, 24.5924987792969 ], [ -106.128616333007997, 24.525554656982401 ], [ -105.845001220702997, 24.572219848632798 ] ], [ [ -107.417785644530994, 24.254165649414102 ], [ -107.400283813477003, 24.299999237060501 ], [ -107.269454956055, 24.377220153808601 ], [ -107.102233886719006, 24.446109771728501 ], [ -106.940567016602003, 24.458332061767599 ], [ -106.951950073242003, 24.491386413574201 ], [ -106.890289306640994, 24.528888702392599 ], [ -106.803344726562003, 24.5272216796875 ], [ -106.781677246094006, 24.598609924316399 ], [ -106.705841064452997, 24.629997253418001 ], [ -106.711669921875, 24.658607482910199 ], [ -106.484642028809006, 24.7058620452881 ] ], [ [ -105.845001220702997, 24.572219848632798 ], [ -105.785278320312003, 24.708610534668001 ], [ -105.78889465332, 24.7791633605957 ], [ -105.887222290039006, 24.9513854980469 ] ], [ [ -105.845001220702997, 24.572219848632798 ], [ -105.725006103515994, 24.6430549621582 ], [ -105.619171142577997, 24.630832672119102 ], [ -105.57389831543, 24.5380554199219 ], [ -105.476669311522997, 24.548332214355501 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "San Pedro", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -104.658889770507997, 24.192497253418001 ], [ -104.609176635742003, 24.196941375732401 ], [ -104.583343505859006, 24.128330230712901 ], [ -104.445281982422003, 24.084720611572301 ], [ -104.398895263672003, 24.025276184081999 ], [ -104.329452514647997, 24.029441833496101 ], [ -104.308624267577997, 23.9322204589844 ], [ -104.258895874022997, 23.881385803222699 ], [ -104.29084777832, 23.791110992431602 ], [ -104.24528503418, 23.7247200012207 ], [ -104.339736938477003, 23.6333312988281 ], [ -104.474731445312003, 23.217220306396499 ], [ -104.534454345702997, 23.184719085693398 ], [ -104.743347167969006, 23.168888092041001 ], [ -104.796112060547003, 23.112220764160199 ], [ -105.008056640625, 23.020553588867202 ], [ -105.001113891602003, 22.8497200012207 ], [ -104.921676635742003, 22.821941375732401 ], [ -104.894180297852003, 22.741386413574201 ], [ -104.91862487793, 22.679996490478501 ], [ -104.881393432617003, 22.5844421386719 ], [ -104.925003051757997, 22.503330230712901 ], [ -104.999176025390994, 22.4947204589844 ], [ -105.040557861327997, 22.434165954589801 ], [ -105.036956787109006, 22.3247184753418 ], [ -104.920837402344006, 22.079998016357401 ], [ -104.947235107422003, 21.969165802001999 ], [ -104.980010986327997, 21.945274353027301 ], [ -105.056121826172003, 21.980274200439499 ], [ -105.085845947265994, 21.937221527099599 ], [ -105.118621826172003, 21.972774505615199 ], [ -105.408065795897997, 21.933609008789102 ], [ -105.46452331543, 21.841472625732401 ], [ -105.527229309082003, 21.815925598144499 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Santa Maria", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -100.960556030272997, 21.755832672119102 ], [ -100.901123046875, 21.843051910400401 ], [ -100.814727783202997, 21.8980522155762 ], [ -100.750839233397997, 21.867774963378899 ], [ -100.725006103515994, 21.803886413574201 ], [ -100.5322265625, 21.758609771728501 ], [ -100.411117553710994, 21.679996490478501 ], [ -100.267791748047003, 21.639163970947301 ], [ -100.051116943359006, 21.467777252197301 ], [ -99.867156982421903, 21.456943511962901 ], [ -99.726959228515597, 21.511386871337901 ], [ -99.6461181640625, 21.4799995422363 ], [ -99.495010375976605, 21.318332672119102 ], [ -99.42333984375, 21.166664123535199 ], [ -99.290283203125, 21.145832061767599 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Tampaon", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -99.198562622070298, 21.645709991455099 ], [ -99.165008544921903, 21.678054809570298 ], [ -99.181396484375, 21.7094421386719 ], [ -99.1400146484375, 21.8116645812988 ], [ -98.9969482421875, 21.816944122314499 ], [ -99.000564575195298, 21.842220306396499 ], [ -98.965560913085895, 21.8316650390625 ], [ -98.955291748046903, 21.859443664550799 ], [ -98.818893432617202, 21.853054046630898 ], [ -98.813613891601605, 21.942497253418001 ], [ -98.758346557617202, 21.922775268554702 ], [ -98.75, 21.988330841064499 ], [ -98.627502441406193, 22.002498626708999 ], [ -98.588562011718807, 21.9752597808838 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Tzanconeja", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -92.1864013671875, 16.998054504394499 ], [ -92.060562133789105, 16.885276794433601 ], [ -91.985290527343807, 16.8888854980469 ], [ -91.899169921875, 16.836109161376999 ], [ -91.8194580078125, 16.828330993652301 ], [ -91.808624267578097, 16.869441986083999 ], [ -91.760833740234403, 16.874443054199201 ], [ -91.621673583984403, 16.779720306396499 ], [ -91.576126098632798, 16.7055549621582 ], [ -91.574447631835895, 16.575832366943398 ], [ -91.531402587890597, 16.523887634277301 ], [ -91.4183349609375, 16.4847221374512 ], [ -91.400009155273395, 16.424720764160199 ], [ -91.338897705078097, 16.384719848632798 ], [ -91.340835571289105, 16.321941375732401 ], [ -91.305557250976605, 16.308052062988299 ], [ -91.289459228515597, 16.242496490478501 ], [ -91.200836181640597, 16.207221984863299 ], [ -91.147796630859403, 16.144279479980501 ] ] } },
+{ "type": "Feature", "properties": { "Name": "Usumacinta", "Description": "" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -92.4808349609375, 18.656665802001999 ], [ -92.4102783203125, 18.4930534362793 ], [ -92.275558471679702, 18.406665802001999 ], [ -92.276947021484403, 18.327220916748001 ], [ -92.217453002929702, 18.224967956543001 ], [ -92.1844482421875, 18.118610382080099 ], [ -92.121871948242202, 18.088485717773398 ], [ -92.140838623046903, 18.002220153808601 ], [ -92.116394042968807, 17.963054656982401 ], [ -91.990211486816406, 17.911939620971701 ], [ -91.989898681640597, 17.9122200012207 ], [ -91.9505615234375, 17.895549774169901 ], [ -91.945556640625, 17.854719161987301 ], [ -91.912513732910199, 17.887220382690401 ], [ -91.823333740234403, 17.88916015625 ], [ -91.786666870117202, 17.8555507659912 ], [ -91.772872924804702, 17.773689270019499 ], [ -91.793617248535199, 17.726669311523398 ], [ -91.698623657226605, 17.714160919189499 ], [ -91.698570251464801, 17.714056015014599 ], [ -91.620285034179702, 17.738330841064499 ], [ -91.657501220703097, 17.771663665771499 ], [ -91.620559692382798, 17.781387329101602 ], [ -91.616119384765597, 17.826663970947301 ], [ -91.569168090820298, 17.8136100769043 ], [ -91.551956176757798, 17.746944427490199 ], [ -91.513626098632798, 17.802497863769499 ], [ -91.479446411132798, 17.760829925537099 ], [ -91.424697875976605, 17.7649536132812 ], [ -91.4525146484375, 17.700832366943398 ], [ -91.376113891601605, 17.702499389648398 ], [ -91.402786254882798, 17.642498016357401 ], [ -91.3577880859375, 17.591388702392599 ], [ -91.406402587890597, 17.5652770996094 ], [ -91.511123657226605, 17.583332061767599 ], [ -91.430557250976605, 17.488330841064499 ], [ -91.504455566406193, 17.486110687255898 ], [ -91.507560729980497, 17.469774246215799 ], [ -91.496116638183594, 17.404159545898398 ], [ -91.4263916015625, 17.386940002441399 ], [ -91.3880615234375, 17.32666015625 ], [ -91.4375, 17.2411079406738 ], [ -91.352783203125, 17.176387786865199 ], [ -91.277236938476605, 17.1783332824707 ], [ -91.1844482421875, 17.0355529785156 ], [ -91.118347167968807, 17.010276794433601 ], [ -91.062789916992202, 16.902774810791001 ], [ -90.98583984375, 16.8680534362793 ], [ -90.983337402343807, 16.903053283691399 ], [ -90.955291748046903, 16.899166107177699 ], [ -90.966125488281193, 16.871944427490199 ], [ -90.921112060546903, 16.829719543456999 ], [ -90.8033447265625, 16.804996490478501 ], [ -90.714279174804702, 16.7264595031738 ], [ -90.658142089843807, 16.644273757934599 ] ], [ [ -92.121871948242202, 18.088485717773398 ], [ -92.081680297851605, 18.121665954589801 ], [ -92.084732055664105, 18.237777709960898 ], [ -91.901123046875, 18.3549995422363 ], [ -91.8577880859375, 18.429164886474599 ] ] ] } },
+{ "type": "Feature", "properties": { "Name": "Yaqui", "Description": "" }, "geometry": { "type": "LineString", "coordinates": [ [ -109.619186401367003, 28.904054641723601 ], [ -109.636672973632997, 28.752220153808601 ], [ -109.552505493164006, 28.600276947021499 ], [ -109.550567626952997, 28.530830383300799 ], [ -109.521392822265994, 28.534164428710898 ], [ -109.520004272460994, 28.468330383300799 ], [ -109.682510375977003, 28.173610687255898 ], [ -109.798065185547003, 28.1430549621582 ], [ -109.832229614257997, 28.168331146240199 ], [ -109.878890991210994, 28.132499694824201 ], [ -109.789726257324006, 27.989719390869102 ], [ -109.802230834960994, 27.942497253418001 ], [ -109.870826721190994, 27.905830383300799 ], [ -109.917793273925994, 27.958610534668001 ], [ -109.894508361815994, 27.834180831909201 ], [ -109.922225952147997, 27.637775421142599 ], [ -110.113067626952997, 27.5424995422363 ], [ -110.131393432617003, 27.571662902831999 ], [ -110.29833984375, 27.594165802001999 ], [ -110.369445800780994, 27.641941070556602 ], [ -110.463348388672003, 27.5924987792969 ], [ -110.599166870117003, 27.6577758789062 ] ] } }
+]
+}
Binary file test-data/shp_compositefiles/ogr2ogr_shapefile2.dbf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/shp_compositefiles/ogr2ogr_shapefile2.html	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,17 @@
+<html><head><title>Shapefile Galaxy Composite Dataset</title></head><p/>
+<div>This composite dataset is composed of the following files:<p/><ul>
+<li><a href="shapefile.shp" type="application/binary">shapefile.shp (Geometry File (shp))</a></li>
+<li><a href="shapefile.shx" type="application/binary">shapefile.shx (Geometry index File (shx))</a></li>
+<li><a href="shapefile.dbf" type="application/binary">shapefile.dbf (Columnar attributes for each shape (dbf))</a></li>
+<li><a href="shapefile.prj" type="application/binary">shapefile.prj (Projection description (prj))</a> (optional)</li>
+<li><a href="shapefile.sbn" type="application/binary">shapefile.sbn (Spatial index of the features (sbn))</a> (optional)</li>
+<li><a href="shapefile.sbx" type="application/binary">shapefile.sbx (Spatial index of the features (sbx))</a> (optional)</li>
+<li><a href="shapefile.fbn" type="application/binary">shapefile.fbn (Read only spatial index of the features (fbn))</a> (optional)</li>
+<li><a href="shapefile.fbx" type="application/binary">shapefile.fbx (Read only spatial index of the features (fbx))</a> (optional)</li>
+<li><a href="shapefile.ain" type="application/binary">shapefile.ain (Attribute index of the active fields in a table (ain))</a> (optional)</li>
+<li><a href="shapefile.aih" type="application/binary">shapefile.aih (Attribute index of the active fields in a table (aih))</a> (optional)</li>
+<li><a href="shapefile.atx" type="application/binary">shapefile.atx (Attribute index for the dbf file (atx))</a> (optional)</li>
+<li><a href="shapefile.ixs" type="application/binary">shapefile.ixs (Geocoding index (ixs))</a> (optional)</li>
+<li><a href="shapefile.mxs" type="application/binary">shapefile.mxs (Geocoding index in ODB format (mxs))</a> (optional)</li>
+<li><a href="shapefile.shp.xml" type="application/binary">shapefile.shp.xml (Geospatial metadata in XML format (xml))</a> (optional)</li>
+</ul></div></html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/shp_compositefiles/ogr2ogr_shapefile2.prj	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,1 @@
+GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
\ No newline at end of file
Binary file test-data/shp_compositefiles/ogr2ogr_shapefile2.shp has changed
Binary file test-data/shp_compositefiles/ogr2ogr_shapefile2.shx has changed
Binary file test-data/shp_compositefiles/shapefile.dbf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/shp_compositefiles/shapefile.html	Thu Jun 13 11:29:34 2019 -0400
@@ -0,0 +1,17 @@
+<html><head><title>Shapefile Galaxy Composite Dataset</title></head><p/>
+<div>This composite dataset is composed of the following files:<p/><ul>
+<li><a href="shapefile.shp" type="application/binary">shapefile.shp (Geometry File (shp))</a></li>
+<li><a href="shapefile.shx" type="application/binary">shapefile.shx (Geometry index File (shx))</a></li>
+<li><a href="shapefile.dbf" type="application/binary">shapefile.dbf (Columnar attributes for each shape (dbf))</a></li>
+<li><a href="shapefile.prj" type="application/binary">shapefile.prj (Projection description (prj))</a> (optional)</li>
+<li><a href="shapefile.sbn" type="application/binary">shapefile.sbn (Spatial index of the features (sbn))</a> (optional)</li>
+<li><a href="shapefile.sbx" type="application/binary">shapefile.sbx (Spatial index of the features (sbx))</a> (optional)</li>
+<li><a href="shapefile.fbn" type="application/binary">shapefile.fbn (Read only spatial index of the features (fbn))</a> (optional)</li>
+<li><a href="shapefile.fbx" type="application/binary">shapefile.fbx (Read only spatial index of the features (fbx))</a> (optional)</li>
+<li><a href="shapefile.ain" type="application/binary">shapefile.ain (Attribute index of the active fields in a table (ain))</a> (optional)</li>
+<li><a href="shapefile.aih" type="application/binary">shapefile.aih (Attribute index of the active fields in a table (aih))</a> (optional)</li>
+<li><a href="shapefile.atx" type="application/binary">shapefile.atx (Attribute index for the dbf file (atx))</a> (optional)</li>
+<li><a href="shapefile.ixs" type="application/binary">shapefile.ixs (Geocoding index (ixs))</a> (optional)</li>
+<li><a href="shapefile.mxs" type="application/binary">shapefile.mxs (Geocoding index in ODB format (mxs))</a> (optional)</li>
+<li><a href="shapefile.shp.xml" type="application/binary">shapefile.shp.xml (Geospatial metadata in XML format (xml))</a> (optional)</li>
+</ul></div></html>
Binary file test-data/shp_compositefiles/shapefile.sbn has changed
Binary file test-data/shp_compositefiles/shapefile.sbx has changed
Binary file test-data/shp_compositefiles/shapefile.shp has changed
Binary file test-data/shp_compositefiles/shapefile.shx has changed