[QGIS Commit] [qgis/Quantum-GIS] b870b5: node tool fixes:
GitHub
noreply at github.com
Tue May 29 13:13:22 PDT 2012
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: b870b556836c5a74fbc5d960e5f1f11d9fe20966
https://github.com/qgis/Quantum-GIS/commit/b870b556836c5a74fbc5d960e5f1f11d9fe20966
Author: Juergen E. Fischer <jef at norbit.de>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M src/app/nodetool/qgsmaptoolnodetool.cpp
M src/app/nodetool/qgsmaptoolnodetool.h
M src/core/qgis.h
M src/core/qgsgeometry.cpp
M src/core/qgsgeometry.h
M src/core/qgsmaplayer.cpp
M src/core/qgsmaplayer.h
M src/core/qgspoint.cpp
M src/core/qgspoint.h
M src/core/qgsvectorlayer.cpp
M src/gui/qgsprojectionselector.h
Log Message:
-----------
node tool fixes:
- fix OTFR support (fixes #5327.16)
- smaller snap tolerance for geographic CRSs (fixes #5661)
- use different snapping epsilons in QgsVectorLayer::snapToGeometry() for
layers with geographic and projected crs.
- [API] enhancements (to fix #5661):
* QgsGeometry::closestSegmentWithContext: allow passing of segment snapping
epsilon
* QgsPoint::sqrDistToSegment: allow assing of segment snapping epsilon
* QgsMapLayer::crs() add "const"
More information about the QGIS-commit
mailing list