Sign in to follow this  
sb82

Automatic legend creation for Range Maps(Thematic maps)

Recommended Posts

I have data for more than 100 world indicators(like Population, Birth rate etc) for different years.

Presently I use Google Geomaps to display them. http://code.google.com/apis/visualization/documentation/gallery/geomap.html

I am looking forward to use FusionMaps...and have a question regarding the legend.

In google geomap I send all the values to Google server and it calculates the legend and color range by itself...is it possible to achieve such automatic functionality...my data is dynamic..and so am not sure how will I achieve this. 

Thanks

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

You can use JavaScript to do so. You fetch the values using JavaScript, build the XML and the use setDataXML method to update the map after a specific interval.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this