Nyall Dawson
558d5365b5
Add new plugin metadata string to indicate whether a plugin
...
implements Processing providers
Plugins which implement providers should include the
hasProcessingProvider=yes
line within their metadata.txt file. This allows for rapid
identification of all plugins which implement Processing
functionality.
2019-03-02 12:06:59 +10:00
Nyall Dawson
2f82bab1d9
Add Python utils method to start a Processing specific plugin
...
This command adds a plugin to active plugins and calls initProcessing(),
initializing only Processing related components of that plugin.
The new initProcessing() hook should be implemented by plugins
which provide Processing providers or algorithm, and should only
implement code which is required to load the provider and algorithms.
Strictly no GUI related code should be used here, that MUST
be moved out of initializers and deferred to the plugin's
initGui implementation.
2019-03-02 12:06:59 +10:00
Blottiere Paul
0e8757b408
Merge pull request #9236 from signedav/scale_getlegendgraphic
...
On GetLegendGraphics take the scale context from map parameters
2019-02-26 10:19:56 +01:00
David Signer
61ceeb7968
expected images from travis
2019-02-25 17:07:44 +01:00
David Signer
8d1ceda878
correct images from qgis travis build
2019-02-25 15:10:14 +01:00
David Signer
de96fc75fa
tests for scaled symbol sizes
2019-02-25 09:48:52 +01:00
Blottiere Paul
9f576b678e
Merge pull request #9204 from troopa81/wms_filters
...
Add possbility to define one filter for several layers
2019-02-25 09:05:08 +01:00
Nyall Dawson
e31fb920e7
[processing] Add API to allow custom expression variables to be set
...
for a model
2019-02-23 05:23:23 +10:00
Mathieu Pellerin
3433c9cc88
[FEATURE][3d] Add camera lens field of view settings
2019-02-23 05:20:38 +10:00
Julien Cabieces
b01239449f
Update mask
2019-02-22 10:53:23 +01:00
Mathieu Pellerin
78e8c34200
[legend] Fix alignment and chopped off text of collapsed data-defined size legend symbol ( #9228 )
2019-02-22 15:18:06 +07:00
Julien Cabieces
21bfcfcca8
[FEATURE][needs-docs] Add possbility to define one filter for several layers
2019-02-19 11:07:49 +01:00
Hugo Mercier
9ed5b3f874
Merge pull request #9063 from mhugo/fix_19355
...
Fix $length in labels
2019-02-14 14:34:13 +01:00
Hugo Mercier
809196693c
Fix $length in labels ( fixes #19355 )
...
Use the project expression scope to access project
parameters (ellipsoid and distance/area units)
2019-02-14 13:40:12 +01:00
Alessandro Pasotti
61d361d674
GPKG: Rename styles when layers are renamed
...
Partially fixes #21227
TODO:
- DB manager
- Other providers
2019-02-12 19:37:01 +01:00
Alessandro Pasotti
287a3b0ebc
Renamed test db for consistency
...
(minor change)
2019-02-12 18:25:43 +01:00
Marco Hugentobler
14e517665f
Add unittest for composer polyline with arrow
2019-02-08 16:23:29 +01:00
Marco Hugentobler
a321d40840
Adapt unit test control images
2019-02-08 10:56:07 +01:00
Matthias Kuhn
76ac0f1f3c
Even more test fixes
2019-02-06 20:07:10 +01:00
Matthias Kuhn
0629a1b6da
More test fixes
2019-02-06 20:06:53 +01:00
Matthias Kuhn
a13e50270e
Fix test
2019-02-06 18:21:55 +01:00
Matthias Kuhn
3564838ef2
Fix test
2019-02-06 18:21:29 +01:00
Alessandro Pasotti
020117262c
Add testdata file
2019-02-02 19:22:04 +01:00
Peter Petrik
7a12f11392
fix when GDALGetRasterScale returns 0 (gdal 2.3 affected for some datasets)
2019-02-01 06:56:26 +11:00
Alexander Bruy
d5b42aeec0
add test for temporary directory output
2019-01-29 12:58:11 +02:00
Blottiere Paul
19a77fff80
Update expected file
2019-01-28 11:42:14 +00:00
Blottiere Paul
3c8d5ebda5
Update GetCapabilities tests with new json format
2019-01-28 11:42:14 +00:00
Blottiere Paul
4acc7136f0
Update test
2019-01-28 11:42:14 +00:00
Blottiere Paul
aa55beba8e
Update tests
2019-01-28 11:42:14 +00:00
Blottiere Paul
70189194a9
Fix unit test
2019-01-28 11:42:14 +00:00
Blottiere Paul
1b6ed5f45e
Update expected files for unit tests
2019-01-28 11:42:14 +00:00
Blottiere Paul
03447f8034
Add unit test for raster layers and json export
2019-01-28 11:42:14 +00:00
Blottiere Paul
9eed93b169
Add an expected file
2019-01-28 11:42:14 +00:00
Blottiere Paul
2f683fc544
Add unit test with multiple layers and features for json
2019-01-28 11:42:14 +00:00
Blottiere Paul
5ef11399aa
Update testdata with layers' names
2019-01-28 11:42:14 +00:00
Blottiere Paul
e4cdd7c254
Add unit test for GetFeatureInfo on raster layer in xml
2019-01-28 11:42:14 +00:00
Blottiere Paul
45399d72b4
Add unit test for with_geometry and json export
2019-01-28 11:42:14 +00:00
Blottiere Paul
101cd73125
Add unit test for excluded attributes
2019-01-28 11:42:14 +00:00
Blottiere Paul
62f77629b0
Add unit test for getfeatureinfo with alias in json
2019-01-28 11:42:14 +00:00
Blottiere Paul
562215c4cd
Add unit test
2019-01-28 11:42:14 +00:00
Alessandro Pasotti
861a8b7105
Merge pull request #8958 from elpaso/bugfix-20961-wfs-null-transactions
...
Fix NULL support in WFS server and client
2019-01-24 17:43:27 +01:00
mhugent
b5febe5189
Merge pull request #8922 from mhugent/server_datasource_error
...
Server: catch datasource error
2019-01-24 17:27:13 +01:00
Alessandro Pasotti
15a81bdf23
Fix OWS project property issue: couldn't unset project title
...
This is the right behavior, btw there are other issues
in the server component that ignores the main bool
setting WMSServiceCapabilities completely.
2019-01-24 10:15:11 +01:00
Alessandro Pasotti
33788c9416
Fix typo in error message (and related tests)
2019-01-24 09:08:37 +01:00
Alessandro Pasotti
71e01168fe
Server WFS NULL values support
...
- expose nillable in describefeaturetype
- serve xsi:nil="true" in getfeature
- check for NULL in transactions and report an error
Fixes #20961 - plus some other unreported
2019-01-23 22:45:26 +01:00
Alessandro Pasotti
847e7efdca
GML parser set NULL values when parsing empty tags
...
This is part of a bigger fix to support NULL
values in WFS client and server components.
2019-01-23 22:45:25 +01:00
Alessandro Pasotti
49096431bc
Merge pull request #8948 from elpaso/bugfix-20198-server-DescribeFeatureType-typename
...
Fix server WFS TYPENAME filter in describeFeatureType
2019-01-23 08:45:24 +01:00
Alessandro Pasotti
de29767351
Merge pull request #8950 from elpaso/bugfix-opengis-zug-wmsroot
...
Fix server WMS short name (unreported)
2019-01-23 08:44:21 +01:00
Nyall Dawson
7d7462c333
Fix loss of project when saving to QGZ format and path contains non-ascii chars
...
Fixes #19567
2019-01-23 03:37:24 +11:00
Nyall Dawson
9cf2ff31d8
Fix evaluation of data defined properties for subsymbols of subsymbols
...
Fixes #18384
2019-01-23 03:36:41 +11:00