WebOSMaps MapZoomTo and ScreenShot

I've noticed a couple of bugs while using WebOSMaps

1:
Map.ScreenShot(itBitmap);

sometimes returns a blank image, particularly if you scroll around on the map (I've not had this problem with WebGMaps)

2:
Map.MapZoomTo(MapBounds);

seems to zoom in one level to far (again not a problem with WebGMaps)


Thanks
Alister.

Hi,


1. I have not been able to reproduce this issue.
Can you please make sure the map is fully loaded before making a screenshot?

2. Please note that the zoom level is controlled by the API based on the provided Bounds.
As such it's possible that the behaviour is not identical to WebGMaps.
Maybe you can try to change the zoom level manually afterwards?