Releases: m-mohr/ol-stac
Releases · m-mohr/ol-stac
v1.0.0-beta.10
- 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
- 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
- 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
- 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 forgetSourceOptions
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
- 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
- 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
- Pass
properties
option to the LayerGroup.
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
- Move the
stacUtils.js
fromol/layer
tool/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
- First release
Full Changelog: https://github.com/m-mohr/ol-stac/commits/v1.0.0-beta.1