Nyall Dawson
626d83d033
Add unit tests
2019-10-27 10:07:04 +10:00
rldhont
266898b899
Merge pull request #32340 from rldhont/server-wms-getstyles-textsymbolizer-master
...
[Server] Add TextSymbolizer to SLD provided by WMS GetStyles request
2019-10-26 10:22:55 +02:00
Éric Lemoine
09921a186a
Add tests for WMS GetLegendGraphic JSON
2019-10-26 10:51:38 +10:00
Éric Lemoine
2483304daf
Add json support to WMS GetLegendGraphic
2019-10-26 10:51:38 +10:00
Juergen E. Fischer
b81d306047
spelling fixes ( closes #32408 )
2019-10-26 10:50:30 +10:00
rldhont
ca24cdca2e
[Server][Tests] Add WMS GetStyles test with TextSymbolizer output
2019-10-25 10:04:39 +02:00
Blottiere Paul
188cbcb8fe
Fixes more tests
2019-10-23 13:14:22 +02:00
Blottiere Paul
08847dc33f
Update unit tests data
2019-10-23 12:33:12 +02:00
Alessandro Pasotti
6fed2fafd7
Fix bbox multiple array and add two more tests
2019-10-17 10:22:59 +02:00
Alessandro Pasotti
d7ac0bcbdd
Server WFS3 update to latest (final) core specs
...
- extent -> spatial -> array of bboxes
- collections name -> id
2019-10-17 10:20:36 +02:00
Alessandro Pasotti
cc8c2b6fe4
Server WFS3 fix rel=service_desc -> rel=service-desc
...
Fixes #32268
2019-10-17 04:01:09 +10:00
rldhont
6625c7ba62
[Bugfix] Get remote SVG synchronously - in the server context
2019-10-11 14:08:17 +10:00
Nyall Dawson
8e58027512
Test mask
2019-10-09 16:36:18 +10:00
Nyall Dawson
dbd3544703
Add unit tests for raster rendering during staged render jobs
2019-10-09 16:36:18 +10:00
Alessandro Pasotti
bf7df22ddb
Merge pull request #32120 from elpaso/bugfix-gh32020-server-contextual-legend
...
Fix Server getlegendgraphic duplicated symbols
2019-10-06 09:06:04 +02:00
Alessandro Pasotti
61579538b2
Oouch (again) on that silly WMS 1.3.0 inverted axis
...
A reminder for me (from geoserver docs)
The WMS 1.3.0 specification mandates that the axis ordering for geographic coordinate systems defined in the EPSG database be latitude/longitude, or y/x. This is contrary to the fact that most spatial data is usually in longitude/latitude, or x/y. This requires that the coordinate order in the BBOX parameter be reversed for SRS values which are geographic coordinate systems.
2019-10-05 19:22:54 +02:00
Alessandro Pasotti
f2a7ab84ac
Add another control image mask
2019-10-05 13:09:47 +02:00
Alessandro Pasotti
ea755a0e68
Catch cs exception and add another control file mask
2019-10-04 23:18:52 +02:00
Alessandro Pasotti
382ebb5b72
Added control image 3
2019-10-04 23:18:47 +02:00
Alessandro Pasotti
4d1cc86710
Control image mask 2
2019-10-04 23:18:38 +02:00
Alessandro Pasotti
05170711f0
Code layout and mask image 1
2019-10-04 17:20:41 +02:00
Alessandro Pasotti
f743a4c242
Merge pull request #32106 from elpaso/bugfix-gh32065-server-json-content-type
...
Server fix #32065 geojson content type accept
2019-10-04 16:17:12 +02:00
Alessandro Pasotti
ae69775022
Fix Server getlegendgraphic duplicated symbols
...
... and fix a few build warnings
Now uses the hit test from QGIS API.
Fixes #32020
2019-10-04 16:12:26 +02:00
Alessandro Pasotti
4a94a9054c
Added test reference file
2019-10-03 11:47:07 +02:00
Denis Rouzaud
e03b8abc1a
fix test
2019-10-02 15:53:15 +02:00
Denis Rouzaud
c03e309948
add test for Python init form function
2019-10-02 15:53:14 +02:00
nirvn
e37efdf89e
[symbology] Fix clipped rotated marker when rendering using cache
...
(fixes #32059 )
2019-10-01 16:41:23 +07:00
Alessandro Pasotti
f568e6f06c
Server OGC API OPENAPI validation
...
Fix some OPENAPI validation issues.
Swagger is happy now, except for the MAP=/...
in the query string: no query string parameters
are allowed in the endpoint, but we can
fix this in the web server configuration.
2019-09-21 15:43:12 +02:00
nirvn
015b7e91a1
Add test case covering drawing of effects in legend renderer
2019-09-19 14:26:15 +07:00
Nyall Dawson
2f220022b0
Update reference images
2019-09-19 16:56:50 +10:00
Nyall Dawson
6b5d43ec26
More test mask updates
2019-09-19 14:38:42 +10:00
Nyall Dawson
6c4d0efa1f
Fix test which relied on local layout default font setting
2019-09-19 14:38:42 +10:00
Nyall Dawson
c988bd8c23
More test mask updates
2019-09-19 14:38:42 +10:00
Nyall Dawson
570ce04b00
Add some test mask images
2019-09-19 14:38:42 +10:00
rldhont
7a77d90c52
Merge pull request #31351 from rldhont/server-wms-dimensions
...
Support WMS dimensions in QGIS Server
2019-09-18 18:26:31 +02:00
Alessandro Pasotti
6146456075
Merge pull request #31865 from elpaso/bugfix-gh31846-server-contextual-legend-no-width-no-height
...
Server fix getLegendGraphic default WIDTH/HEIGHT when BBOX
2019-09-18 12:09:11 +02:00
Alessandro Pasotti
10cf18a995
Add mask to getLegendGraphic test and check SRC(HEIGHT/WIDTH)
2019-09-18 11:32:05 +02:00
Alessandro Pasotti
5b3360081b
Server getLegendGraphic default WIDTH/HEIGHT when BBOX
...
is set.
Fixes #31846
2019-09-17 18:55:01 +02:00
Alessandro Pasotti
f7d1971d01
PG views: be tolerant for unsupported field type ...
...
... if it's in URI key
Fixes #31799
2019-09-17 14:30:33 +02:00
Alessandro Pasotti
04f0879ed5
Processing editing in place: handle constraints
...
Fixes #31634
2019-09-16 10:41:58 +10:00
Alessandro Pasotti
9b7a2cd5d1
Merge pull request #31673 from elpaso/server-api-wfs3-acl
...
Server api wfs3 acl
2019-09-12 15:07:28 +02:00
Alessandro Pasotti
0c657f01af
Fix raster calc OpenCL bool to float
...
Fixes #31193
2019-09-11 15:56:43 +02:00
Alessandro Pasotti
dabc380906
Typo
2019-09-11 07:42:19 +02:00
Alessandro Pasotti
67c8e56f9c
QGIS Server WFS3 ACL + alias + excluded fields
...
Takes into account aliases, excluded attributes and ACL plugins
2019-09-10 18:21:53 +02:00
Alessandro Pasotti
b2c7ba05c2
Cast vector layer
2019-09-10 18:21:53 +02:00
Alessandro Pasotti
13353e2194
Typo
2019-09-10 18:21:53 +02:00
Alessandro Pasotti
95c0ad54ff
WFS3 add ACL and other visibility options
2019-09-10 18:21:53 +02:00
rldhont
5d05322bc3
[Test] Server: Add GetMap tests to PyQgsServerWMSDimension test
2019-09-07 16:07:10 +02:00
rldhont
31e823345e
[Test] Server: Create PyQgsServerWMSDimension test
2019-09-07 16:07:10 +02:00
Mathieu Pellerin
5df309447e
[delimiter text] Add Point{Z,M,ZM} geometry support ( fixes #25645 ) ( #31595 )
...
[FEATURE][delimiter text] Add Point{Z,M,ZM} geometry support (fixes #25645 )
2019-09-06 19:35:27 +07:00