svelte-maplibre
Advanced tools
Changelog
0.9.4
d968425
Thanks @thijserven! - Exposed control value of GeolocateControl so you can do bind:control and access the root maplibre-gl functionalities from the outside.Changelog
0.9.3
39371ee794f2a338c5760a840295af25964cfdec
Thanks @larsmaxfield! - Add 3D Terrain components and corresponding demo pageChangelog
0.9.0
#159 23fb3ab
Thanks @dimfeld! - MapLibre component now exposes its <div>
element on the mapContainer
prop
#160 756a1ef
Thanks @dimfeld! - Update Marker and DefaultMarker to expose the internal maplibregl.Marker
through the marker
prop
#157 417d468
Thanks @dabreegster! - Stop propagation of clicks on Markers
1529801
Thanks @singingwolfboy! - improve TypeScript typings for DefaultMarkerChangelog
0.8.4
f39e1d6
Thanks @singingwolfboy! - Tell Typescript that features in MarkerLayer always have an idChangelog
0.8.3
c22141a
Thanks @dabreegster! - Update the viewport when the URL hash changes