-
-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for OGC:3DTILES protocol #6950
Conversation
@fgravin @fxprunayre feedback welcome.. thanks ! |
@fgravin @fxprunayre that was merged downstream in georchestra/geonetwork#227, can you have a look at that PR ? thanks ! |
seems it's required for OGC:3DTILES links to be properly recognized as layer links
just rebased my branch on top of main without conflicts, can this get reviewed and merged ? i'm going to do a similar feature/PR for OGC:COG support since support for COG is coming to mapstore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @landryb, I had a look about this PR already.
The issue that I have regarding the GeoNetwork community is that the 3D tiles format seems not to be handled by GeoNetwork itself. GeoNetwork map viewer has a 3D view, which might not be well maintained. I guess if no external viewer is set up, then the 3D tiles resource can't be used as other resources, am I correct ?
The PR is not intrusive though so it could be merged IMO.
Anyone else would have an objection ?
@@ -126,6 +126,8 @@ | |||
|
|||
var addWMSToMap = | |||
gnViewerSettings.resultviewFns && gnViewerSettings.resultviewFns.addMdLayerToMap; | |||
var add3dTilesToMap = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work in GN map viewer ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have no idea since i never really used/tried the internal GN viewer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and to be fully honest, since i dont know the internals of the GN viewer at all, i added 3dtiles everywhere i saw wms/wmts until opening 3dtiles in external viewer worked, so maybe its not needed for my usecase.
I think this would need an alert saying "This format is not supported yet" for people using the default map viewer and clicking on such a link. @landryb is it ok if someone else amends your PR to handle that? |
Cf georchestra/geonetwork#226 & georchestra/geonetwork#227
OGC:3DTILES
is added tosearch->linkTypes->layers
in the ui config..