HOW TO

Disable Acetate layers in HTML viewer

Summary

Instructions provided describe how to disable Acetate layers in HTML viewer. This article describes the steps to disable three acetate layers in the default HTML viewer: North Arrow, Scale bar and the Copyright text.

Procedure



  1. After creating an HTML Viewer Web site using Designer, open the ArcIMSparam.js file in a text editor such as WordPad.
  2. Find the following line:

    Code:
    var drawNorthArrow = true;

    and set it to:

    Code:
    var drawNorthArrow = false;

  3. Find the following line:

    Code:
    var drawScaleBar = true;

    and set it to:

    Code:
    var drawScaleBar = false;

  4. Find the following line:

    Code:
    var drawCopyright = true;

    and set it to:

    Code:
    var drawCopyright = false;

  5. Save ArcIMSparam.js.

Article ID:000006782

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