How FusionMaps XT works? |
As you must already be aware by now, FusionMaps XT accepts only XML or JSON data to plot the maps. You can either provide physical XML or JSON data files or dynamically relay the data using server-side scripts to FusionMaps XT. Here, we explore the various methods using which you can provide data to FusionMaps XT. Please note that you do NOT ever need to save physical XML or JSON files on your server. When generating dynamic maps from your database, the XML or JSON files are built in memory (variables) using string concatenation or our API methods, and then dynamically relayed (written to output stream, like other HTML content). There are 2 ways using which you can provide data to FusionMaps XT:
For detailed information on Data URL method read Data URL method page. For more information read Data String method page. |