How to add your knowledge

To create a tooltip for the selected point of interest

    Table of contents
    No headers

    Assigning an individual tooltip overrides any default.

    1. Click (Create/Edit Features).
    2. In the Draw Strip, click .
    3. Right-click the point of interest symbol and click Properties.
    4. In the Properties panel, specify how close the viewer needs to be to the point of interest to see the tooltip.

      Set the Unit Of Measure at the top of the Properties panel and then enter a value for PROXIMITY_DISTANCE.

      If you leave PROXIMITY_DISTANCE blank, the tooltip appears only when the viewer hovers over it.

    5. Specify any properties you want to include in the tooltip, such as NAME and DESCRIPTION.
    6. Specify the contents of the tooltip.

      Click the Tooltip field, then click the ellipsis button that appears next to it.

      For information about how to edit and format tooltip text, see Create Tooltips. For a list of supported HTML formatting tags, see the QT Developer Network site.

      NoteTo include an image that is stored on the web, you must set a forcewebview property. Use the following syntax:
      <tooltip><forcewebview>true</forcewebview><body> 
      <img src="http://domain.us/images/image.jpg">
       </body>
      </tooltip>
    7. Click Update (at the top of the Properties panel).