Updated msg.payload.intensity

Removed need to distinguish between int/intensity. 
Now just msg.payload.intensity regardless if lat & lon OR latitude & longitude.
This commit is contained in:
nakiabrewer 2017-03-18 20:40:57 +11:00 committed by GitHub
parent 491a17358e
commit 64f1393073

View File

@ -46,8 +46,8 @@ Optional properties include
- **iconColor** : Standard CSS color name or #rrggbb hex value. - **iconColor** : Standard CSS color name or #rrggbb hex value.
- **photoUrl** : adds an image pointed at by the url to the popup box. - **photoUrl** : adds an image pointed at by the url to the popup box.
- **deleted** : set to <i>true</i> to remove the named marker. (default false) - **deleted** : set to <i>true</i> to remove the named marker. (default false)
- **addtoheatmap** : set to <i>false</i> to exlcude point from adding to heatmap layer. (default true) - **addtoheatmap** : set to <i>false</i> to exlcude point from contributing 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) - **intensity** : 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. Any other `msg.payload` properties will be added to the icon popup text box.