You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loading 3dtiles from csw searchs work in more cases (but only allows to load the first 3dtiles link) .
accounts for the case when dc:URI and dc:format are arrays.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
@landryb thank you for your contribution. I'm sorry, I see this PR is still in draft mode. Are you still working on this or can we mark it as ready for review?
@landryb thank you for your contribution. I'm sorry, I see this PR is still in draft mode. Are you still working on this or can we mark it as ready for review?
given the lack of feedback from developers at the time, i didn't dug further, and as i said in the first comment it was far from working.
But there's definitely an UX issue to fix in the end.... i'll have to recheck but the last changes made to handling of dc:URI didnt take into account the way the sample dataset i posted was handled:
if several 3dtiles links are set, allow the end-user to select from the available ones (as iirc is possible for the case of several WMS layers links)
dont assume url ending by .json is of type 3dtiles, also potentially check the protocol attribute (as its a standard way to specify the type within geonetwork)
tdipisa
linked an issue
Nov 4, 2025
that may be
closed
by this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
totally WIP. failed to load the layer, but at least it was detected as a candidate in the array of
dc:URI.What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#10926
What is the new behavior?
loading 3dtiles from csw searchs work in more cases (but only allows to load the first 3dtiles link) .
accounts for the case when
dc:URIanddc:formatare arrays.Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information