Sandbox 2

From Transit.Wiki
Revision as of 00:33, 23 February 2014 by Andy (talk | contribs)

<?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> <name>Airline Highway</name> <Style id="sh_ylw-pushpin"> <IconStyle> <scale>1.3</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> <LineStyle> <color>ff0000ff</color> <width>5</width> </LineStyle> </Style> <Style id="sn_ylw-pushpin"> <IconStyle> <scale>1.1</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> <LineStyle> <color>ff0000ff</color> <width>5</width> </LineStyle> </Style> <StyleMap id="msn_ylw-pushpin"> <Pair> <key>normal</key> <styleUrl>#sn_ylw-pushpin</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#sh_ylw-pushpin</styleUrl> </Pair> </StyleMap> <Placemark> <name>Airline Highway</name> <styleUrl>#msn_ylw-pushpin</styleUrl> <LineString> <tessellate>1</tessellate> <coordinates> 39.75577043864532,-105.00288319602987:39.75406210115871,-105.00413811198086:39.752445417039745,-105.005243182095:39.75108440354377,-105.00682032099576:39.74944290300973,-105.00815069666714:39.748906726271,-105.00908410540433:39.7471744336288,-105.0129142998776:39.74630002175362,-105.01382625094266:39.74526886141503,-105.01436269274564:39.74432842973147,-105.01435196390958:39.743544726856854,-105.01412665835232:39.743396234781464,-105.01210963717313:39.74310749927436,-105.01173412791104:39.742233035786455,-105.01114404192776:39.740715072815924,-105.01031792155118 </coordinates> </LineString> </Placemark> </Document> </kml>