Skip to content

v9.0.0

Compare
Choose a tag to compare
@tschaub tschaub released this 26 Oct 15:39
· 457 commits to main since this release

The 9.0 release updates the @planet/maps package to work with OpenLayers 8. See the OpenLayers upgrade notes for details about breaking changes since version 7.

Although version 8 of OpenLayers removed the MapboxVector layer, this library still includes a wrapper component for it. If you use the @planet/maps/layer/MapboxVector component, you need to add ol-mapbox-style to your project's dependencies.

In addition to the breaking changes related to the OpenLayers update, the import paths in this library were shortened. When upgrading to the new version, remove the lib component of the import paths.

- import TileLayer from '@planet/maps/lib/layer/WebGLTile';
+ import TileLayer from '@planet/maps/layer/WebGLTile';

See below for a full list of changes.

What's Changed

Dependency Updates

New Contributors

Full Changelog: v8.2.0...v9.0.0