I'm developing an android application that plots a kml layer onto Google 
maps.
I can for some reason not have more than 9 inner boundaries, anything more 
than that it doesn't draw the polygon at all.

Any workarounds? See below sample snippet from the kml file, this is purely 
to show that I'm using the correct structure.
When I take out any one of the inner boundaries (to make it less than 10) 
it draws it.
Also see attached text file containing the kml data used to test. 

<innerBoundaryIs>
<LinearRing>
<coordinates>26.126300000000001,-27.668900000000001 
26.126300000000001,-27.6691 26.1265,-27.6691 26.1265,-27.668900000000001 
26.126300000000001,-27.668900000000001</coordinates>
</LinearRing>
</innerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>26.126300000000001,-27.6691 26.126100000000001,-27.6691 
26.126100000000001,-27.6693 26.126300000000001,-27.6693 
26.126300000000001,-27.6691</coordinates>
</LinearRing>
</innerBoundaryIs>


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3f8a14a8-c298-485c-a456-5daf537b245f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
  <Document>
    <Folder>
      <name>OGRGeoJSON</name>
      <Schema name="OGRGeoJSON" id="OGRGeoJSON">
        <SimpleField name="Name" type="string"/>
        <SimpleField name="Description" type="string"/>
        <SimpleField name="Colour" type="string"/>
      </Schema>
      <Style id="a">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FFC3FFC3</color>
        </PolyStyle>
      </Style>
      <Style id="b">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FF00FFFF</color>
        </PolyStyle>
      </Style>
      <Style id="c">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FFFFC3C3</color>
        </PolyStyle>
      </Style>
      <Style id="d">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FF00FF00</color>
        </PolyStyle>
      </Style>
      <Style id="e">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FFFF0000</color>
        </PolyStyle>
      </Style>
      <Style id="f">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FFC3FCFF</color>
        </PolyStyle>
      </Style>
      <Style id="g">
        <LineStyle>
          <color>00000000</color>
        </LineStyle>
        <PolyStyle>
          <color>FFFFFF00</color>
        </PolyStyle>
      </Style>
      <Placemark>
        <name>#00FF00</name>
        <description>#00FF00</description>
        <ExtendedData>
          <SchemaData schemaUrl="#OGRGeoJSON">
            <SimpleData name="Name">#00FF00</SimpleData>
            <SimpleData name="Description">0</SimpleData>
            <SimpleData name="Colour">MULTIPOLYGON</SimpleData>
          </SchemaData>
        </ExtendedData>
        <styleUrl>#a</styleUrl>
        <MultiGeometry>
          <Polygon>
            <outerBoundaryIs>
              <LinearRing>
                <coordinates>26.124300000000002,-27.674300000000002 
