A simple demo using GeoDjango, vectorformats, and OpenLayers to do simple editing of PostGIS tables on a webserver.
To setup:
- Install GeoDjango
- Install vectorformats (easy_install vectorformats)
- git clone https://github.com/crschmidt/olhttp.git
- cd olhttp
- python manage.py syncdb
- python manage.py runserver
- Go to http://localhost:8000/ui/
You can sketch, edit, and save to your heart's content.
UI is easily configurable for more/different layers, using LAYER_CONFIG in javascript and MODELS in main/views.py.