Draw Geo-Location based Heat Maps
completed by: IanSan5653
mentors: Andun Sameera
Student have to a draw a Multi Layer Heat Map using a suitable web browser client side tools like JS, HTML5 etc. Possible HeatMap Libraries are Google HeatMaps, Highcharts Heat Maps. Student need to find suitable methods to handle large amount of data, multi layers of data which will cause overlapping of heat maps, zooming the map etc.
The data needed to draw the map will be given. Example,
[{lat:x,lng:y,weight:z},{{lat:x1,lng:y1,weight:z1},{lat:x2,lng:y2,weight:z2}...................]
Useful Links -
http://www.highcharts.com/maps/demo/heatmap,
https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap
http://www.highcharts.com/maps/demo/heatmap