Changeset 1006 for ZCO/branches/zco3

Show
Ignore:
Timestamp:
10/14/07 08:03:07 (2 years ago)
Author:
dokai
Message:

Made decimal degrees the default unit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ZCO/branches/zco3/src/zco/interfaces.py

    r992 r1006  
    271271        title=_("Map units"), 
    272272        description=_("The map units."), 
    273         default=u"METERS", 
     273        default=u"DD", 
    274274        required=True, 
    275275        vocabulary=u"mapunits")