diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-06-27 01:10:07 +0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-26 15:10:27 -0400 |
| commit | 812b24e98e7d88feef9f5a1c3ccbaf7ac30c9b94 (patch) | |
| tree | 9d90b43ad73352a86385512ea8f942d7237b1da2 /docs | |
| parent | 7765d3ba9b02d612f7c466f5ca0ea8fba1405372 (diff) | |
[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.
Backport of 964e490847011ed7beb1639f35d62b210f1f5dda from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 42a131437a..35c19d5404 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -657,9 +657,10 @@ __ http://spatialreference.org/ref/epsg/32140/ Lazy Geometries --------------- GeoDjango loads geometries in a standardized textual representation. When the -geometry field is first accessed, GeoDjango creates a `GEOS geometry object -<ref-geos>`, exposing powerful functionality, such as serialization properties -for popular geospatial formats:: +geometry field is first accessed, GeoDjango creates a +:class:`~django.contrib.gis.geos.GEOSGeometry` object, exposing powerful +functionality, such as serialization properties for popular geospatial +formats:: >>> sm = WorldBorder.objects.get(name='San Marino') >>> sm.mpoly |
