Kaydet (Commit) 964e4908 authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

Fixed GEOSGeometry reference in GIS tutorial.

üst c4329271
...@@ -657,9 +657,10 @@ __ http://spatialreference.org/ref/epsg/32140/ ...@@ -657,9 +657,10 @@ __ http://spatialreference.org/ref/epsg/32140/
Lazy Geometries Lazy Geometries
--------------- ---------------
GeoDjango loads geometries in a standardized textual representation. When the GeoDjango loads geometries in a standardized textual representation. When the
geometry field is first accessed, GeoDjango creates a `GEOS geometry object geometry field is first accessed, GeoDjango creates a
<ref-geos>`, exposing powerful functionality, such as serialization properties :class:`~django.contrib.gis.geos.GEOSGeometry` object, exposing powerful
for popular geospatial formats:: functionality, such as serialization properties for popular geospatial
formats::
>>> sm = WorldBorder.objects.get(name='San Marino') >>> sm = WorldBorder.objects.get(name='San Marino')
>>> sm.mpoly >>> sm.mpoly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment