ThinkGeo.com    |     Documentation    |     Premium Support

KML Load Issue with Folder tag

Hi,

Please see attached kml. This file fails to get features from the KmlFeatureLayer and throws an error in latest version 10 release.

Removing the following from the kml file allows it to load.19US_01484.zip (2.1 KB)

            <Folder>
                <name>Artemis Angler</name>
                <open>1</open>
                <Placemark>
                    <name>Artemis Angler</name>
                    <styleUrl>#msn_arrow</styleUrl>
                    <Point>
                        <altitudeMode>relativeToGround</altitudeMode>
                        <coordinates>-40.0425 -22.2548</coordinates>
                    </Point>
                </Placemark>
            </Folder>

Thanks,
Damian

Hi @Damian_Hite,

Thanks for the KML file for testing. I can recreate your issue in v10 and can confirm it’s working in v13. We changed our KML rendering logic and it’s substantially improved on v13.

Are you able to upgrade to that version? If not, I think removing the offending KML tags is the best option. We do not typically make updates to v10 since it’s several years old.

Thanks,
John