/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/proj.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/proj.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1859 by bh, Tue Oct 14 15:21:03 2003 UTC revision 1860 by jan, Fri Oct 24 16:01:39 2003 UTC
# Line 104  class Projection(BaseProjection): Line 104  class Projection(BaseProjection):
104          return self.params          return self.params
105    
106      def GetProjectedUnits(self):      def GetProjectedUnits(self):
107          if self.GetParameter("proj") == "latlong":          if self.GetParameter("proj") in [ 'latlong', 'longlat' ]:
108              return PROJ_UNITS_DEGREES              return PROJ_UNITS_DEGREES
109          else:          else:
110              return PROJ_UNITS_METERS              return PROJ_UNITS_METERS

Legend:
Removed from v.1859  
changed lines
  Added in v.1860

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26