insert:MAPLET command
The insert:MAPLET command inserts a map into a Web page.
The following command can be entered in the HTML source file:
<!-- insert:MAPLET[map=map,soundurl=soundurl,refresh=n,enabletooltips=true,render=applet] --> The parameters of this command are as follows:
- map
- Required: Specifies the name of the map to be displayed.
- soundurl
- Optional: Specifies the URL of an audio .au file. This file is played when the maximum severity of any of the filters on a map increases. The URL must be specified in the following format:
- refresh
- Optional: Specifies the refresh rate, in seconds, for the map.
- enabletooltips
- Optional: Enables hover help for active map objects that are associated with a filter. The hover help displays information from the filter.
render
- Optional: Specifies the default render mode for maps in portlets or SmartPage pages. The options are applet to use the Java applet and lightweight to use the lightweight render option. The default is applet.