We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7765d3b commit 812b24eCopy full SHA for 812b24e
docs/ref/contrib/gis/tutorial.txt
@@ -657,9 +657,10 @@ __ http://spatialreference.org/ref/epsg/32140/
657
Lazy Geometries
658
---------------
659
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::
+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
663
+formats::
664
665
>>> sm = WorldBorder.objects.get(name='San Marino')
666
>>> sm.mpoly
0 commit comments