26.124200000000002,-27.674300000000002 26.124000000000002,-27.674200000000003 
26.123900000000003,-27.674100000000003 26.123800000000003,-27.674100000000003 
26.1236,-27.674000000000003 26.1236,-27.6739 26.1234,-27.6738 
26.123200000000001,-27.6737 26.123100000000001,-27.6737 
26.123000000000001,-27.6736 26.122900000000001,-27.6736 
26.122800000000002,-27.673500000000001 26.122600000000002,-27.673400000000001 
26.122600000000002,-27.673200000000001 26.122600000000002,-27.673000000000002 
26.122400000000003,-27.673000000000002 26.122400000000003,-27.672800000000002 
26.122400000000003,-27.672700000000003 26.122200000000003,-27.672700000000003 
26.122200000000003,-27.672800000000002 26.122,-27.672800000000002 
26.122,-27.673000000000002 26.122,-27.673100000000002 
26.1219,-27.673000000000002 26.1218,-27.673000000000002 
26.121700000000001,-27.672900000000002 26.121600000000001,-27.672800000000002 
26.121400000000001,-27.672700000000003 26.121400000000001,-27.672500000000003 
26.121600000000001,-27.672500000000003 26.121600000000001,-27.6723 
26.1218,-27.6723 26.122,-27.6723 26.122200000000003,-27.6723 
26.122200000000003,-27.6721 26.122400000000003,-27.6721 
26.122600000000002,-27.6721 26.122800000000002,-27.6721 
26.123000000000001,-27.6721 26.123200000000001,-27.6721 26.1234,-27.6721 
26.1234,-27.672000000000001 26.1234,-27.671800000000001 
26.1236,-27.671800000000001 26.1236,-27.671600000000002 
26.1236,-27.671400000000002 26.123800000000003,-27.671400000000002 
26.124000000000002,-27.671400000000002 26.124200000000002,-27.671400000000002 
26.124400000000001,-27.671400000000002 26.124400000000001,-27.671600000000002 
26.124400000000001,-27.671800000000001 26.124600000000001,-27.671800000000001 
26.124600000000001,-27.672000000000001 26.124600000000001,-27.6721 
26.124600000000001,-27.6723 26.1248,-27.6723 26.1248,-27.672500000000003 
26.125,-27.672500000000003 26.1252,-27.672500000000003 
26.125400000000003,-27.672500000000003 26.125600000000002,-27.672500000000003 
26.125600000000002,-27.6723 26.125800000000002,-27.6723 
26.125800000000002,-27.6721 26.125800000000002,-27.672000000000001 
26.125800000000002,-27.671800000000001 26.125800000000002,-27.671600000000002 
26.125600000000002,-27.671600000000002 26.125600000000002,-27.671400000000002 
26.125400000000003,-27.671400000000002 26.125400000000003,-27.671200000000002 
26.1252,-27.671200000000002 26.1252,-27.671100000000003 
26.125,-27.671100000000003 26.125,-27.6709 26.1248,-27.6709 
26.124600000000001,-27.6709 26.124600000000001,-27.6707 
26.124400000000001,-27.6707 26.124200000000002,-27.6707 
26.124200000000002,-27.6709 26.124000000000002,-27.6709 
26.123800000000003,-27.6709 26.1236,-27.6709 26.1234,-27.6709 
26.123200000000001,-27.6709 26.123200000000001,-27.6707 
26.123000000000001,-27.6707 26.123000000000001,-27.670500000000001 
26.122800000000002,-27.670500000000001 26.122800000000002,-27.670300000000001 
26.122800000000002,-27.670200000000001 26.122800000000002,-27.670000000000002 
26.122800000000002,-27.669800000000002 26.122600000000002,-27.669800000000002 
26.122600000000002,-27.669600000000003 26.122600000000002,-27.6694 
26.122400000000003,-27.6694 26.122400000000003,-27.6693 
26.122200000000003,-27.6693 26.122,-27.6693 26.1218,-27.6693 
26.121600000000001,-27.6693 26.121600000000001,-27.6691 
26.121400000000001,-27.6691 26.121200000000002,-27.6691 
26.121200000000002,-27.668900000000001 26.121000000000002,-27.668900000000001 
26.121000000000002,-27.668700000000001 26.121000000000002,-27.668500000000002 
26.120800000000003,-27.668500000000002 26.120800000000003,-27.668400000000002 
26.1206,-27.668400000000002 26.1206,-27.668200000000002 
26.1206,-27.668000000000003 26.1204,-27.668000000000003 26.1204,-27.6678 
26.1204,-27.6676 26.1204,-27.6675 26.120200000000001,-27.6675 
26.120200000000001,-27.667400000000001 26.1203,-27.667400000000001 
26.1204,-27.667400000000001 26.1206,-27.667400000000001 
26.120700000000003,-27.667400000000001 26.120800000000003,-27.667400000000001 
26.120800000000003,-27.6675 26.120800000000003,-27.6676 
26.121000000000002,-27.6676 26.121000000000002,-27.6678 
26.121200000000002,-27.6678 26.121200000000002,-27.668000000000003 
26.121400000000001,-27.668000000000003 26.121600000000001,-27.668000000000003 
26.1218,-27.668000000000003 26.1218,-27.6678 26.1218,-27.6676 26.1218,-27.6675 
26.1218,-27.667400000000001 26.122,-27.667400000000001 
26.122200000000003,-27.667300000000001 26.122400000000003,-27.667300000000001 
26.122600000000002,-27.667300000000001 26.122800000000002,-27.667300000000001 
26.123000000000001,-27.667300000000001 26.123000000000001,-27.6675 
26.123200000000001,-27.6675 26.123200000000001,-27.6676 
26.123200000000001,-27.6678 26.123200000000001,-27.668000000000003 
26.1234,-27.668000000000003 26.1234,-27.668200000000002 
26.1236,-27.668200000000002 26.1236,-27.668400000000002 
26.123800000000003,-27.668400000000002 26.123800000000003,-27.668500000000002 
26.124000000000002,-27.668500000000002 26.124200000000002,-27.668500000000002 
26.124200000000002,-27.668700000000001 26.124400000000001,-27.668700000000001 
26.124400000000001,-27.668500000000002 26.124600000000001,-27.668500000000002 
26.124600000000001,-27.668400000000002 26.1248,-27.668400000000002 
26.1248,-27.668200000000002 26.125,-27.668200000000002 
26.125,-27.668000000000003 26.125,-27.6678 26.1252,-27.6678 26.1252,-27.6676 
26.1252,-27.6675 26.125400000000003,-27.6675 
26.125400000000003,-27.667300000000001 26.125400000000003,-27.667100000000001 
26.125600000000002,-27.667100000000001 26.125600000000002,-27.666900000000002 
26.125600000000002,-27.666700000000002 26.125400000000003,-27.666700000000002 
26.125400000000003,-27.666600000000003 26.125400000000003,-27.666500000000003 
26.125600000000002,-27.666400000000003 26.125800000000002,-27.6663 
26.125800000000002,-27.666400000000003 26.125800000000002,-27.666600000000003 
26.125800000000002,-27.666700000000002 26.126100000000001,-27.666700000000002 
26.126100000000001,-27.666900000000002 26.126100000000001,-27.667100000000001 
26.126300000000001,-27.667100000000001 26.126300000000001,-27.667300000000001 
26.126300000000001,-27.6675 26.126300000000001,-27.6676 
26.126300000000001,-27.6678 26.126300000000001,-27.668000000000003 
26.1265,-27.668000000000003 26.1265,-27.668200000000002 
26.1267,-27.668200000000002 26.126900000000003,-27.668200000000002 
26.127100000000002,-27.668200000000002 26.127300000000002,-27.668200000000002 
26.127500000000001,-27.668200000000002 26.127700000000001,-27.668200000000002 
26.1279,-27.668200000000002 26.1279,-27.668000000000003 
26.1281,-27.668000000000003 26.1281,-27.6678 26.1281,-27.6676 26.1281,-27.6675 
26.128300000000003,-27.6675 26.128500000000003,-27.6675 
26.128700000000002,-27.6675 26.128900000000002,-27.6675 
26.128900000000002,-27.667300000000001 26.129100000000001,-27.667300000000001 
26.129100000000001,-27.667100000000001 26.129300000000001,-27.667100000000001 
26.1295,-27.667100000000001 26.1295,-27.667300000000001 
26.1297,-27.667300000000001 26.1297,-27.6675 26.1297,-27.6676 26.1295,-27.6676 
26.129300000000001,-27.6676 26.129300000000001,-27.6678 
26.129100000000001,-27.6678 26.129100000000001,-27.6676 
26.128900000000002,-27.6676 26.128700000000002,-27.6676 
26.128700000000002,-27.6678 26.128500000000003,-27.6678 
26.128500000000003,-27.668000000000003 26.128500000000003,-27.668200000000002 
26.128500000000003,-27.668400000000002 26.128500000000003,-27.668500000000002 
26.128700000000002,-27.668500000000002 26.128700000000002,-27.668700000000001 
26.128900000000002,-27.668700000000001 26.128900000000002,-27.668900000000001 
26.129100000000001,-27.668900000000001 26.129300000000001,-27.668900000000001 
26.129300000000001,-27.668700000000001 26.1295,-27.668700000000001 
26.1297,-27.668700000000001 26.1297,-27.668500000000002 
26.1297,-27.668400000000002 26.129900000000003,-27.668400000000002 
26.129900000000003,-27.668200000000002 26.129900000000003,-27.668000000000003 
26.130100000000002,-27.668000000000003 26.130300000000002,-27.668000000000003 
26.130500000000001,-27.668000000000003 26.130700000000001,-27.668000000000003 
26.130700000000001,-27.668200000000002 26.130700000000001,-27.668400000000002 
26.1309,-27.668400000000002 26.1309,-27.668500000000002 
26.1309,-27.668700000000001 26.1311,-27.668700000000001 
26.1311,-27.668900000000001 26.1313,-27.668900000000001 26.1313,-27.6691 
26.1313,-27.6693 26.1313,-27.6694 26.1313,-27.669600000000003 
26.1313,-27.669800000000002 26.1311,-27.669800000000002 
26.1311,-27.670000000000002 26.1309,-27.670000000000002 
26.130700000000001,-27.670000000000002 26.130500000000001,-27.670000000000002 
26.130300000000002,-27.670000000000002 26.130100000000002,-27.670000000000002 
26.130100000000002,-27.670200000000001 26.130100000000002,-27.670300000000001 
26.130100000000002,-27.670500000000001 26.130300000000002,-27.670500000000001 
26.130500000000001,-27.670500000000001 26.130500000000001,-27.670300000000001 
26.130700000000001,-27.670300000000001 26.1309,-27.670300000000001 
26.1311,-27.670300000000001 26.1313,-27.670300000000001 
26.1313,-27.670200000000001 26.131500000000003,-27.670200000000001 
26.131500000000003,-27.670000000000002 26.131700000000002,-27.670000000000002 
26.131900000000002,-27.670000000000002 26.132100000000001,-27.670000000000002 
26.132300000000001,-27.670000000000002 26.1325,-27.670000000000002 
26.1327,-27.670000000000002 26.1327,-27.670200000000001 
26.132900000000003,-27.670200000000001 26.133000000000003,-27.670200000000001 
26.133100000000002,-27.670300000000001 26.133100000000002,-27.670400000000001 
26.133100000000002,-27.670500000000001 26.132900000000003,-27.670500000000001 
26.132900000000003,-27.670300000000001 26.1327,-27.670300000000001 
26.1325,-27.670300000000001 26.1325,-27.670200000000001 
26.132300000000001,-27.670200000000001 26.132100000000001,-27.670200000000001 
26.131900000000002,-27.670200000000001 26.131900000000002,-27.670300000000001 
26.131700000000002,-27.670300000000001 26.131700000000002,-27.670500000000001 
26.131500000000003,-27.670500000000001 26.1313,-27.670500000000001 
26.1313,-27.6707 26.1311,-27.6707 26.1311,-27.6709 26.1309,-27.6709 
26.1309,-27.671100000000003 26.130700000000001,-27.671100000000003 
26.130700000000001,-27.671200000000002 26.130700000000001,-27.671400000000002 
26.130700000000001,-27.671600000000002 26.1309,-27.671600000000002 
26.1309,-27.671800000000001 26.1311,-27.671800000000001 
26.1311,-27.672000000000001 26.1313,-27.672000000000001 26.1313,-27.6721 
26.131500000000003,-27.6721 26.131700000000002,-27.6721 
26.131700000000002,-27.6723 26.131900000000002,-27.6723 
26.131900000000002,-27.6724 26.131700000000002,-27.672500000000003 
26.131600000000002,-27.672500000000003 26.131500000000003,-27.672500000000003 
26.1313,-27.672500000000003 26.1313,-27.6723 26.1311,-27.6723 26.1311,-27.6721 
26.1309,-27.6721 26.130700000000001,-27.6721 
26.130700000000001,-27.672000000000001 26.130500000000001,-27.672000000000001 
26.130300000000002,-27.672000000000001 26.130100000000002,-27.672000000000001 
26.129900000000003,-27.672000000000001 26.1297,-27.672000000000001 
26.1297,-27.6721 26.1295,-27.6721 26.1295,-27.6723 26.129300000000001,-27.6723 
26.129300000000001,-27.672500000000003 26.129300000000001,-27.672700000000003 
26.129300000000001,-27.672800000000002 26.129100000000001,-27.672800000000002 
26.129100000000001,-27.673000000000002 26.128900000000002,-27.673000000000002 
26.128700000000002,-27.673000000000002 26.128700000000002,-27.673200000000001 
26.128500000000003,-27.673200000000001 26.128500000000003,-27.673400000000001 
26.128300000000003,-27.673400000000001 26.128300000000003,-27.6736 
26.1281,-27.6736 26.1281,-27.6737 26.1279,-27.6737 26.1279,-27.6739 
26.127700000000001,-27.6739 26.127700000000001,-27.674100000000003 
26.127500000000001,-27.674100000000003 26.127500000000001,-27.674300000000002 
26.127300000000002,-27.674300000000002 26.127100000000002,-27.674300000000002 
26.126900000000003,-27.674300000000002 26.126900000000003,-27.674100000000003 
26.1267,-27.674100000000003 26.1265,-27.674100000000003 26.1265,-27.6739 
26.1265,-27.6737 26.126300000000001,-27.6737 26.126300000000001,-27.6736 
26.126100000000001,-27.6736 26.126100000000001,-27.6737 
26.125800000000002,-27.6737 26.125800000000002,-27.6739 
26.125600000000002,-27.6739 26.125600000000002,-27.674100000000003 
26.125400000000003,-27.674100000000003 26.1252,-27.674100000000003 
26.125,-27.674100000000003 26.1248,-27.674100000000003 
26.1248,-27.674300000000002 26.124600000000001,-27.674300000000002 
26.124400000000001,-27.674300000000002 26.124400000000001,-27.674400000000002 
26.124300000000002,-27.674300000000002</coordinates>
              </LinearRing>
            </outerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.126300000000001,-27.668900000000001 
