1.5
Features
- Quickly and easily fit the map to your data without having to specify the
exact coordinates of the view. Use
fitBounds()to set the view, either to all your data or a subset thereof. Use withgetBounds()to fit to the data in a layer or specific items within a layer.
Useful Examples:
Useful APIs:
MapLibre fitBounds() | Mapbox fitBounds() | Standalone fitBounds()
Network Layer getBounds() | Observations Layer getBounds() | GeoJSON Layer getBounds()
- Take your users on an animated journey from one point to another with
flyTo(). Simply specify a point on a map for a seamless transition.
Bugs Fixed
- Images not present in the initial load of a network layer are now displayed correctly on combined nodes.