wiki:MapServerOGCCITECompliance

Version 15 (modified by nsavard, 15 years ago) ( diff )

--

Status report on MapServer OGC CITE Compliance

WMS 1.1.1

Status: All tests passed. Need to get compliance certificate.

MapServer used to pass 97 required tests.

WFS 1.0.0

Status: Testing completed

  • Introduction Because MapServer does not support multiple namespaces in the same map file, we need to create two different tests sessions: the first one set up with the "cdf" namespace and the second one, with the "cgf" namespace, and run them separately.
  • Configuration of the Web object in the map file The "wfs_namespace_prefix" and "wfs_namespace_uri" metadatas have to be modified to follow the current tests session that is based on the namespace. The following table describe the settings used in the tests.

"WFS_TITLE" "cite:OGC_CITE WFS Server"
"WFS_ONLINERESOURCE" "http://dev1.lan.mapgears.com/manwe/cgi-bin/mswfs100_ogc_cite?"
"WFS_SRS" "EPSG:32615"
"OWS_SCHEMAS_LOCATION" "http://schemas.opengis.net"
"WFS_ACCESSCONTRAINTS" "none"
"WFS_FEES" "none"
wfs_namespace_prefix" "cdf"/"cgf"
"wfs_namespace_uri" "http://www.opengis.net/cite/data"/"!http://www.opengis.net/cite/geometry"

  • exemptions/allowances
    • not supporting multiple namespaces: see #2484 for more on this issue. Based on this allowances the following tests passed.
Test Name namespace
wfs:test1.0.0-basic-describefeaturetype-get-4cgf
wfs:test1.0.0-basic-describefeaturetype-post-4 cgf
wfs:test1.0.0-basic-describefeaturetype-get-7 cgf
wfs:test1.0.0-basic-describefeaturetype-post-7 cgf
  • Results Summary MapServer passed 34 of 132 tests.

There are two main issues. The first one is concerned about a GetFeature request with an invalid format. We need to know in which format we need to send the response. An email will be sent to the list. Also MapServer does not support multiple namespaces. An email has been sent to the list. There are 11 of 17 bugs still opened.

The following table lists the tests that failed and the related ticket number.

Test NameTicket
wfs:test1.0.0-basic-getfeature-filter-comparisonoperators-get-1 through 202432
wfs:test1.0.0-basic-getfeature-filter-comparisonoperators-post-1 through 202432
wfs:test1.0.0-basic-getfeature-filter-spatialoperators-bbox-get-1 through 122445
wfs:test1.0.0-basic-getfeature-filter-spatialoperators-bbox-post-1 through 122445
wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-2-6-102445
wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-3-4-7-8-11-122606

All bugs are shown with this query:

http://trac.osgeo.org/mapserver/query?status=new&status=assigned&status=reopened&reporter=~nsavard&component=WFS+Server&order=priority

WCS 1.0.0

Status: Testing completed

MapServer passed 37 of 69 tests. This number is not really meaningful though because the updateSequence tests are triggered and MapServer does not support it. Also the tests on time dimension are not triggered because MapServer does not advertized it in its capabilities document.

There are a main issue about OGC CITE tests suite. The WCS capabilities document does not validate with XMLSpy. An email has been sent to the mailing list and we are waiting for an answer on this issue.

There are seven of thirteen bugs still opened.

All bugs are shown with this query: http://trac.osgeo.org/mapserver/query?reporter=%7Ensavard&component=WCS+Server&order=priority

WMS 1.3.0

Status: No work done yet.

WFS 1.1.0

Status: No work done yet.

SOS 1.0.0

Status: Testing completed

Note: See TracWiki for help on using the wiki.