Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a broken list
  • Loading branch information
nyalldawson committed Jun 11, 2020
1 parent c795ddb commit 860dff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions python/core/auto_generated/qgsspatialindexkdbush.sip.in
Expand Up @@ -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.

Expand Down
4 changes: 1 addition & 3 deletions src/core/qgsspatialindexkdbush.h
Expand Up @@ -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.
*
Expand Down

0 comments on commit 860dff9

Please sign in to comment.