Nyall Dawson
3746f4c042
Modernize memory management
2020-01-13 13:45:34 +13:00
Nyall Dawson
a0c455b292
[gps] Add missing Transfer annotation
2020-01-13 13:45:34 +13:00
Julien Cabieces
e9cb34e1b8
fix multiline and multi surface skipping some parts
2020-01-13 13:24:25 +13:00
Julien Cabieces
1f3370a956
fix multipolygons with only one polygon
2020-01-13 13:24:25 +13:00
Julien Cabieces
a1f8af904b
fix read for oracle curve polygon with Z coordinates
2020-01-13 13:24:25 +13:00
Julien Cabieces
fb5e429e72
finalize tests
2020-01-13 13:24:25 +13:00
Julien Cabieces
31cdc2f114
remove limitation on adding or editing geometry with Z coordinate
2020-01-13 13:24:25 +13:00
Julien Cabieces
d4e0c52315
Support for Oracle CurvePolygon and MultiSurface edition
2020-01-13 13:24:25 +13:00
Julien Cabieces
bbcb90ffe7
Support for Oracle MultiCurve edition
2020-01-13 13:24:25 +13:00
Julien Cabieces
ac7d365e08
[FEATURE] Support for Oracle circular string and compound curve edition
2020-01-13 13:24:25 +13:00
Andrea Giudiceandrea
0d4d8254c1
[SAGA] Fix saga_cmd command with multiple outputs
...
Fixes a regression bug accidentally introduced with 40134d6473fcdbd8b6f53c3ea3db01e2dd606419 (PR #8968 ) and backported with a887b7d34bfa44a8400bcaa986ede96e15a760c9 (PR #9231 ): when there are multiple output parameters processAlgorithm incorrectly generates multiple saga_cmd commands, instead of a single command containing the output parameters.
Fixes #33658
2020-01-13 13:19:33 +13:00
Martin Dobias
62cd6b3044
Add information about pending jobs also from non-terrain entities
2020-01-12 21:16:24 +01:00
Matthias Kuhn
40b102fcce
Merge pull request #33739 from vcloarec/master
...
fix QgsColorRampShader assignment operator
2020-01-12 18:01:30 +01:00
Martin Dobias
5b9b2e4afc
Optionally show bounding boxes for vector layer entities (for debugging)
2020-01-12 16:51:19 +01:00
Martin Dobias
9009971c88
Improve handling of vertical ranges
...
So far we used a fixed vertical range for 3D bounding boxes with range [0, 500]
This of course would not work well if Z values are outside of this range
(e.g. tiles may not show at all or get pruned prematurely)
The approach now is to start with an estimate of the vertical range based
on few features from the source vector layer and then once our tile is completely
loaded, update the 3D bounding box to better represent the actual 3D extent.
2020-01-12 16:22:20 +01:00
Matthias Kuhn
4b39891ade
Merge pull request #33722 from m-kuhn/package_layers_overwrite
...
Respect OVERWRITE parameter in package layers algorithm
2020-01-12 09:03:14 +01:00
Vincent Cloarec
32f305e93a
fix QgsColorRampShader assignment operator
...
The old assignment operator didn't do the job for the base class
2020-01-11 23:48:54 -04:00
rldhont
12c410c3f4
Merge pull request #33668 from rldhont/server-throw-exception-for-unrestricted-bad-layers
...
[Server] Throw exception if bad layers are not restricted
2020-01-11 20:15:42 +01:00
Martin Dobias
db509652c8
sip and doxygen fixes
2020-01-11 17:23:19 +01:00
Martin Dobias
64769f4dab
sipify, doxygen, spelling
2020-01-11 16:44:45 +01:00
Alessandro Pasotti
7f37865c22
Fix some more warnings
2020-01-10 19:21:13 +01:00
Alessandro Pasotti
e4c687d8dc
Fix warnings and QT < 5.10 chopped
2020-01-10 18:22:21 +01:00
Martin Dobias
8d1ccb1dde
Add tiling configuration to vector layer 3d renderer + widget
2020-01-10 17:54:43 +01:00
Denis Rouzaud
c91a133bd7
complete README
2020-01-10 16:18:29 +01:00
Denis Rouzaud
c7b1e5d0cb
[docbot] fix message body
2020-01-10 16:13:21 +01:00
Denis Rouzaud
3304284266
[github] auto milestone, fix number
2020-01-10 15:47:05 +01:00
Denis Rouzaud
83951a461d
[github] auto milestone, fix increase step, use int
2020-01-10 15:31:46 +01:00
Denis Rouzaud
b4b433887f
[github] auto milestone, fix increase step, try again with bool
2020-01-10 15:18:02 +01:00
Denis Rouzaud
d73f7452ab
[github] auto milestone, try with string
2020-01-10 14:55:25 +01:00
Denis Rouzaud
a5dcb633a1
[github] auto milestone, fix condition on former step
2020-01-10 14:47:17 +01:00
Denis Rouzaud
82033af4fd
[github] auto milestone, fix conditions
2020-01-10 14:42:51 +01:00
Denis Rouzaud
7d1702f5da
[github] auto milestone, fix json query
2020-01-10 14:38:14 +01:00
Alessandro Pasotti
feaf00fc4c
Fix build on travis + minor cleanup
2020-01-10 14:23:21 +01:00
Denis Rouzaud
5a653972e8
[github] auto milestone, fix missing )
2020-01-10 14:21:53 +01:00
Denis Rouzaud
754c01deae
[github] auto milestone, fix PR number
2020-01-10 14:15:11 +01:00
Denis Rouzaud
f6f79e32ba
[github] auto milestone, fix json query
2020-01-10 14:04:56 +01:00
Denis Rouzaud
2f99b9145e
[github] auto milestone, fix grapql query
2020-01-10 14:00:52 +01:00
Denis Rouzaud
6e17170b68
[github] auto milestone, remove duplicated node
2020-01-10 13:57:25 +01:00
Martin Dobias
89829c5191
Introduce intermediate base class QgsAbstractVectorLayer3DRenderer
...
This will be useful as we start adding more properties that are common
among all vector layer 3D renderers (such as tiling configuration)
2020-01-10 13:50:05 +01:00
Denis Rouzaud
480095a376
[github] use a cron job to set milestone on PRs
...
hence, no rights issue
2020-01-10 13:47:33 +01:00
Martin Dobias
932cd65c78
OTF reprojection support + code style fixes
2020-01-10 13:09:35 +01:00
Alessandro Pasotti
cb1b95163c
Smarter loading of tile indexes
...
Indexes are now loaded on demand by extent
2020-01-10 12:16:57 +01:00
Matthias Kuhn
b13c3bb1b7
Improve error reporting
2020-01-10 12:15:18 +01:00
Matthias Kuhn
b4ac0b01ec
Add test for package layer algorithm OVERWRITE param
2020-01-10 12:12:52 +01:00
Matthias Kuhn
0c51d2fc3a
Respect OVERWRITE parameter in package layers algorithm
...
Fix #33721
2020-01-10 11:31:56 +01:00
Alessandro Pasotti
c3a3dd88cf
Fix spelling and comments
2020-01-10 10:57:18 +01:00
Denis Rouzaud
5ef160794b
[github] auto milestone, fix workflow
2020-01-10 10:54:17 +01:00
Denis Rouzaud
4064ff6c72
[github] auto milestone, typo
2020-01-10 10:52:50 +01:00
Denis Rouzaud
87ae927914
[github] auto milestone, leave comment
2020-01-10 10:51:47 +01:00
Alessandro Pasotti
56a5c37638
Fix tiles lifecycle and reformat code for readability
2020-01-10 09:54:54 +01:00