mapOverview is a child tag of the map that let developers to customize different aspect of the overview Map. The overview map appears in the lower right corner of the map. Each map should have at most one mapOverview tag.
Name | Type | Supports EL? | Description |
---|---|---|---|
width | int | no | Specifies the width of the overviewMap. The default width is 200. |
height | int | no | Specifies the height of the overviewMap. The default height is 200. |
mapDiff | int | no | Specifies the scale difference between the map and the overviewMap. The default value is 3. |
initialShown | boolean | no | Specifies whether the overview map should be expanded when the map is shown. The default value is true. |
visible | boolean | no | Specifies whether the overview map should be visible. The default value is true. |