GeoNodeUserGroup-DE / geonode-dev-datapackage

Datapackage development setup based on Docker Blueprint for GeoNode
0 stars 0 forks source link

Evaluate how components handle tabular data #6

Closed ridoo closed 3 months ago

ridoo commented 3 months ago
ridoo commented 3 months ago
ridoo commented 3 months ago

The geoserver catalog implementation always tries to calculate a bbox from the geometry and adds [0, -1, 0, -1] as bbox. GeoServer kind of excepts this bbox but declares it as invalid in the GUI:

image

However, one would have to re-calculate the bbox

image

ridoo commented 3 months ago

Evaluation done. Relevant cases are handled via dedicated issues.