Alessandro Pasotti
0290342e6e
Merge pull request #30271 from elpaso/bugfix-gh30264-wms-bbox-wrong-transform-empty-layers
...
Server wms bbox wrong transform on empty layers
2019-06-20 10:55:25 +02:00
Alessandro Pasotti
c838161f64
Catch coord transform exception and log it
...
Skip the layer if there are any exceptions.
2019-06-20 07:22:57 +02:00
Nyall Dawson
04c51db551
Fix priority of parallel placements
...
Ensure that above line placement is preferred when both above
and below line placements are valid
2019-06-20 12:50:35 +10:00
Nyall Dawson
a8d212b129
Fix tests
2019-06-20 09:40:47 +10:00
Alessandro Pasotti
9868d86f0d
Reference file for regression 30264
2019-06-19 15:49:59 +02:00
Alessandro Pasotti
6cfc7b09bd
Server WMS getcapabilities wrong bbox in case of empty layers
...
... and different CRS
Fixes #30264
2019-06-19 15:46:51 +02:00
rldhont
0499a933c1
[Test][Server] GetContext: Fix hidden attribute
2019-06-14 14:35:25 +02:00
Alessandro Pasotti
13099cc4fa
Merge pull request #30137 from elpaso/bugfix-gh30131-postgres-json
...
Fix json hanlding of bools and complete json(b) PG support
2019-06-10 14:22:14 +02:00
Alessandro Pasotti
5aa5a841cb
Update test because now we are correctly returning null
2019-06-09 12:54:03 +02:00
Alessandro Pasotti
79219dae23
Forward port of histogram binding fix with a bonus test
...
Fwd port of PR #30033
Fixes #29700
With a new test for the bug.
2019-06-09 10:25:50 +02:00
Alessandro Pasotti
1b5fb70647
Merge pull request #30096 from elpaso/bugfix-gh30062-gpkg-copy-fid
...
createFeatures check unique constraints on unfiltered layer
2019-06-07 08:19:56 +02:00
Matthias Kuhn
71c3205a2b
Extended validity period
2019-06-06 17:41:40 +02:00
Matthias Kuhn
6b8aa01428
Merge pull request #30076 from m-kuhn/ssl_certificate_check
...
Only check server SSL certificate if requested
2019-06-06 15:37:19 +02:00
Matthias Kuhn
608f050d01
Redo the whole cert signing process
2019-06-05 22:47:51 +02:00
Matthias Kuhn
c76336683a
Sign postgres.crt with ca
2019-06-05 17:10:07 +02:00
Matthias Kuhn
dc36d4a234
Add ssl key with postres as CN
2019-06-05 15:00:59 +02:00
Matthias Kuhn
d34c7395d3
Fix access rights
2019-06-05 13:50:49 +02:00
Matthias Kuhn
8c39f88b85
Make the code check a bit happier
2019-06-05 12:53:19 +02:00
Alessandro Pasotti
12094db813
createFeatures check unique constraints on unfiltered layer
...
Fixes #30062
2019-06-05 12:50:02 +02:00
Matthias Kuhn
128583e97f
Fix dockerfile
2019-06-05 12:47:54 +02:00
Matthias Kuhn
107bf5f9b4
Temporary workaround until https://github.com/kartoza/docker-postgis/pull/129 is merged
2019-06-05 10:28:41 +02:00
Matthias Kuhn
f198931289
Unblacklist postgres postgis test
2019-06-05 10:25:38 +02:00
Nyall Dawson
7f0df70478
Fix inverted polygon is distorted when map is rotated
...
Fixes #26381
2019-06-05 04:00:58 +10:00
Nyall Dawson
b5d0607bf7
Update test mask images
2019-06-05 04:00:58 +10:00
Even Rouault
50dab59a06
[OGR provider] Map GeometryCollection of TIN coming from multipart shapefiles to MultiPolygonZ ( fixes #29376 )
2019-05-31 06:32:59 +10:00
Nyall Dawson
3cb3676329
Don't limit label distances to postive values
...
Sometimes it's useful to have negative distances, as a 0 distance
can still be quite far from line features for some font families.
2019-05-30 17:27:00 +10:00
Nyall Dawson
10c4bb9f9b
[labeling] Fix curved labels sometimes placed below line even when
...
set to above line only
2019-05-30 17:27:00 +10:00
Nyall Dawson
b04374d46f
Tweak curved label cost of placing away from center (increase cost slightly to encourage more central placements)
2019-05-30 17:27:00 +10:00
Nyall Dawson
328b0afa6e
[labeling] Fix curved labeling fails when line feature geometry
...
begins with small segments
Fixes #28699
2019-05-30 17:27:00 +10:00
Nyall Dawson
e0aa09ce18
[labeling] Ensure "merge connected features" setting works correctly
...
with line networks that contains forks and branches
And simplify memory management
Refs #12173
2019-05-30 17:27:00 +10:00
Nyall Dawson
7213030ad9
[labeling] Fix missing labels when multilinestring features are used in
...
conjunction with the "merge connected lines" setting
Refs #12173
2019-05-30 17:27:00 +10:00
Alessandro Pasotti
bede19662e
Merge pull request #29970 from elpaso/bugfix-gh29767-server-wfs-double-virtual-fields
...
Server WFS fix describefeaturetype double virtual fields
2019-05-28 11:47:58 +02:00
Alessandro Pasotti
49b381f216
Add missing test control file
2019-05-28 10:59:11 +02:00
Nyall Dawson
7f8d43eb9b
Fix offset labels from reprojected layers when map is rotated
...
Fixes #24796
2019-05-28 16:09:19 +10:00
Nyall Dawson
4cb1213efd
Fix labeling ignores "label per part" setting when geometry parts
...
are adjacent
Fixes #26763
2019-05-28 15:49:45 +10:00
Alessandro Pasotti
f37141d807
Server WFS fix describefeaturetype double virtual fields
...
Fixes #29767
2019-05-27 18:22:50 +02:00
Alessandro Pasotti
564fd50e43
Fix spatialite handling of JSON arrays
...
Fixes #21986
plus:
- fix multiple string keys with commas in value relation widget
- more robust JSON and array (un)marshalling
- uniform array representation in value relation widgets
- lot of test coverage
- automatic QVariant type conversions in JSON utils
2019-05-27 09:20:34 +02:00
Alessandro Pasotti
d16e693c18
Merge pull request #10063 from elpaso/bugfix-22035-processing-pg-camel-case-schema
...
Bugfix 22035 processing pg camel case schema
2019-05-23 09:58:02 +02:00
nirvn
f9810a4534
[effects] Fix blur radius not taking dpi into account ( fixes #14885 )
2019-05-23 11:34:15 +07:00
Nyall Dawson
810b522f43
[layouts] Avoid resetting column selection when restoring project
...
with an atttribute table set to the "atlas feature" source
Fixes #20538
2019-05-23 07:44:23 +10:00
Alessandro Pasotti
a4187a7a6e
Tests for case sensistive pg schema
2019-05-22 18:16:43 +02:00
Denis Rouzaud
4f3a9f46d2
update Travis to build on Trusty for code layout ( #10048 )
...
* update Travis to build on Trusty for code layout
* fix shellcheck replace ! -z by -n
* shellcheck: fix -n doesn't work with unquoted arguments
* more shellcheck fixes
* use bash instead of posix
2019-05-21 14:13:28 -05:00
Blottiere Paul
284f5d565c
Merge pull request #10010 from elemoine/ele_filter
...
[server] Support FILTER values with colons
2019-05-20 10:09:18 +02:00
Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
Éric Lemoine
b0ae641b06
Support FILTER values with colons
2019-05-16 11:52:05 +02:00
Denis Rouzaud
ef6d6d495a
add test for layer visibility in embedded group
2019-05-13 16:03:01 -05:00
Alessandro Pasotti
9a612d4e19
Merge pull request #9832 from elpaso/qjson-nlohmann
...
Fast (and beautiful) json serializing
2019-05-10 11:33:10 +02:00
nirvn
65ec9cd146
[symbology] Fix setSize(size) not working for ellipse markers
2019-05-08 13:18:02 +07:00
Alessandro Pasotti
bd3d75fce8
Indent on JSON export
2019-05-03 19:02:58 +02:00
vcloarec
fe39b26684
Add test for QgsMeshLayer::reload() and QgsMdalProvider()::reloadData()
...
Add test and data file for new test
2019-05-03 15:26:22 +02:00