73433 Commits

Author SHA1 Message Date
Sandro Mani
6fd34ca92b Add sip5/sip6 sip-build support 2021-09-24 08:56:40 +10:00
pathmapper
4950e305c1 Use correct schema for WFS 1.1.0 GetFeature response 2021-09-24 08:55:34 +10:00
Loïc Bartoletti
1623d8e5a0 sipify 2021-09-24 08:54:47 +10:00
Loïc Bartoletti
542187daa2 fix typo 2021-09-24 08:54:47 +10:00
Loïc Bartoletti
f54b02592f enforce z/m type 2021-09-24 08:54:47 +10:00
Loïc Bartoletti
43630c30a3 add z/m tests 2021-09-24 08:54:47 +10:00
Loïc Bartoletti
0698a28b34 [WIP] init tests with M 2021-09-24 08:54:47 +10:00
Loïc Bartoletti
5ee292f775 constness 2021-09-24 08:54:47 +10:00
Loïc Bartoletti
144444bef1 Adds M support in QgsQuadrilateral 2021-09-24 08:54:47 +10:00
Julien Cabieces
db9ddafd6b [Postgres] Fixes #39146 save of cleared attributes 2021-09-24 08:46:57 +10:00
Loïc Bartoletti
111b3636bf Geometry Checker: Enlarge FeatureID from string(10) to string(20). Fixes #44250 2021-09-24 08:43:20 +10:00
Even Rouault
74e4c2705f OGR provider: do not try to open a new file ifwe are close to the limit of simultaneously opened files (fixes #43620) 2021-09-24 08:30:51 +10:00
Even Rouault
d69d8e5cec qgsfileutils: add method to know if we are close to the limit of simultaneously opened files (refs #43620) 2021-09-24 08:30:51 +10:00
Even Rouault
80d7014239 QGIS main: increase soft limit of maximum number of files to 4096 on all Unix (refs #43620) 2021-09-24 08:30:51 +10:00
Antoine
bf946f8dc8 change alpha 2021-09-24 08:25:31 +10:00
Antoine
2ed73d3fc5 update the geometry type in the rubber band 2021-09-24 08:25:31 +10:00
Alexander Bruy
1e2bb8e053 fix tests 2021-09-24 08:24:31 +10:00
BergWerkGIS
82b2f2745c add tests 2021-09-24 08:24:31 +10:00
BergWerkGIS
fd3143ce23 add expected fixtures 2021-09-24 08:24:31 +10:00
BergWerkGIS
6c45715345 add cost columns to test network 2021-09-24 08:24:31 +10:00
BergWerkGIS
38ac086670 mark 'method' parameter as optional 2021-09-24 08:24:31 +10:00
BergWerkGIS
b55db15f85 Processing: v.net.alloc add 'method' parameter 2021-09-24 08:24:31 +10:00
Nyall Dawson
72367db5e5 Dynamically change label to lat/long when in geographic CRS 2021-09-24 08:13:32 +10:00
Nyall Dawson
139cc2d3b4 Dynamically change x/y constraint precision based on geographic/non
geographic crs
2021-09-24 08:13:32 +10:00
Nyall Dawson
6e48c0538d Fix tooltips 2021-09-24 08:13:32 +10:00
Nyall Dawson
a94dd8b3c1 Allow CAD dock to be used for geographic CRS, but only allow
the x/y/z/m constraints to be set (not distance or angle based
constraints)
2021-09-24 08:13:32 +10:00
uclaros
842e7749e3 remove debug message from message log 2021-09-24 07:45:06 +10:00
Nyall Dawson
012f2a51f0 Review fixes 2021-09-23 12:59:48 +10:00
Nyall Dawson
cfaf56cb4b Add a minimal data provider for vector tile layers
Fixes #45153
2021-09-23 12:59:48 +10:00
Nyall Dawson
c779f15d29 Update src/plugins/geometry_checker/qgsgeometrycheckerresulttab.cpp 2021-09-23 10:33:24 +10:00
Antoine
a1dd96804d check if null pointer 2021-09-23 10:33:24 +10:00
Nyall Dawson
ac72a345c0 Fix some memory leaks 2021-09-23 09:00:16 +10:00
Nyall Dawson
7a2640248c Fix crash when opening symbology properties of a layer set to
embedded renderer which is not compatible with embedded renderers

Fixes #45159
2021-09-23 09:00:16 +10:00
Alessandro Pasotti
7ec01c0bf2 Do not add STYLES to WMS collection data items
Fixes #45192
2021-09-23 08:59:48 +10:00
vcloarec
ec57fb226a remove commented code 2021-09-23 06:18:36 +10:00
Alessandro Pasotti
8ffbe39134
Merge pull request #45199 from troopa81/fix_defvalue_when_null
Don't display default value in attribute table when null
2021-09-22 15:33:15 +02:00
Alessandro Pasotti
56b4176581 Fix build 2021-09-22 14:04:43 +02:00
Peter Petrik
46dbf8a0c4
Merge pull request #45186 from vcloarec/fixForcingLine
Improve mesh editing force by line UI and fixes
2021-09-22 12:38:29 +02:00
Julien Cabieces
26ae6d74d2 Fixes #45198 : Don't return default value when null 2021-09-22 11:38:21 +02:00
Loïc Bartoletti
6562817f39 QgsFeature::setId improve documentation with a warning. fixes #44898 2021-09-22 17:24:13 +10:00
Nyall Dawson
e6b39077a2
Promote QgsCoordinateTransform::TransformDirection to enum class, move to Qgis
This enum was forcing an include of qgscoordinatetransform.h within the
widely used qgsabstractgeometry.h header, causing an absolute explosion
of includes of a bunch of very heavy header classes all across QGIS. By
removing the forced include we can avoid a ton of unwanted includes
and make wider use of forward declarations...
2021-09-22 16:40:49 +10:00
vcloarec
d5e6398416 fallthrough 2021-09-22 00:04:31 -04:00
vcloarec
939eca2055 Sipify 2021-09-21 23:47:43 -04:00
Nyall Dawson
8af1fae48c Ensure main annotation layer for project has a CRS assigned too 2021-09-22 13:42:54 +10:00
Nyall Dawson
524c431f4c When creating a new annotation layer, ensure it has a unique name
Otherwise things get a bit confusing!
2021-09-22 13:42:54 +10:00
Nyall Dawson
62121258c6 Newly created annotation layers should inherit project CRS 2021-09-22 13:42:54 +10:00
vcloarec
d258c94db7 Improve force by polyline ui 2021-09-21 23:38:10 -04:00
Nyall Dawson
c0daa50bd5 Fix QgsMapToolCapture coordinates when associated with a non-vector
layer where the layer CRS != canvas CRS
2021-09-22 12:23:27 +10:00
Nyall Dawson
2ee90bf890 Update test mask 2021-09-22 11:45:01 +10:00
Nyall Dawson
749475b00d Update test mask 2021-09-22 11:45:01 +10:00