Fix styleUrl parsing

This commit is contained in:
Olivier Terral
2013-09-23 14:06:52 +02:00
parent 39e56f3e61
commit e7222c040c
3 changed files with 46 additions and 29 deletions
+11
View File
@@ -17,5 +17,16 @@ http://kml-samples.googlecode.com/svn/trunk/kml/Style/styles.kml
</IconStyle>
</Style>
<StyleMap id="sunIconMap">
<Pair>
<key>normal</key>
<styleUrl>#blueIcons</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#blueIcons</styleUrl>
</Pair>
</StyleMap>
</Document>
</kml>