Hello All,
I am trying to write a widget using WAB 2.16 that needs to be able to center and zoom upon startup. I created an event handler for the map click event as a test, and tried the following code inside:
this.map.centerAndZoom(event.mapPoint, 0.5);
Nothing happens upon calling the centerAndZoom method and I get the following error in the console:
"Unable to get property 'resolution' of undefined or null reference"
What did I miss?
Thank you.