Description
Here is the issue
dc?.URI is an array and this is not expected
[
{
"TYPE_NAME": "DC_1_1.URI",
"protocol": "http://www.w3.org/TR/xlink/",
"description": "access point",
"value": "https://3dtiles.....tileset.json"
},
{
"TYPE_NAME": "DC_1_1.URI",
"protocol": "image/png",
"name": "image.png",
"value": "https://image.png"
}
]
How to reproduce
- open csw catalog
- try to add a layer with a an array for DC.uri
Expected Result
We should pick the first valid value, which means the first value ending in .json
Current Result
Error layer not rendered when added
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)
| Browser Affected |
Version |
| Internet Explorer |
|
| Edge |
|
| Chrome |
|
| Firefox |
|
| Safari |
|
Other useful information
Description
Here is the issue
dc?.URI is an array and this is not expected
How to reproduce
Expected Result
We should pick the first valid value, which means the first value ending in .json
Current Result
Error layer not rendered when added
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information