Even Rouault
da71202590
[GUI] Raster histogram: restore behavior before #35465 changes
...
Commits 98261bcfd4bd05948bd1b2a68c741c80e4e2e515 and ebdb546c1044b793d25097ddc04ed34b5fb6d956
for #35465 have changed the logic to compute the default number of bins
for the histogram. While appropriate in the context of #35465 , that tends
to augment the number of bins, which is inappropriate for the raster histogram
chart, where beyond 1000, the chart becomes unreadable.
However I think the logic for plotting the raster histogram should probably be
revised, but I'm not clear how: ask the user for a number of bins and/or take
into account the width in pixels of the chart to determine the number of bins
(should that depend if the user has zoomed in... ?)
2020-09-15 16:01:46 +02:00
Denis Rouzaud
4afe021f64
fix msissing negation
2020-09-15 14:56:56 +02:00
Denis Rouzaud
7265d9de96
fix sip
2020-09-15 12:23:30 +02:00
Alessandro Pasotti
aa79a84017
Fix server WFS-T 1.1.0 wrong case in transaction response
...
Fixes #38558
2020-09-15 11:44:07 +02:00
Alessandro Pasotti
1560d9aea8
PG unrestricted geometry: trust SRID from geometry_columns
...
Fixes #38567 where the SRID was not detected if the table was empty.
Also: do not override the SRID passed explicitly in the data source
URI.
Note: the logic in the provider is becoming a bit convoluted, there
are too many corner cases, at least the test coverage is pretty
good.
2020-09-15 11:07:50 +02:00
Juergen E. Fischer
44b4a75a0a
fix #38720
2020-09-15 09:51:00 +02:00
Denis Rouzaud
39b78b4006
install supervisor in focal deps image
2020-09-15 09:44:08 +02:00
Denis Rouzaud
e2622ea56d
Update qgis3-build-deps.dockerfile
2020-09-15 09:43:29 +02:00
Denis Rouzaud
1836737858
install supervisor in focal deps images
2020-09-15 09:41:12 +02:00
Denis Rouzaud
fb7f7ba697
follow up renaming enum keys
2020-09-15 09:36:15 +02:00
Nyall Dawson
3e00dd5f6f
Fix string
2020-09-15 14:06:21 +07:00
Nyall Dawson
4e00ebd6b5
Spelling
2020-09-15 14:06:21 +07:00
Nyall Dawson
746bc50f4a
Show a busy cursor while loading vector tile styles
2020-09-15 14:06:21 +07:00
Nyall Dawson
8e72b961db
Fix text-font conversion for many styles
2020-09-15 14:06:21 +07:00
Nyall Dawson
04b48f1714
Correctly convert match list for icon-image sources
2020-09-15 14:06:21 +07:00
Nyall Dawson
33a2af2b3b
Fix conversion of interpolated fill-translate properties
2020-09-15 14:06:21 +07:00
Nyall Dawson
add8efdaeb
Better warnings
2020-09-15 14:06:21 +07:00
Nyall Dawson
bd9c8a7621
Show warnings generated during mapbox gl style conversion after loading vector tiles with default styles
2020-09-15 14:06:21 +07:00
Nyall Dawson
01f942fd63
More helpful warnings generated during style conversion
2020-09-15 14:06:21 +07:00
Denis Rouzaud
1660d726a4
add deprecation details
2020-09-15 08:45:28 +02:00
Denis Rouzaud
81064f6ac1
remove deprecated usage in server
2020-09-15 08:45:28 +02:00
Denis Rouzaud
9cf85dd1fe
better enum names, better dox
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2020-09-15 08:42:19 +02:00
Nyall Dawson
9e84cf0bf4
Fix build warning
2020-09-15 07:43:06 +10:00
David Marteau
518e48c12f
Fix python serialization for geometry processing parameter
...
Fix regexp for referenced geometry parsing
Fix suggested doc strings
2020-09-15 07:39:10 +10:00
David Marteau
fc67ddc970
Change CRS serialization/deserialization for geometry parameter value
2020-09-15 07:39:10 +10:00
David Marteau
6262965df9
Register meta type for geometry processing parameter
...
Fix QgsProcessingParameterGeometry argument list
2020-09-15 07:39:10 +10:00
David Marteau
aa0a8ab628
Add geometry filter for processing geometry parameter
2020-09-15 07:39:10 +10:00
David Marteau
f2b8e6970b
Support point and rectangle as geometry parameter values
2020-09-15 07:39:10 +10:00
David Marteau
4eb779798e
Implement QgsReferencedGeometry
2020-09-15 07:39:10 +10:00
David Marteau
4eb931e890
Add geometry processing parameter
2020-09-15 07:39:10 +10:00
Even Rouault
cd04374d51
[DelimitedText provider] Avoid false positive detection of some date looking content as Time ( fixes #38091 )
2020-09-15 07:38:31 +10:00
Even Rouault
c6fe79b60d
[Processing] GdalUtils: fix quoting of arguments with '&' ( fixes #38674 )
2020-09-15 07:38:01 +10:00
Matthias Kuhn
d41e8e1d40
Rename count to __count
2020-09-15 06:48:37 +10:00
Matthias Kuhn
d2c60cca30
Add count to "tradition run in place execution"
2020-09-15 06:48:37 +10:00
Matthias Kuhn
656c533fa2
Show number of features affected by in place editing
...
Fixes #38680
2020-09-15 06:48:37 +10:00
vcloarec
5729fce778
fix release version
2020-09-15 06:47:58 +10:00
Even Rouault
6cdb866001
[OAPIF provider] Support extra query parameters (such as api key) ( fixes #38436 )
2020-09-15 06:47:35 +10:00
signedav
9ea7f449e4
store original layer id in the layers customProperties
2020-09-15 06:46:22 +10:00
Even Rouault
a66784465a
[DelimitedText provider] Fix performance issue with files with Unix end-of-line characters
...
Fixes #38068
The performance regression was introduced per commit 644a5647dbdef395993cf406678addfd6978e781
It resulted in quadratic performance in the size of the buffer for CSV files
with Unix '\n' end of line character, due to scanning repeatedly for `\r`
2020-09-15 06:45:31 +10:00
Nyall Dawson
9924b15baf
Avoid a bunch of useless string parsing
2020-09-15 05:06:25 +10:00
Nyall Dawson
c35d8e5e90
More optimizations for vector tile decoding
2020-09-15 05:05:57 +10:00
Nyall Dawson
789eccb572
[vectortiles] Optimise rendering of complex vector tiles
...
Instead of ALWAYS converting all features in a tile to QGIS representations,
now we intelligently skip over any layers which aren't required for
rendering or labeling (e.g. because the current renderer/labeling
configuration is disabling these layers or doesn't have a rule for
them).
This improves rendering speed with sources like the OS ZoomStack tiles,
which have a LOT of detail even at small map scales (e.g. building
data is present in very zoomed out tiles!!).
2020-09-15 05:05:57 +10:00
Nyall Dawson
c11608071b
Fix conversion of text alignment
2020-09-15 05:05:31 +10:00
Nyall Dawson
0685c5e0d6
Improve mapbox ems to character count conversion ratio
2020-09-15 05:05:31 +10:00
Alessandro Pasotti
9cb74937c5
Merge pull request #38737 from elpaso/pg-mixed-geometry-iterator-test
...
New PG test for mixed geometry, no code changes
2020-09-14 18:07:12 +02:00
Damiano Lombardi
85b0590c6e
Implemented test for method QgsMssqlProvider::defaultValue
2020-09-14 16:03:57 +02:00
Damiano Lombardi
53c0d4003b
Implemented method QgsMssqlProvider::defaultValue
2020-09-14 16:03:57 +02:00
Damiano Lombardi
a715e5079d
Merge branch 'master' of https://github.com/qgis/QGIS into master
2020-09-14 16:03:14 +02:00
Alessandro Pasotti
212a52b5e9
New PG test for mixed geometry, no code changes
2020-09-14 15:26:31 +02:00
Denis Rouzaud
b923c4a19f
add deprecated dox
2020-09-14 13:25:11 +02:00