We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5e765c9 commit da6848dCopy full SHA for da6848d
src/core/qgspointlocator.h
@@ -184,7 +184,7 @@ class CORE_EXPORT QgsPointLocator : public QObject
184
//! Find nearest vertex to the specified point - up to distance specified by tolerance
185
//! Optional filter may discard unwanted matches.
186
Match nearestVertex( const QgsPoint& point, double tolerance, MatchFilter* filter = nullptr );
187
- //! Find nearest edges to the specified point - up to distance specified by tolerance
+ //! Find nearest edge to the specified point - up to distance specified by tolerance
188
189
Match nearestEdge( const QgsPoint& point, double tolerance, MatchFilter* filter = nullptr );
190
//! Find edges within a specified recangle
0 commit comments