Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed handling of tolerance for projected layers (#1634).
Patch contributed by Richard Kostecky. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10555 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
73 additions
and 27 deletions.
- +8 −9 python/core/qgstolerance.sip
- +1 −1 src/app/qgsmaptoolmovefeature.cpp
- +1 −1 src/core/qgssnapper.cpp
- +46 −5 src/core/qgstolerance.cpp
- +15 −9 src/core/qgstolerance.h
- +2 −2 src/gui/qgsmapcanvassnapper.cpp