From 0e25222b2af94c0b984f79763a219984739df98c Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 30 Jun 2019 18:30:24 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c61cbd..2f6c6ac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ map web page for plotting "things" on. ### Updates -- v2.0.18 - Stop map contextmenu bleedthrough to marker. Add compress middleware. +- v2.0.18 - Stop map contextmenu bleedthrough to marker. Add compress middleware. - v2.0.17 - Let clear command also clear tracks from tracks node - v2.0.16 - Revert use of ES6 import. Keep IE11 happy for while - v2.0.13 - Fix tracks colour. @@ -69,13 +69,15 @@ Optional properties include - **addtoheatmap** : set to false to exclude point from contributing to the heatmap layer. (default true) - **intensity** : set to a value of 0.1 - 1.0 to set the intensity of the point on the heatmap layer. (default 1.0) - **popped** : set to true to automatically open the popup info box, set to false to close it. - - **popup** : html to fill the popup if you don't want the automatic default of the properties list. + - **popup** : html to fill the popup if you don't want the automatic default of the properties list. Using this overrides photourl, videourl and weblink options. - **label** : displays the contents as a permanent label next to the marker, or - **tooltip** : displays the contents when you hover over the marker. (Mutually exclusive with label. Label has priority) - **contextmenu** : an html fragment to display on right click of marker - defaults to delete marker. You can specify `$name` to pass in the name of the marker. Set to `""` to disable just this instance. -Any other `msg.payload` properties will be added to the icon popup text box. This can be overridden -by using the **popup** property to supply your own html content. +Any other `msg.payload` properties will be added to the icon popup text box. This can be +overridden by using the **popup** property to supply your own html content. If you use the +popup property it will completely replace the contents so photourl, videourl and weblink are +meaningless in this mode. ### Icons