jlafitte / kml-library

Automatically exported from code.google.com/p/kml-library
0 stars 0 forks source link

Styles #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unable to load or create styles for use with placemarks.
2. Trying to do this:
<Style id="sn_placemark_circle">
   <IconStyle>
      <scale>1.2</scale>
      <Icon>

<href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle.png</href
>
      </Icon>
   </IconStyle>
</Style>
<Placemark>
   <styleUrl>#sn_placemark_circle</styleUrl>
</Placemark>
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by psh...@yahoo.com on 6 Aug 2009 at 3:46

GoogleCodeExporter commented 8 years ago
I added this capability to the code. I can send you the changes if you want. 

Original comment by jprikk...@gmail.com on 7 Sep 2009 at 3:54

GoogleCodeExporter commented 8 years ago
This capability should have been fix in the current trunk. Please try it out. 
thanks!

Original comment by jprikk...@gmail.com on 16 Mar 2010 at 4:40