58963 Commits

Author SHA1 Message Date
Nyall Dawson
f3eab35cde When exporting CRS information from GDAL >= 3.0, use WKT2 format
to avoid loss of CRS information
2019-11-29 03:31:16 +10:00
signedav
6ca436d1fd
Merge pull request #32383 from signedav/test_rulelabel
Display Rulelabel when requested in GetLegendGraphics
2019-11-28 11:42:07 +00:00
David Signer
e465168539 changing temp location in the settings an recalculate the temp file path 2019-11-28 21:19:34 +10:00
David Signer
ef8e251cf8 check if TEMP_PATH in the settings changed 2019-11-28 21:19:34 +10:00
David Signer
8274566b62 temp path for processing output configurable 2019-11-28 21:19:34 +10:00
Nyall Dawson
0f73eb6326 Dox++ 2019-11-28 21:15:30 +10:00
Nyall Dawson
938ddfd6d5 Pass labeling engine version to pal 2019-11-28 21:15:30 +10:00
Nyall Dawson
634a815c64 [pal] More memory management, renames 2019-11-28 21:15:30 +10:00
Nyall Dawson
6d6d11b9f3 Some int -> size_t tweaks 2019-11-28 21:15:10 +10:00
Nyall Dawson
1788e2ea1b Fix possible crash in PAL labeling engine due to incorrect size initialization of vector
If the number of candidates is < the number of features (i.e. some features have
no candidates), we'll get a crash. And if the number of candidates >> number of features
(the usual case), we're just creating a much larger vector than we'll ever use...

