Fix marker popups not displaying on click (Fixes #261)
This commit is contained in:
parent
0d666d1b1b
commit
935cba1c0f
@ -42,6 +42,9 @@ const defaultOptions: GenericIconOptions = {
|
|||||||
icon: 'default',
|
icon: 'default',
|
||||||
label: '',
|
label: '',
|
||||||
iconSize: [16, 16],
|
iconSize: [16, 16],
|
||||||
|
popupAnchor: [0, 0],
|
||||||
|
iconAnchor: [0, 0],
|
||||||
|
tooltipAnchor: [0, 0],
|
||||||
isHtml: false,
|
isHtml: false,
|
||||||
className: '',
|
className: '',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user