Fix marker popups not displaying on click (Fixes #261)

This commit is contained in:
James Lyne 2021-12-07 20:18:49 +00:00
parent 0d666d1b1b
commit 935cba1c0f

View File

@ -42,6 +42,9 @@ const defaultOptions: GenericIconOptions = {
icon: 'default',
label: '',
iconSize: [16, 16],
popupAnchor: [0, 0],
iconAnchor: [0, 0],
tooltipAnchor: [0, 0],
isHtml: false,
className: '',
}