-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.kml
More file actions
127 lines (127 loc) · 3.78 KB
/
data.kml
File metadata and controls
127 lines (127 loc) · 3.78 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>FOSS4G NA 2024</name>
<description>Points of Interest for Free and Open Source for Geospatial Conference 2024 in St. Louis, Missouri.</description>
<Style id="icon-1899-0288D1-normal">
<IconStyle>
<color>ffd18802</color>
<scale>1</scale>
<Icon>
<href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
</Icon>
<hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
</IconStyle>
<LabelStyle>
<scale>0</scale>
</LabelStyle>
</Style>
<Style id="icon-1899-0288D1-highlight">
<IconStyle>
<color>ffd18802</color>
<scale>1</scale>
<Icon>
<href>https://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
</Icon>
<hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
</IconStyle>
<LabelStyle>
<scale>1</scale>
</LabelStyle>
</Style>
<StyleMap id="icon-1899-0288D1">
<Pair>
<key>normal</key>
<styleUrl>#icon-1899-0288D1-normal</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#icon-1899-0288D1-highlight</styleUrl>
</Pair>
</StyleMap>
<Folder>
<name>Points of Interest</name>
<Placemark>
<name>The Gateway Arch</name>
<description><![CDATA[description: <br>council: <br>rep_counci: <br>shape_leng: <br>shape_area: ]]></description>
<styleUrl>#icon-1899-0288D1</styleUrl>
<ExtendedData>
<Data name="description">
<value/>
</Data>
<Data name="council">
<value/>
</Data>
<Data name="rep_counci">
<value/>
</Data>
<Data name="shape_leng">
<value/>
</Data>
<Data name="shape_area">
<value/>
</Data>
</ExtendedData>
<Point>
<coordinates>
-90.1867504,38.6251269,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Hyatt Regency St. Louis At The Arch</name>
<description><![CDATA[description: Main location for FOSS4G NA.<br>council: <br>rep_counci: <br>shape_leng: <br>shape_area: ]]></description>
<styleUrl>#icon-1899-0288D1</styleUrl>
<ExtendedData>
<Data name="description">
<value>Main location for FOSS4G NA.</value>
</Data>
<Data name="council">
<value/>
</Data>
<Data name="rep_counci">
<value/>
</Data>
<Data name="shape_leng">
<value/>
</Data>
<Data name="shape_area">
<value/>
</Data>
</ExtendedData>
<Point>
<coordinates>
-90.1877697,38.6262038,0
</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Broadway Oyster Bar</name>
<description><![CDATA[description: Cool place<br>council: <br>rep_counci: <br>shape_leng: <br>shape_area: ]]></description>
<styleUrl>#icon-1899-0288D1</styleUrl>
<ExtendedData>
<Data name="description">
<value>Cool place</value>
</Data>
<Data name="council">
<value/>
</Data>
<Data name="rep_counci">
<value/>
</Data>
<Data name="shape_leng">
<value/>
</Data>
<Data name="shape_area">
<value/>
</Data>
</ExtendedData>
<Point>
<coordinates>
-90.1924284,38.6188501,0
</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>