Skip to main content

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 with getBounds() to fit to the data in a layer or specific items within a layer.
Useful examples
Useful APIs - Map Adapter Methods
Useful APIs - Layer Methods
  • 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.
Useful APIs - Map Adapter Methods

Bugs Fixed

  • Images not present in the initial load of a network layer are now displayed correctly on combined nodes.