Ticket #75: dyer1.txt

File dyer1.txt, 571 bytes (added by jdalbey, 7 years ago)

sample kml file

Line 
1<kml xmlns="http://www.opengis.net/kml/2.2">
2        <Document>
3                <name>Caltrans Message Signs</name>
4                <Style id="cms">
5                        <LabelStyle><scale>0</scale></LabelStyle>
6                        <IconStyle>
7                                <Icon><href>http://quickmap.dot.ca.gov/img/cms32x32.png</href></Icon>
8                                <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
9                        </IconStyle>
10                </Style>
11                <Placemark id="1">
12                        <name>Northbound US-55 :: DYER RD</name>
13                        <description>1</description>
14                        <styleUrl>#cms</styleUrl>
15                        <Point><coordinates>-117.848017,33.712162</coordinates></Point>
16                </Placemark>
17        </Document>
18</kml>
19