Skip to content

Unable to visualize some 3D tiles data in MapStore #10937

@MV88

Description

@MV88

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

  • Not browser related
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

Metadata

Metadata

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions