qgsmesh3geometry: Limit geometry to 3d scenes' 2d extent
This is a follow-up of https://github.com/qgis/QGIS/pull/51304 whichdid not handle mesh layers. This commit adds this support.
The meshes displayed in a 3d view do not take into account the scene...
qgsmesh3dgeometry: Fix typo in a variable name
qgsmesh3dentity: Remove empty line at the end of file
qgs3dmapscene: Handle mesh layers in elevationRange()
This is a follow-up of https://github.com/qgis/QGIS/pull/51544 whichonly handled PointCloud layers.
The switch logic, with no default clause, results in an explicitcompilation warning. This brings attention to the cases which are not...
PG: fix issue GH #54572 st_geographyfromtext
Fix #54572 Error saving edit on PostGIS geometry when table also contains geography
use stringToSafeFilename()
[processing] replace illegal characters with underscore when generatingoutput filename in Split Vector Layer algorithm (fix #53856)
Also ignore invalid geometries, as we only want to split vector layer
SQLite layer export: do not set SRID= layer creation options that is interpreted by the OGR SQLite driver as meaning SRID=0 (fixes #54560)
[OGR provider] GPKG/SQLite: issue a 'UPDATE ... SET col_name = constant' when updating all features (fixes #53043)
On the test case provided in #53043:
Before:```Start layer.getFeatures() without updatelayer.getFeatures() found 591904 features and took 0:00:06.561681...
Merge pull request #54664 from elpaso/bugfix-gh54572-pg-geom-and-geog
fix indentation
Fixes the wrong reference point for mode fill above and fill below
mark project dirty after pasting layer style (fix #53693)
There is no feature display name for raster
add object names to annotation actions, so they can be removed withinterface customization (fix #54250)
Correctly handle GDAL drivers which support BOTH raster and vector
layers in the GDAL driver list in options dialog(cherry picked from commit 0f91d38)
Ensure entries for the same raster/vector driver always keep their check states in sync with each other...
Test for isse #54702
Fix crash on WCS bad layers
Fix #54702
Fix read of vector settings for mesh layers
Merge pull request #54681 from pblottiere/fix_session_role
Fix session_role setting
Layout legend wdgt: bump max value for spinboxes
Fix #54682
qgs3dmapscene: Use scene extent as a fallback for near/far plane computation
This can happen if the scene does not contain anyQgs3DMapSceneEntity. For example, if the scene only containes meshes.
qgs3dutils: Factor out function to compute near/far planes of a bbox
« Previous 1 ... 17 18 19 20 21 ... 4866 Next » (451-475/121643) Per page: 25, 50, 100, 200
Also available in: Atom