Skip to content

Releases: m-mohr/ol-stac

v1.0.0-beta.10

10 Apr 17:38
Compare
Choose a tag to compare
  • Set styles and layers to empty string by default #16
  • Add an example where people can provide their own STAC for demo purposes

Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10

v1.0.0-beta.9

08 Mar 13:08
Compare
Choose a tag to compare
  • Allow a list of web map links to be shown through the displayWebMapLink option, which includes selecting links by id. #12 by @m-mohr in #14
  • Require ol >= 7.5.2 (before: >= 7.0.0), works with ol 9.0.0

Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9

v1.0.0-beta.8

30 Jan 16:07
Compare
Choose a tag to compare
  • Fixes the broken 1.0.0-beta.7 release

Changes from the redacted 1.0.0-beta.7 release:

  • Added an option to hide footprints (geometry/bounding box) by default
  • Added support for image formats in WMS and WMTS
  • Expose SourceType as public API
  • Removed note about Firefox issues in the examples

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8

v1.0.0-beta.6

28 Aug 14:19
Compare
Choose a tag to compare
  • OpenLayers is now a peer dependency
  • Add support for PMTiles (via Web Map Links extension)
  • New general purpose option getSourceOptions(type, options, ref) to customize source options.
    It also applies to all web-map-link source options now.
    It replaces:
    • getGeoTIFFSourceOptions(options, ref)
    • getImageStaticSourceOptions(options, ref)
    • getXYZSourceOptions(options, ref)
  • Added SourceType enum for getSourceOptions

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

23 Aug 11:56
Compare
Choose a tag to compare
  • Don't enforce the nodata value to be NaN if not present in STAC metadata

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.5

v1.0.0-beta.4

22 Aug 14:17
Compare
Choose a tag to compare
  • Fix the default entry point (you can now really use import STAC from 'ol-stac';)

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

22 Aug 14:17
Compare
Choose a tag to compare
  • Pass properties option to the LayerGroup.

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

22 Aug 11:24
Compare
Choose a tag to compare
  • Move the stacUtils.js from ol/layer to ol/utils.js
  • Provide a default entry point (you can now use import STAC from 'ol-stac';)
  • Documentation improvements

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

22 Aug 01:41
Compare
Choose a tag to compare