Skip to content

Releases: openlayers/ol-mapbox-style

v9.5.0

26 Jan 11:16
fd5e045
Compare
Choose a tag to compare

Summary

The v9.5.0 release adds a projection option for out-of-the-box maps in custom projections.

What's Changed

Full Changelog: v9.4.0...v9.5.0

v9.4.0

03 Jan 08:24
2d9c1ab
Compare
Choose a tag to compare

Summary

  • Add support for labels with symbol-spacing

What's Changed

Full Changelog: v9.3.0...v9.4.0

v9.3.0

23 Dec 19:38
2076521
Compare
Choose a tag to compare

Overview

  • Fix background bleeding issue when re-applying style
  • Add support for hillshade-highlight-color and hillshade-shadow-color
  • Fix geojson layers with bbox in combination with transformRequest
  • Fix tilejson loading when using same source in different styles at the same time

What's Changed

New Contributors

Full Changelog: v9.2.4...v9.3.0

v9.2.4

30 Nov 16:45
6c7930f
Compare
Choose a tag to compare

Summary

  • Update documentation for getLayer() and getSource() for LayerGroup support
  • Update getLayers() to work with LayerGroups
  • Make transformRequest option work for raster sources with inlint TileJSON definition

What's Changed

  • Updates for v9.2.3 by @ahocevar in #742
  • Call transformRequest for raster sources with inline TileJSON by @ahocevar in #743
  • Update docs getLayers() to also work with layer groups by @ahocevar in #744

Full Changelog: v9.2.3...v9.2.4

v9.2.3

28 Nov 13:47
0c66b1f
Compare
Choose a tag to compare

Summary

  • Fix a regression that prevented mapbox:// tiles from getting loaded

What's Changed

Full Changelog: v9.2.2...v9.2.3

v9.2.2

23 Nov 14:56
51a8ff3
Compare
Choose a tag to compare

Summary

  • Avoid excessive data downloads for geojson layers below minzoom

What's Changed

Full Changelog: v9.2.1...v9.2.2

v9.2.1

16 Nov 22:06
92b622d
Compare
Choose a tag to compare

Overview

  • Allow setting OpenLayers layer opacity when no raster-opacity is set
  • Use high resolution tiles for mapbox.satellite when browser supports it
  • Support bounding box requests for geojson sources
  • Fix 3-argument signature for applyStyle()
  • Add support for raster-dem sources with hillshade layers

What's Changed

New Contributors

Full Changelog: v9.2.0...v9.2.1

v9.2.0

01 Sep 15:27
18ea8cf
Compare
Choose a tag to compare

Overview

  • New hook for supplying images without project sprite spritesheet
  • Fix issue with new background handling, which is now done in a postrender function rather than prerender
  • Simplified 3-argument signature of applyStyle(). The longer signatures continue to work, but are deprecated.

What's Changed

New Contributors

Full Changelog: v9.1.0...v9.2.0

v9.1.0

22 Aug 15:31
072bd38
Compare
Choose a tag to compare

Highlights

  • apply() can now also apply to an ol/layer/Group.

List of all changes

New Contributors

Full Changelog: v9.0.0...v9.1.0

v9.0.0

18 Aug 19:02
ba51db9
Compare
Choose a tag to compare

Breaking changes

  • ol-mapbox-style now requires OpenLayers 7
  • icon-offset has been fixed. If you previously worked around the x-value moving left instead of right with increasing offset, you have to remove this workaround now.

Other changes

  • Added support for text-justify

All changes in detail

Full Changelog: v8.2.1...v9.0.0