26.126300000000001,-27.6691 26.1265,-27.6691 26.1265,-27.668900000000001 
26.126300000000001,-27.668900000000001</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.126300000000001,-27.6691 
26.126100000000001,-27.6691 26.126100000000001,-27.6693 
26.126300000000001,-27.6693 26.126300000000001,-27.6691</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.125800000000002,-27.670000000000002 
26.125800000000002,-27.670200000000001 26.126100000000001,-27.670200000000001 
26.126300000000001,-27.670200000000001 26.126300000000001,-27.670000000000002 
26.126100000000001,-27.670000000000002 
26.125800000000002,-27.670000000000002</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.128900000000002,-27.670000000000002 
26.128900000000002,-27.670200000000001 26.129100000000001,-27.670200000000001 
26.129300000000001,-27.670200000000001 26.129300000000001,-27.670000000000002 
26.1295,-27.670000000000002 26.1295,-27.669800000000002 
26.1295,-27.669600000000003 26.1297,-27.669600000000003 26.1297,-27.6694 
26.1297,-27.6693 26.1295,-27.6693 26.129300000000001,-27.6693 
26.129300000000001,-27.6691 26.129100000000001,-27.6691 
26.129100000000001,-27.6693 26.128900000000002,-27.6693 
26.128900000000002,-27.6694 26.128900000000002,-27.669600000000003 
26.128900000000002,-27.669800000000002 
26.128900000000002,-27.670000000000002</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.126100000000001,-27.671400000000002 
26.126100000000001,-27.671600000000002 26.126300000000001,-27.671600000000002 
26.1265,-27.671600000000002 26.1265,-27.671800000000001 
26.1267,-27.671800000000001 26.1267,-27.672000000000001 
26.126900000000003,-27.672000000000001 26.127100000000002,-27.672000000000001 
26.127300000000002,-27.672000000000001 26.127300000000002,-27.671800000000001 
26.127300000000002,-27.671600000000002 26.127300000000002,-27.671400000000002 
26.127500000000001,-27.671400000000002 26.127500000000001,-27.671200000000002 
26.127500000000001,-27.671100000000003 26.127500000000001,-27.6709 
26.127300000000002,-27.6709 26.127300000000002,-27.6707 
26.127300000000002,-27.670500000000001 26.127100000000002,-27.670500000000001 
26.126900000000003,-27.670500000000001 26.1267,-27.670500000000001 
26.1265,-27.670500000000001 26.126300000000001,-27.670500000000001 
26.126300000000001,-27.6707 26.126100000000001,-27.6707 
26.125800000000002,-27.6707 26.125800000000002,-27.6709 
26.125800000000002,-27.671100000000003 26.125800000000002,-27.671200000000002 
26.126100000000001,-27.671200000000002 
26.126100000000001,-27.671400000000002</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.129100000000001,-27.671200000000002 
26.129300000000001,-27.671200000000002 26.1295,-27.671200000000002 
26.1295,-27.671100000000003 26.1295,-27.6709 26.129300000000001,-27.6709 
26.129300000000001,-27.6707 26.129100000000001,-27.6707 
26.129100000000001,-27.6709 26.128900000000002,-27.6709 
26.128900000000002,-27.671100000000003 26.129100000000001,-27.671100000000003 
26.129100000000001,-27.671200000000002</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.130500000000001,-27.668900000000001 
26.130300000000002,-27.668900000000001 26.130100000000002,-27.668900000000001 
26.130100000000002,-27.6691 26.130100000000002,-27.6693 
26.130100000000002,-27.6694 26.130300000000002,-27.6694 
26.130500000000001,-27.6694 26.130700000000001,-27.6694 
26.130700000000001,-27.6693 26.130700000000001,-27.6691 
26.130500000000001,-27.6691 26.130500000000001,-27.668900000000001</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.123200000000001,-27.6691 
26.123200000000001,-27.6693 26.123000000000001,-27.6693 
26.123000000000001,-27.6694 26.123200000000001,-27.6694 
26.123200000000001,-27.669600000000003 26.1234,-27.669600000000003 
26.1234,-27.6694 26.1234,-27.6693 26.1234,-27.6691 
26.123200000000001,-27.6691</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.126900000000003,-27.6691 
26.126900000000003,-27.6693 26.126900000000003,-27.6694 
26.127100000000002,-27.6694 26.127300000000002,-27.6694 
26.127300000000002,-27.6693 26.127300000000002,-27.6691 
26.127100000000002,-27.6691 26.126900000000003,-27.6691</coordinates>
              </LinearRing>
            </innerBoundaryIs>
            <innerBoundaryIs>
              <LinearRing>
                <coordinates>26.122,-27.668400000000002 
