-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCalifornia State Route 275.kml
52 lines (52 loc) · 1.89 KB
/
California State Route 275.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
<?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>California State Route 275.kml</name>
<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>ff0000ff</color>
<width>5</width>
</LineStyle>
</Style>
<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>ff0000ff</color>
<width>5</width>
</LineStyle>
</Style>
<Placemark>
<name>California State Route 275</name>
<styleUrl>#m_ylw-pushpin</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-121.5264748723894,38.57723949627447,0 -121.5235233992882,38.57843135714116,0 -121.5215784363504,38.57919749527614,0 -121.518042172953,38.58095291790467,0 -121.5169861003397,38.58148684280913,0 -121.5162243815111,38.58179539309616,0 -121.5157210774285,38.58194437361139,0 -121.5148096426781,38.5820189872504,0 -121.5140886145728,38.58199784803574,0 -121.5135036083963,38.58189160670559,0 -121.5130881035503,38.58185973938023,0 -121.5075646103327,38.58037169972718,0 -121.5035156490803,38.57926606967177,0 -121.496535562621,38.57740539570064,0 -121.4962338904883,38.57735223701149,0
</coordinates>
</LineString>
</Placemark>
</Document>
</kml>