Batch export |
The batch mode is useful when you've multiple maps on a page and you want to export all of them together by calling a single JavaScript API. The exported files for each map can either be saved individually, or all the exported maps can be saved as a single file. The export process in Batch Mode can be visualized as under: |
Elements involved |
For enabling export of map in batch mode, we'll need to assemble the following elements:
Existing users: Starting FusionMaps XT, use of FusionMapsExportComponent.js is deprecated. Use FusionChartsExportComponent.js instead. It is recommended that you replace all references FusionMapsExportComponent.js to FusionChartsMapsExportComponent.js in your code. So let's quickly get started and setup a simple example that does batch processing. |