https://github.com/JeffHeard/ga_ows
http://geoanalytics.renci.org/uncategorized/ogc-wfs-for-django-released-on-github/

It's not feature complete yet by any means, but it is quite usable.  There
is also an implementation of WMS included, but it is currently undocumented
as I clean up that code and make it similar to my more recently implemented
WFS.  This package is a reusable app that will allow you to expose any
GeoDjango model as a Web Feature Service.

Supported formats for output are currently anything that is supported by a
single-file format in OGR.  Shapefiles are not yet supported for output but
will be soon.

Also, you can adapt WFS to any python object (including other ORMs) by
deriving from WFSAdapter.

-- Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to