[GIS] how to create temperature heat map on a web

google mapsgoogle-maps-apiheat map

I'm work on a website of weather data .

I need to make heat map with temperature data to show the status of temperature in the state

my data(lat,lng,temp), I'm trying to work with Google maps but it embed only (lat,lng) .

can any one know how to make it or know other applications can help me ?

Best Answer

You mean something like this? Then you might want to try Leaflet with this or this heatmap plugin.