Changes between Version 116 and Version 117 of GeoDjango


Ignore:
Timestamp:
Aug 5, 2008, 1:21:46 PM (16 years ago)
Author:
jbronn
Comment:

Added notes about merge into trunk.

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v116 v117  
    3535=== Milestones ===
    3636Significant !GeoDjango changesets are mentioned below:
     37 * r8219: Merged the `gis` branch into trunk.
    3738 * r7980: Merged in `newforms-admin` changesets from trunk, added geographic support for the admin.
    3839 * r7641: Refactor of the `GeoQuerySet`; added many new features from the PostGIS API.
     
    8889 * Place your questions '''here'''.
    8990 * '''Q:''' When will geodjango be merged into trunk?
     91   * The branch was merged into trunk on August 5th, 2008 in r8219.
    9092 * '''Q:''' When dealing with points (say, degrees) from, do they need to be converted to be useful on the back-end data, assuming -that- data is in degrees?  Is it enough to have the same datum and origin?  (Reading the intro above is likely to answer the question.)
    9193   * My (JDunck) reading indicates yes.  Given the same coordinate system (i.e. datum, origin, and axes), degrees are useful without conversion.
Back to Top