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
Matthias Kuhn
958a6ee90b
Fix SRS path
2019-10-26 08:28:51 +10:00
Matthias Kuhn
651b7b18d6
Copy resources to build dir
...
Fix #31796
2019-10-26 08:28:51 +10:00
Martin Dobias
ab51de0c3f
[mssql] Speed up loading of larger views ( fixes #27618 )
...
The extent estimation was taking a long time for views because we can't use
spatial index statistics - the code was doing full scan of the view. Now we
try to scan just 1% of the rows to get a good estimate. If that fails
(e.g. when the table is not very big) we fall back to the full scan.
Test results: a view with 90k rows was taking 2.5s to estimate extents during load - now it's <0.1s
2019-10-26 08:28:09 +10:00