We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like We would like to introduce the handling of 3Dtiles in GeoNode https://docs.ogc.org/cs/22-025r4/22-025r4.html
The 3Dtile will be handled as a default resourcebase. This means that the metadata should be editable via the /resources/ endpoint.
/resources/
The PR will include also some boilerplate to reproduce the metadata editing even for basic resourcebases meanwhile this is under work #11511 (comment)
Additional context importer handler: GeoNode/geonode-importer#246 client PR: https://github.com/GeoNode/geonode-mapstore-client/tree/3dtiles DEPENS ON: #12124
The text was updated successfully, but these errors were encountered:
mattiagiupponi
Successfully merging a pull request may close this issue.
Describe the solution you'd like
We would like to introduce the handling of 3Dtiles in GeoNode
https://docs.ogc.org/cs/22-025r4/22-025r4.html
The 3Dtile will be handled as a default resourcebase.
This means that the metadata should be editable via the
/resources/
endpoint.The PR will include also some boilerplate to reproduce the metadata editing even for basic resourcebases meanwhile this is under work #11511 (comment)
Additional context
importer handler: GeoNode/geonode-importer#246
client PR: https://github.com/GeoNode/geonode-mapstore-client/tree/3dtiles
DEPENS ON: #12124
The text was updated successfully, but these errors were encountered: