diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-10-11 12:06:05 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-10-12 21:51:08 +0200 |
| commit | 15359f1fe9b032311fbb0e9bb2d1bb7c86ea855c (patch) | |
| tree | a266f121163dddb558b32894c62a8d35dcdc2124 | |
| parent | ae2250507d4f04630c920112fd4c0274a0702f4d (diff) | |
Added precision about GeoJSON field outputs
Backport of 533c10998 from master.
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 557e146eef..6cb467d615 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -282,7 +282,9 @@ that are a part of this geometry. .. attribute:: GEOSGeometry.json -Returns the GeoJSON representation of the geometry. +Returns the GeoJSON representation of the geometry. Note that the result is not +a complete GeoJSON structure but only the ``geometry`` key content of a +GeoJSON structure. See also :doc:`/ref/contrib/gis/serializers`. .. note:: |