26.122200000000003,-27.668400000000002 26.122400000000003,-27.668400000000002 
26.122400000000003,-27.668200000000002 26.122200000000003,-27.668200000000002 
26.122,-27.668200000000002 26.122,-27.668400000000002</coordinates>
              </LinearRing>
            </innerBoundaryIs>
          </Polygon>
          <Polygon>
            <outerBoundaryIs>
              <LinearRing>
                <coordinates>26.114700000000003,-27.6676 
26.114800000000002,-27.6676 26.114900000000002,-27.6676 
26.114900000000002,-27.6678 26.114700000000003,-27.6678 
26.114700000000003,-27.668000000000003 26.114700000000003,-27.668200000000002 
26.1145,-27.668200000000002 26.1145,-27.668400000000002 
26.1145,-27.668500000000002 26.1145,-27.668700000000001 
26.1145,-27.668900000000001 26.1145,-27.669 26.1144,-27.668900000000001 
26.1143,-27.668800000000001 26.1142,-27.668800000000001 
26.114100000000001,-27.668700000000001 26.1143,-27.668700000000001 
26.1143,-27.668500000000002 26.1143,-27.668400000000002 
26.1143,-27.668200000000002 26.1143,-27.668000000000003 26.1143,-27.6678 
26.1143,-27.6676 26.1145,-27.6676 26.114700000000003,-27.6676</coordinates>
              </LinearRing>
            </outerBoundaryIs>
          </Polygon>
          <Polygon>
            <outerBoundaryIs>
              <LinearRing>
                <coordinates>26.129900000000003,-27.666900000000002 
