PROBLEM
In previous releases of the ArcGIS Field Maps mobile app, basemap layers remained visible after zooming in beyond the maximum visible scale ranges set for those layers within the web map or basemap services. In ArcGIS Field Maps 21.4.0 and later, basemap layers are no longer visible after zooming beyond these scale ranges.
With the 21.4.0 release of Field Maps, this behavior was changed to honor the basemap layer scale properties. This allows control over how basemap layers are rendered in Field Maps.
To make basemap layers stay visible while zooming in on the map in Field Maps, complete the following steps:
"maxScale": 0
The code section and image below show an example of a basemap layer’s JSON containing the added property:
"baseMap": { "baseMapLayers": [ { "id: "World_Hillshade_3689", "opacity": 1, "title": "World Hillshade", "url": "https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer", "visibility": true, "layerType": "ArcGISTiledMapServiceLayer", "maxScale": 0 }
Get help from ArcGIS experts
Download the Esri Support App