54901 Commits

Author SHA1 Message Date
Alessandro Pasotti
507e327c0c Handle broken plugins when searching for dependencies 2019-04-12 14:38:52 +02:00
rldhont
aa297b5185
Merge pull request #9763 from rldhont/sld-point-symbolizer-on-polygon-centroid-not-all-parts
Apply SLD PointSymbolizer on single centroid for polygon
2019-04-12 13:57:57 +02:00
rldhont
052b222196 Test apply SLD PointSymbolizer on single centroid for polygon 2019-04-12 12:32:56 +02:00
Marco Bernasocchi
a0a8e49e8f
Merge pull request #9777 from mbernasocchi/fix_maxwmswidth
[server] fix wmsMaxHeightEnv leftover code
2019-04-12 09:45:44 +02:00
Alessandro Pasotti
6092d56991
Merge pull request #9776 from pblottiere/server_params
[server] Fallback to unmanaged parameters
2019-04-12 09:31:35 +02:00
Marco Bernasocchi
c1546d9dcb fix wmsMaxHeightEnv leftover code
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
2019-04-12 09:05:36 +02:00
Blottiere Paul
f6970faa84
Merge pull request #9772 from pblottiere/wms_fix
[server] Fixes WMS 1.3.0 certification
2019-04-11 13:57:13 +02:00
Blottiere Paul
a8a729b24d Add test for an unkown parameter 2019-04-11 13:23:39 +02:00
Blottiere Paul
518e208088 Add unit test 2019-04-11 13:14:23 +02:00
Blottiere Paul
74943df90b Add a fallback to unmanaged parameters 2019-04-11 13:14:04 +02:00
Blottiere Paul
1333be1e1c Update unit tests 2019-04-11 11:36:42 +02:00
Blottiere Paul
8e67b26e58 Update enum 2019-04-11 11:36:30 +02:00
Blottiere Paul
3ec23ca2ec Add unit tests 2019-04-11 09:25:00 +02:00
Blottiere Paul
b2b33aff30 Update exception code string for CRS/SRS issues 2019-04-11 09:25:00 +02:00
rldhont
09b8a57706
Merge pull request #9769 from dmarteau/Fix-OperationNotSupported-http-code
Return 501 on 'OperationNotSupported' error
2019-04-11 09:22:45 +02:00
David Marteau
69728d4c1d Return 501 on 'OperationNotSupported' error 2019-04-11 08:42:04 +02:00
Matthias Kuhn
6792d236c9
Merge pull request #9768 from m-kuhn/qobject_cast
Use qobject_cast instead of dynamic_cast
2019-04-11 07:40:46 +02:00
vsklencar
33139f343a [QgsQuick] Updated value relation widget
Renamed and simplified shared ComboBox component - now its just styled component without functionality. All has to be defined when creating it.

Added docs to QgsQuickUtils::createValueRelationCache
2019-04-10 22:23:34 +02:00
vsklencar
e06652e236 [QgsQuick] Refactored QgsQuickValueMap and QgsQuickValueRelation widgets. Shared code extracted to a separate file. 2019-04-10 22:23:34 +02:00
vsklencar
3c7a1608ed Formatted code 2019-04-10 22:23:34 +02:00
vsklencar
f8e433187e [QgsQuick] Fixed init error and added qml file to the list.
Added new widget to qgsquick.qrc list
Get rid of error on qgsquickrelation widget init, when currentMap variable is undefined.
2019-04-10 22:23:34 +02:00
vsklencar
7631ddd14f [QgsQuick] Value Relation widget
Added a widget for value relation field time of a feature form.
2019-04-10 22:23:34 +02:00
Matthias Kuhn
7bc70921ae
Use qobject_cast instead of dynamic_cast 2019-04-10 20:10:12 +02:00
Matthias Kuhn
1450985547
Merge pull request #9737 from jef-n/postgres-unittest-2826ba34f
unit test for 2826ba34f
2019-04-10 19:13:23 +02:00
Matthias Kuhn
d2c6999632
Merge pull request #9742 from m-kuhn/repeatable_xml_order
Make .qgs project file XML element order stable
2019-04-10 19:12:43 +02:00
vsklencar
913dee2b9c [QgsQuick] Feature form group styling
Added margin to group title box - size and color properties have been added to group styling.
2019-04-10 17:14:03 +02:00
vsklencar
4a3bac8251 [QgsQuick] Feature form group styling 2019-04-10 17:14:03 +02:00
nirvn
e174577a6a [gdal] Implement the data provider reloadData() function (fixes #20536) 2019-04-10 18:33:53 +07:00
Alessandro Pasotti
2e613b47d2
Merge pull request #9765 from elpaso/fix-webkit-build
Fix build without webkit
2019-04-10 11:10:56 +02:00
Alessandro Pasotti
cce1d6973d Fix build without webkit 2019-04-10 10:20:49 +02:00
nirvn
9ce1093bce [FEATURE][ogr] Add string list field type support 2019-04-10 08:06:12 +07:00
Matthias Kuhn
54d58d9fa3
const list cannot be sorted 2019-04-09 23:39:32 +02:00
Juergen E. Fischer
28b33234cd update INSTALL 2019-04-09 19:07:31 +02:00
rldhont
93656c2124
Apply SLD PointSymbolizer on single centroid for polygon
SLD 1.0 and StyleEncoding 1.1 specs say that if a line, polygon, or raster geometry is used with PointSymbolizer, then the semantic is to use the centroid of the geometry, or any similar representative point.

When QGIS read an SLD, it applies the point on the centroid of all parts of the multi-polygon and not on the unique centroid of the mutil-polygon.

ST_Centroid is the PostGIS implementation of the Simple Feature standard for SQL and it generates only one point for multi-polygon. So I think SLD PointSymbolizer has to be applied to the single centroid.
2019-04-09 18:13:05 +02:00
Blottiere Paul
c2840a26eb
Merge pull request #9699 from pblottiere/server_split
[server] Move specialised funtions in correponding service cpp files
2019-04-09 16:35:24 +02:00
Matthias Kuhn
ae17fb3f53
Merge pull request #9762 from elpaso/plugin-dependencies-fix
Fix plugin loading from zip (dependencies followup)
2019-04-09 16:06:10 +02:00
Matthias Kuhn
4fc6176f5f
Stabilize XML for layer settings and map themes 2019-04-09 16:02:21 +02:00
Blottiere Paul
9b298ca753 Remove getMap method with hitTest 2019-04-09 16:01:24 +02:00
Matthias Kuhn
fa850a11ba
Save project properties in predictable order 2019-04-09 15:56:20 +02:00
Blottiere Paul
ebccfb6438 Update exception messages 2019-04-09 15:43:11 +02:00
Blottiere Paul
c09e10ceb2 Update doc and sip binding 2019-04-09 15:43:11 +02:00
Blottiere Paul
70cd928346 Fix issue after rebase 2019-04-09 15:43:11 +02:00
Blottiere Paul
911ef98677 Update sip binding 2019-04-09 15:43:11 +02:00
Blottiere Paul
80d796a88c Remove unused methods/functions 2019-04-09 15:43:11 +02:00
Blottiere Paul
4d4d2297b9 Use new getLegendGraphics methods 2019-04-09 15:43:11 +02:00
Blottiere Paul
81f029d19c Add legend node function 2019-04-09 15:43:11 +02:00
Blottiere Paul
392524646a Add suport whe legend is not based on rule 2019-04-09 15:43:11 +02:00
Blottiere Paul
ba14e1448a Add basic support for hit test without calling getMap 2019-04-09 15:43:11 +02:00
Blottiere Paul
f482ddfc83 Raise exception from the checking method directly 2019-04-09 15:43:11 +02:00
Blottiere Paul
46746a3713 Add method to build layer tree 2019-04-09 15:43:11 +02:00