Created
November 13, 2012 17:19
-
-
Save carlcrott/4067102 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<Document id="tnc_terr_ecoregions" xsi:schemaLocation="http://www.opengis.net/kml/2.2 http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd http://www.google.com/kml/ext/2.2 http://code.google.com/apis/kml/schema/kml22gx.xsd"> | |
<name>tnc_terr_ecoregions</name> | |
<visibility>0</visibility> | |
<open>1</open> | |
<Snippet maxLines="0"></Snippet> | |
<GroundOverlay> | |
<name>tnc_terr_ecoregions: Composite</name> | |
<visibility>0</visibility> | |
<Icon> | |
<href>Composite_0.png</href> | |
</Icon> | |
<LatLonBox> | |
<north>100.9759599808001</north> | |
<south>-107.2523599327999</south> | |
<east>215.9999999952</east> | |
<west>-215.9999999951999</west> | |
</LatLonBox> | |
</GroundOverlay> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment