Data Binding for a Map element is substantially different than for other elements, and will be discussed in the following example.
Note: Map data is stored and loaded via an HSQL database (an open source Java RDBMS). It comes installed with the product and runs within the same JVM as the Report Designer. The location of the HSQL DB files is “{InetSoftInstallationRoot}/lib/map/hsqldb”. The location can be specified by the “map.shp.dir” property which is loaded from the sree.properties file.
In the following example you will create a Map which displays customer dispersion across the United States.
Note: Since mapping data has to be loaded, there may be a delay before the map is rendered.
In the event that a geographical layer cannot be automatically resolved, you can manually resolve them. For example, if our data contained the state nicknames instead of the actual name or symbol, e.g., “Garden State” for “New Jersey,” “Empire State” for “New York,” etc., we would need to map those nicknames to the actual geographical names by using the following procedure.
To set the default view for a map, follow these steps:
The map view that you configure using these controls will be the default map view for the end user.
Copyright © 2024, InetSoft Technology Corp.