Releases: eoxc/mundi
v1.1.0-rc.37
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
- eoxc to version v1.1.0-rc.27
- fixes ol version to 6.1.1 because event propagation broke
v1.1.0-rc.35
- 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
- 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
- eoxc to v1.1.0-rc.24
- now polyfilling Promise -> Bluebird Promise globally for whole app via Webpack
v1.1.0-rc.31
- eoxc to v1.1.0-rc.23 https://github.com/eoxc/eoxc/releases/tag/v1.1.0-rc.23
v1.1.0-rc.30
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
Hotfixing Singlelayer Download selected files onclick does nothing.
v1.1.0-rc.28
- eoxc to v1.1.0-rc.21 - changes on https://github.com/eoxc/eoxc/releases/tag/v1.1.0-rc.21
- update htmls
v1.1.0-rc.27
- eoxc to v1.1.0-rc.20 - changes on https://github.com/eoxc/eoxc/releases/tag/v1.1.0-rc.20
- make details display options button more prominent, minor styling
- Fix search results fetch all for Single layer view #14