1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

gis: Committed todo notes.

git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@5382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jeremy Dunck 2007-05-29 14:12:37 +00:00
parent f84bb1b18f
commit 3a618c7824

View File

@ -5,6 +5,10 @@ from django.contrib.gis.oldforms import WKTField
from django.utils.functional import curry from django.utils.functional import curry
from django.contrib.gis.geos import GEOSGeometry, GEOSException from django.contrib.gis.geos import GEOSGeometry, GEOSException
#TODO: Flesh out widgets.
#TODO: geos operations through fields as proxy.
#TODO: pythonic usage, like "for point in zip.polygon" and "if point in polygon".
class GeometryField(Field): class GeometryField(Field):
"The base GIS field -- maps to the OpenGIS Specification Geometry type." "The base GIS field -- maps to the OpenGIS Specification Geometry type."