Template:Attached KML/Lowell Connector
Appearance
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document>
<name>Lowell Connector</name> <description>Lowell Connector</description> <Style id="style1"> <LineStyle> <color>FFCC33CC</color> <width>3</width> </LineStyle> </Style> <Placemark> <name>Lowell Connector</name> <description>Lowell Connector</description> <styleUrl>#style1</styleUrl> <LineString> <tessellate>1</tessellate> <coordinates> -71.31781,42.59485 -71.32015,42.59707 -71.32056,42.59802 -71.32051,42.59915 -71.32018,42.62463 -71.32007,42.62548 -71.31977,42.62636 -71.31935,42.62719 -71.31889,42.62800 -71.31828,42.62873 -71.31671,42.63037 -71.31542,42.63173 -71.31442,42.63251 -71.31316,42.63323 -71.30901,42.63517 </coordinates> </LineString> </Placemark>
</Document> </kml>