-
Notifications
You must be signed in to change notification settings - Fork 1
/
History of New York.kml
80 lines (80 loc) · 2.46 KB
/
History of New York.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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>History of New York.kml</name>
<Style id="s_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>ffff0000</color>
</LineStyle>
<PolyStyle>
<color>73ff0000</color>
</PolyStyle>
</Style>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin_hl">
<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>ffff0000</color>
</LineStyle>
<PolyStyle>
<color>73ff0000</color>
</PolyStyle>
</Style>
<Folder>
<name>History of New York</name>
<open>1</open>
<Placemark>
<name>415 Clinton Ave</name>
<description>1861</description>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-73.96703686180189,40.68571841739758,0 -73.96695380010951,40.68572626518364,0 -73.96692893128586,40.68571204059921,0 -73.96690164452137,40.68571525475701,0 -73.96688824831102,40.68573050260455,0 -73.96689139941886,40.68574328279785,0 -73.96680433797897,40.68575299314233,0 -73.96681793018345,40.68581070113404,0 -73.96705340693403,40.68578424587137,0 -73.96703686180189,40.68571841739758,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>413 Clinton Ave</name>
<description>1890</description>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-73.96707376267987,40.68582265623408,0 -73.96683383293787,40.68584840896373,0 -73.96685831553911,40.68593429682731,0 -73.96709238802396,40.68591161916302,0 -73.96707376267987,40.68582265623408,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</Document>
</kml>