landsurveyorsunited / kml-samples

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

bgColor no longer specifies KML Folder's background color in v4.3 #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Load the following KML to apply a style to a KML folder.

<Folder><Style><ListStyle><bgColor>ff00003f</bgColor></ListStyle></Style></Folde
r>

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

A dark color background for the folder in the folder treeview.

What API and/orapplication versions are you using?

I'm using Google Earth 4.2.0205.5730 (where it worked) and Google Earth
4.3.7284.3916 (beta) where it doesn't.

Which operating systems and browsers are affected?

Windows XP

Please provide any additional information (code snippets/links) below.

The following KML shows a brown background in 4.2 (expected) and white in
4.3 (not working).

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>      <name>Custom List Icons: &lt;a
href=&quot;http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#lis
tstyle&quot;&gt;ListStyle&lt;/a&gt;</name>
        <open>1</open>
        <Folder>
                <name>default folder icon</name>
                <open>1</open>
                <Placemark>
                        <name>Placemark</name>
                </Placemark>
        </Folder>
        <Folder>
                <name>custom folder icon</name>
                <open>1</open>
                <Style>
                        <ListStyle>
                                <bgColor>FF00003F</bgColor>
                        </ListStyle>
                </Style>
                <Snippet maxLines="2"></Snippet>
                <Placemark>
                        <name>Placemark</name>
                </Placemark>
        </Folder>
</Document>
</kml>

Original issue reported on code.google.com by andus...@gmail.com on 28 Oct 2008 at 12:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi, can you report this to the new Earth issue tracker?

http://code.google.com/p/earth-issues/issues/list

Original comment by api.roman.public@gmail.com on 2 Dec 2008 at 11:10