Date picker and bylines for platforms`
[bus.git] / openlayers / examples / kml / styles.kml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3
4 This file contains styles referenced by other KML files in this project.
5 http://kml-samples.googlecode.com/svn/trunk/kml/Style/styles.kml
6
7 -->
8 <kml xmlns="http://earth.google.com/kml/2.1">
9 <Document id="globalStyles">
10
11 <Style id="blueIcons">
12 <IconStyle>
13 <color>ffff0000</color>
14 <Icon>
15 <href>http://maps.google.com/mapfiles/kml/shapes/sunny.png</href>
16 </Icon>
17 </IconStyle>
18 </Style>
19
20 </Document>
21 </kml>
22