Juergen E. Fischer
|
db1d6ab67d
|
fix ftools union
|
2013-04-04 19:31:12 +02:00 |
|
Juergen E. Fischer
|
8f25bcfd20
|
fix #7172
|
2013-02-18 00:27:30 +01:00 |
|
Juergen E. Fischer
|
d8ec492dec
|
fix #7172 and #7174
|
2013-02-17 22:21:34 +01:00 |
|
Juergen E. Fischer
|
ddaded8ebb
|
fix #7171
|
2013-02-17 11:10:48 +01:00 |
|
Juergen E. Fischer
|
76d1403ebb
|
ftools api updates
|
2013-02-07 00:31:34 +01:00 |
|
Juergen E. Fischer
|
7f7b5dd63e
|
more fTools api updates
|
2013-02-03 21:18:39 +01:00 |
|
Juergen E. Fischer
|
2a2d9444cf
|
more api updates in ftools
|
2013-02-02 17:51:02 +01:00 |
|
Juergen E. Fischer
|
2f23b1e83b
|
first take on porting ftools to vector iterator api
|
2013-02-01 01:04:21 +01:00 |
|
sanak
|
05aca2b695
|
add line layer support for dissolve function.
|
2012-11-09 20:50:12 +09:00 |
|
Alexander Bruy
|
297c8aaa33
|
fix #6530
|
2012-10-18 18:44:12 +03:00 |
|
coyotte508
|
dceefca2a8
|
Improved dissolve per field-value
|
2012-06-15 18:27:52 +02:00 |
|
Salvatore Larosa
|
df79503cae
|
fix #3549
|
2012-05-26 14:27:48 +02:00 |
|
Alexander Bruy
|
f998a44a31
|
some fixes in geoprocessing tools (hope this will fix database support)
|
2012-05-23 19:52:54 +03:00 |
|
Alexander Bruy
|
7200ea23f1
|
make Clip tool work with SpatiaLite layers (fix #4571)
|
2012-05-23 16:38:53 +03:00 |
|
Alexander Bruy
|
53cd1d44a0
|
make Dissolve tool work with SpatiaLite (addresses #4571)
|
2012-05-23 16:25:04 +03:00 |
|
Alexander Bruy
|
049f5ca83a
|
fix #5617. Patch submitted by Salvatore Larosa, thanks!
|
2012-05-22 14:22:26 +03:00 |
|
Alexander Bruy
|
a76d629f19
|
Revert last commit
This reverts commit 5cb6dd7c0b686890cffff1c0d4476dfa2dce57f9.
|
2012-05-22 14:16:10 +03:00 |
|
Alexander Bruy
|
5cb6dd7c0b
|
store geometries from GeometryCollection in list
|
2012-05-22 13:38:40 +03:00 |
|
Alexander Bruy
|
4c066e4ce2
|
partial fix for #5617 from Salvatore Larosa (slightly modified)
|
2012-05-21 21:24:14 +03:00 |
|
Juergen E. Fischer
|
c25ae5635c
|
even more font propagation
|
2012-01-26 00:54:56 +01:00 |
|
VKa
|
0498c95546
|
Fix Union tool to produce correct attribute table (fix #4567)
|
2012-01-11 14:51:57 +02:00 |
|
Alexander Bruy
|
81346a4ebe
|
remove some debug output from fTools
|
2011-12-09 17:18:04 +02:00 |
|
Alexander Bruy
|
33b7e314bc
|
[BACKPORT] Union and Symetrical difference works only on whole layer
|
2011-11-12 22:16:50 +02:00 |
|
Alexander Bruy
|
7cd2850da5
|
[BACKPORT] fix holes in Union output (fix #3581)
|
2011-11-12 22:12:56 +02:00 |
|
Alexander Bruy
|
d3fe1941fd
|
[BACKPORT] fTools: update layers lists after adding new layer to TOC (fix #4318)
|
2011-11-12 13:05:27 +02:00 |
|
Alexander Bruy
|
c1050fee68
|
[BACKPORT] remove executable flag from fTools sources
|
2011-11-12 12:57:35 +02:00 |
|
cfarmer
|
c08e1a424f
|
dummy commit to reflect changes to address #3148: writing output with conflicting field names now handled gracefully by writer (or caught ahead of time by fTools)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15385 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2011-03-08 00:09:39 +00:00 |
|
cfarmer
|
b4880375ed
|
python/plugins/fTools/tools/doJoinAttributes.py
python/plugins/fTools/tools/frmJoinAttributes.ui
python/plugins/fTools/tools/doReProject.py
python/plugins/fTools/tools/frmReProject.ui
python/plugins/fTools/ftools_help.xsl
python/plugins/fTools/doAbout.py
python/plugins/fTools/frmAbout.ui
python/plugins/fTools/__init__.py
python/plugins/fTools/CMakeLists.txt
python/plugins/fTools/fTools.py
python/plugins/fTools/ftools_help.xml
git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2011-03-07 23:29:15 +00:00 |
|
cfarmer
|
faa3eb8356
|
updates to union tool: more checks on GEOS processing; when geometry collection created, take only relevant geometries; should address #3071 (and possibly #3013); also adds ability to run almost all geoprocessing tools on almost all geometry types
git-svn-id: http://svn.osgeo.org/qgis/trunk@14537 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-11-08 23:17:19 +00:00 |
|
jef
|
d61b908071
|
fix some typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@14044 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-08-10 20:18:41 +00:00 |
|
cfarmer
|
76d2a8fd4e
|
adds spin box to choose the number of nodes to approximate a circle for the buffer tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@13729 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-06-13 22:46:00 +00:00 |
|
cfarmer
|
31817beb09
|
More specific warnings for geoprocessing tools when missing crs are detected. Addresses #2547.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13503 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-05-16 16:26:11 +00:00 |
|
jef
|
dfcc09f12d
|
fix ftools typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-05-16 11:19:13 +00:00 |
|
cfarmer
|
f4760f23bf
|
New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260, #2057, and #1986. Another great patch from alexbruy :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-05-13 22:55:59 +00:00 |
|
jef
|
832aa5f402
|
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@13401 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-04-27 00:28:53 +00:00 |
|
cfarmer
|
2949ffdc51
|
Checks for long field names and warns when this will be a problem. Patch from Alex.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13348 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-04-22 17:47:02 +00:00 |
|
cfarmer
|
ed9fd1201e
|
Restore previous version of dissolve function (previous changes should not have been commited yet.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13315 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-04-15 00:45:38 +00:00 |
|
cfarmer
|
a44c1bfefa
|
Adds validators for numeric input text edits. Patch supplied by Alexander Bruy
git-svn-id: http://svn.osgeo.org/qgis/trunk@13312 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-04-15 00:24:02 +00:00 |
|
cfarmer
|
4e23117f6c
|
Fixes error message for all Geoprocessing functions, now provides more useful information.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13040 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-03-10 19:50:09 +00:00 |
|
cfarmer
|
19e7b9fcf9
|
Union now supports all vector data types. This has not been extensively tested, and may produce odd results in some cases.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13038 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-03-10 01:21:07 +00:00 |
|
cfarmer
|
fae4a08a8c
|
Uses Qt functions to determine output file name and path correctly (all? ftools output files should now be loaded with correct layer name). Fixes #2498.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13034 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-03-09 00:52:39 +00:00 |
|
cfarmer
|
1f1d648c49
|
Fixes bug which only computed the convex hull of features within the current extent (i.e. entire extent of layer is now used: as expected). Fixes #2507.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13032 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2010-03-08 23:59:40 +00:00 |
|
jef
|
90fe58308b
|
ftools i18n update
git-svn-id: http://svn.osgeo.org/qgis/trunk@12655 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-12-31 09:57:28 +00:00 |
|
jef
|
95ca955748
|
remove tons of pyuic4, pyrcc4 generated files and create them when building (apply #1877)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11401 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-08-16 22:40:48 +00:00 |
|
cfarmer
|
ad3028bbe6
|
Additional updates to 'Clip' Geoprocessing tool: Properly fixes #1758.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11348 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-08-12 00:49:53 +00:00 |
|
cfarmer
|
b5eefa525a
|
Additional updates to 'Union' geoprocessing tool:Fixes #1865 again, this time properly! Should also fix other complaints regarding missing features in output shapefile.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11347 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-08-11 22:23:53 +00:00 |
|
cfarmer
|
724bd28ad9
|
Updates to union geoprocessing tool: Fixes ##1865; Note: Misformed geometries still an issue with some complex geometries
git-svn-id: http://svn.osgeo.org/qgis/trunk@11341 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-08-10 22:36:47 +00:00 |
|
cfarmer
|
b466b2b6a8
|
Fix clip geoprocessing function: Fixes #1758
git-svn-id: http://svn.osgeo.org/qgis/trunk@11339 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-08-10 22:13:19 +00:00 |
|
cfarmer
|
f13f45e813
|
applying patch from ticket #1714: adds option to perform geoprocessing and basic statistics functions on selected features
git-svn-id: http://svn.osgeo.org/qgis/trunk@10849 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-05-26 18:07:37 +00:00 |
|
cfarmer
|
fc199f2760
|
Fixes error with union function
git-svn-id: http://svn.osgeo.org/qgis/trunk@10420 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-03-26 17:48:06 +00:00 |
|