1947 Commits

Author SHA1 Message Date
olivierdalang
daa4e842d5 rotated ticks followup : update expected images from travis
(due to 4b650ed8dd0f15c23e4539d7a8769e4705695117)
2020-10-08 09:37:35 +10:00
olivierdalang
b593e68950 rotated ticks followup : tests for data-defined properties 2020-10-08 09:37:35 +10:00
Juernjakob Dugge
4465034f10 Adjust test image to reflect different legend column balancing 2020-10-06 08:41:18 +10:00
Juernjakob Dugge
08062ba95d Add tests 2020-10-06 08:41:18 +10:00
Alessandro Pasotti
ac6ee22602
Merge pull request #39183 from elpaso/bugfix-gh37666-no-geometry-in-fields
Fields items: various fixes and enhancements
2020-10-05 14:38:12 +02:00
Alessandro Pasotti
399bebaf44 Fields items: various fixes and enhancements
1. expose geometry fields for PG Fixes #37666
2. add a warning message when deleting a pk
3. add a warning message when deleting a geom col
2020-10-05 12:06:54 +02:00
nirvn
b7c28df02a [processing] Add missing layers overwrite parameter to two layout exports algorithms 2020-10-03 19:07:35 +10:00
Alessandro Pasotti
ebeb016c69
Merge pull request #39043 from elpaso/bugfix-gh39036-39025-relations-quoting
PG fix relation discovery with table/schema that require quotes
2020-10-01 22:55:51 +02:00
Blottiere Paul
5c74aeeb11 Add unit tests for json format 2020-09-28 15:07:05 +02:00
Blottiere Paul
636942aae3 Add unit test for HTML format 2020-09-28 11:05:59 +02:00
Blottiere Paul
cd2032ff45 Add unit tests 2020-09-28 10:02:50 +02:00
Alessandro Pasotti
84e204954f PG raster: support mosaics with no metadata
Fixes #39017
2020-09-26 10:31:13 +10:00
Alessandro Pasotti
5870cba39f PG fix relation discovery with table/schema that require quotes
Fixes #39036 #39025  (temptative, because I could not reproduce the
exact issue without project and data)
2020-09-25 18:43:40 +02:00
root676
04ae0ca20d add correct control dataset for test 2020-09-25 15:50:58 +10:00
Nyall Dawson
426ee2120b [layouts] Fix legend symbol rendering doesn't respect linked map
scale when symbol uses map unit based sizes

Fixes #38326
2020-09-21 18:55:33 +10:00
Alessandro Pasotti
8ed98f64fd
Merge pull request #38815 from elpaso/bugfix-gh38716-marker-line-dd-angle
Set the line angle instead of the symbol angle
2020-09-17 12:25:33 +02:00
Peter Petrik
fce4b27644
fix #35147 QgsMeshLayer map canvas rotation rendering (#38795)
fix #35147 QgsMeshLayer map canvas rotation rendering
2020-09-17 10:44:58 +02:00
Denis Rouzaud
5ca4ef8f3d
QgsField::ConfigurationFlags: use a negative form for the flags so th… (#38805)
* QgsField::ConfigurationFlags: use a negative form for the flags so that default flags is None

this will make this futureproof, so newly added flags won't cause trouble for compatibility with old projects

* follow up

* remove template class

* fix order of init

* follow up

* Revert "update test projects (open and save)"

This reverts commit c738609d9177ed398ba2a0ae0e1c16448accd5f6.

* DoNotExposeVia -> HideFrom
2020-09-17 10:31:22 +02:00
Alessandro Pasotti
7f92487454
Merge pull request #38816 from elpaso/bugfix-landingpage-wfsexposed
Update tests and fix wfs exposed fields list
2020-09-17 10:07:02 +02:00
Alessandro Pasotti
247a399901 Add test for issue #38716 2020-09-17 09:42:51 +02:00
Juergen E. Fischer
b3e7230ac2 mssql provider:
* add missing support for non-integer and compound keys
* update unit tests
* unify time handling: iterator / minimumValue / maximumValue / uniqueValues
2020-09-17 08:12:14 +02:00
Alessandro Pasotti
4743c67420 Update tests and fix wfs exposed fields list 2020-09-16 18:41:51 +02:00
Alessandro Pasotti
49037e050a
Merge pull request #38763 from elpaso/bugfix-gh38567-pg-unrestricted-geometry-srid
PG unrestricted geometry: trust SRID from geometry_columns
2020-09-16 08:11:41 +02:00
Denis Rouzaud
f6c98ec5f1
Merge pull request #38730 from 3nids/conf-flag-check-cb
Use a checkable combobox for fields configuration flags
2020-09-16 07:02:17 +02:00
Alessandro Pasotti
235864fbc3 Fix test data (add SRID) 2020-09-15 19:46:42 +02:00
Denis Rouzaud
c738609d91 update test projects (open and save) 2020-09-15 17:33:53 +02:00
Even Rouault
cd04374d51 [DelimitedText provider] Avoid false positive detection of some date looking content as Time (fixes #38091) 2020-09-15 07:38:31 +10:00
Blottiere Paul
a7df5c95c5 Remove unused project 2020-09-12 05:29:18 +10:00
Matthias Kuhn
509c5e1f23
Merge pull request #38524 from olivierdalang/rotated_ticks_followup
[followup] Support for rotated ticks/annotation
2020-09-10 11:25:29 +02:00
Matthias Kuhn
8b7f600c33
Merge pull request #38650 from m-kuhn/zonal_stats_new_layer
[processing] Add Zonal statistics algorithm that creates a new output
2020-09-10 10:57:40 +02:00
Matthias Kuhn
42b4a03e27 Fixup zonal stats implementation 2020-09-09 18:26:42 +02:00
Nyall Dawson
029f0679dc [FEATURE][symbology] Allow data-defined offset for fill symbol layers
Any fill symbol layer which supports offsetting polygons (i.e. simple
fills, raster image fills, shapeburst and gradent fills) now allows
for data-defined offsets
2020-09-09 10:40:07 +10:00
Paul Blottiere
c0b295a7b4
Merge pull request #38548 from pblottiere/external_wms
Keep external layers ordering
2020-09-03 22:36:57 +02:00
rldhont
58b01f09a3
Merge pull request #38026 from troopa81/feat_oracle_virtual_column
[Oracle] Add support for virtual (generated) column
2020-09-02 15:14:55 +02:00
Blottiere Paul
744121f5b2 Update tests 2020-09-02 12:12:32 +02:00
Blottiere Paul
523c0293a8 Update python tests 2020-09-02 11:20:53 +02:00
Nyall Dawson
3afe74b8c2 [labeling] Fix crash when labeling features and showing unplaced
labels and some labels have no candidate positions

Fixes #38093
2020-09-02 18:00:07 +10:00
olivierdalang
27bfb9eeb1 [rotated_ticks] replace expected image from travis 2020-09-01 14:43:46 +02:00
olivierdalang
426c869aef [rotated_ticks] prepare_commit and tests 2020-09-01 10:57:16 +02:00
Julien Cabieces
2970697d42 Add support for Oracle virtual (generated) column 2020-09-01 09:37:55 +02:00
Nyall Dawson
636653df23 Always render main annotation layer above map layers in layout maps 2020-09-01 15:29:32 +10:00
Nyall Dawson
4d51e48402 Always render main annotation layer above all other map layers in canvas 2020-09-01 15:29:32 +10:00
Nyall Dawson
4cd40ab592 [vectortiles] Be tolerant, and allow rendering polygon features
using a line style

Some services use line styles for polygon symbology in order to
specify that the polygons should be rendered using their outlines
in a line style
2020-09-01 08:45:30 +10:00
Nyall Dawson
fc01144f61 Test masks for vector tile images 2020-09-01 08:45:30 +10:00
lbartoletti
d32722275b fix relates_data.csv 2020-08-24 10:14:49 +02:00
Nyall Dawson
f62c6d5d56 [feature][labeling] Expose option to allow users to control whether
anchor point for line labels is a hint or a strict requirement

Strict: Labels are placed exactly on the label anchor only, and no
other fallback placements are permitted.

Hint: The label anchor is treated as a hint for the preferred label
placement, but other placements close to the anchor point are permitted.
2020-08-21 09:48:47 +10:00
Nyall Dawson
c0990ea05e
Merge pull request #38355 from nyalldawson/svg_ratio
Fix bad handling of non-square svg images in svg marker symbol layers
2020-08-20 07:01:31 +10:00
mhugent
c8082b9ad8
Merge pull request #38349 from mhugent/wms_layer_visibility_checked
WMS Server: display visibilityChecked property of a layer in GetProjectSettings
2020-08-19 08:30:41 +02:00
Nyall Dawson
ecdec26717 Test masks 2020-08-19 14:33:55 +10:00
Nyall Dawson
5f0ce534e6 Add unit tests for curved annotation geometries 2020-08-19 14:33:55 +10:00