matteo
1a0d0dbb3f
fix exception?
2018-07-16 08:01:02 +02:00
matteo
92d1cdc17a
add None in Exception
2018-07-12 12:45:18 +02:00
matteo
aea323efe9
update help for CRS, not needed anymore
2018-07-12 11:37:03 +02:00
matteo
40d2a97034
update test
2018-07-12 11:34:13 +02:00
matteo
b8ce7faf07
allow sampling with different CRS
2018-07-12 11:30:48 +02:00
matteo
efa236597a
make column prefix as advanced parameter
2018-07-12 11:20:59 +02:00
matteo
4dbfe36b71
update help
2018-07-12 11:20:35 +02:00
matteo
f8339c9b97
output column prexif added
2018-07-12 10:27:03 +02:00
matteo
b16b8a7bd3
updated tests data
2018-07-12 10:01:17 +02:00
matteo
a7130a0f97
indentation
2018-07-12 10:00:53 +02:00
matteo
0835b20d57
exception for multipart layers
2018-07-12 09:52:41 +02:00
matteo
a4c0c2e560
single raster instead of multi
2018-07-12 09:27:56 +02:00
matteo
eca6691055
fix travis?
2018-07-11 10:50:46 +02:00
matteo
22d7b6c5d0
fixing indentation?
2018-07-11 09:23:09 +02:00
matteo
5507c3439b
try geojson for travis
2018-07-10 16:14:59 +02:00
matteo
b6cafe7ece
indentation fix
2018-07-10 15:36:21 +02:00
matteo
d1cedbcf92
[processing][needs-doc][FEATURE] Sample raster values to point
2018-07-10 15:19:56 +02:00
nirvn
2688a9d781
[3d] disable all edit ojects when playing animation
2018-07-10 18:59:23 +07:00
nirvn
64b91cc18c
[3d] if slider is at the very end when hitting play, rewind and play
2018-07-10 18:59:23 +07:00
Martin Dobias
73edd8fd73
Improve rendering speed of RGB images in the common case
...
Avoid doing contrast enhancement unless it is really necessary.
This improved rendering speed of RGB image tiles in my test from around
~130 ms to ~40 ms.
2018-07-10 08:09:41 +02:00
Nyall Dawson
f6ab5f95f7
[processing] Better error when 'Convex hull' algorithm is run on
...
single point feature layer
Which hints to users to use the 'Minimum bounding geometry' algorithm
instead.
Fixes #19348
2018-07-10 10:24:28 +10:00
Martin Dobias
0a35d43552
Speed up rendering of RGB images
...
In my simple test case this made map rendering of RGB satellite image tiles
go down by ~50% from ~40ms per tile to ~20ms per tile (in debug version, ahem)
2018-07-09 22:01:11 +02:00
Matthias Kuhn
c4b9106872
Merge pull request #7380 from slarosa/fix_18485
...
Fixes #18485 - do not truncate project title if filename contains period
2018-07-09 11:19:12 -05:00
Matthias Kuhn
e065df14e5
Merge pull request #7382 from slarosa/fix_typo_19359
...
Fixes #19359 - fix typo copyed->copied
2018-07-09 11:18:38 -05:00
Martin Dobias
57855cc492
Update interpolation logic
2018-07-09 15:15:38 +02:00
Martin Dobias
d70c37c2ab
Allow configuration of interpolation method for animations
2018-07-09 15:15:38 +02:00
Salvatore Larosa
e8eec47b41
Fixes #19359 - fix typo copyed->copied
2018-07-09 15:04:48 +02:00
Salvatore Larosa
7ece90cb95
Fixes #18485 - do not truncate project title if filename contains period
...
also add a small test
2018-07-09 09:39:06 +02:00
Martin Dobias
ebea35d05f
Make it possible to enable/disable playback in loop
2018-07-08 17:22:57 +02:00
Martin Dobias
da5f354434
A button for duplication of keyframes
2018-07-08 17:22:57 +02:00
Martin Dobias
dd8424ccad
Use linear interpolation by default, fix crash if the first frame has t > 0
2018-07-08 17:22:57 +02:00
Martin Dobias
98c44564ed
Review and travis fixes
2018-07-08 17:22:57 +02:00
Martin Dobias
d1e4c5e0ff
Fix a crash with terrain generation from DEM ( fixes #17730 )
...
A typical off by one error - reading data outside of heightmap array
2018-07-08 17:22:57 +02:00
Martin Dobias
031e15eebd
Read/write animation associated with a 3d map view
2018-07-08 17:22:57 +02:00
Martin Dobias
3c855b29ef
Add/remove/edit keyframes in GUI
2018-07-08 17:22:57 +02:00
Martin Dobias
2f6b569c31
Animate in cooperation with QgsCameraController
...
This is cleaner than just updating QCamera's transform.
Now we interpolate values ourselves, without Qt3D Animation library.
2018-07-08 17:22:57 +02:00
Martin Dobias
ce933380c0
Initial work on animation support
...
- new class to store animation configuration
- new class for animation configuration GUI
- animation implementation using Qt3D Animation framework
2018-07-08 17:22:57 +02:00
Salvatore Larosa
059d0e21c4
[pyqgis-console] fix link to c++ api doc
2018-07-08 12:44:57 +02:00
Nyall Dawson
05368e4a89
Rename intersect to intersects for consistency with QgsSpatialIndex
2018-07-07 10:54:47 +10:00
Nyall Dawson
38251cbfc9
Fix test
2018-07-07 10:54:47 +10:00
Nyall Dawson
9445095a18
Dox++
2018-07-07 10:54:47 +10:00
Nyall Dawson
ae4e4cd4bb
Return full point container for matches, remove redundant point method
2018-07-07 10:54:47 +10:00
Nyall Dawson
66c17880be
Modify kdbush to store feature id alonside point, for optimised storage/retrieval
2018-07-07 10:54:47 +10:00
Nyall Dawson
c41f2072c3
Remove unused file
2018-07-07 10:54:47 +10:00
Nyall Dawson
3ef6c47314
Fix build
2018-07-07 10:54:47 +10:00
Nyall Dawson
612c9cb047
Use sets for index results
2018-07-07 10:54:47 +10:00
Nyall Dawson
682671d18f
Optimise point lookup in index
2018-07-07 10:54:47 +10:00
Nyall Dawson
5ce8240cb7
Fix test
2018-07-07 10:54:47 +10:00
Nyall Dawson
6016530846
Sip update
2018-07-07 10:54:47 +10:00
Nyall Dawson
7ac0d561cc
Unit tests for QgsSpatialIndexKDBush
2018-07-07 10:54:47 +10:00