Download CartoWeb Documentation
Transcript
Calling Plugins • locationType - type of location • bboxLocationRequest - bounding box request parameters (see Section 1.3.5.1.1, “BBox Request”) • panLocationRequest - panning request parameters (see Section 1.3.5.1.2, “Pan Request”) • zoomPointLocationRequest - zoom, recenter on point parameters (see Section 1.3.5.1.3, “Zoom-Point Request”) • recenterLocationRequest - recenter on IDs parameters (see Section 1.3.5.1.4, “Recenter Request”) • locationConstraint - constraint to be respected when location request is executed 1.3.5.1.1. BBox Request <complexType name="BboxLocationRequest"> <all> <element name="bbox" type="types:Bbox"/> </all> </complexType> • bbox - bounding box to be recentered on (see Section 1.1.2, “Shapes” for a description of type Bbox) 1.3.5.1.2. Pan Request <simpleType name="PanDirectionType"> <restriction base="xsd:string"> <enumeration value="VERTICAL_PAN_NORTH"/> <enumeration value="VERTICAL_PAN_NONE"/> <enumeration value="VERTICAL_PAN_SOUTH"/> <enumeration value="HORIZONTAL_PAN_WEST"/> <enumeration value="HORIZONTAL_PAN_NONE"/> <enumeration value="HORIZONTAL_PAN_EAST"/> </restriction> </simpleType> • VERTICAL_PAN_NORTH - panning north • VERTICAL_PAN_NONE - no vertical panning • VERTICAL_PAN_SOUTH - panning south • HORIZONTAL_PAN_WEST - panning west • HORIZONTAL_PAN_NONE - no horizontal panning • HORIZONTAL_PAN_EAST - panning east <complexType name="PanDirection"> 124