2.256 MapTileLayer

Applies to RDL 2010/01 and RDL 2016/01

The MapTileLayer element specifies a raster-based map layer to be drawn in a Map.

The following are the parent element, attribute, and child elements of the MapTileLayer element.

Parent elements

MapLayers

Attributes

MapTileLayer.Name

Child elements

MapTileLayer.MapTiles

MapTileLayer.MaximumZoom

MapTileLayer.MinimumZoom

MapTileLayer.TileStyle

MapTileLayer.Transparency

MapTileLayer.UseSecureConnection

MapTileLayer.VisibilityMode

The following is the XML Schema definition of the MapTileLayer element.

 <xsd:complexType name="MapTileLayerType">
   <xsd:choice maxOccurs="unbounded">
     <!--MapLayerStart-->
     <xsd:element name="VisibilityMode" type="xsd:string" minOccurs="0" />
     <xsd:element name="MinimumZoom" type="xsd:string" minOccurs="0" />
     <xsd:element name="MaximumZoom" type="xsd:string" minOccurs="0" />
     <xsd:element name="Transparency" type="xsd:string" minOccurs="0" />
     <!--MapLayerEnd-->
     <xsd:element name="TileStyle" type="xsd:string" minOccurs="0" />
     <xsd:element name="UseSecureConnection" type="xsd:string" minOccurs="0" />
     <xsd:element name="MapTiles" type="MapTilesType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>