Skip to content

Instantly share code, notes, and snippets.

@jakenuts
Created November 13, 2024 17:56
Show Gist options
  • Save jakenuts/26a5a8d3fe3c569d4ebdcf9ce8cd28cc to your computer and use it in GitHub Desktop.
Save jakenuts/26a5a8d3fe3c569d4ebdcf9ce8cd28cc to your computer and use it in GitHub Desktop.
KlamathPlutons
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Klamath Plutons</name>
<description>Pre- and Post-amalgamation plutons in the Klamath region</description>
<!-- Style for Pre-amalgamation plutons -->
<Style id="preAmalgamation">
<IconStyle>
<color>ff0000ff</color>
<scale>1.0</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle.png</href>
</Icon>
</IconStyle>
</Style>
<!-- Style for Post-amalgamation plutons -->
<Style id="postAmalgamation">
<IconStyle>
<color>ff00ff00</color>
<scale>1.0</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle.png</href>
</Icon>
</IconStyle>
</Style>
<!-- Pre-amalgamation plutons -->
<Folder>
<name>Pre-amalgamation Plutons</name>
<Placemark>
<name>Mule Mountain Stock</name>
<description>A Silurian-Devonian pluton associated with the Eastern Klamath terrane.</description>
<styleUrl>#preAmalgamation</styleUrl>
<Point>
<coordinates>-122.5,40.6,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>China Mountain Pluton</name>
<description>A Devonian pluton within the Eastern Klamath terrane.</description>
<styleUrl>#preAmalgamation</styleUrl>
<Point>
<coordinates>-123.0,41.8,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Ironside Mountain Pluton</name>
<description>A Middle Jurassic pluton in the Western Hayfork subterrane.</description>
<styleUrl>#preAmalgamation</styleUrl>
<Point>
<coordinates>-123.2,41.3,0</coordinates>
</Point>
</Placemark>
</Folder>
<!-- Post-amalgamation plutons -->
<Folder>
<name>Post-amalgamation Plutons</name>
<Placemark>
<name>Russian Peak Pluton</name>
<description>A Late Jurassic pluton intruding the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-122.9,41.2,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>English Peak Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.2,41.5,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Shasta Bally Batholith</name>
<description>A Cretaceous batholith intruding the Eastern Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-122.6,40.6,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Castle Crags Pluton</name>
<description>A Late Jurassic pluton in the Eastern Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-122.3,41.2,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Deadman Peak Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.1,41.0,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Wooley Creek Batholith</name>
<description>A Late Jurassic batholith intruding the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.3,41.6,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Bear Mountain Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.5,42.0,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Pony Peak Pluton</name>
<description>A Late Jurassic pluton in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.7,41.8,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Yellow Butte Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.4,41.9,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Shelly Lake Pluton</name>
<description>A Late Jurassic pluton in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.6,41.7,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Coon Mountain Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.5,41.5,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Grants Pass Pluton</name>
<description>A Cretaceous pluton in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.3,42.4,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Summit Valley Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.5,41.8,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Ashland Pluton</name>
<description>A Late Jurassic pluton in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-122.7,42.2,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Grayback Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.2,42.0,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Josephine Peridotite</name>
<description>A Late Jurassic ultramafic complex in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.5,42.0,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Condrey Mountain Pluton</name>
<description>A Late Jurassic pluton within the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-122.9,41.9,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Salmon River Pluton</name>
<description>A Late Jurassic pluton in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.3,41.3,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Forks of Salmon Pluton</name>
<description>A Middle Jurassic pluton in the Western Hayfork subterrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.2,41.3,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Wildwood Pluton</name>
<description>A Middle Jurassic pluton within the Western Hayfork subterrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.3,40.5,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Wooley Creek Pluton</name>
<description>A Late Jurassic pluton in the Western Klamath terrane.</description>
<styleUrl>#postAmalgamation</styleUrl>
<Point>
<coordinates>-123.3,41.6,0</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment