[QGIS Commit] [qgis/QGIS] 02822d: [processing]Fix "float division by zero" in polygo...

GitHub noreply at github.com
Tue Mar 25 02:06:54 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 02822d4945ac572e09913d8c34828d3349c657b3
      https://github.com/qgis/QGIS/commit/02822d4945ac572e09913d8c34828d3349c657b3
  Author: Piotr Pociask <opengis84 at gmail.com>
  Date:   2014-02-08 (Sat, 08 Feb 2014)

  Changed paths:
    M python/plugins/processing/algs/Polygonize.py

  Log Message:
  -----------
  [processing]Fix "float division by zero" in polygonize algorithm if no
polygons were created.
For shapely 1.2.16+ and GEOS 3.2+ unary_union will be used for noding
lines - union method sometimes failed to create properly noded polyline.


  Commit: 19da71cca06efcd56aee64c433e28d9dfbfe067a
      https://github.com/qgis/QGIS/commit/19da71cca06efcd56aee64c433e28d9dfbfe067a
  Author: volaya <volayaf at gmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M python/plugins/processing/algs/Polygonize.py

  Log Message:
  -----------
  Merge pull request #1149 from p0cisk/master

[processing]Fix "float division by zero" in polygonize algorithm if no


Compare: https://github.com/qgis/QGIS/compare/db235c896fc6...19da71cca06e


More information about the QGIS-commit mailing list