HOW TO
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.
Code:
var drawNorthArrow = true;
Code:
var drawNorthArrow = false;
Code:
var drawScaleBar = true;
Code:
var drawScaleBar = false;
Code:
var drawCopyright = true;
Code:
var drawCopyright = false;
Article ID:000006782
Get help from ArcGIS experts
Download the Esri Support App