Skip to content

Releases: openlayers/ol-mapbox-style

v12.3.2

28 Apr 14:08
71cbc92
Compare
Choose a tag to compare

Summary

  • Make minZoom inclusive by zoom instead of resolution internally

What's Changed

Full Changelog: v12.3.1...v12.3.2

v12.3.1

10 Apr 12:12
cb46659
Compare
Choose a tag to compare

Summary

  • Improved docs and examples
  • Avoid document.createElement() for more web worker friendliness

What's Changed

Full Changelog: v12.3.0...v12.3.1

v12.3.0

29 Mar 14:07
d4c0947
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.2.2...v12.3.0

v12.2.2

28 Mar 17:50
aef62c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.2.1...v12.2.2

v12.2.1

28 Mar 17:44
58ecac9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.2.0...v12.2.1

v12.2.0

29 Jan 23:34
c9dabec
Compare
Choose a tag to compare

Summary

  • Fix zIndex of background layer when applying style to an existing map
  • Use correct line-color and background-color defaults
  • Add support for circle-translate
  • Do not throw when style contains an unsupported layer type
  • Fix rendering for zero text halo
  • Fix scaling of icon-offset
  • Allow computed values for text-tranform
  • Add support for text-ignore-placement and text-allow-overlap

What's Changed

New Contributors

Full Changelog: v12.1.1...v12.2.0

v12.1.1

23 Nov 15:30
739eb49
Compare
Choose a tag to compare

Summary

  • Consider the icon-size layout property also for icons not provided by the stylesheet
  • Handle fractional layer minzoom and maxzoom properly when fetching source data

What's Changed

Full Changelog: v12.1.0...v12.1.1

v12.1.0

02 Nov 18:47
e668b65
Compare
Choose a tag to compare

Overview

  • New 'updateMapboxSource()' utility function.
  • Accept Promise as return type for transformRequest()
  • Do not overwrite existing search param with access token

What's Changed

Full Changelog: v12.0.0...v12.1.0

v12.0.0

15 Sep 20:01
230bdb4
Compare
Choose a tag to compare

Backwards incompatible changes

  • The transformRequest hook is now called for every single Tiles request with the final url, instead of just once with the url template.
  • Generated OpenLayers Tile and VectorTile sources previously used the template urls obtained by source.getUrl() or source.getUrls(). Now they use a tileLoadFunction configured by ol-mapbox-style instead.
  • Generated OpenLayers Vector sources are now always configured with a loader by ol-mapbox-style. The getUrl() method will return the url without the transformRequest transform. When the url is templated ({bbox-...}), getUrl() will return undefined.

Other changes

  • The transformRequest hook now also accepts a url string as return value. When a Request is returned, it will be fully respected - not just the request's url.

What's Changed

Full Changelog: v11.0.3...v12.0.0

v11.0.3

27 Aug 20:56
793264b
Compare
Choose a tag to compare

What's Changed

  • More generous version ranges, and update versions in readme by @ahocevar in #977

Full Changelog: v11.0.2...v11.0.3