diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-08-09 18:46:14 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-08-09 18:48:57 +0200 |
| commit | 246e516f29b155bb9eec4907f5fad7e1655e1173 (patch) | |
| tree | 15d262a0521e17f2eb0cef08bad5b87cced679ec /docs/ref | |
| parent | 630613d7194007004c9b62cf614caad2492d0ad7 (diff) | |
[1.10.x] Unified SpatiaLite spelling
Backport of ade681b9ad2a97833cd3f06530fba01e51250b32 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 10 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/spatialite.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/model-api.txt | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 1c9d13df85..7d2bcbdd6e 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -1329,7 +1329,7 @@ Example:: .. class:: Collect(geo_field) -*Availability*: PostGIS, Spatialite +*Availability*: PostGIS, SpatiaLite Returns a ``GEOMETRYCOLLECTION`` or a ``MULTI`` geometry object from the geometry column. This is analogous to a simplified version of the :class:`Union` @@ -1342,7 +1342,7 @@ not caring about dissolving boundaries. .. class:: Extent(geo_field) -*Availability*: PostGIS, Oracle, Spatialite +*Availability*: PostGIS, Oracle, SpatiaLite Returns the extent of all ``geo_field`` in the ``QuerySet`` as a four-tuple, comprising the lower left coordinate and the upper right coordinate. diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index e919467bf1..b9d409d004 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -33,11 +33,11 @@ totally fine with GeoDjango. Your mileage may vary. PostGIS 2.0.0 2012-04-03 PostGIS 2.1.0 2013-08-17 PostGIS 2.2.0 2015-10-17 - Spatialite 3.0.0 2011-12-30 - Spatialite 4.0.0 2012-11-25 - Spatialite 4.1.0 2013-06-04 - Spatialite 4.2.0 2014-07-25 - Spatialite 4.3.0 2015-09-07 + SpatiaLite 3.0.0 2011-12-30 + SpatiaLite 4.0.0 2012-11-25 + SpatiaLite 4.1.0 2013-06-04 + SpatiaLite 4.2.0 2014-07-25 + SpatiaLite 4.3.0 2015-09-07 .. admonition:: Install GDAL diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt index 13735d6d43..dd1dc5dddb 100644 --- a/docs/ref/contrib/gis/install/spatialite.txt +++ b/docs/ref/contrib/gis/install/spatialite.txt @@ -1,11 +1,11 @@ ===================== -Installing Spatialite +Installing SpatiaLite ===================== `SpatiaLite`__ adds spatial support to SQLite, turning it into a full-featured spatial database. -First, check if you can install Spatialite from system packages or binaries. +First, check if you can install SpatiaLite from system packages or binaries. For example, on Debian-based distributions, try to install the ``spatialite-bin`` package. For distributions that package SpatiaLite 4.2+, diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt index f795ea7c20..18f8313300 100644 --- a/docs/ref/contrib/gis/model-api.txt +++ b/docs/ref/contrib/gis/model-api.txt @@ -122,7 +122,7 @@ a flat surface is a straight line, the shortest path between two points on a cur surface (such as the earth) is an *arc* of a `great circle`__. [#fnthematic]_ Thus, additional computation is required to obtain distances in planar units (e.g., kilometers and miles). Using a geographic coordinate system may introduce -complications for the developer later on. For example, Spatialite does not have +complications for the developer later on. For example, SpatiaLite does not have the capability to perform distance calculations between geometries using geographic coordinate systems, e.g. constructing a query to find all points within 5 miles of a county boundary stored as WGS84. |
