1876 Commits

Author SHA1 Message Date
Juergen E. Fischer
6583365892 fix metasearch typo (followup 5cb7d357) 2014-09-06 14:01:04 +02:00
Juergen E. Fischer
5cb7d357bb fix metasearch syntax error 2014-09-06 13:59:01 +02:00
Tom Kralidis
86987b5b22 Merge pull request #1575 from geopython/MetaSearch-0.3.1
Meta search 0.3.1
2014-09-05 08:29:23 -04:00
Sandro Santilli
dd78876636 Allow loading pgraster tables with non-default raster field name
Before this change you could only load tables where the raster
field was named "rast".
2014-09-04 13:14:39 +02:00
Sandro Santilli
e91141cb2a Allow loading PostGIS Rasters from partially configured connections
Partially configured connection are those for which an hostname
or username or port etc. are not specified, relying on libpq defaults.

It was already fixed for geometries but rasters needed more love.
See #9037.
2014-09-04 12:36:59 +02:00
Tom Kralidis
3eb6e7ca3f merge back ef0e7d09168d43b0529a1f819108a4741c7e9e75 2014-09-03 10:49:25 -04:00
Tom Kralidis
fb5e07d3a5 remove code 2014-09-03 08:46:29 -04:00
Tom Kralidis
d6df3a93f3 update MetaSearch to 0.3.1 2014-09-03 08:43:11 -04:00
anitagraser
75b3464e1c check if value is None before trying to cast float
the tool used to fail when there were NULL values in the fields
2014-08-28 09:48:02 +02:00
Alexander Bruy
6130505c79 [processing] fix vector functions definitions 2014-08-28 09:33:05 +03:00
Tim Sutton
3892964490 Merge pull request #1549 from DelazJ/TableManager_GUI
Set 0 as default value of srid in DB_Manager dialogs (issue #7083)
2014-08-25 13:47:04 +02:00
Tim Sutton
ae25009c66 Merge pull request #1551 from DelazJ/FToolsAddNewLayerToMapCanvas
Put by default to on the "Add result layer to the map canvas" option when using fTools functions (issue #6642)
2014-08-25 13:40:00 +02:00
volaya
2fa73f0b9e [processing] fixed bug in ModelerScene when position of output is not defined 2014-08-22 12:29:06 +02:00
volaya
3fdf12b947 [processing] fixed parameter definition parsing for parameters of type integer 2014-08-22 12:29:05 +02:00
volaya
887469643f [processing] added support for old model file format 2014-08-22 12:29:04 +02:00
DelazJ
23eff1f8ca Add by default the result file to the map canvas 2014-08-21 14:27:29 +02:00
DelazJ
14741e602e Add by default the result file to the map canvas 2014-08-21 14:26:55 +02:00
DelazJ
98bfaa8d58 Add by default the result file to the map canvas 2014-08-21 14:25:08 +02:00
DelazJ
cffdd222b5 Add by default the result file to the map canvas 2014-08-21 14:24:21 +02:00
DelazJ
cebd55c16d Add by default the result file to the map canvas 2014-08-21 14:23:09 +02:00
DelazJ
20ee96f2bf Add by default the result file to the map canvas 2014-08-21 14:15:50 +02:00
DelazJ
9a684409ff Add by default the result file to the map canvas 2014-08-21 14:05:42 +02:00
DelazJ
f0a22fba53 Add by default the result file to the map canvas 2014-08-21 14:01:20 +02:00
DelazJ
2e610bcf4a Add by default the result file to the map canvas 2014-08-21 13:59:52 +02:00
DelazJ
720f2de747 Add by default the result file to the map canvas 2014-08-21 13:53:25 +02:00
DelazJ
de91ea08e3 Add by default the result file to the map canvas 2014-08-21 13:52:31 +02:00
DelazJ
b29af4005b Add by default the result file to the map canvas 2014-08-21 13:51:06 +02:00
DelazJ
580dd9433f Add by default the result file to the map canvas 2014-08-21 13:49:24 +02:00
DelazJ
db34678abc Add by default the result file to the map 2014-08-21 13:47:15 +02:00
DelazJ
7464a4c044 Update frmEliminate.ui 2014-08-21 13:37:25 +02:00
DelazJ
0bfd5fbf64 Default srid value to use in new geom column : 0 2014-08-21 13:09:34 +02:00
DelazJ
57c901712a Default srid value to 0 in new table geom column 2014-08-21 13:07:07 +02:00
DelazJ
8164f4b253 set default srid value to 0 in new geom column 2014-08-21 13:05:47 +02:00
Juergen E. Fischer
907ce69306 indentation update 2014-08-17 09:24:22 +02:00
Sylvain Maillard
76c1bb5311 fix typos: extra spaces 2014-08-14 14:54:38 +02:00
volaya
8a2f1505d5 [processing] renamed Input and Output classes in modeler, to avoid confusion 2014-08-14 10:58:53 +02:00
volaya
e02f0040d6 [processing] fixed saga supervised classification when using saga 208 2014-08-14 10:58:52 +02:00
volaya
dab96382e6 [processing] allow definition of vector fields with plain names and types 2014-08-14 10:58:51 +02:00
Alexander Bruy
24e89a4712 [processing] don't warn about different CRS's if algorithm has only one
input (fix #10964)
2014-08-06 15:57:16 +03:00
Alexander Bruy
03d6425038 follow up 4fb28987ba 2014-08-06 14:59:35 +03:00
Alexander Bruy
4fb28987ba [processing] convert strings to numbers when initializing parameters
from description file (fix #11011)
2014-08-06 14:26:27 +03:00
Alexander Bruy
16e82f0080 [processing] fix loading of output rasters with wrong CRS 2014-08-01 08:29:56 +03:00
Alexander Bruy
2d835fbae0 [processing] replace str() with unicode() to avoid possible issues with
non-ASCII characters (work in progress)
2014-08-01 08:29:55 +03:00
volaya
2b0a53bdb7 [processing] fixed fileFilter for file outputs 2014-07-23 01:19:55 +02:00
volaya
dc968ce764 [processing] made xgrids parameter in raster calculator optional 2014-07-23 01:19:54 +02:00
volaya
ad2d9440e4 [processin] fixed extent checking in saga algorithm 2014-07-23 01:19:54 +02:00
volaya
8e60f49f9e [processing] fixed issues when loading parameters 2014-07-23 01:19:53 +02:00
volaya
f6bf4f19db [processing] improved SAGA multiple extents detection 2014-07-23 01:19:52 +02:00
volaya
f2701cb103 [processing] fixed SAGA description 2014-07-23 01:19:51 +02:00
volaya
fb142dff65 [processing] fixed some GRASS descriptions 2014-07-23 01:19:50 +02:00