Skip to content

v1.1.0-rc.30

Pre-release
Pre-release
Compare
Choose a tag to compare
@lubojr lubojr released this 18 Nov 13:47
· 93 commits to master since this release

Larger release containing most changes merged from other branches to master.

  • bump eoxc to 1.1.0-rc.22 https://github.com/eoxc/eoxc/releases/tag/v1.1.0-rc.22

  • configuration schema additions:

  • per-layer:

  • display.options.selectThree - Boolean. If option is of type combine-three, for example 'bands'. This will create three select elements instead of one.

  • display.options.replace - Array of dotted style request parameters, which when this option is used, will be replaced too. {target: '...', value: '...'}

  • display.extraDownloadIcon - If set to true, displays an extra download icon in layer list, triggering full resolution download panel. Can be used when search results panel is not used in the app. Default: false

  • fullResolution.maxBboxEdgeSize - A warning is shown when any edge of bounding box exceeds configured value in Map CRS. Default: not used

  • fullResolution.disableTimeSubsetting - Disable adding time subsetting to WCS request even if available from TimeSlider. Default: false

  • selectFilesDownloadEnabled - Whether 'Download selected files' toggle option is visible. Default true, so this just adds an option to disable it.

  • search.pageSize configurable, not hardcoded set to 50 - User defined items per page in catalog requests. Lower of server-defined & user-defined is used in the end. Should be set for each layer to allow performance improvement when 'Load more' is used.

  • download.axisNames - The axis names to include the subset in WCS requests. Example [lon, lat]

  • download.rewrite.from/to can now use {{ ... }} template which uses record properties for regex rewrite, if regex object /.../ used instead, should not be encircled by quotes

  • global:

    • downloadInterpolations - Available interpolation methods to choose for download via EO-WCS.
  • some minor styling for full resolution mostly

  • progressbar more visible now

  • additional filters - layer name displayed only if more than 1 layer with search configured