Blog Archive

Showing posts with label heatmap. Show all posts
Showing posts with label heatmap. Show all posts

Thursday, June 28, 2012

It's Time for Google Maps


The new Symbols function and Heatmap Layer in the Google Maps API mean that it is now much easier for developers to create compelling map visualisations.

Both these features make it much easier for developers to add animations to maps. The result is that Google Maps can now beautifully render data both spatially and temporally. 

This morning I've been playing with the new Heatmap Layer. The Blitz Map is an animated heat map of the bombs dropped on London on the first night of the London Blitz in the Second World War. So far I've plotted about 500 of the over 800 bombs (I'm planning to add the rest later today).

I've cheated a little with the timing on the map. At the moment the map just adds the bombs sequentially, step by step, and doesn't use a real time-frame. It should be simple however to add a real time-line to the map at a later date.

Wednesday, June 27, 2012

Google Maps API Gets Heat Maps


Google has released yet another new exciting layer for the Google Maps API.

The Heatmap Layer allows developers to render heatmaps with the Google Maps API. Developers can define the colour spectrum, intensity range, and behaviour of the heatmap when the map is zoomed.

Here is an example of the new heatmap layer - an Animated Heatmap of the Growth of Walmart

Popular Posts