Closed gioagu closed 11 months ago
With some compound EPSG, determining wether the planar coordinates are project or not may lead to wrong results.
Example: EPSG: 6697
Planar coordinates are in degrees, but QgsCoordinateReferenceSystem(crs).isGeographic() will return False.
This affects the way the bbox of the 3DCityDB is computed.
The underlying function qgis_pkg.compute_cdb_schema_extents() must be changed.
Solved in version 0.8.7
With some compound EPSG, determining wether the planar coordinates are project or not may lead to wrong results.
Example: EPSG: 6697
Planar coordinates are in degrees, but QgsCoordinateReferenceSystem(crs).isGeographic() will return False.
This affects the way the bbox of the 3DCityDB is computed.
The underlying function qgis_pkg.compute_cdb_schema_extents() must be changed.