(I think. It's pal. No-one know for sure.)
2019-11-28 21:15:10 +10:00
Alessandro Pasotti
d89745aec6
Merge pull request #33103 from elpaso/relation-reference-restore
Relation-reference widget: load dependencies
2019-11-28 10:25:55 +01:00
Nyall Dawson
95a3483d95 Cleanup includes 2019-11-28 18:38:31 +10:00
Nyall Dawson
2800798fef [FEATURE][layouts] Allow drag and drop of pictures onto layouts
E.g. drag an svg from a file explorer onto the layout to create a
new picture item containing that svg image.

Convenience++!
2019-11-28 18:38:31 +10:00
David Signer
a74035cd4e set RULELABEL to false to have the expected behavior 2019-11-28 09:37:41 +01:00
David Signer
71581a4046 Tests with RULELABEL and LAYERTITLE
And fix related tests
2019-11-28 09:37:41 +01:00
Denis Rouzaud
e643547a68
[field calc] do not propose to update field for read-only layers (#33101) 2019-11-28 08:16:52 +01:00
Sam Gillingham
f601272226 Send Accept: header with WMTS tile requests 2019-11-28 16:32:56 +10:00
Nyall Dawson
c52a6e711a Dox fixes 2019-11-28 13:39:57 +10:00
Nyall Dawson
71c7a3393c Dox++ 2019-11-28 13:39:57 +10:00
Nyall Dawson
292dbb0a19 Dox++ 2019-11-28 13:39:57 +10:00
Nyall Dawson
932fd20490 More PAL variable renaming 2019-11-28 13:39:57 +10:00
Nyall Dawson
077c507207 More pal modernization of memory management, finally ownership is starting to become clear... 2019-11-28 13:39:57 +10:00
Nyall Dawson
b0f4cb45cc Modernize some more pal code, remove unused code 2019-11-28 13:39:57 +10:00
Nyall Dawson
3cbb3a065d More pal simplifications and variable renames 2019-11-28 13:39:57 +10:00
Nyall Dawson
dc435efb18 [pal] Make problem a bit less memory messy, rename variables for clarity
(cherry picked from commit c2b161230870b96d952eccc75ad0029a526e1965)
2019-11-28 13:39:57 +10:00
Nyall Dawson
8e411eb832 Make PAL problem solver a bit more memory safe
(cherry picked from commit 3c688597a5ad56bdbeee8223a073960bde89e6e4)
2019-11-28 13:39:57 +10:00
Harrissou Sant-anna
ce0363a704 Move the vertical spacer at the bottom of the raster marker symbol dialog
and fix tabulation order
2019-11-28 09:34:18 +07:00
Nyall Dawson
8a7c1271eb Fix method name 2019-11-28 09:54:51 +10:00
Nyall Dawson
849f3152da Avoid trailing ; warning thrown by QGSCOMPARENEAR macro 2019-11-28 09:54:51 +10:00
Nyall Dawson
4622ede354 Flip logic and leave default labeling engine as v1, mark v2 as experimental
Allows us time to tweak and refine the new rules before deploying on a
widespread basis
2019-11-28 09:54:51 +10:00
Nyall Dawson
bdb1c76ec8 [needs-docs] Add labeling engine version setting in project labeling settings dialog
This allows users to upgrade existing projects to the newer labeling engine version.
A warning will show advising users that change the version will alter the placement
of labels within the project.
2019-11-28 09:54:51 +10:00
Nyall Dawson
ff3b4d5a74 Add API to set a label placement engine version, which dictates which
placement rules should be followed when solving the pal labeling engine
solution.

For new projects it defaults to version 2, but when loading an older project
version 1 is used.

This allows changes to be made to the label placement problem solving without
affecting the placement of labels in existing projects.
2019-11-28 09:54:51 +10:00
Alessandro Pasotti
daeae76076 Store relative publicSource when possible 2019-11-27 18:04:03 +01:00
Alessandro Pasotti
37c42c3665 Relation-reference widget: load dependencies
Same behavior of value-relation widget.

Funded by: ARPA Piemonte
2019-11-27 17:54:16 +01:00
Nyall Dawson
d953f9ed0f [pal] Don't sort final label placements in pal
We have a (better) sorting method in QGIS which accounts for other
things like the label z orders, so this sorting in the pal library
is completely redundant and is immediately overwritten by QGIS
label sorting routines.
2019-11-27 17:11:57 +10:00
Matthias Kuhn
98d1f98f47
Merge pull request #33060 from m-kuhn/value_map_ordered_import
Keep order of value map items when importing CSV
2019-11-27 07:44:59 +01:00
Nyall Dawson
a997ab8b85 Add more labeling tests covering different label/obstacle combinations 2019-11-27 13:16:52 +10:00
Nyall Dawson
175a075bd8 Use geojson files instead of sqlite for PAL test suite
It's much more git friendly...
2019-11-27 11:07:52 +10:00
Nyall Dawson
2bccde39cd Tweak test qml for test consistency 2019-11-27 11:07:52 +10:00
Nyall Dawson
b921e3e299 [processing] Fix menu links following c++ algorithm ports 2019-11-27 09:47:07 +10:00
Nyall Dawson
5d27d7cfdf Attempt to fix crash when adding fields to existing table
Refs #32819
2019-11-27 05:07:23 +10:00
Nyall Dawson
078f8451e0 [layouts] Ensure overview frames are correctly exporting during layer
based exports when the stacking position is set not set to above labels

Fixes #32763
2019-11-27 05:06:37 +10:00
root676
9fba322a73 fix point count test parameter 2019-11-27 04:18:28 +10:00
root676
3bf89fe100 fix CRS test parameter 2019-11-27 04:18:28 +10:00
root676
f19922a495 establish CRS parameter as normal param 2019-11-27 04:18:28 +10:00
root676
2fa6a3ff5c optimize index usage and geometry creation 2019-11-27 04:18:28 +10:00
root676
948ea41656 move QgsSpatialIndex to stack and fix QList check 2019-11-27 04:18:28 +10:00
root676
a7ffa9ff31 fix parameter names and add crs and attempts parameters to advanced parameter group 2019-11-27 04:18:28 +10:00
root676
03f0dd635c fix multiple spaces in helpstring and exception 2019-11-27 04:18:28 +10:00
root676
590c57c05e remove python alg help 2019-11-27 04:18:28 +10:00