github openlayers/ol-mapbox-style v6.0.0

latest releases: v12.3.2, v12.3.1, v12.3.0...
4 years ago

Breaking changes

Module paths

ol-mapbox-style now ships with transpiled modules in the dist/ folder, and sources in the src/ folder. Previously, all modules were provided in the root directory.

When upgrading, the import paths need to be checked. For example,

import stylefunction from 'ol-mapbox-style/stylefunction';

needs to be changed to

import stylefunction from 'ol-mapbox-style/dist/stylefunction';

Other changes

  • Allow mapbox:// urls for all layer types, not just vector

Don't miss a new ol-mapbox-style release

NewReleases is sending notifications on new releases.