Changeset 8077 for django/branches/gis/django/contrib/gis/measure.py
- Timestamp:
- 07/25/08 20:03:24 (4 months ago)
- Files:
-
- django/branches/gis/django/contrib/gis/measure.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis/django/contrib/gis/measure.py
r7641 r8077 31 31 and conversions. 32 32 33 Author : Robert Coup, Justin Bronn33 Authors: Robert Coup, Justin Bronn 34 34 35 35 Inspired by GeoPy (http://exogen.case.edu/projects/geopy/) … … 102 102 'gold_coast_ft' : 0.304799710181508, 103 103 'indian_yd' : 0.914398530744, 104 'in ' : 0.0254,104 'inch' : 0.0254, 105 105 'km': 1000.0, 106 106 'link' : 0.201168, … … 123 123 'centimeter' : 'cm', 124 124 'foot' : 'ft', 125 'inches' : 'in ',125 'inches' : 'inch', 126 126 'kilometer' : 'km', 127 127 'kilometre' : 'km',
