From 491a17358e91acaf831aa864e41c9a629ec818c8 Mon Sep 17 00:00:00 2001 From: nakiabrewer Date: Sat, 18 Mar 2017 20:31:23 +1100 Subject: [PATCH] Added msg.payload.addtoheatmap and msg.payload.int --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 79ef989..7a305fc 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ Optional properties include - **iconColor** : Standard CSS color name or #rrggbb hex value. - **photoUrl** : adds an image pointed at by the url to the popup box. - **deleted** : set to true to remove the named marker. (default false) + - **addtoheatmap** : set to false to exlcude point from adding to heatmap layer. (default true) + - **int** : set to a value of 0.1 - 1.0 to set the intensity of the point on heatmap layer. (default 1.0) + Any other `msg.payload` properties will be added to the icon popup text box.