Changeset 3623 for TI05-delivery/ows_framework
- Timestamp:
- 17/03/08 12:03:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/branches/ows_framework-refactor/ows_common/ows_common/service/imps/wms_csmllayer.py
r3622 r3623 57 57 """ 58 58 fileoruri=kwargs['fileoruri'] 59 #print config['tmpfilebuffer']60 59 61 60 #TODO - handle file paths/directories URIs in config … … 207 206 208 207 """ 209 cmap= cm.gist_rainbow_r # renderOpts is hook for colourmap.208 cmap=eval(config['colourmap']) # renderOpts is hook for colourmap, for now use config 210 209 grid=Grid(self.layer, self._netcdf, bbox, width, height) 211 210 #how to handle varmin,varmax? ..read array?
Note: See TracChangeset
for help on using the changeset viewer.