Fix a broken list

This commit is contained in:
Nyall Dawson 2020-06-11 10:18:17 +10:00
parent c795ddb1e9
commit 860dff9fb0
2 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -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.
*