PROBLEM

Basemap layers are no longer visible after zooming into the map using ArcGIS Field Maps

Last Published: May 24, 2022

Description

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.

Cause

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. 

Solution or Workaround

To make basemap layers stay visible while zooming in on the map in Field Maps, complete the following steps:

  1. Sign in to the ArcGIS Assistant web app: https://assistant.esri-ps.com/
  2. Select the web map to modify.
  3. Choose View Item JSON from the Item Details panel.
  4. Select the Data tab at the top.
  5. Choose Edit JSON.
  6. Locate the section called baseMap.
  7. Within baseMap, locate the section called baseMapLayers.
  8. For the basemap layer(s) to remain visible when zooming in on the map in Field Maps, add the following property:
   "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
    }
2022-05-24_11-41-14.png
  1. Save the changes. 
 

Article ID:000027738

Software:
  • ArcGIS Field Maps Android
  • ArcGIS Field Maps iOS

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic