diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-04-12 20:59:56 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-04-12 21:01:52 +0200 |
| commit | 991ce52bc872f827de8e7b5b441e2dfa2185bfd2 (patch) | |
| tree | b80ed39d5d0cdddc8dd83c6685e0b2c5fc4e9771 | |
| parent | abdcf818431525ec1c1165b9351cc16c5c5fa1c6 (diff) | |
[1.5.x] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5
Thanks burton449geo at gmail.com for the report.
Backport of d58e985aa from master.
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 66afc3d377..97217e3c38 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -949,6 +949,9 @@ __ http://geohash.org/ *Availability*: PostGIS, SpatiaLite +.. versionchanged:: 1.5 + ``geojson`` support for Spatialite > 3.0 has been added. + Attaches a ``geojson`` attribute to every model in the queryset that contains the `GeoJSON`__ representation of the geometry. |
