Closed NyakudyaA closed 5 years ago
looks like an issue with the extent, not the CRS?
our fixes are on kartoza/geonode and are focussed on QGIS server backend. So to fix this they would need to be tested on geoserver backend (get testinggs.geonode.kartoza.com working @boney-bun) merged upstream and then pulled into django-bims (or cherry-picked)
@NyakudyaA no 3857 data should be loaded anyway (most should be 4326 or local SA CRSs) so I would say this is low priority.
@gubuntu we used to have an issue like this in QGIS server. I think the codebase for reading CRS is the same wether it is QGIS server or Geoserver. When the layers are loaded through Geoserver all is fine. That's why I thought @boney-bun could look at it and just look and compare his changes.
This issue is an upstream bug in Geonode. I am going to open an upstream issue for this
Is there an Eta when this will be fixed or even a patch?
Problem
I tried uploading an shp with projection 3857 and this is what I get
Solution
Ensure that the changes implemented in fixing this in Geonode are part of this image
@boney-bun can you take a look at this