-
#54
e5d8a09
Avoid clobbering MapLibre's added classes on Marker elements -
#54
e5d8a09
Supportdraggable
and drag events on MarkerLayer -
#55
7b94240
Support dblclick and contextmenu events on layesrs and markers -
#56
3cec7bf
Handle updates to the MapLibre component'sstyle
prop
- Support 2-way binding for
latLng
on draggable markers. - Add
eventsIfTopMost
to Layers, to only fire mouse events if the layer is the top-most layer under the mouse pointer.
- Support
draggable
onMarker
- Properly manage hover state on features with ID
0
- Lazily load deck.gl library so that the rest of the package can be used without including it.
- Support Svelte 4
- Upgrade to fully-released version of MapLibre GL 3.0
- Support
transformRequest
property on Map component.
- Fix layers not removing while data sources elsewhere in the map are loading