Nyall Dawson
41fa4b19fd
Fix rendering artifacts on the edges of resampled raster tiles
...
We now buffer the request for the input to a resample filter by
a variable number of pixels (depending on the resampling type)
in order to fetch the neighbouring pixels to the edges of individual
raster blocks. This allows the resampling to utilise these
neighbouring pixels when resampling the edges of tiles, avoiding
discrepancies and rendering artifacts over the borders of
raster tiles.
Fixes #30152
2019-11-15 13:48:38 +10:00
Juergen E. Fischer
7fdac2fc6b
custom widgets: fix designer crash ( fixes #32860 )
2019-11-15 00:39:16 +01:00
Juergen E. Fischer
0bf62ed688
show message before running crssync. so we know what failed, if it couldn't be executed
2019-11-15 00:35:53 +01:00
Juergen E. Fischer
044090da78
fix windows build
2019-11-15 00:35:53 +01:00
Even Rouault
aeeb11b00d
Merge pull request #31986 from roya0045/patch-6
...
[Bugfix] enabling spatialite gpkg amphibious mode
2019-11-14 19:23:27 +01:00
David Marteau
87e3516f2f
Fix default defaultValue in algfactory
...
According to doc: https://qgis.org/pyqgis/3.10/core/QgsProcessingParameterDefinition.html?highlight=qgsprocessingparameterdefinition#module-QgsProcessingParameterDefinition
2019-11-15 02:53:25 +10:00
Julien Cabieces
46525045d2
add back the point locator tests
2019-11-15 02:51:10 +10:00
Julien Cabieces
d3a7f08634
add test for waitforfinished before task is started
2019-11-15 02:51:10 +10:00
Julien Cabieces
9887827b05
fix waitforfinished when task is not started
2019-11-15 02:51:10 +10:00
Alex
eda36d4796
Allow using spatialite function on geopackge in dbmanager
...
Enables Spatialite's amphibious mode for Geopackages, allowing the use of geospatial functions on geopackages in the DB manager.
2019-11-14 10:41:36 -05:00
Alessandro Pasotti
001819045f
Merge pull request #32865 from elpaso/followup-32487
...
Fix wrong check validity when fixing broken deps
2019-11-14 16:01:54 +01:00
Alessandro Pasotti
61fdbf7429
Renamed API definition -> description
2019-11-14 15:05:14 +01:00
Alessandro Pasotti
ca74d47fb8
Fix wrong check validity when fixing broken deps
...
Just cleaning my own mess :)
2019-11-14 14:35:25 +01:00
Alessandro Pasotti
a059c367d9
Merge pull request #32854 from nirvn/loadstylefix
...
Followup 64949d : fix failure to load provider-provided style
2019-11-14 14:31:09 +01:00
Alessandro Pasotti
852d6cdc73
Merge pull request #32862 from elpaso/bugfix-gh32808-db-manager-pg-renametable
...
Fix DB manager PG rename table
2019-11-14 14:30:49 +01:00
Sandro Santilli
bd01f66f57
Merge pull request #32857 from strk/consistent-pg-test-connstring
...
Use service=qgis_test for referencing test database
2019-11-14 13:51:04 +01:00
Alessandro Pasotti
7f6b3cf877
Fix DB manager PG rename table
...
Fixes #32808
2019-11-14 13:42:36 +01:00
Sandro Santilli
20114fc958
Use service=qgis_test in test project files as well
2019-11-14 13:05:05 +01:00
Sandro Santilli
635f4c8646
Update comment about setting up test db
2019-11-14 13:05:05 +01:00
Sandro Santilli
c20ba1e5f3
Have db setup script check for pg_service.conf functionality
...
... and hint about how to set it up
2019-11-14 13:05:01 +01:00
Sandro Santilli
dea253b9e0
More consistent use of service file for test db connection
2019-11-14 11:37:03 +01:00
Sandro Santilli
46a05727e8
Use service=qgis_test for referencing test database
...
Makes PostgreSQL testing setup consistent.
Updates README accordingly
2019-11-14 11:30:21 +01:00
Matthias Kuhn
cbe6150348
Merge pull request #32770 from m-kuhn/dxf-symbol-fixes
...
Make the DXF renderer ready for background threading and fix symbology
2019-11-14 09:47:22 +01:00
nirvn
7cb9e04762
Followup 64949d : fix failure to load provider-provided style
2019-11-14 15:25:51 +07:00
Nyall Dawson
6180c59fa8
Fix tiny sizes of icons in layout legend settings widget on hi-dpi displays
...
Fixes #32845
2019-11-14 13:23:43 +10:00
Nyall Dawson
4294f5e546
Add missing file
2019-11-14 13:00:48 +10:00
Håvard Tveite
b0c1827b78
Update python/plugins/processing/algs/qgis/Rasterize.py
...
Don't know how the A ended up here - sorry.
2019-11-14 12:36:00 +10:00
Håvard Tveite
904d1d6c2d
The "Convert map to raster" algorithm does not handle extent CRS correctly
...
Fixes : #32829
2019-11-14 12:36:00 +10:00
Håvard Tveite
59292b47c7
Update CreateConstantRaster.py
...
Cast cols (and rows) to int to fix the error.
Fixes : #32827
2019-11-14 03:07:30 +10:00
Juergen E. Fischer
f67369cc26
debian packaging: drop python-gdal dependency ( closes #32835 )
...
[ci skip]
2019-11-13 17:09:26 +01:00
Matthias Kuhn
a63501a5b7
Implement TODO
2019-11-13 16:09:34 +01:00
Matthias Kuhn
9e833d5ea1
Merge pull request #32824 from m-kuhn/fixUiDeps
...
Add missing dep
2019-11-13 15:51:37 +01:00
Alessandro Pasotti
b9a5b82653
Merge pull request #32813 from elpaso/bugfix-gh32809-delete-pg-raster-from-browser
...
[feature] Delete PG rasters from browser
2019-11-13 11:39:53 +01:00
Matthias Kuhn
a07d915d7b
Add missing dep
...
Fix #32764
2019-11-13 10:27:22 +01:00
Alessandro Pasotti
91ee3b4078
Don't leak the connection, please
2019-11-13 08:50:00 +01:00
Alessandro Pasotti
215e3ecbd1
[feature] Delete PG rasters from browser
...
I also fixed a bunch of small issues while I was there (parent item didn't
refresh), misnames table/file (wrong assumption that all ogr/gdal
datasources are filesystem based).
Fixes #32809
2019-11-12 18:16:48 +01:00
Julien Cabieces
3b416773a1
fix cache read on wfs request
2019-11-12 15:45:23 +01:00
lbartoletti
5ad7f6497f
[TEST] Fix compilation with llvm > 6 (and arch=i386)
...
Follow up https://www.mail-archive.com/qgis-developer@lists.osgeo.org/msg47062.html discussion
I will test (for build time) this method `"-mllvm -inline-threshold=128"` , and \"-O1"\ in another one.
cc @m-kuhn @rhurlin @landryb
2019-11-12 15:20:11 +01:00
Alessandro Pasotti
fc9ba85efa
Sipify
2019-11-12 12:22:18 +01:00
Alessandro Pasotti
b1ac605e32
Address PR comments + test assets to temp dir
2019-11-12 12:21:31 +01:00
Alessandro Pasotti
e818fc6af6
Fix QT 5.13 issue with url sanitizer
2019-11-12 12:21:31 +01:00
Alessandro Pasotti
db83675ac2
Update src/server/qgsserverrequest.h
...
Co-Authored-By: Blottiere Paul <blottiere.paul@gmail.com>
2019-11-12 08:26:27 +01:00
Matthias Kuhn
461d2edac3
Merge pull request #32784 from strk/test-outside-sourcetree
...
Do not assume tests are run from under source tree
2019-11-12 07:01:05 +01:00
Peter Petrik
7ac0a98bfc
use svgomg to optimize playback svg files
2019-11-12 10:18:14 +07:00
Peter Petrik
e3ef306fb1
fix missing play/stop buttons on MacOS for mesh layer playback
2019-11-12 10:18:14 +07:00
Matthias Kuhn
8e064869ac
Fix crash with more than one layer and labeling enabled
2019-11-11 20:50:44 +01:00
Alessandro Pasotti
a4c246a419
Fix test
2019-11-11 19:01:30 +01:00
Harrissou Sant-anna
6d12fb416c
Update CONTRIBUTORS
2019-11-12 03:11:32 +10:00
Harrissou Sant-anna
d8cbabe2bb
Update contributors.json
2019-11-12 03:11:32 +10:00
Harrissou Sant-anna
0b22133c44
Update CONTRIBUTORS
2019-11-12 03:11:32 +10:00