[QGIS Commit] [qgis/Quantum-GIS] f6d2d8: Return minimal QgsRectangle as boundingBox if geom...

GitHub noreply at github.com
Tue Aug 6 18:17:05 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: f6d2d8a5765b2ec4299ae347c954149a942620b0
      https://github.com/qgis/Quantum-GIS/commit/f6d2d8a5765b2ec4299ae347c954149a942620b0
  Author: nyalldawson <nyall.dawson at gmail.com>
  Date:   2013-08-04 (Sun, 04 Aug 2013)

  Changed paths:
    M src/core/qgsgeometry.cpp

  Log Message:
  -----------
  Return minimal QgsRectangle as boundingBox if geometry not available, since QgsRectangle(0,0,0,0) may be a valid bounding box for some geometries


  Commit: 7608faf6cbcd20e09c34f5953df9158380fd6c81
      https://github.com/qgis/Quantum-GIS/commit/7608faf6cbcd20e09c34f5953df9158380fd6c81
  Author: nyalldawson <nyall.dawson at gmail.com>
  Date:   2013-08-04 (Sun, 04 Aug 2013)

  Changed paths:
    M src/core/qgsvectorlayer.cpp

  Log Message:
  -----------
  Skip missing geometries when calculating extent (fixes #8192, #8194)


  Commit: 6149b3a6fa15c0a5cd497c53269bd0f756c837e6
      https://github.com/qgis/Quantum-GIS/commit/6149b3a6fa15c0a5cd497c53269bd0f756c837e6
  Author: Nyall Dawson <nyall.dawson at gmail.com>
  Date:   2013-08-06 (Tue, 06 Aug 2013)

  Changed paths:
    M src/core/qgsgeometry.cpp
    M src/core/qgsvectorlayer.cpp

  Log Message:
  -----------
  Merge pull request #789 from nyalldawson/bug8192

Fix bounding box calculation for features with NULL geometry (fixes #8192, #8194)


Compare: https://github.com/qgis/Quantum-GIS/compare/020ed2c5379f...6149b3a6fa15


More information about the QGIS-commit mailing list