Skip to content

Commit 812b24e

Browse files
sir-sigurdtimgraham
authored andcommitted
[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.
Backport of 964e490 from master
1 parent 7765d3b commit 812b24e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/ref/contrib/gis/tutorial.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,10 @@ __ http://spatialreference.org/ref/epsg/32140/
657657
Lazy Geometries
658658
---------------
659659
GeoDjango loads geometries in a standardized textual representation. When the
660-
geometry field is first accessed, GeoDjango creates a `GEOS geometry object
661-
<ref-geos>`, exposing powerful functionality, such as serialization properties
662-
for popular geospatial formats::
660+
geometry field is first accessed, GeoDjango creates a
661+
:class:`~django.contrib.gis.geos.GEOSGeometry` object, exposing powerful
662+
functionality, such as serialization properties for popular geospatial
663+
formats::
663664

664665
>>> sm = WorldBorder.objects.get(name='San Marino')
665666
>>> sm.mpoly

0 commit comments

Comments
 (0)