Saving Map as Image > Overview |
Starting v3.0.5, FusionMaps can export maps as images. To export a map as image, all you need to do is configure the setup using code provided by us and then right click on map and select Save as Image. |
This is done using a combination of FusionMaps and server side scripting, as Flash Player doesn't support exporting to images natively. The following processes take place when the map is to be exported as image:
In the download package, we've provided server side script for image saving in 5 languages - ASP.NET, PHP, JSP, ColdFusion and Perl, as all these technologies natively support server side image generation. If you intend to use PHP, you need to make sure that GD is installed and enabled. You can implement these scripts in other languages too using help of third party image generation components. In the next section, we'll see how to set it up. |