Changes between Version 24 and Version 25 of GeoDjango
- Timestamp:
- Mar 1, 2007, 8:59:50 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v24 v25 19 19 = Questions = 20 20 * 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.) 21 * My (JDunck) reading indicates yes. Given the same coordinate system (i.e. datum, origin, and axes), degrees are useful without conversion. 21 22 22 23 = Implementation =