node-red-contrib-jwht-map/worldmap
nakiabrewer 07db902361 Addition of msg.payload.addtoheatmap and msg.payload.int/intensity
Addition of msg.payload.addtoheatmap and msg.payload.int/intensity.

To summarize.

added msg.payload.addtoheatmap. This defaults to true so you need to explicitly set it to false if you dont want that point to contribute to the heatmap. Done to make this change non breaking for other users.
added msg.payload.int or msg.payload.intensity (read notes below for when to use which one). This sets the intensity of the point you contribute to the heatmap. If you leave the heatmap max parameter at the default of 1 it will work with values of 0.1 - 1. if this parameter doesn't exist the current behavior as it stands today is applied.
Notes

there is a bug in leaflet-heat at the moment that if you change max parameter the intensity value doesn't work correctly (screws up when you zoom in and out). suggest leaving at default of 1 and scaling int/intensity between 0.1 - 1.
Looking through your code you have a few different formats that a positi
2017-03-18 20:20:53 +11:00
..
css tidy up zoom levels for most maps, and 2016-06-05 18:37:17 +01:00
images initial commit 2016-04-01 11:31:07 +01:00
leaflet let you specify both point(icon) and radius 2016-11-13 20:27:12 +00:00
favicon.ico update favicon, add apache 2016-06-08 22:07:54 +01:00
index.html Addition of msg.payload.addtoheatmap and msg.payload.int/intensity 2017-03-18 20:20:53 +11:00
owmloading.gif initial commit 2016-04-01 11:31:07 +01:00
worldmap.appcache Add heatmap options to control message options to close #10 2017-03-04 14:13:05 +00:00