GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
Currently an empty graphic overview cannot be removed as the match condition checks for an empty file name. This PR aims to fix this issue by removing the check for an empty file name allowing empty graphic overviews to be removed.
An example of an empty graphic overview looks like:
[X] Pull request provided for main branch, backports managed with label
[X] Good housekeeping of code, cleaning up comments, tests, and documentation
[X] Clean commit history broken into understandable chucks, avoiding big commits with hundreds of files, cautious of reformatting and whitespace changes
[X] Clean commit messages, longer verbose messages are encouraged
[ ] API Changes are identified in commit messages
[ ] Testing provided for features or enhancements using automatic tests
[ ] User documentation provided for new features or enhancements in manual
[ ] Build documentation provided for development instructions in README.md files
[ ] Library management using pom.xml dependency management. Update build documentation with intended library use and library tutorials or documentation
Currently an empty graphic overview cannot be removed as the match condition checks for an empty file name. This PR aims to fix this issue by removing the check for an empty file name allowing empty graphic overviews to be removed.
An example of an empty graphic overview looks like:
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentation