Alexander Bruy
d3091e7d64
[processing][needs-docs] allow to set tiles background ( fix #30490 )
2019-07-03 12:15:47 +03:00
Martin Dobias
0a7386e6da
[TilesXYZ] Add metatile size parameter
...
Larger values may speed up the rendering and provide better labelling (fewer gaps without labels)
at the expense of using more memory.
Ported from XYZ Tiles plugin - originally contributed by @nurenda
2019-06-27 13:37:50 +02:00
Alessandro Pasotti
7761f5f0fe
Merge pull request #30391 from troopa81/executesql_raise_unknown_geom
...
Raise an exception when geometry field autodetection has failed
2019-06-27 09:22:36 +02:00
Julien Cabieces
e63a94606d
Raise an exception when geometry field autodetection has failed
2019-06-25 15:39:11 +02:00
Alexander Bruy
94ec2dc72c
Merge pull request #30333 from alexbruy/postgis-layer
...
[processing] remove trailing semicolon from SQL before creating a layer (fix #30239 )
2019-06-23 09:42:10 +03:00
Alexander Bruy
017f41f96c
[processing] remove trailing semicolon from SQL before creating
...
layer (fix #30239 )
2019-06-22 18:57:36 +03:00
Alexander Bruy
71fac3bbd2
[processing] assign correct ids to features in the random points in
...
polygons algorithm (fix #26321 )
2019-06-22 16:58:56 +03:00
Matthias Kuhn
0640e51e48
Merge pull request #10005 from ghtmtt/processing_climb
...
[Processing] climb along line algorithm
2019-06-21 16:13:15 +02:00
Nyall Dawson
b8dcafbf10
[processing] Fix missing default value for Select by Expression
...
Fixes #30218
2019-06-17 06:27:17 +10:00
Nyall Dawson
4ff8429f7a
[processing] Port "Points along geometry" to QgsFeatureBasedAlgorithm
...
(and c++), allow distance/start/end offset to be dynamic, avoid
algorithm "hangs" when inappropriately small (or 0) distances
are used
2019-06-12 10:08:51 +07:00
Nyall Dawson
d10db05b5a
[processing] Nicer strings, default values for select/extract by attribute
2019-06-12 07:03:30 +10:00
Nyall Dawson
43904df6c4
[processing] Fix exception in select by expression using not equal to operator
...
Fixes #30135
2019-06-12 07:03:30 +10:00
Martin Varga
f4e11bf7d5
[processing] tiles_xyz: maximize map preview
2019-06-07 11:09:41 +02:00
Martin Varga
228040d153
[processing] tiles_xyz: get rid of unlabeled areas at the edges of metatiles
2019-06-07 11:09:41 +02:00
Martin Varga
4013925083
[processing] deferred transparency/bg_color option in xyz alg
2019-06-07 11:09:41 +02:00
Martin Varga
ebab737420
[processing] changed alpha to transparent option in tiles_xyz, default bg color from canvas
2019-06-07 11:09:41 +02:00
Martin Varga
3a9b32d635
[processing] added new options (alpha, quality, tile_size) to xyz alg
2019-06-07 11:09:41 +02:00
matteo
19ff856fdc
pretty format for feedback
2019-06-07 08:53:00 +02:00
matteo
cf634aa3aa
[processing] fix NDVI calculation
2019-05-28 15:40:47 +02:00
saber
169e246fdc
fixes issue with db lock when writing mbtiles
2019-05-27 14:45:16 +02:00
Alessandro Pasotti
bb567cd5b8
Processing importintopostgis: Do not transform table name to lowercase
2019-05-23 09:14:59 +02:00
nirvn
20ed28da29
[processing] Move the new XYZ algorithms under the raster tools group
2019-05-21 12:19:20 +07:00
matteo
34f02327d2
do suggestions
2019-05-20 14:26:40 +02:00
Peter Petrik
6d9b40f634
add TMS ( fix #21987 )and HTML output ( fix #21991 ) for tilesxyz. Split to 2 algorithms (directory and MBTiles)
2019-05-18 11:34:15 +02:00
Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
matteo
17000a4b36
use combineField and handle exceptions better
2019-05-17 08:06:33 +02:00
matteo
aa2aed9e1f
[feature][needs-doc] format strings
2019-05-16 12:32:23 +02:00
matteo
cd5afc4a8a
remove plugin from header
2019-05-15 16:14:28 +02:00
matteo
8de4006dbf
fix spelling
2019-05-15 13:44:53 +02:00
matteo
d9a6778b1f
astyle and other fixes
2019-05-15 13:05:13 +02:00
matteo
baea3bcd61
format strings
2019-05-15 11:03:56 +02:00
matteo
9b3b61a094
after first review
2019-05-15 10:58:15 +02:00
matteo
b3a8d8f3a3
after review
2019-05-15 08:18:45 +02:00
matteo
4ca3935fbd
[feature[ Processing Climb along lines algorithm
2019-05-15 08:18:45 +02:00
Raymond Nijssen
95c8cfed5f
use distance instead of number parameter, and set advanced flag
2019-05-11 08:39:41 +02:00
Raymond Nijssen
a6d9d26e7d
fix keyword
2019-05-11 08:39:41 +02:00
Raymond Nijssen
052db03919
Round values in ExtentFromLayer processing algorithm
2019-05-11 08:39:41 +02:00
Marcel Dancak
b1106b9f1e
[processing] fix #21958 used sqlite3 module instead of GDAL/ORG's SQLite driver
2019-05-03 13:43:15 +02:00
Martin Dobias
5e4ea73399
Merge pull request #9857 from marcel-dancak/tiles_xyz
...
New Processing Algorithm to generate raster XYZ tiles
2019-04-26 08:41:30 +02:00
Martin Dobias
e6ff7e00ef
Raise an exception if the necessary parameter was not specified
2019-04-25 23:25:05 +02:00
Martin Dobias
285d4e0da0
Remove NAME parameter, use OUTPUT_FILE instead
...
For output to directory, OUTPUT_DIRECTORY destination parameter is used.
For output to MBTiles file, OUTPUT_FILE destimation parameter is used.
2019-04-25 22:10:37 +02:00
Marcel Dancak
e0d6694a12
Adjusted min/max/default values of parameters, moved some code into 'prepareAlgorithm'
2019-04-25 12:15:52 +02:00
Marcel Dancak
83f35617f3
MBTilesWriter can write tiles in any order, proper transforming of extents
2019-04-25 09:43:33 +02:00
Marcel Dancak
efdd52cb2f
Commented out code for debugging (saving of metatiles), fixed python formatting
2019-04-24 15:23:56 +02:00
Marcel Dancak
4ab9bb6175
Registration of TilesXYZ algorithm
2019-04-24 13:11:36 +02:00
Marcel Dancak
73a5a6adc1
Initial version of xyz tiles export (processing tool)
2019-04-24 12:25:58 +02:00
Alexander Bruy
c706cdeb06
[processing] ensure that output temporary directory exists ( fix #21701 )
2019-04-20 11:53:47 +03:00
Matthias Kuhn
8416e7588c
Merge pull request #9781 from m-kuhn/processing_parameter_as_boolean
...
Add QgsProcessingAlgorithm::parameterAsBoolean
2019-04-17 09:20:07 +02:00
Alessandro Pasotti
ac04339434
Pass transform context to raster calculator
2019-04-17 10:06:41 +10:00
Nyall Dawson
b6bc1ee2d4
Tweak QgsProcessingUtils::combineLayerExtents for future proofing, remove deprecated usage
2019-04-17 10:06:41 +10:00