[OpenLayers-Users] loadstart and loadend event not triggering
Bart van den Eijnden (OSGIS)
bartvde at osgis.nl
Tue Dec 13 02:05:19 EST 2011
What Strategy are you using on your vector layer?
Best regards,
Bart
> 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
> Users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
>
More information about the Users
mailing list