Hello ThinkGeo,
I need a property like 'Lock' or 'IsInitialized' to prevent layer from accessing by overlay. Until the property is false the overlay should not call the open() or draw() method of my layer. I need this because I add my custom layer to overlay and later I get an event when the data are ready to load in the layer. Until my layer is initialized I want to prevent it from accessing by overlay drawing process.
Thomas