diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:41:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:41:36 -0400 |
commit | 0ea80b42f54210163c339772f1365e35f39da71c (patch) | |
tree | bac596cb412539574bca61654d1f74e4d659dd45 /gis/libspatialindex | |
parent | 49f0d97ca2c5df9c9ee2468d50fd0cec7e92c399 (diff) |
gis/libspatialindex: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis/libspatialindex')
-rw-r--r-- | gis/libspatialindex/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gis/libspatialindex/README b/gis/libspatialindex/README index f5c891e73a65..d120164e2d41 100644 --- a/gis/libspatialindex/README +++ b/gis/libspatialindex/README @@ -1,6 +1,6 @@ -libspatialindex provides an extensible framework that support robust spatial -indexing methods and sophisticated spatial queries. Main features are: -generic main memory and disk based storage managers, R*-tree index (also -supports linear and quadratic splitting), MVR-tree index (a.k.a. PPR-tree), -TPR-tree index, advanced query capabilities, using Strategy and Visitor -patterns, STR packing / bulk loading etc. +libspatialindex provides an extensible framework that support robust +spatial indexing methods and sophisticated spatial queries. Main +features are: generic main memory and disk based storage managers, +R*-tree index (also supports linear and quadratic splitting), MVR-tree +index (a.k.a. PPR-tree), TPR-tree index, advanced query capabilities, +using Strategy and Visitor patterns, STR packing / bulk loading etc. |