Skip to content

0.11.0-dev.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@AliceBalfanz AliceBalfanz released this 14 Apr 07:17
75cb346

Changes in version 0.11.0 (in development)

Enhancements

  • Thanks to using xcube Server 0.11.x, xcube Viewer 0.11.x can now display
    datasets with non-geographic spatial coordinate reference systems,
    for example UTM or LAEA Europe (EPSG:3035).

  • The map projection can now be changed in the settings dialog.
    Possible value are "Geographic" and "Web Mercator".

  • Now the opacity of tile layers can be changed from the color bar
    dropdown component in the map.

Other Changes

  • xcube Viewer 0.11.x requires xcube Server 0.11.x.

  • The default map projection changed from Geographic (EPSG:4326) to Spherical
    Mercator (EPSG:3857). Accordingly, image tiles are requested in Spherical
    Mercator projection (using the same tile grid as OSM)

Fixes

  • Fixed a problem that occurred with datasets referring to the
    same place group. In this case, only the first dataset received
    the features on place group reload. Now all datasets
    referring to that place group are updated on feature reload.
    (#208)

  • Fixed a problem that prevented setting the map projection
    using the branding.mapProjection configuration key.