Update python/plugins/grassprovider/Grass7Utils.py
Co-authored-by: Loïc Bartoletti <[email protected]>
Update python/plugins/grassprovider/Grass7AlgorithmProvider.py
Co-authored-by: Nicolas Godet <[email protected]>
Add comments
add userDescriptionFolder() method
fix lint errors
support grass algorithms in profile folder
Fix interaction of locked scale ranges with zoom distance range toolin elevation profile canvas
Fixes #53303
When elevation profile scales are locked, ensure the lock isrespected when the profile is resized
Refs #53303
Add additional test
Improve documentation
Fix generation of elevation profiles for lines when capture curveexactly coincides with line features
Fixes #49279
Fix profile generation of exactly vertical polygons
Fixes #52815
Avoid unnecessary tesselation of triangle features
Add method to test whether 3 points are collinear
Add method to return the fraction along a line for a point
Simpler dwg/dxf import dialog
Also detect 'dsm' and 'dtm' phrases in raster layer names as hintsthat a layer represents an elevation surface
Fix loss of selection signal when QgsCrsSelectionWidget is notpermitting invalid crs selection yet an invalid crs has beenset as the selected crs via api
Refs #53309
Add test for round trip through encodedUri/setEncodedUri should not lose "%2B" or "+"
ref https://github.com/qgis/QGIS/pull/53701#discussion_r1252491175
Add test with an explicit "+" character
Avoid data loss for query items
Fix https://github.com/qgis/QGIS/issues/53654
qgsbox3d: Add support for toString method
qgsbox3d: Add isEmpty method
This has is the following logic:
- QgSBox3d().isEmpty() True- QgSBox3d().isEmpty(0, 0, 0, 0, 0, 0) True- QgSBox3d().isEmpty(1, 1, 1, 1, 1, 1) == True
qgsbox3d: Add isNull method
- QgSBox3d().isNull() True- QgSBox3d().isNull(0, 0, 0, 0, 0, 0) False- QgSBox3d().isNull(1, 1, 1, 1, 1, 1) == False
« Previous 1 ... 74 75 76 77 78 ... 4866 Next » (1876-1900/121643) Per page: 25, 50, 100, 200
Also available in: Atom