Changes between Version 38 and Version 39 of GeoDjango
- Timestamp:
- Mar 23, 2007, 1:09:04 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v38 v39 38 38 39 39 == Phase 1 == 40 * Create Geometry-enabled fields and manager. Status: complete (not yet in SVN).41 * Allow for Geometry-enabled queries. Status: complete (not yet in SVN).40 * Create Geometry-enabled fields and manager. Status: complete as of r4788. 41 * Allow for Geometry-enabled queries. Status: complete as of r4788. 42 42 * Here is an example of how the model API currently works (assume this example is in geo_app/models.py): 43 43 {{{ … … 97 97 = Installation = 98 98 Installation of the GeoDjango module will also require the installation of existing open source geographic libraries and a spatial database (currently only PostGIS). This section will describe the installation process for these libraries. Initially, these instructions will pertain only to a Linux platform (particularly Debian or Ubuntu). Mac & Windows support will be considered later; however, these instructions will most likely work through the Mac shell. Don't hold your breath for Windows support. 99 == Django == 100 * GeoDjango exists in the {{{gis}}} branch from SVN: 101 {{{ 102 $ svn co http://code.djangoproject.com/svn/django/branches/gis django_gis 103 $ ln -s django_gis /path/to/site-packages/django 104 }}} 105 99 106 == GEOS == 100 107 * Latest GEOS version is 3.0.0RC4 … … 144 151 # make install 145 152 }}} 146 * ''Note'': This is done without the 'next generation' SWIG Python bindings. I've had trouble getting them to work, and the rumor is this only works on Windows. The compilation flag to enable these is --with-ngpython, but our packages currently only use the old bindings.153 * ''Note'': This is done without the 'next generation' SWIG Python bindings. I've had trouble getting them to work, and the rumor is this only works on Windows. The compilation flag to enable these is {{{--with-ngpython}}}, but our packages currently only use the old bindings.