Changes between Version 116 and Version 117 of GeoDjango
- Timestamp:
- Aug 5, 2008, 1:21:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v116 v117 35 35 === Milestones === 36 36 Significant !GeoDjango changesets are mentioned below: 37 * r8219: Merged the `gis` branch into trunk. 37 38 * r7980: Merged in `newforms-admin` changesets from trunk, added geographic support for the admin. 38 39 * r7641: Refactor of the `GeoQuerySet`; added many new features from the PostGIS API. … … 88 89 * Place your questions '''here'''. 89 90 * '''Q:''' When will geodjango be merged into trunk? 91 * The branch was merged into trunk on August 5th, 2008 in r8219. 90 92 * '''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.) 91 93 * My (JDunck) reading indicates yes. Given the same coordinate system (i.e. datum, origin, and axes), degrees are useful without conversion.