Skip to content

Releases: planetlabs/maps

v9.0.0

26 Oct 15:39
Compare
Choose a tag to compare

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

v8.2.0

28 Aug 15:34
Compare
Choose a tag to compare

What's Changed

Read more

v8.1.0

09 Feb 00:21
Compare
Choose a tag to compare

This package used to include custom builds of OpenLayers. With the 8.1 release, the package is now a library for building React applications with OpenLayers. See the https://planetlabs.github.io/maps/ website for more detail.

What's Changed

New Contributors

Full Changelog: https://github.com/planetlabs/maps/commits/v8.1.0