Algorithm for heat map?

后端 未结 4 1848
梦如初夏
梦如初夏 2021-01-31 12:04

I have a list of values each with latitude and longitude. I\'m looking to create a translucent heatmap image to overlay on Google Maps. I know there are server side and flash

4条回答
  •  天涯浪人
    2021-01-31 12:51

    I have tried to solve this in javascript using the canvas element, here is my current result:

    http://gist.github.com/346165

    I have to fix the gaussian filter and the color mapping, because it doesn't give good results currently.

提交回复
热议问题