Skip to content

Releases: eoxc/mundi

v1.1.0-rc.37

03 Mar 10:59
Compare
Choose a tag to compare
v1.1.0-rc.37 Pre-release
Pre-release

minor release

  • eoxc version to v1.1.0-rc.28
  • wms export rendered only for valid wms layers with url(s)
  • single layer display toggle displayed only when layer has valid display with url(s)

v1.1.0-rc.36

19 Feb 12:17
Compare
Choose a tag to compare
v1.1.0-rc.36 Pre-release
Pre-release
  • eoxc to version v1.1.0-rc.27
  • fixes ol version to 6.1.1 because event propagation broke

v1.1.0-rc.35

17 Feb 14:35
Compare
Choose a tag to compare
v1.1.0-rc.35 Pre-release
Pre-release
  • eoxc to v1.1.0-rc.25
  • added button to open wms layer current map view & time as a new window (placed to bottom right corner of app)
  • added switch to single layer view panel to toggle layer display
  • decoupled search and display toggle trigger for single layer view

v1.1.0-rc.34

17 Dec 13:41
Compare
Choose a tag to compare
v1.1.0-rc.34 Pre-release
Pre-release
  • eoxc to v1.1.0-rc.25
  • fixes Opensearch link containing maxRecords=null when no pageSize configured for a layer

v1.1.0-rc.33

02 Dec 16:00
Compare
Choose a tag to compare
v1.1.0-rc.33 Pre-release
Pre-release
  • eoxc to v1.1.0-rc.24
  • now polyfilling Promise -> Bluebird Promise globally for whole app via Webpack

v1.1.0-rc.31

18 Nov 14:37
Compare
Choose a tag to compare
v1.1.0-rc.31 Pre-release
Pre-release

v1.1.0-rc.30

18 Nov 13:47
Compare
Choose a tag to compare
v1.1.0-rc.30 Pre-release
Pre-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

v1.1.0-rc.29

05 Nov 15:01
Compare
Choose a tag to compare
v1.1.0-rc.29 Pre-release
Pre-release

Hotfixing Singlelayer Download selected files onclick does nothing.

v1.1.0-rc.28

24 Oct 12:46
Compare
Choose a tag to compare
v1.1.0-rc.28 Pre-release
Pre-release

v1.1.0-rc.27

09 Oct 13:24
Compare
Choose a tag to compare
v1.1.0-rc.27 Pre-release
Pre-release