You can easilly extend vector layer class to make it fire events as needed.

 

From: [email protected]
[mailto:[email protected]] On Behalf Of Mohammed
Rashad
Sent: Tuesday, December 13, 2011 6:23 AM
To: [email protected]
Subject: [OpenLayers-Users] loadstart and loadend event not triggering

 

All,

openlayers loadstart and loadend event not triggering

I register the event to OpenLayers.Layer.Vector

 

What I am missing??

 

Here is my code

function loadStartListener(event)

{

alert(0); //not reaching here

 

}

 

 

vectors = new OpenLayers.Layer.Vector(layername_ );

map.addLayer(vectors);

vectors.events.register("loadstart", '', loadStartListener);

 

-- 

Regards

 

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to