Fusion. Widget. Maptip

Displays tooltips over the map when the mouse is hovered for some time.  On the MapGuide platform, you must configure tooltips for each layer using Studio or Web Studio by editing the LayerDefinition Settings and specifying an expression for the tooltip.  MapServer users can instead specify which attribute fields in the layer are to be used for the maptip text and optional hyperlink.

Delay (optional)

This is the delay, in milliseconds, that the user must keep the mouse in the same position in order for the maptip to appear.  The default, if not specified, is 350 milliseconds.

Layer

-MapGuide(optional, multiple): This is the name of a layer from the MapDefinition to get the tooltip from.  If no Layer elements are specified, then all layers will be queried and the top-most one will be displayed.  Multiple Layer tags can be added, allowing tooltips to come from different layers.

-Mapserver(required): This is the name of a layer from the MapFile whose attributes will be used to populate the maptip text.  Mapserver only supports a single layer.  If more than one layer is specified, only the first will be used.

Textfield (required for MapServer only)

Field to use for the maptip text for MapServer-based Fusion installs.  Since this is not specified server-side, as in MapGuide, it must be declared here.

Linkfield (optional for MapServer only)

Field to use for the maptip hyperlink target URL on MapServer fusion installs.  As with Textfield above, it must be declared here if needed.