I am developing a dashboard that contains a new map component based on openlayers engine.
I can visualize the extracted points of the query and fetch the data indicated when performing a click without problem
The thing is that also i would like zooming the clicked point to the corresponding coordinates
How could implement it? Is there any example of that?
I was trying to add the function "setCenter" and "zoom" on Marker Click Function unsuccessfully
Thank you very much for your attention, any ideas or suggestions will be more than welcome
I can visualize the extracted points of the query and fetch the data indicated when performing a click without problem
The thing is that also i would like zooming the clicked point to the corresponding coordinates
How could implement it? Is there any example of that?
I was trying to add the function "setCenter" and "zoom" on Marker Click Function unsuccessfully
Thank you very much for your attention, any ideas or suggestions will be more than welcome