You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- see [CHANGELOG](https://github.com/dceejay/RedMap/blob/master/CHANGELOG.md) for full list of changes.
35
35
@@ -77,6 +77,7 @@ Optional properties for **msg.payload** include
77
77
-**clickable** : Default true. Setting to false disables showing any popup.
78
78
-**popped** : set to true to automatically open the popup info box, set to false to close it.
79
79
-**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.
80
+
-**popupOptions** : optional object to help style the popup - See Leaflet popup docs for options - eg to add a custom class - `{className:"mySpecialPopup",width:600}`
80
81
-**label** : displays the contents as a permanent label next to the marker, or
81
82
-**tooltip** : displays the contents when you hover over the marker. (Mutually exclusive with label. Label has priority)
0 commit comments