GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.41k stars 1.11k forks source link

Introduction of 3Dtiles in GeoNode #12366

Open mattiagiupponi opened 5 days ago

mattiagiupponi commented 5 days ago

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 https://github.com/GeoNode/geonode/issues/11511#issuecomment-2192203142

Additional context importer handler: https://github.com/GeoNode/geonode-importer/issues/246 client PR: https://github.com/GeoNode/geonode-mapstore-client/tree/3dtiles DEPENS ON: https://github.com/GeoNode/geonode/issues/12124