[QGIS Commit] [qgis/QGIS] ed5f77: There is an indentation error in the Dissolve.py s...

GitHub noreply at github.com
Thu Mar 13 02:06:45 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: ed5f7781baf51f22405b0096f5dfbe2c469feef1
      https://github.com/qgis/QGIS/commit/ed5f7781baf51f22405b0096f5dfbe2c469feef1
  Author: unknown <ajph at UOS-204986.soton.ac.uk>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M python/plugins/processing/algs/ftools/Dissolve.py

  Log Message:
  -----------
  There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.

I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.


  Commit: e5597e26aa6173ca19683b1caece3ba754f59e2f
      https://github.com/qgis/QGIS/commit/e5597e26aa6173ca19683b1caece3ba754f59e2f
  Author: alexbruy <alexander.bruy at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M python/plugins/processing/algs/ftools/Dissolve.py

  Log Message:
  -----------
  Merge pull request #1236 from aharfoot/master

fix identation in Processing Dissolve tool (fix #9764)
add polylines support


Compare: https://github.com/qgis/QGIS/compare/551648f3a621...e5597e26aa61


More information about the QGIS-commit mailing list