9 shadowheight, 10 shadowanchor, 11 shapetype – Comtech EF Data NetVue Release 1.1 User Guide User Manual
Page 191: 12 shape

Advanced Configuration (System Display)
Revision 3
NetVue User Guide
MN-NETVUE
10–54
10.7.4.3.1.9 shadowHeight
In this optional shadowHeight attribute, specify the height (in pixels) of the shadow image.
10.7.4.3.1.10
shadowAnchor
In this optional shadowAnchor attribute, specify the point of the shadow image that must be on top of the
map location it has to mark.
Default anchor: Bottom middle of the marker image
Example: If the shadow image is 32 pixels wide and 32 pixels high, specifying “0,32” in the anchor
attribute will cause the bottom left corner of the image to be anchored to the map location.
10.7.4.3.1.11
shapeType
In this optional shapeType attribute, specify the geometric form of the clickable area defined in the shape
attribute:
•
circle
•
poly (polygon)
•
rect (rectangle)
By default, no shape is defined.
10.7.4.3.1.12
shape
In this optional shape attribute, define a clickable area on top of the marker image using the W3C’s AREA
coords specification.
This shape attribute must contain an array of integers that specifies the pixel position of the clickable area
relative to the top-left corner of the marker image. These specified coordinates depend on the type of
geometric form already specified in the shapeType attribute.
•
circle: shape must contain “x1,y1,r” where x1,y2 are the coordinates of the center of the circle, and r
is the radius of the circle.
•
poly: shape must contain “x1,y1,x2,y2,...,xn,yn” where each x,y pair contains the coordinates of one
vertex of the polygon.
•
rect: shape must contain “x1,y1,x2,y2” where x1,y1 are the coordinates of the upper-left corner of the
rectangle and x2,y2 are the coordinates of the lower-right coordinates of the rectangle.