tudelft3d / 3DCityDB-Tools-for-QGIS

This repository contains code of a QGIS plugin that facilitates data handling of the CityGML 3D City Database.
Apache License 2.0
55 stars 2 forks source link

Issues with compound EPSG #53

Closed gioagu closed 11 months ago

gioagu commented 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.

gioagu commented 11 months ago

Solved in version 0.8.7