Show a highlight on identified raster pixels when using identify tool
Matches the vector/vector tile/point cloud behaviour of showing thegeometry of the identified result in the canvas
Very handy when a identifying a raster which has sections of similar...
Add unit test
Added since QGIS 3.34 in comment
Update src/core/processing/qgsprocessingparameters.h
Co-authored-by: Nyall Dawson <[email protected]>
Update src/core/processing/qgsprocessingparameters.cpp
Possibility to apply default values for the processing gui from the settings
qgs3dmapscene: Ensure to compute a non empty elevationRange
If the elevation range has not been computed,`Qgs3DMapScene::elevationRange()` will return`QgsDoubleRange(std::numeric_limits< double >::max(),std::numeric_limits< double >::lowest())`.This may result in weird behaviors in the function which use...
fix(QgsVectorLayerChunkLoader): create field member to store layer name and avoid the use mFactory->mLayer->name()
feat(Qgs3DSceneExporter): add test to validate feature duplication filtering for 3d scene export
Feat(Qgs3DSceneExporter): remove polygon duplicates when exporting the scene
feat(Qgs3DExportObject): improve obj export to support when vertice indexes are a subset of all vertice
fix(QgsPolygon3DSymbol_p): remove C style casts and replace pointer allocation by uniq ptr
fix(QgsPolygon3DSymbol): rename var and improve check in exportGeometries
feat(QgsTessellatedPolygonGeometry): add featureIds and triangleIndexStartingIndices accessors
fix(QgsPolygon3DSymbolHandler): polygon are cloned and destroyed by the same function.
Were created in one function and deleted from another.
fix(QgsVectorLayerChunkLoader): set name to Qt3DCore::QEntity to distinct empty and data entities
Safety check
Merge pull request #54310 from qgis/backport-54063-to-release-3_32
[Backport release-3_32] Also set 'evaluate default values on provider side' property when loading a layer
Merge pull request #54483 from benoitdm-oslandia/add_pg_feat_ite_test
Add fix to postgresql provider for bbox across 180°
Merge pull request #54534 from nirvn/recent_menu_harmony
Recent menu's right-click menu and welcome page's right-click menu harmony
Workaround for mingw build
« Previous 1 ... 26 27 28 29 30 ... 4866 Next » (676-700/121643) Per page: 25, 50, 100, 200
Also available in: Atom