henrik
4b90afdb9e
Spelling
2019-03-26 18:17:12 +10:00
henrik
cf63e00500
Added tests for PointDisplacementRenderer labels.
2019-03-26 18:17:12 +10:00
rldhont
59e5a68df7
Merge pull request #9526 from rldhont/fix-server-getfeatureinfo-withfilter-withoutcrs
...
[Bugfix][Server] In WMS GetFeatureInfo CRS param not mandatory when FILTER param
2019-03-21 14:32:06 +01:00
Blottiere Paul
226e3d420d
Merge pull request #9592 from rldhont/forwardport-9418-on-master
...
Forwardport #9418 on master
2019-03-21 09:46:15 +01:00
Blottiere Paul
e9067834eb
Merge pull request #9362 from pblottiere/legend_json
...
Add json format for legend
2019-03-21 09:17:42 +01:00
rldhont
4d70a4e28e
[Server] Add unit test for WFS GetFeature with BBOX param without EPSG
2019-03-21 09:05:45 +01:00
Blottiere Paul
2ccc3f158b
Add test with big marker
2019-03-19 14:38:04 +00:00
Blottiere Paul
3f4999bd5f
Add test for opacity
2019-03-19 14:38:04 +00:00
Blottiere Paul
8f76c23f1e
Add unit tests
2019-03-19 14:38:04 +00:00
rldhont
34e67c111e
[Bugfix][Server] In WMS GetFeatureInfo CRS param not mandatory when FILTER param
...
The CRS parameter is considered as mandatory in GetFeatureInfo even if the FILTER parameter is used without I and J parameters.
To fix it, set a fake CRS in the parameter when I/J and X/Y parameters are not defined and FILTER parameter is defined.
2019-03-19 13:54:07 +01:00
rldhont
547fd683d9
[Bugfix][Regression][Server] JPEG output for WMS GetPrint request has gone
...
In QGIS Server 2.* the WMS GetPrint request could genrate JPEG image. QGIS Server 3.4 has lost this capabilities.
```
<ServiceExceptionReport xmlns="http://www.opengis.net/ogc " version="1.3.0" capture-installed="true">
<ServiceException code="InvalidFormat">
Output format jpg is not supported by the GetPrint request
</ServiceException>
</ServiceExceptionReport>
```
To fix this regression, it is necessary to accept JPEG output format.
And to avoid this regression to come back, the QGIS Server tests has been updated to accept jpg image test.
2019-03-19 10:18:49 +01:00
Blottiere Paul
cbc4270afb
Add unit test for getprint and external layers
2019-03-18 08:44:25 +00:00
Blottiere Paul
216826bbf6
Add test for getmap and external layers
2019-03-18 08:44:25 +00:00
Alessandro Pasotti
b85d5af0c0
Add test for plugin dependencies
...
Also made minor changes to the function and
class names, to be more consistent with QGIS
naming conventions.
2019-03-18 09:20:06 +01:00
Matthias Kuhn
857fe53773
[FEATURE] Merge pull request #9460 from m-kuhn/labeling_geometry_generator
...
➿ Geometry generators for labeling ➿
2019-03-12 14:15:51 +01:00
Matthias Kuhn
f4d5788313
Add test for geometry generator labeling
2019-03-10 15:03:36 +01:00
Alessandro Pasotti
06678ebda3
Added option to load/store from/to the filesystem
...
+ Added tooltips with full path to the gpkg file
+ Fixed a crash when removing a stored project
2019-03-09 16:02:12 +01:00
Nyall Dawson
12ba41750f
Fix paletted raster renderer does not respect correct band when rendering
...
Fixes #21505
2019-03-07 18:50:06 +10:00
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