Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to RDL 2010/01 and RDL 2016/01
The MapCustomView element specifies the center of a MapViewport element based on an arbitrary point.
The following are the parent and child elements of the MapCustomView element.
|
Parent elements |
|---|
|
MapViewport |
|
Child elements |
|---|
The following is the XML Schema definition of the MapCustomView element.
-
<xsd:complexType name="MapCustomViewType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="Zoom" type="xsd:string" minOccurs="0" /> <xsd:element name="CenterX" type="xsd:string" minOccurs="0" /> <xsd:element name="CenterY" type="xsd:string" minOccurs="0" /> <xsd:any namespace="##other" processContents="lax" /> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>