Merge pull request #8331 from rldhont/fix-server-wfs-force-multi-geom-gml-218
[Bugfix][Server][WFS] Segfault when converting geom to multi
rldhont <rldhont@gmail.com> 2018-10-25
[Bugfix][Server][WFS] Segfault when converting geom to multi
Following 55928c0, [Bugfix][Server][WFS] In GML geometry has all to be multi, in which to avoid memory leak, I don't use a pointer but convertToMuli segfaults in this case.
@nyalldawson has mentioned in the PR #8243 to ignore is comment about pointer, what I missed. So the code has segfaulting.
This commit fixed it by using point and delete it.
Merge: 607cd3e3aa 87fddaee59
Matthias Kuhn <matthias@opengis.ch> 2018-10-25
Merge pull request #8303 from m-kuhn/doNotPersistEstimatedMetadata
Do not persist estimated metadata
Matthias Kuhn <matthias@opengis.ch> 2018-10-24
Do not persist estimated GDAL metadata
GDAL saves metadata like min and max values into a .aux.xml sidecar file next to raster files.
It does this always, even when the calculated values are estimated. In subsequent runs of GDAL processing tools
it will use these values as if they were reliable.
This patch takes care of deleting newly written .aux.xml files if there is a risk that they include estimated data.
Fix #19517 https://issues.qgis.org/issues/19517
Merge: 5f26d1b0f9 cefc8d6347
Matthias Kuhn <matthias@opengis.ch> 2018-10-25
Merge pull request #8236 from nyalldawson/marker_fill
Fix svg marker doesn't render when size is very small
Merge: 8d12733fa0 5f26d1b0f9
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-25
Merge branch 'release-2_18' into marker_fill
Merge: 72a760611d 1cdac2c1ec
rldhont <rldhont@gmail.com> 2018-10-24
Merge pull request #8143 from mdouchin/patch-1
Processing - Add GeoPackage support in alg qgis:convertformat
Merge: 781d0e1121 72a760611d
rldhont <rldhont@gmail.com> 2018-10-24
Merge branch 'release-2_18' into patch-1
Merge: c23c3d2409 55928c0dcd
rldhont <rldhont@gmail.com> 2018-10-24
Merge pull request #8243 from rldhont/server-wfs-force-multi-geom-gml-218
[Bugfix][Server][WFS] In GML geometry has all to be multi
rldhont <rldhont@gmail.com> 2018-10-23
Processing - Tests - Add Ogr2Ogr test with GeoPackage support
mdouchin <mdouchin@3liz.com> 2018-10-08
Processing - Add GeoPackage support in qgis:convertformat
This commit adds the support for GeoPackage format as output format in the qgis:convertformat python script.
Merge: e353bdb6ed c23c3d2409
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-23
Merge branch 'release-2_18' into marker_fill
rldhont <rldhont@gmail.com> 2018-10-19
[Bugfix][Server][WFS] In GML geometry has all to be multi
If in the layer level, the geometry is defined as multi, in the GML all the geometry has to be converted to multi.
Juergen E. Fischer <jef@norbit.de> 2018-10-19
fix build with GDAL1 (followup 4f76722a)
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-16
Fix svg marker doesn't render when size is very small
(cherry picked from commit c6db18d)
Radoslaw Guzinski <radosuav@op.pl> 2018-10-15
[Processing] Allow reordering of items in the MultipleInputDialog.
Based on QGIS 3.2.
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-13
Masks
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-12
Fix line pattern fill symbol corruption with negative angles
(cherry picked from commit 0f056b500a5628bc76a30a4fe6de85f11cb5a9fb)
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-12
Fix distorted line pattern fill when line offset is large compared
with pattern distance
(cherry picked from commit e277b91087567aa95344d2c935ae4543feefec28)
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-12
Fix line pattern fill offsets are always treated as positive,
even when offset is negative
(cherry picked from commit 5b4ed16cf90a28e73d8c09bec5a36ae0fa9f2056)
Juergen E. Fischer <jef@norbit.de> 2018-10-13
osgeo4w: prepare for GDAL 2.3 update
Merge: 942a560b31 fde6d93e97
rldhont <rldhont@gmail.com> 2018-10-12
Merge pull request #8159 from rldhont/server-wfs-enhance-describeFeatureType-218
[Bugfix][Server] WFS: enhancing the way DescribeFeatureType response is build
rldhont <rldhont@gmail.com> 2018-10-10
[Bugfix][Server] WFS: enhancing the way DescribeFeatureType response is build
Martin Dobias <wonder.sk@gmail.com> 2018-09-28
Fix loading style for non-spatial tables in Postgres+SpatiaLite (fixes #19589)
OGR is not affected by the bug.
Oracle and MS SQL are most likely affected, but I don't have them here to test.
(cherry picked from commit bb0c62935562ebe28a0d862e4bdf985865bde595)
Merge: be9c11381e c3caa1efd9
rldhont <rldhont@gmail.com> 2018-10-10
Merge pull request #8123 from qgis/fix-server-wms-sld-content
[Bugfix][Server] WMS: The SLD content loaded from URL is not percent encoded
rldhont <rldhont@gmail.com> 2018-10-05
[Bugfix][Server] WMS: The SLD content loaded from URL is not percent encoded
Merge: 9809c7be63 3183b307ce
rldhont <rldhont@gmail.com> 2018-09-27
Merge pull request #7872 from rldhont/fix-dbmanager-sql-layer-set-unique-combo