Changeset 2857
- Timestamp:
- 30/08/07 09:37:46 (14 years ago)
- Location:
- TI05-delivery/ows_framework/trunk/ows_server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server.egg-info/PKG-INFO
r2850 r2857 1 1 Metadata-Version: 1.0 2 2 Name: ows-server 3 Version: 0.0.0dev-r28 483 Version: 0.0.0dev-r2853 4 4 Summary: UNKNOWN 5 5 Home-page: UNKNOWN -
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/ows/wcs_capabilities.kid
r2833 r2857 79 79 si = c.service_metadata.serviceIdentification 80 80 ?> 81 <!--***************************************--> 82 <!--* Service Identification *--> 83 <!--***************************************--> 81 84 <owcs:ServiceIdentification> 82 85 <ows:Name>WCS</ows:Name> … … 93 96 <AccessConstraints py:content="si.accessConstraints"/> 94 97 </owcs:ServiceIdentification> 95 98 <!--***************************************--> 99 <!--* Service Provider *--> 100 <!--***************************************--> 96 101 <ows:ServiceProvider py:if="sm.serviceProvider is not None"> 97 102 <?python rp = sm.serviceProvider.serviceContact ?> … … 136 141 py:content="om.constraints['MinimumWidth'].possibleValues.allowedValues[0]"/> 137 142 138 143 <!--***************************************--> 144 <!--* Operations *--> 145 <!--***************************************--> 139 146 <owcs:OperationsMetadata> 140 147 <ops py:for="opName, op in om.operationDict.items()" … … 148 155 <!--! <Layer py:replace="layer(sm.contents.datasetSummaries[0])"/> --> 149 156 </owcs:OperationsMetadata> 150 157 <!--***************************************--> 158 <!--* Contents *--> 159 <!--***************************************--> 151 160 <Contents> 152 161 <CoverageSummary py:replace="coverageSummary(sm.contents.datasetSummaries[0])"/>
Note: See TracChangeset
for help on using the changeset viewer.