svelte-maplibre
Advanced tools
Changelog
0.5.0
821c3bd
Thanks @dabreegster! - Make eventsIfTopMost also work for manageHoverState, and introduce
openIfTopMost for Popups. openIfTopMost
defaults to true, which changes the default behavior for overlapping popups.accb09d
Thanks @mhrgoldberg! - Fix GeoJSON component reactivity to data changes after map styles are updated.Changelog
0.4.3
#65 6e9a532
Thanks @stuartlynn! - Adds a JoinData component to allow data to be joined to vector features in the client
#69 1ced5d7
Thanks @dabreegster! - Add hash to track viewport in the URL
#68 d2459d5
Thanks @dabreegster! - Fix the map bounds property to work when initially set
#72 f403ca0
Thanks @dabreegster! - Fix hover state for vector tiles sources
#73 c42b2cc
Thanks @knd775! - Re-export common types from maplibre-gl
Changelog
0.4.0
manageHoverState
on all Layer types is now false
, which is a breaking change.#60 ffd53aa
Thanks @stuartlynn! - Preserve sources and layers added by the user when changing the base map style
#59 721b0a0
Thanks @stuartlynn! - Add support for vector tile sources
Changelog
Changelog
0.3.4
latLng
on draggable markers.eventsIfTopMost
to Layers, to only fire mouse events if the layer is the top-most layer under the mouse pointer.