Skip to content

Instantly share code, notes, and snippets.

@popkinj
Created February 22, 2012 22:41
Show Gist options
  • Save popkinj/1888063 to your computer and use it in GitHub Desktop.
Save popkinj/1888063 to your computer and use it in GitHub Desktop.
KML Code Snippet for Employment Services
<?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="spreadsheet_to_kml">
<open>1</open>
<Snippet maxLines="0"></Snippet>
<description>Ministry of Social Development Mashup</description>
<Style id="Service Providers">
<IconStyle>
<Icon>
<href>http://littleearth.ca/images/MapPin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Placemark id="p1">
<address>8950 Granville Street, Port Hardy, British Columbia</address>
<Snippet maxLines="0"></Snippet>
<description><![CDATA[<table width="410" border="0" cellspacing="0" cellpadding="0"><col width="205"><col width="205"><tr><td colspan="2" align="left"><b><u><font size="4" font color="{static_Title_Text_Color}">Port Hardy</b> - North Island Employment Foundations Society</a></font></u></td></tr><tr><td colspan="2" align="left"><p><i><font color="black">129 - 8950 Granville Street, Port Hardy, British Columbia</font></i></p></td></tr></table>]]></description>
<styleUrl>#Service Providers</styleUrl>
<ExtendedData>
<Data name="Contractor">
<value>North Island Employment Foundations Society</value>
</Data>
</ExtendedData>
<Point>
<coordinates>-127.496655,50.72068400000001,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment