In Strategy Web 9.4.1, developers can use the Image Layout widget to display information relative to a map or image. In Strategy Web 9.4.0 this widget was enhanced to support clusters of Image Layouts in a single widget. Refer to KB45716 New in MicroStrategy 9.4.0: Image Layout Widget displays multiple image maps. for more information on this enhancement.
Due to this new functionality, displaying a single layout in a widget now requires a specific attribute configuration. The simplest case is to just include one attribute with the position information. Sometimes, Strategy Web developers might want to display attribute information as part of the tooltip. To accomplish this behavior, follow the steps below:
SCENARIO:
A single Image Layout wants to be displayed based on information. Additionally, the attribute information wants to be included in the tooltip as shown below:

There are two approaches to accomplish the same result:
APPROACH 1: CONVERT ATTRIBUTES TO METRICS
If only one attribute is present in the grid it will be used as a geo-attribute for the position information. Additional attributes can be converted to metrics in order to be added to the grid and displayed in the tooltip. To convert the desired attributes follow these steps:


Max(@DESC){~+}APPROACH 2: ADD SHAPE FILE ATTRIBUTE
Adding an attribute with an attribute form with the location of the shape files allows users to display different Image Layouts in a cluster. However, if this attribute only contains information for one Shape File, a single Image Layout will be displayed.
/VisFramework/map
Concat("VisFramework/map/USAMapCoords.html", "") SHAPEFILE

