...
name | description |
---|---|
minScale | This can be set at the action level, the tip level or not at all, and specifies the minimum scale below which no map tips will be shown to the user. |
maxScale | This can be set at the action level, the tip level or not at all, and specifies the maximum scale above which no map tips will be shown to the user. |
radius | This can be set at the action level, the tip level or not at all, and specifies the radius, in map units, of the area to be searched, centred on the mouse location. |
pressed | This sets the initial state of the map tip and it is off by default. Setting it to 'true' will turn on map tip at startup. This can only be set at the action level. The default is 'false'. |
multipleMaximum | If the search returns more than this many results, the default being 1, then |
multipleText | The text to show to the user if more than |
isDefault | Should be set to 'true' in the tip that should be enabled by default. |
tip | A tip tag must be created for each set of data that's to be made available to the user for display in a map tip. This is only available at the action level. |
data | The name of a Data configuration that provides the data for this particular tip. This is only available at the tip level. |
datadefinition | The name of a Data Definition configured that provides the data for this particular tip. This is only available at the tip level. |
entity | The Entity that the data definition for the tip is associated with. This is only available at the tip level. |
label | The label to display for this particular tip. This is only available at the tip level. |
autoSize | true/false indicating if the popup window should try and adjust its size. The default is 'false'. |
minSize | The minimum width and height in pixels that the popup window should use when auto-sizing. The default is 105,10. |
maxSize | The maximum width and height in pixels that the popup window should use when auto-sizing. The default is 1200,660. |
size | The default width and height in pixels that the popup windows should use. The default is 200,200. |
hideDelay | The number of milliseconds to wait before hiding the popup window. The default is 2000. |
selectedOnly | Restrict the map tip to the selected features only. The default is 'false'. |
selectedOnlyMenu | Add a menu to the map tips tool to allow the user to turn on or off the selectedOnly flag. The default is 'false'. |
visibleOnly | Restrict the map tip to display only if the associated layer is turned on in the ToC. The default is 'false'. Only available from 2.5.26. |
visibleOnlyMenu | Add a menu to the map tips tool to allow the user to turn on or off the visibleOnly flag. The default is 'false'. Only available from 2.5.26 |
showGeometry | Should the geometry of the related entity be showndrawn. The default is 'true'. Only available in 2.5.26 |
...