[Pro] Tooltip only on markers and not on regions
If you don’t want to display the tooltip on a particular marker or region, if the tooltip field is empty, nothing will display.
If you can’t have the tooltip field empty for some reason (maybe it’s being populated from an external source) one workaround would be to set a global tooltip template that won’t return a value, using a placeholder that doesn’t exist, for example {none}
and then on the marker/regions specific tooltip template field, set the proper placeholder, like the screenshots show.
![[Pro] Tooltip only on markers and not on regions [Pro] Tooltip only on markers and not on regions](https://interactivegeomaps.com/wp-content/uploads/2022/03/tooltipplacholderempty.png)
![[Pro] Tooltip only on markers and not on regions [Pro] Tooltip only on markers and not on regions](https://interactivegeomaps.com/wp-content/uploads/2022/03/placeholdertooltip.png)
This should prevent tooltips from displaying except on the entries (Regions or Markers) where you have set the proper tooltip template.
Example