This issue is about implement zoomand center into the maplibre-mapcomponent. This controls how much the map is zoomed in and where the map is centered on. Note that this needs to work when the map is loaded (The initial state)and when the map is already loaded, but the values are updated.
You can achieve this with the options.zoom , options.center, Map.setCenter() and Map.setZoom()
This issue is about implement
zoom
andcenter
into themaplibre-map
component. This controls how much the map is zoomed in and where the map is centered on. Note that this needs to work when the map is loaded (The initial state) and when the map is already loaded, but the values are updated.You can achieve this with the
options.zoom
,options.center
,Map.setCenter()
andMap.setZoom()