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:
parent
f84bb1b18f
commit
3a618c7824
@ -5,6 +5,10 @@ from django.contrib.gis.oldforms import WKTField
|
||||
from django.utils.functional import curry
|
||||
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):
|
||||
"The base GIS field -- maps to the OpenGIS Specification Geometry type."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user