Changes between Initial Version and Version 5 of Ticket #2476


Ignore:
Timestamp:
Jan 22, 2008, 5:13:43 PM (16 years ago)
Author:
warmerdam
Comment:

Taking this ticket.

Note, I don't think it is quite so simple. We need to ensure we don't interfere with other kinds of POST responses that aren't WCS related. We also have to ensure we don't interfere with WCS KVP post requests (which I have confirmed work).

I think we may need to actually consume the post document at some appropriate point and issue an error if we can determine it is WCS.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2476

    • Property Cc tomkralidis sdlime added; tomkradilis removed
    • Property Owner changed from sdlime to warmerdam
  • Ticket #2476 – Description

    initial v5  
    88
    99http://dev1.lan.mapgears.com/manwe/cgi-bin/mswcs100_ogc_cite?
     10
    1011Content sent:
     12{{{
    1113<GetCoverage xmlns="http://www.opengis.net/wcs" xmlns:gml="http://www.opengis.net/gml"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/getCoverage.xsd" version="1.0.0" service="WCS" ><domainSubset><spatialSubset><gml:Envelope srsName="WGS84(DD)">                       <gml:pos>-97.7071758865421 41.0324719184183</gml:pos><gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
    1214        </gml:Envelope> <gml:Grid dimension="2"><gml:limits><gml:GridEnvelope><gml:low>0 0 </gml:low><gml:high>200 100 </gml:high></gml:GridEnvelope></gml:limits><gml:axisName>width</gml:axisName><gml:axisName>height</gml:axisName></gml:Grid></spatialSubset></domainSubset>
     
    3335
    3436wcs1-0-0/getcoverage_operations/getcoverage_request/service_version/post/xml/1,2,3
     37}}}