[QGIS Commit] [qgis/QGIS] 643e59: copy/paste: try to convert geometries

GitHub noreply at github.com
Mon Mar 3 00:38:31 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 643e59a23d15172089df573f154f0d9b792e8361
      https://github.com/qgis/QGIS/commit/643e59a23d15172089df573f154f0d9b792e8361
  Author: Denis Rouzaud <denis.rouzaud at gmail.com>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M python/core/qgsgeometry.sip
    M src/app/qgisapp.cpp
    M src/core/qgsgeometry.cpp
    M src/core/qgsgeometry.h

  Log Message:
  -----------
  copy/paste: try to convert geometries


  Commit: f538c8bd182c8d3f7b51f5b16e3ad733948ff9cf
      https://github.com/qgis/QGIS/commit/f538c8bd182c8d3f7b51f5b16e3ad733948ff9cf
  Author: Denis Rouzaud <denis.rouzaud at gmail.com>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M tests/src/python/test_qgsgeometry.py

  Log Message:
  -----------
  added test for QgsGeometry::convertToType


  Commit: 1d8faf2021378b0e32a10bf6063ecad6551ea1c3
      https://github.com/qgis/QGIS/commit/1d8faf2021378b0e32a10bf6063ecad6551ea1c3
  Author: Denis Rouzaud <denis.rouzaud at gmail.com>
  Date:   2014-03-02 (Sun, 02 Mar 2014)

  Changed paths:
    M src/core/qgsgeometry.cpp
    M tests/src/python/test_qgsgeometry.py

  Log Message:
  -----------
  do not convert multiline to multipolygon if one of the part failed, also consider case of 3 vertices line with first and last vertex identical


  Commit: 9c5c0650b190fe5373bf18b7339ec963df3bbfe7
      https://github.com/qgis/QGIS/commit/9c5c0650b190fe5373bf18b7339ec963df3bbfe7
  Author: Denis Rouzaud <denis.rouzaud at gmail.com>
  Date:   2014-03-03 (Mon, 03 Mar 2014)

  Changed paths:
    M src/app/qgisapp.cpp

  Log Message:
  -----------
  copy/paste: do not transform if layer has unknown geometry


  Commit: 2f2d6ac95b052bb490c47ba53eb327c96176eed1
      https://github.com/qgis/QGIS/commit/2f2d6ac95b052bb490c47ba53eb327c96176eed1
  Author: Jürgen Fischer <jef at norbit.de>
  Date:   2014-03-03 (Mon, 03 Mar 2014)

  Changed paths:
    M python/core/qgsgeometry.sip
    M src/app/qgisapp.cpp
    M src/core/qgsgeometry.cpp
    M src/core/qgsgeometry.h
    M tests/src/python/test_qgsgeometry.py

  Log Message:
  -----------
  Merge pull request #1120 from 3nids/pasteconvertgeom

copy/paste: try to convert geometries (fixes #3604)


Compare: https://github.com/qgis/QGIS/compare/bb7cd4053a9a...2f2d6ac95b05


More information about the QGIS-commit mailing list