Tooltip JavaScript Expression Editor dialog - 2023

MapInfo Pro Release Notes

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
MapInfo > License Server Utility
MapInfo > MapInfo Pro
MapInfo > MapInfo Pro Advanced
MapInfo > MapInfo EasyLoader
Version
2023
Language
English
Product name
MapInfo Pro
Title
MapInfo Pro Release Notes
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:43:38.341845

This dialog allows you to construct an HTML and JavaScript expression using the columns of the table.

  1. Double-click on a column item to insert an expression at the cursor position in the Tooltip Expression box.
  2. If text is selected in the Tooltip Expression box, double-click on a column item to replace the selected text with the expression.
  3. The column name when inserted in the Tooltip Expression box is preceded by object.properties. This string is required for deck.gl to evaluate the expression.
  4. You can use any valid JavaScript language or libraries that are a part of the deck.gl package.
  5. The HTML is used to render the tool tip when the mouse cursor is over an object in the 3d map window.
  6. Currently, there is no way to validate the expression in the dialog.
Note: The base style of the tool tip is included in the HTML template file.