I would be able to improve the docs during the next two days if someone
has some answers on these questions :)
Cheers, Hannes
Am 28.09.22 um 14:42 schrieb Johannes Kröger (WhereGroup) via
QGIS-Developer:
Hi!
I am in QGIS 3.22 in an empty project set to EPSG:3035.
Considering the following P
Hi!
I am in QGIS 3.22 in an empty project set to EPSG:3035.
Considering the following Python code run via the script editor:
>>> point_a = QgsPointXY(7.824, 48)
>>> point_b = QgsPointXY(7.829, 47.98)
>>> da = QgsDistanceArea()
>>> print(da.willUseEllipsoid())
False
>>> print(da.ellipsoid())
NON