themes Element theme_modifiers Element
3-54 Oracle Fusion Middleware Users Guide for Oracle MapViewer
which specify the coordinates in pixels of the clicked point on the SVG map. For information about using JavaScript functions with SVG maps, see
Appendix B .
onmousemove is an optional attribute that specifies the name of the JavaScript function to be called when a user moves the mouse on top of any feature of the theme
on an SVG map. The JavaScript function must be defined in the HTML document that has the SVG map embedded. This function must accept only four parameters: the
theme name, the key of the feature, and x and y, which specify the coordinates in pixels of the point for the move on the SVG map. For information about using
JavaScript functions with SVG maps, see
Appendix B .
onmouseover is an optional attribute that specifies the name of the JavaScript function to be called when a user moves the mouse into a feature of the theme on an
SVG map. Unlike the onmousemove function, which is called whenever the mouse moves inside the theme, the onmouseover function is called only once when the
mouse moves from outside a feature of the theme to inside a feature of the theme. The JavaScript function must be defined in the HTML document that has the SVG map
embedded. This function must accept only four parameters: the theme name, the key of the feature, and x and y, which specify the coordinates in pixels of the point at
which the mouse moves inside a feature on the SVG map. For information about using JavaScript functions with SVG maps, see
Appendix B .
onmouseout is an optional attribute that specifies the name of the JavaScript function to be called when a user moves the mouse out of a feature of the theme on an SVG
map. The JavaScript function must be defined in the HTML document that has the SVG map embedded. This function must accept only four parameters: the theme
name, the key of the feature, and x and y, which specify the coordinates in pixels of the point at which the mouse moves out of a feature on the SVG map. For information
about using JavaScript functions with SVG maps, see
Appendix B .
workspace_name, workspace_savepoint, workspace_date, and workspace_ date_format are optional attributes related to support for Workspace Manager in
Mapviewer, which is explained in Section 2.8
. fetch_size is an optional attribute that specifies how many rows will be prefetched
into memory. The default value is 100. timeout is an optional attribute that specifies the number of milliseconds to wait for
the connection to the WMS or WFS server.