chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

someone should implement the missing layer events #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://dev.openlayers.org/docs/files/OpenLayers/Layer-js.html#OpenLayers.Layer.e
vents

Original issue reported on code.google.com by eiko.tho...@gmail.com on 6 Nov 2012 at 10:23

GoogleCodeExporter commented 8 years ago
I add some of this features to WebMapServiceLayer, WebFeatureServiceLayer and 
OpenStreetMapLayer. Maybe it's no problem to extend other layers by using 
AbstractBaseLayer class. Also some simple tests in demo are added. Their name 
starts with Events*. 

I did some pore tests and it works but the changes has the potential to 
destabilize the application - but imo it's a base property of event handling 
changes.  

commited to r183

Kind regards,
Eiko

Original comment by eiko.tho...@gmail.com on 8 Nov 2012 at 10:28