26.129900000000003,-27.666700000000002 26.129900000000003,-27.666600000000003 
26.129900000000003,-27.666400000000003 26.129900000000003,-27.6662 
26.129900000000003,-27.666 26.129900000000003,-27.665800000000001 
26.1297,-27.665800000000001 26.1297,-27.665700000000001 
26.1297,-27.665500000000002 26.129900000000003,-27.665500000000002 
26.129900000000003,-27.665300000000002 26.129900000000003,-27.665100000000002 
26.129900000000003,-27.664900000000003 26.130100000000002,-27.664900000000003 
26.130100000000002,-27.665100000000002 26.130100000000002,-27.665200000000002 
26.130100000000002,-27.665300000000002 26.130200000000002,-27.665500000000002 
26.130200000000002,-27.665700000000001 26.130200000000002,-27.665800000000001 
26.130200000000002,-27.665900000000001 26.130300000000002,-27.666 
26.130300000000002,-27.6661 26.130300000000002,-27.6662 
26.130300000000002,-27.6663 26.130300000000002,-27.666400000000003 
26.130400000000002,-27.666600000000003 26.130400000000002,-27.666700000000002 
26.130400000000002,-27.666800000000002 26.130400000000002,-27.666900000000002 
26.130300000000002,-27.666900000000002 26.130100000000002,-27.666900000000002 
26.129900000000003,-27.666900000000002</coordinates>
              </LinearRing>
            </outerBoundaryIs>
          </Polygon>
          <Polygon>
            <outerBoundaryIs>
              <LinearRing>
                <coordinates>26.120000000000001,-27.671800000000001 
