~flavour/sahana-eden/trunk

« back to all changes in this revision

Viewing changes to models/survey.py

  • Committer: Fran Boon
  • Date: 2012-01-19 16:25:33 UTC
  • mfrom: (2124.5.58 eden)
  • Revision ID: fran@aidiq.com-20120119162533-qrhhj3rybexj9set
merge Graeme: Survey supports PMI & new Colours in chart

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                    if loc in hierarchyElements:
217
217
                        name = hierarchyElements[loc]
218
218
                    else:
219
 
                        name = backupName
 
219
                        continue
220
220
                    code = "STD-%s" % loc
221
221
                    if loc == "Lat" or loc == "Lon":
222
222
                        type = "Numeric"