FusionCharts XT - Map Definitions
This package contains all the map definition files required by FusionMaps XT to render interactive HTML maps within your applications. These files cannot run independently and need the FusionCharts library (primarily fusioncharts.js
and fusioncharts.maps.js
) to be present in your web application. If you do not have the library installed, you can download them from www.fusioncharts.com/download/.
Each map definition file present within /maps
folder of this download is named in the format fusioncharts.map-name.js
e.g., fusioncharts.california.js
. It contains path information for rendering that specific map.
You can find list of maps available in FusionMaps at www.fusioncharts.com/explore/fusionmaps/.
Installation Steps
To install the maps definition files for your web application, please follow the steps below:
- Locate the
fusioncharts
folder in your web application, containingfusioncharts.js
andfusioncharts.maps.js
. It is imperative that these 2 JavaScript files are present in your web application to render any map. - Copy the
/maps
folder from this download package and paste it in yourfusioncharts
folder. This copies all the maps available in FusionMaps XT to your web application. If you need to render specific maps only, you can manually select those map definition files, and copy them to/maps
folder in yourfusioncharts
folder. - You can now start building maps in your application. Each map can be referenced in the
FusionCharts()
constructor asmaps/map_name
(e.g.,maps/california
). FusionCharts library automatically loads the relevant map definition files.
If you need any help or need a map which is not available in this package, please write to us at
support@fusioncharts.com.