Is there a limit to zoomin?

Hello! I want to open the shp file in zoomed in. Is there any limit to zoomin? i think there is.
axMap1.ZoomIn(0.2);
there is no change under 0.2.

Hello @james

Make sure that AxMap.ZoomBehavior is set to zbDefault (which ironically is not the default). If set to zbUseTileLevels, you are more restricted as to how far you can zoom in. If you have it set to zbDefault, then I think what you’re seeing is the best you can get (at least for now).

FYI: There was a fix related to restricted zooming (MWGIS-169: Hard-coded limit prevents layers from being visible when zoomed in beyond Tile-level 18). This fix is in the current release.

Regards,
Jerry.