HOW TO

Remove the Overview Map from the HTML Viewer

Last Published: April 25, 2020

Summary

Removing the overview map from the HTML Viewer requires just two simple edits to your Web site files.

This article demonstrates how to remove the overview map from the HTML Viewer

Procedure



  • ArcIMSParam.js:

    1. Open ArcIMSParam.js in a text editor.
    2. Change the value of the hasOVMap variable to false:

          var hasOVMap = false; 

    3. Save the file.

  • MapFrame.htm:

    1. Open MapFrame.htm in a text editor.
    2. Change the value of the ovIsVisible to false:

          ovIsVisible = false; 

    3. Save the file.

Article ID:000002387

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic