58189 Commits

Author SHA1 Message Date
Alessandro Pasotti
901743c32f Include GDAL 2019-10-29 12:30:22 +01:00
Alessandro Pasotti
dd9b4f7779 Address PR comments 2019-10-29 08:00:43 +01:00
Alessandro Pasotti
0444cc1d60 Add test case for spatialite connections API 2019-10-28 18:47:56 +01:00
Alessandro Pasotti
ff39fe9d57 Implement connections API for spatialite
API only: no client code is actually using this API yet.
2019-10-28 18:45:40 +01:00
Alessandro Pasotti
ce5405f136 Added since to new API methods 2019-10-28 09:25:40 +01:00
Alessandro Pasotti
7744ee3f41 Fix test for GDAL < 2.4 2019-10-26 17:25:34 +02:00
Alessandro Pasotti
aa92ef3576 DB connections API: add table() and tests
This method allows to retrieve information
about a single table.
2019-10-26 16:20:03 +02:00
Alessandro Pasotti
a070020cbb Add DB connection tableUri method
This allows to construct a data source URI string to load a table layer
from the DB connections.

!!
RASTER is still TODO
!!
2019-10-26 16:20:03 +02:00
Alessandro Pasotti
994691908a Cleanup connection URI when created from layer uri
This allows you to create a connection from a layer data source URI
without the need to manually remove parts of the uri that do not
belong to the connection.
2019-10-26 16:20:03 +02:00
Juergen E. Fischer
0edd2777e7 debian packaging: instant client paths 2019-10-26 13:51:56 +02:00
Juergen E. Fischer
27b5646a05 fix windows build 2019-10-26 13:51:56 +02:00
Juergen E. Fischer
58932e8317 fix doc installation 2019-10-26 13:51:56 +02:00
Giovanni Manghi
414807a74f fix typo 2019-10-26 21:14:37 +10:00
Giovanni Manghi
76bc160612 change v.voronoi description 2019-10-26 21:14:37 +10:00
Giovanni Manghi
0fee816414 fixes again GRASS7 v.voronoi 2019-10-26 21:14:37 +10:00
rldhont
9a25569ae5
Merge pull request #32342 from rldhont/server-wms-fix-restore-style
[Server] WMS: Use QGIS Style instead of SLD to restore layer style
2019-10-26 10:23:29 +02: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
rldhont
aed575e940
Merge pull request #32216 from rldhont/server-wfs-force-multi-geom-gml-master
[Server] WFS Service: force Geometry to Multi in GML to be compliant with XML schema provided by DescribeFeatureType
2019-10-26 10:22:07 +02:00
Sebastian Niklasch
1a45936595 prevent AttributeError
If os.path.isfile(sqlite_cache_file) is False, the Attribute cache_connection was not assigned and so an Attribute Error occured in the following lines.
2019-10-26 15:59:39 +10:00
lbartoletti
a7c766e41e Take a geometry copy instead of shared object 2019-10-26 10:55:15 +10:00
lbartoletti
a7cfcac68e update test 2019-10-26 10:55:15 +10:00
lbartoletti
f774f0d0c3 fix Z for topological editing when the dock widget is enabled 2019-10-26 10:55:15 +10:00
lbartoletti
6fbc0c8d94 take Z only for topology eiditing 2019-10-26 10:55:15 +10:00
lbartoletti
8e9d8e7dca do the interpolation on the geometry instead using interpolatedPoint method 2019-10-26 10:55:15 +10:00
lbartoletti
58a3540d05 [needs-docs] add interpolate Z on segment snapping 2019-10-26 10:55:15 +10:00
Stefan Pascal
ca56926dfe Fixed include; checked identation using astyle.sh 2019-10-26 10:52:27 +10:00
Stefan Pascal
bd8a7164cb Fix QT font database initializing (FCGI with IIS)
When using FCGI with IIS, environment variables (QT_QPA_FONTDIR in this case) are lost after fcgi_accept().
2019-10-26 10:52:27 +10:00
Éric Lemoine
f3df32d866 Use QgsServiceException::OGC_InvalidFormat when appropriate 2019-10-26 10:51:38 +10: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
lbartoletti
dc95936137 QString -> QLatin1String 2019-10-26 08:32:26 +10:00
lbartoletti
3b9c240ba7 rewrite functions. Only hash(string, method), md5(string) and sha256(string) are available now 2019-10-26 08:32:26 +10:00
lbartoletti
ba7770c7cc fix build 2019-10-26 08:32:26 +10:00
lbartoletti
910c3c478e add help files 2019-10-26 08:32:26 +10:00
lbartoletti
23f4d5eba2 [FEATURE][needs-docs] Add hash functions 2019-10-26 08:32:26 +10:00
Giovanni Manghi
150d6ce33f add missing file 2019-10-26 08:31:28 +10:00
Giovanni Manghi
890ec4abbe re add original tool to avoid brekaing models 2019-10-26 08:31:28 +10:00
Giovanni Manghi
f03b4f72dd update decorator names for SAGA reclass tools 2019-10-26 08:31:28 +10:00
Giovanni Manghi
c1df3a07dc change default for some parameters 2019-10-26 08:31:28 +10:00
Giovanni Manghi
4a83cb9008 split SAGA reclass raster values in order to improve UX 2019-10-26 08:31:28 +10:00
Matthias Kuhn
5a01e3cb5e Various safety checks to avoid crashes 2019-10-26 08:29:24 +10:00
Matthias Kuhn
2dbdd6bf76 Fix crash when opening symbology of invalid layer
Fix #32041
2019-10-26 08:29:24 +10:00
Matthias Kuhn
55660d6bae Add the cmake docs while I still remember how things are supposed to work 2019-10-26 08:28:51 +10:00
Matthias Kuhn
de2400f8b0 typo 2019-10-26 08:28:51 +10:00
Matthias Kuhn
46abf27fcc In source doc relative path magic 2019-10-26 08:28:51 +10:00
Matthias Kuhn
6b82fc94e3 https for qt docs 2019-10-26 08:28:51 +10:00
Matthias Kuhn
f65d3aa365 Fix install paths 2019-10-26 08:28:51 +10:00
Matthias Kuhn
e6a06ec3b2 Also copy svg, icons and doc to build dir, into /data/ subdir 2019-10-26 08:28:51 +10:00
Matthias Kuhn
bb181c828a For loop 2019-10-26 08:28:51 +10:00