v2020.2 24/06/2020
The version published at this time contains breaking and non-breaking changes.
🚀 New Features
ATS:
ETS:
🐛 Bugfixes
- #100 multiple hierarchyLevel allowed for MD2.0 - #470
- #252 Add missing crs into at36-getcapabilities-layer-bounding-box error message - #468
- #254 Added exceptions for harmonised layer names - #466
- #255 Allow to identifiers be repeated in different layers if they refer to the same dataset - #467
- #272 Added monitoring metadata test - #450
- #275 MD2.0 SDS 3.6 Premature end of file - #453
- #277 multiple hierarchyLevel allowed for MD2.0 - #451
- #278 Incorrect error message on MD2.0 test C.18 - #449
- #288 Update 'help' link button
- #304 Relaxed "wfs" prefix requirement for Pre-Defined WFS and for Direct WFS. - #469
- #316 multiple electronicMailAddress allowed for MD2.0 C.6 - #455
- #318 Fix duplicate dataset UID - #473
- #319 Change https INSPIRE URIs into http URIs for C.17 & C.18 - #472
- #331 Conformity to ISO 8601:2004 for all the relevant TG v2.0 requirements - #474
📝 Documentation
- Updated Training Material
- Added 2020 Online INSPIRE Conference webinar
Deployment instructions
docker login docker.pkg.github.com
#Provide Github credentials
docker run --name inspire-validator -d -p 8080:8080 -v ~/etf:/etf docker.pkg.github.com/inspire-eu-validation/community/inspire-validator:2020.2
#Launches a container with the image, exposing it port 8080 through the same port in the host machine, and uses a volume in the local file system, on the directory ~/etf
For further configuration, please download the file inspire-validator-2020.2.zip and follow the instructions in the README.md file inside the .zip file.