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
Martin Dobias
dfb9914e35
[mssql] Fix removal of views
...
It was impossible to drop views as we were always using 'drop table' command.
QGIS would even tell user that it was correctly removed even though nothing happened.
There's some code duplication for ms sql layer info fetching, so I added
"is view" detection to both places (gui widget, data items) even though it's currently
only used in data items.
2019-10-26 08:28:09 +10:00
Antoine Belvire
33d0c3d654
Sort translations in desktop file
...
Desktop file generation is non-deterministic - translation positions may vary
across builds. This makes the build non-reproducible.
The cause is the use of glob() which collects qm file paths in a random order,
depending on the filesystem. To ensure the translations are written in a fixed
order the list returned by glob() must be sorted.
2019-10-26 08:25:56 +10:00
Sandro Santilli
da818dd706
Do not hard-code default estimatedMetadata default in wrong place
...
Re-uses existing static function in QgsPostgresConn class
2019-10-26 08:15:51 +10:00
Sandro Santilli
295d3303e7
Honour useEstimatedMetadata connection configuration from Browser
...
Closes #32277
2019-10-26 08:15:51 +10:00
Sandro Santilli
f99310839a
When requesting a specific type/srid don't try to detect its validity
...
Avoids double-checking from browser and data selector
See #32276
2019-10-26 08:15:51 +10:00
Alessandro Pasotti
381a57433c
Drop const and fix duplicated "Source"
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
0116666fd4
Update src/core/qgsapplication.h
...
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
1bc7ece06a
Add styleSheetType to application reportStyleSheet
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
a57aff35b1
Remove leftover
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
e8d8258a82
Remove QWebFrame include
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
dd9fcbd86e
Raster info: delegate all links (tiff issue)
...
... or it will try to show a geotiff in-browser and fail.
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
6f6cbc756f
Revert modeless dialog (used for web inspector)
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
58f76de4af
Fix anchor hyperlinks in raster layer info
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
234a5331d7
Optimize WMS raster information
...
Fixes #32213
2019-10-26 08:13:47 +10:00