- Timestamp:
- 18/09/07 09:53:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/controllers/csml_wcs.py
r2864 r2889 118 118 csmlbbox=c.dataset.getCSMLBoundingBox() 119 119 bbox=csmlbbox.getBox() 120 crslist=['ndgcrs1', 'ndgcrs2'] #TODO, get these crs from the csml features 120 #crs= csmlbbox.getCRSName() 121 crs=feature.getNativeCRS() 122 crslist=[crs] #TODO, get these crs from the csml features 121 123 return WcsDatasetSummary(identifier=feature.id, 122 124 titles=cvgTitle,
Note: See TracChangeset
for help on using the changeset viewer.