- Timestamp:
- 19/05/09 16:44:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MILK/trunk/milk_server/milk_server/models/DiscoveryState.py
r5306 r5314 84 84 if c: 85 85 c += ', ' 86 86 87 c += 'Bounding box: ' 87 88 if bbox is None or bbox==['90.0','-180.0','180.0','-90.0']: … … 91 92 c+='%s latitude %s to %sN and longitude %s to %sE' \ 92 93 %(overlaps,bbox[3],bbox[0],bbox[1],bbox[2]) 93 if self.values['scope']: 94 95 if self.values['scope']: 96 if c: 97 c += ', ' 94 98 c += 'Scope: %s'%self.values['scope'] 95 99 if self.values['textTarget']: 100 if c: 101 c += ', ' 96 102 c += 'Target: %s'%self.values['textTarget'] 97 103 return c
Note: See TracChangeset
for help on using the changeset viewer.