jordoncm / kml-samples

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

Unload KML Feature #294

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
KML feature request.
Developers should be able to code for the unloading of KML files/data.
Currently, when multiple KML files are loaded (ex: with the KML files
calling various types of soil, land usage data from satellites) GE flickers
between which KML to load. If unloading a previously loaded KML could be
called, then the flickering problem will cease and land data display times
will (I believe) decrease.

Existing workarounds: 
If you pull a switcharoo on the KML content, you can send a broken link to
a loaded KML file thereby causing the data to disappear. 
Website explaining:
http://groups.google.com/group/kml-support-com-api/msg/681114d7627f51ca

Original issue reported on code.google.com by andrew.d...@gmail.com on 20 Aug 2009 at 4:18

GoogleCodeExporter commented 8 years ago
I found the ge.getFeatures().removeChild(blahblah[item]) and this fixed my 
problem.
Sorry for the bug. My issue is resolved.

Original comment by andrew.d...@gmail.com on 20 Aug 2009 at 11:02

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 21 Aug 2009 at 5:55