By default, QgsProjectionSelectionTreeWidget should onlyshow horizontal (and compound) CRS in order to match behaviorof older releases
But allow opt in filters for display of vertical crs
Documentation, string cleanups
Use actual model in projection selection widget
Create a QAbstractItemModel and proxy model for displaying treeview of coordinate reference systems
Do a one-time read and store of qgis srs db, instead of re-reading with every widget construction
Update internal srs6.db
Also add Derived Projected CRS to db (proj 9.2+)
Add vertical crs entries to srs db
Add a srs type column to the srs db
Improve performance of adding OGR dataset with many layers (fixes #53525)
Prevent datasets from being released too early.
Improve performance of relationship discovery when adding OGR dataset with many layers (fixes #53525)
Fixes #53840 - formatted number should use the locale decimal separator
Fix #53820 - hide dropdown when only one action
[Oracle] Fix crash when using an auth config id
Expose QgsMatrix4x4 in Python + add PyQGIS test
use explicitly double literals (Loic PR review)
Add QgsMatrix4x4
This adds 4x4 matrix with double precision values for high precision transforms.Just like QgsVector3D is similar to QVector3D but uses doubles instead of floats,this is a similar approach with QgsMatrix4x4 vs QMatrix4x4.
Compared to the Qt's QMatrix4x4, the API has been reduced to the absolute minimum...
Fix adding a relation within multiple edition
Mesh crs is still EPSG:4978 even for datasets with region bounding box
Fix projection of sphere
American spelling
Fix documentation warning
Implement a temporary rendering of the root bounding volumeas a 2d renderer for QgsTiledMeshLayer
(Handy for debugging for now)
Make root bounding volume accessible from tiled mesh data provider,fix extent/crs handling for sphere/box bounding volume types
There's a tricky consideration here -- the default crs for sphere/box bounding volumes is EPSG:4978. But we CANNOT transform from...
« Previous 1 ... 66 67 68 69 70 ... 4866 Next » (1676-1700/121643) Per page: 25, 50, 100, 200
Also available in: Atom