Skip to content

GeoNetwork-UI v2.3.0

Compare
Choose a tag to compare
@jahow jahow released this 07 Jun 12:01
· 579 commits to main since this release

What's Changed

This new release of GeoNetwork-UI mainly encapsulates the work that has been done for the Métropole Européenne de Lille Data Platform, including:

  • First-class support for OGC API links in metadata records: OGC API links will now appear in the Datahub as download links, will be shown on the map (if applicable) and in the chart & table views
  • The API Form that lets users construct a URL to download data with certains parameters can now also be used for WFS services

Other notable new features in the Datahub app include:

  • the ability to add and answer to comments on each dataset
  • in case a record has more than 8 download links, these links will not be shown in a carousel but in a more compact list layout instead
  • the base map used for showing geospatial data now shows the correct attribution
  • a new do_not_tile_wms setting was added to the configuration file; by default, WMS layers will be queried in a tiled fashion to benefit from caching, but this can lead to visual artifacts such as this one:
    image
    if that is the case, include do_not_tile_wms=true in your configuration file. Also note that often times these artifacts reveal that the map server providing the images does not correctly handle tiles and can probably be properly configured.
    Please note: there used to be a gutter around tiles in previous version which artificially hid this issue! This means that visual artifacts are susceptible to show again after using this version.

This release also contains an improved version of the Metadata Editor application. This application is still a work-in-progress but is quickly closing in to become fully functional!

New features

Fixes & improvements

  • [WIP] Use ogc-client for WMTS rendering by @jahow in #789
  • fix(data-service): rely on ogc-client to get the name of the json format by @jahow in #856
  • Datahub: Add lastupdated date to record response by @Angi-Kinas in #858
  • ME: form field wrapper, abstract record field by @LHBruneton-C2C in #854
  • Allow disabling cdn from datahub and datafeeder by @f-necas in #857
  • feat(DH): Change datasetUpdated, datasetCreated to resourceUpdated, resourceCreated in GN4 mapping by @Angi-Kinas in #862
  • add support to run pipeline registration in secured ES clusters by @landryb in #867
  • [Datahub]: Api form formats output by @cmoinier in #861
  • Document feature and requirements (esp. for GN versions <4.2.6) by @rcaplier in #869
  • Datahub: OGC API fixes by @tkohr in #872
  • chore(ui): fix carousel buttons not showing up on Firefox by @jahow in #880
  • Change private "fields" and "injector" to protected by @Angi-Kinas in #881
  • Libs: Add export of fields by @Angi-Kinas in #883
  • [Datahub] OGC API custom URL Generation using ogc-client by @ronitjadhav in #882
  • Datahub: use the complete symbols font locally by @jahow in #879
  • [User Feedback] : allow any auth user to answer & handle errors by @cmoinier in #885
  • [Datahub]: Fix missing "record not found" message by @cmoinier in #884
  • Datahub: fixes to OGC API query form and redundant requests by @jahow in #892
  • Datahub - add info when metadata has no online ressource by @rcaplier in #874
  • [Fix] : Handle non geospatial ogc services by @cmoinier in #889
  • ME: support temporal extents in iso19139 by @LHBruneton-C2C in #878
  • Datahub - Map is not reset when navigating between datasets by @rcaplier in #893

Dependencies

New Contributors

Full Changelog: v2.2.0...v2.3.0