Changeset 3574 for TI05-delivery/ows_framework
- Timestamp:
- 10/03/08 16:52:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/branches/ows_framework-refactor/ows_common/ows_common/pylons/wms_controller.py
r3573 r3574 78 78 ows_controller.addOperation('GetContext') 79 79 ows_controller.addOperation('GetLegend', 80 formats= self._pilImageFormats.keys())80 formats='image/png') 81 81 ows_controller.addOperation('GetInfo') 82 82 log.debug('Loading capabilities contents') … … 107 107 # Stuff that should go in the capabilities tree eventually 108 108 ds.legendSize = layer.legendSize 109 ds.legendFormats = self._pilImageFormats.keys()109 ds.legendFormats = 'image/png' 110 110 111 111 c.capabilities.contents.datasetSummaries.append(ds)
Note: See TracChangeset
for help on using the changeset viewer.