# HG changeset patch # User jbe # Date 1474738481 -7200 # Node ID 42d0e73f7d5829b83063b36a03c1c2c49b1926a7 # Parent bdbec73dc8fff92205566f625021d0c28ef17b5a Replaced word "geometric" with word "geographic" in README diff -r bdbec73dc8ff -r 42d0e73f7d58 README.html --- a/README.html Sat Sep 24 14:42:22 2016 +0200 +++ b/README.html Sat Sep 24 19:34:41 2016 +0200 @@ -6,8 +6,8 @@ for the WGS-84 spheroid.

While many other spatial databases still use imprecise bounding boxes for many -operations, pgLatLon aims to support more precise geometric calculations for -all implemented operators. Efficient indexing of geometric objects is provided +operations, pgLatLon aims to support more precise geographic calculations for +all implemented operators. Efficient indexing of geographic objects is provided using space-filling fractal curves. Optimizations on bit level (including logarithmic compression) allow for a highly memory-efficient non-overlapping index suitable for huge datasets.

diff -r bdbec73dc8ff -r 42d0e73f7d58 README.mkd --- a/README.mkd Sat Sep 24 14:42:22 2016 +0200 +++ b/README.mkd Sat Sep 24 19:34:41 2016 +0200 @@ -6,8 +6,8 @@ for the WGS-84 spheroid. While many other spatial databases still use imprecise bounding boxes for many -operations, pgLatLon aims to support more precise geometric calculations for -all implemented operators. Efficient indexing of geometric objects is provided +operations, pgLatLon aims to support more precise geographic calculations for +all implemented operators. Efficient indexing of geographic objects is provided using space-filling fractal curves. Optimizations on bit level (including logarithmic compression) allow for a highly memory-efficient non-overlapping index suitable for huge datasets.