Alvin050789 / kml-samples

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

Preload of Layer info #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Google Earth Plugin API

If I enable the Roads layer using 
ge.getLayerRoot().enableLayerById(ge.LAYER_ROADS, true);
it takes some time for the Roads layer to appear. If I subsequently 
disable the layer, it appears immediately when I enable it again. Is there 
some way to notify the plugin that a layer is likely to be used, so that 
it can be ready for immediate display the first time it is selected?

Original issue reported on code.google.com by g...@sinfin.net on 1 Dec 2008 at 9:43

GoogleCodeExporter commented 8 years ago
FYI there is an Earth plugin specific tracker at

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

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