26.120000000000001,-27.672000000000001 26.119900000000001,-27.671900000000001 
26.119800000000001,-27.671800000000001 26.119600000000002,-27.671800000000001 
26.119600000000002,-27.671700000000001 26.119400000000002,-27.671700000000001 
26.119400000000002,-27.671600000000002 26.119300000000003,-27.671600000000002 
26.119200000000003,-27.671500000000002 26.119200000000003,-27.671400000000002 
26.119400000000002,-27.671400000000002 26.119400000000002,-27.671200000000002 
26.119400000000002,-27.671100000000003 26.119400000000002,-27.6709 
26.119200000000003,-27.6709 26.119200000000003,-27.6707 26.1189,-27.6707 
26.1189,-27.670500000000001 26.1187,-27.670500000000001 
26.1187,-27.670300000000001 26.1187,-27.670200000000001 
26.1187,-27.670000000000002 26.118500000000001,-27.670000000000002 
26.118500000000001,-27.669800000000002 26.118500000000001,-27.669600000000003 
26.118300000000001,-27.669600000000003 26.118300000000001,-27.6694 
26.118100000000002,-27.6694 26.118100000000002,-27.6693 
26.117900000000002,-27.6693 26.117900000000002,-27.6691 
26.117900000000002,-27.668900000000001 26.117700000000003,-27.668900000000001 
26.117700000000003,-27.668700000000001 26.117700000000003,-27.668500000000002 
26.1175,-27.668500000000002 26.1175,-27.668400000000002 
26.1175,-27.668200000000002 26.1173,-27.668200000000002 
26.1173,-27.668000000000003 26.117100000000001,-27.668000000000003 
26.116900000000001,-27.668000000000003 26.116700000000002,-27.668000000000003 
26.116700000000002,-27.668200000000002 26.116700000000002,-27.668400000000002 
26.116500000000002,-27.668400000000002 26.116500000000002,-27.668500000000002 
26.116300000000003,-27.668500000000002 26.116300000000003,-27.668700000000001 
26.116100000000003,-27.668700000000001 26.116100000000003,-27.668500000000002 
26.1159,-27.668500000000002 26.1157,-27.668500000000002 
26.1157,-27.668400000000002 26.1157,-27.668200000000002 
26.1157,-27.668000000000003 26.115500000000001,-27.668000000000003 
26.115500000000001,-27.6678 26.115500000000001,-27.6676 26.1157,-27.6676 
26.1159,-27.6675 26.116,-27.6675 26.116100000000003,-27.6675 
26.116300000000003,-27.6675 26.116500000000002,-27.6675 
26.116700000000002,-27.6675 26.116900000000001,-27.6675 
26.117100000000001,-27.6675 26.1173,-27.6675 26.1175,-27.6675 
26.117700000000003,-27.6675 26.117700000000003,-27.6676 
26.117700000000003,-27.6678 26.117900000000002,-27.6678 
26.117900000000002,-27.668000000000003 26.117900000000002,-27.668200000000002 
26.117900000000002,-27.668400000000002 26.117900000000002,-27.668500000000002 
26.118100000000002,-27.668500000000002 26.118100000000002,-27.668700000000001 
26.118300000000001,-27.668700000000001 26.118300000000001,-27.668900000000001 
26.118500000000001,-27.668900000000001 26.118500000000001,-27.6691 
26.1187,-27.6691 26.1187,-27.6693 26.1189,-27.6693 26.119200000000003,-27.6693 
26.119200000000003,-27.6694 26.119200000000003,-27.669600000000003 
26.119200000000003,-27.669800000000002 26.119200000000003,-27.670000000000002 
26.119200000000003,-27.670200000000001 26.119400000000002,-27.670200000000001 
26.119400000000002,-27.670300000000001 26.119600000000002,-27.670300000000001 
26.119800000000001,-27.670300000000001 26.120000000000001,-27.670300000000001 
26.120000000000001,-27.670500000000001 26.120200000000001,-27.670500000000001 
26.120200000000001,-27.6707 26.120200000000001,-27.6709 
26.120200000000001,-27.671100000000003 26.120200000000001,-27.671200000000002 
26.120200000000001,-27.671400000000002 26.120000000000001,-27.671400000000002 
26.120000000000001,-27.671600000000002 
26.120000000000001,-27.671800000000001</coordinates>
              </LinearRing>
            </outerBoundaryIs>
          </Polygon>
        </MultiGeometry>
      </Placemark>
    </Folder>
  </Document>
</kml>

Reply via email to