diff --git a/python/core/auto_generated/qgsspatialindexkdbush.sip.in b/python/core/auto_generated/qgsspatialindexkdbush.sip.in index ae7fc231f5a..1bb4d6b867a 100644 --- a/python/core/auto_generated/qgsspatialindexkdbush.sip.in +++ b/python/core/auto_generated/qgsspatialindexkdbush.sip.in @@ -22,9 +22,7 @@ Compared to QgsSpatialIndex, this index: - is static (features cannot be added or removed from the index after construction) - is much faster! - allows direct retrieval of the original feature's points, without requiring additional feature requests -- supports true "distance based" searches, i.e. return all points within a radius - -from a search point +- supports true "distance based" searches, i.e. return all points within a radius from a search point QgsSpatialIndexKDBush objects are implicitly shared and can be inexpensively copied. diff --git a/src/core/qgsspatialindexkdbush.h b/src/core/qgsspatialindexkdbush.h index 2bb9c0e028c..d43a7a772b6 100644 --- a/src/core/qgsspatialindexkdbush.h +++ b/src/core/qgsspatialindexkdbush.h @@ -43,9 +43,7 @@ class QgsRectangle; * - is static (features cannot be added or removed from the index after construction) * - is much faster! * - allows direct retrieval of the original feature's points, without requiring additional feature requests - * - supports true "distance based" searches, i.e. return all points within a radius - * - * from a search point + * - supports true "distance based" searches, i.e. return all points within a radius from a search point * * QgsSpatialIndexKDBush objects are implicitly shared and can be inexpensively copied. *