Changeset 2771
- Timestamp:
- 07/08/07 12:59:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/controllers/discovery.py
r2770 r2771 80 80 # default form has a global bounding box 81 81 bbox=[self.inputs['bboxN'],self.inputs['bboxS'],self.inputs['bboxW'],self.inputs['bboxE']] 82 print 'Input bounding box',bbox82 83 83 self.__checkbox(bbox) 84 84 if self.message!='': … … 213 213 c.source=['All'] 214 214 #constraints 215 print searchConstraints 216 print searchConstraints['bbox'] 215 217 216 if searchConstraints is not None: 218 217 if searchConstraints['dateRange'] is not None: … … 244 243 def __checkdates(self,dateRange): 245 244 ''' Check input dates for sanity ''' 246 print 'dr',dateRange245 247 246 if not ValidDate(dateRange[0])*ValidDate(dateRange[1]): 248 247 self.message='Input dates are not valid [%s]'%dateRange
Note: See TracChangeset
for help on using the changeset viewer.