Skip to content

Instantly share code, notes, and snippets.

@chrishwiggins
Created February 20, 2024 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrishwiggins/ce1a7e7136b4d6415e531b183aa47d2b to your computer and use it in GitHub Desktop.
Save chrishwiggins/ce1a7e7136b4d6415e531b183aa47d2b to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8'?>
<kml xmlns='http://www.opengis.net/kml/2.2'>
<Document>
<Style id='Style2-point-1'>
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/red-circle.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>0.0</scale>
</LabelStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
</Style>
<Style id='Style2-point-1-hover'>
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/red-circle.png</href>
</Icon>
</IconStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
</Style>
<StyleMap id='Style2-point-1-map'>
<Pair>
<key>normal</key>
<styleUrl>#Style2-point-1</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#Style2-point-1-hover</styleUrl>
</Pair>
</StyleMap>
<Style id='Style2-line-2'>
<LabelStyle>
<scale>0.0</scale>
</LabelStyle>
<LineStyle>
<color>7f0000ff</color>
<width>2</width>
</LineStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
</Style>
<Style id='Style2-line-2-hover'>
<LineStyle>
<color>7f0000ff</color>
<width>2</width>
</LineStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
</Style>
<StyleMap id='Style2-line-2-map'>
<Pair>
<key>normal</key>
<styleUrl>#Style2-line-2</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#Style2-line-2-hover</styleUrl>
</Pair>
</StyleMap>
<Style id='Style2-polygon-3'>
<LabelStyle>
<scale>0.0</scale>
</LabelStyle>
<LineStyle>
<color>ff666666</color>
<width>1</width>
</LineStyle>
<PolyStyle>
<color>7f0000ff</color>
</PolyStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
</Style>
<Style id='Style2-polygon-3-hover'>
<LineStyle>
<color>ff666666</color>
<width>1</width>
</LineStyle>
<PolyStyle>
<color>7f0000ff</color>
</PolyStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
</Style>
<StyleMap id='Style2-polygon-3-map'>
<Pair>
<key>normal</key>
<styleUrl>#Style2-polygon-3</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#Style2-polygon-3-hover</styleUrl>
</Pair>
</StyleMap>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.136668,51.513341</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.139586,51.513876</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.139671,51.514906</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.13163,51.512354</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.133594,51.512139</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.135919,51.511542</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.133962,51.510019</coordinates></Point></Placemark>
<Placemark>
<snippet></snippet>
<description><![CDATA[<div class="googft-info-window" style="font-family:sans-serif">
</div>]]></description>
<styleUrl>#Style2-point-1-map</styleUrl>
<ExtendedData/><Point><coordinates>-0.138199,51.511295</coordinates></Point></Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment