[GIS] Limit Zoom Levels in ArcGIS Online WebMap

arcgis-onlinearcgis-web-appbuilderscalevisibilityzoom

I am adding a feature class to a WebMap that I am then incorporating into a WebApp using WebApp Builder for ArcGIS. I have set the visibility scale on my feature class as I would like it. When accessing the WebApp, and zooming to a feature, it zooms to the closest possible level.

Is there anyway to limit how far the zoom-in goes? Does this have to be done on the WebMap side, some configuration I can set? Or can I edit some .json config files from the WebApp files to achieve this.

Best Answer

In Web AppBuilder you can limit the scale that an be zoomed to:

enter image description here

One dirty workaround I saw for doing this at the Web Map level would be to add a dummy cached basemap (e.g. empty tile package with your desirable levels of detail/scales).