Template:Attached KML/Mount Oliver Incline

<?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> <Placemark> <name>Mt. Oliver Incline</name> <Style> <LineStyle> <color>ff0000ff</color> <width>5</width> </LineStyle> </Style> <LineString> <tessellate>1</tessellate> <coordinates> -79.98641555280091,40.42226885795494,0 -79.98641626181873,40.42647073579055,0 </coordinates> </LineString> </Placemark> </Document> </kml>