Difference between revisions of "Template:Attached KML/Thirteenth Avenue (Brooklyn)"

From blackwiki
Jump to navigation Jump to search
imported>Epicgenius
 
imported>Epicgenius
 
Line 1: Line 1:
#redirect [[Template:Attached KML/Thirteenth Avenue (Borough Park)]]
+
<?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>Thirteenth Avenue</name>
 +
<Style id="line-000000-4">
 +
<LineStyle>
 +
<color>ff000000</color>
 +
<width>4</width>
 +
</LineStyle>
 +
</Style>
 +
<Folder>
 +
<Placemark>
 +
<name>Thirteenth Avenue</name>
 +
<description>Thirteenth Avenue, Brooklyn</description>
 +
<styleUrl>#line-000000-4</styleUrl>
 +
<LineString>
 +
<coordinates>
 +
-74.01390552520752,40.61408275138989,0 -73.98459434509277,40.64224008506174,0
 +
</coordinates>
 +
</LineString>
 +
</Placemark>
 +
</Folder>
 +
</Document>
 +
</kml>

Latest revision as of 16:08, 6 January 2014

<?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>Thirteenth Avenue</name> <Style id="line-000000-4"> <LineStyle> <color>ff000000</color> <width>4</width> </LineStyle> </Style> <Folder> <Placemark> <name>Thirteenth Avenue</name> <description>Thirteenth Avenue, Brooklyn</description> <styleUrl>#line-000000-4</styleUrl> <LineString> <coordinates> -74.01390552520752,40.61408275138989,0 -73.98459434509277,40.64224008506174,0 </coordinates> </LineString> </Placemark> </Folder> </Document> </kml>