58838 Commits

Author SHA1 Message Date
Alessandro Pasotti
b1ac605e32 Address PR comments + test assets to temp dir 2019-11-12 12:21:31 +01:00
Alessandro Pasotti
e818fc6af6 Fix QT 5.13 issue with url sanitizer 2019-11-12 12:21:31 +01:00
Alessandro Pasotti
db83675ac2
Update src/server/qgsserverrequest.h
Co-Authored-By: Blottiere Paul <blottiere.paul@gmail.com>
2019-11-12 08:26:27 +01:00
Matthias Kuhn
461d2edac3
Merge pull request #32784 from strk/test-outside-sourcetree
Do not assume tests are run from under source tree
2019-11-12 07:01:05 +01:00
Peter Petrik
7ac0a98bfc use svgomg to optimize playback svg files 2019-11-12 10:18:14 +07:00
Peter Petrik
e3ef306fb1 fix missing play/stop buttons on MacOS for mesh layer playback 2019-11-12 10:18:14 +07:00
Matthias Kuhn
8e064869ac Fix crash with more than one layer and labeling enabled 2019-11-11 20:50:44 +01:00
Alessandro Pasotti
a4c246a419 Fix test 2019-11-11 19:01:30 +01:00
Harrissou Sant-anna
6d12fb416c Update CONTRIBUTORS 2019-11-12 03:11:32 +10:00
Harrissou Sant-anna
d8cbabe2bb Update contributors.json 2019-11-12 03:11:32 +10:00
Harrissou Sant-anna
0b22133c44 Update CONTRIBUTORS 2019-11-12 03:11:32 +10:00
Matthias Kuhn
88bb33e2a2
Merge pull request #32778 from nyalldawson/grass78
[processing] Support grass version 7.8
2019-11-11 17:51:07 +01:00
Matthias Kuhn
b38e191010
Merge pull request #32789 from m-kuhn/hardenRuleBasedRendererTest
Harden rule based renderer test
2019-11-11 15:46:43 +01:00
Matthias Kuhn
0b9f04d11f Harden rule based renderer test
or shall I say desperately hack around issues in the hope it helps?
2019-11-11 14:50:14 +01:00
Matthias Kuhn
daf6446b8e Harden rule based renderer test
or shall I say desperately hack around issues in the hope it helps?
2019-11-11 14:49:30 +01:00
Matthias Kuhn
003c8e4a2e Use ground proofed example as test result 2019-11-11 14:03:18 +01:00
Alessandro Pasotti
b2d0fd187f Fix typo 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
f5e4a7c535 Removed unused and unuseful method + typo 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
20652c8963 Server OAPIF: add PATCH to api description 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
7879ae0e15 Server OAPIF: handle PATCH transactions 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
121463f1bc Server OAPIF: handle DELETE transactions 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
3295da6185 Server OAPIF: handle PUT transactions 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
2771045ce3 Json utils: encode blobs in base64 2019-11-11 13:54:52 +01:00
Alessandro Pasotti
7ab8f73092 Server OAPIF transactions: POST
Fix attributes and geometry transformation.
2019-11-11 13:54:52 +01:00
Alessandro Pasotti
9188d4b539 Server OAPIF template enhancements: links and buttons 2019-11-11 13:53:32 +01:00
Alessandro Pasotti
814d5be0ff Server WFS3 simple transactions
Preliminary specs:
https://github.com/opengeospatial/ogcapi-features/blob/master/extensions/transactions/TX_Notes.adoc
2019-11-11 13:53:32 +01:00
Alessandro Pasotti
ccccafff2f
Merge pull request #32739 from elpaso/server-wfs3-conformance-update
Server OAPIF: update conformance classes
2019-11-11 13:31:13 +01:00
Sandro Santilli
d682829713 Use $() instead of backticks 2019-11-11 13:14:50 +01:00
Matthias Kuhn
6a38494181 Fix tes 2019-11-11 12:32:24 +01:00
Sandro Santilli
8e077ba127 Do not assume tests are run from under source tree
Fixes #32783
2019-11-11 12:24:42 +01:00
Alessandro Pasotti
956c468935
Merge pull request #32628 from elpaso/save-multiple-styles
[feature] Add save multiple styles action to style menu
2019-11-11 11:25:30 +01:00
Alessandro Pasotti
b490f86495
Merge pull request #32766 from elpaso/bugfix-gh32740-ascii-user-agent
Urlencode non ascii chars in User-Agent
2019-11-11 10:01:31 +01:00
Alessandro Pasotti
c8d352bdc8 Update test reference files 2019-11-11 09:36:49 +01:00
Matthias Kuhn
ce50f11048 Dox and fixes 2019-11-11 09:30:38 +01:00
Matthias Kuhn
1e773050c9 Avoid QgsDxfExport copy in wms service 2019-11-11 09:20:51 +01:00
Alessandro Pasotti
87fee0deda Update credentials button text 2019-11-11 18:12:24 +10:00
Nyall Dawson
8d6101cdc7 [processing] Support grass version 7.8 2019-11-11 18:11:15 +10:00
Alessandro Pasotti
102911c584 Code cleanup + highlight current style 2019-11-11 08:59:39 +01:00
Nyall Dawson
f95bf854c2 [ogr] When calculating min/max value for date/datetime fields, we have
to use the older string conversion methods as OGR will always return
a string value for these aggregate queries, regardless of the original
data type
2019-11-11 17:51:49 +10:00
Nyall Dawson
900a49131b Add a bit of tolerance to graduated symbol range resolving
If a value doesn't fall exactly within a range, then try to see
if it falls just outside of any ranges (within double precision
tolerance), to correctly handle double precision values coming
from different sources.

Fixes #27420
2019-11-11 17:51:49 +10:00
Nyall Dawson
e5ba779d61 Use real field type instead of a forced conversion through string
for OGR provider minimum/maximum/unique value retrieval

Avoids precision loss due to this string conversion, notably resulting
in graduated ranges which don't quite encompass the full range of
values present in a layer.

Fixes #32667, #27420
2019-11-11 17:51:49 +10:00
Nyall Dawson
06f36ddbe6 Cleanup duplicate code and add tests for graduated range resolving 2019-11-11 17:51:49 +10:00
Matthias Kuhn
0c4d1f7e2f Reenable test and fix compiler warnings 2019-11-11 08:44:41 +01:00
Matthias Kuhn
8611a375f6 Restore scale and context 2019-11-11 08:44:41 +01:00
Matthias Kuhn
9cd9bb966e Fix potential test crash 2019-11-11 08:44:41 +01:00
Matthias Kuhn
874eb35f56 More test cleanup 2019-11-11 08:44:41 +01:00
Matthias Kuhn
a208ea9eca Improve error reporting in tests 2019-11-11 08:44:41 +01:00
Matthias Kuhn
24f9228008 Add dxf test for dashed line and actual usage of symbol definitions 2019-11-11 08:44:41 +01:00
Matthias Kuhn
9d4da34609 Improve loops 2019-11-11 08:44:41 +01:00
Matthias Kuhn
6374f02e93 Decouple DXF rendering from the layers
This makes it possible to run dxf exports in a thread.
2019-11-11 08:44:41 +01:00