svelte-maplibre
Advanced tools
Changelog
0.7.3
#106 36a1ec3
Thanks @dabreegster! - Update filters when changed
#105 55818fe
Thanks @dabreegster! - Add ImageSource
Changelog
0.7.0
3800dbc
Thanks @dabreegster! - Add RasterTileSource and RasterLayer. This is a breaking change in that the required version of maplibre-gl is changed from ^3.0.0 to ^3.5.0.Changelog
0.6.0
Allow setting layers to be non-interactive. Layers with interactive={false}
will not emit mouse events, and will not
participate in hit testing when comparing to other layers with eventsIfTopMost
.
This is useful, for example, when placing a SymbolLayer on top of a CircleLayer. See the updated "Clusters and Popups" example; previous the popup would disappear when the mouse was over the labels, but not it does not.
This is a breaking change:
interactive
prop for Marker
and MarkerLayer
has been renamed to asButton
, to make room for the new
interactive
prop.pickable
prop, but interactive
should be used instead for consistency.
The behavior here is unchanged though.