Changeset 1336
- Timestamp:
- 07/13/08 14:21:44 (5 months ago)
- Files:
-
- BADataMunger/trunk/batlaspipe.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BADataMunger/trunk/batlaspipe.py
r1333 r1336 296 296 txt = "BAtlas %s %s %s" % (self.map_number, p.grid, txt) 297 297 if len(txt) > 0: 298 if 'island-group' in p.types: 299 txt = "%s Inss." % txt 300 elif 'island' in p.types: 301 txt = "%s Ins." % txt 302 elif 'river' in p.types: 303 txt = "%s fl." % txt 298 304 q = etree.SubElement(e, 'citation') 299 305 q.text = txt
