ThinkGeo.com    |     Documentation    |     Premium Support

Panzoombar client event

Is it possible to have a client side event when changing the zoompan bar and retrieve the zoom level on client side?


thanks in advance.


Sebastien


 



Hi sebastien,


There is an event called “zoomend” in OpenLayers you can used to do this. You can register this event to map control in client side, and then the event will be raised if the extent changed by the pan zoom bar. Please have a try using this event.
Any more questions please let me know.
Thanks,
Sun