Skip to content

v3.0.1

Compare
Choose a tag to compare
@m-mohr m-mohr released this 01 May 12:02
· 187 commits to main since this release
  • For the common case of Bearer tokens, allow to just provide a "Bearer" string in the authentication config (instead of a formatter function)
  • Fix computed properties in the StacHeader component
  • Fix "Show on map" button for GeoJSON #312
  • Search:
    • Handle the bounding box filter better in search #300
    • Remove the Filter extension workaround for invalid stac-fastapi implementations (if "additional filters" don't show up for you, check your stac-fastapi version)
    • Don't fail if non-Items are in the ItemCollection returned by search, ignore them instead. This may happen in OGC API - Records implementations such as pycsw.
    • Show LIKE (matches) operator in "additional filters" only if the CQL advanced comparison operators are exposed in the conformance classes of the API
    • Queryables were not always correctly loaded (due to a superfluous resetCatalog event)