2.220.16 MapLineLayer.VisibilityMode

Applies to RDL 2010/01 and RDL 2016/01

The MapLineLayer.VisibilityMode element specifies the visibility mode for a map line layer. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Visible: The layer is always visible.

Hidden: The layer is always hidden.

ZoomBased: The layer is shown in a zoom level range defined by MapLineLayer.MaximumZoom and MapLineLayer.MinimumZoom.

If this element is not present, its value is interpreted as "Visible".

Following is the parent element of the MapLineLayer.VisibilityMode element.

Parent elements

MapLineLayer

The following is the XML Schema definition of the MapLineLayer.VisibilityMode element.

 <xsd:element name="VisibilityMode" type="xsd:string" minOccurs="0" />