Opened 18 years ago

Last modified 17 years ago

#1729 closed defect

[OGC:SOS] Warnings missing from GetCapabilities — at Version 4

Reported by: jmckenna@… Owned by: assefa
Priority: highest Milestone:
Component: SOS Server Version: unspecified
Severity: normal Keywords:
Cc: tomkralidis, dmorissette

Description (last modified by dmorissette)

when required metadata is missing no warning is returned by GetCapabilities.

WMS and missing metadata:

<!-- WARNING: Mandatory metadata ... was missing in this context. -->

Change History (4)

comment:1 by assefa, 18 years ago

Owner: changed from mapserverbugs to assefa
reassigned.

comment:2 by tomkralidis, 17 years ago

Cc: tomkralidis added

comment:3 by tomkralidis, 17 years ago

Jeff/Assefa:

Most required mapfile metadata that is missing for mapogcsos.c will return a service exception because of the way OGC:SOS works, so I think we're okay there.

As for the rest of OGC:SOS GetCapabilities, since mapogcsos.c calls mapowscommon.c for these XML, I've skimmed through OWS Common 1.0.0. Most metadata elements are optional. Only _contactorganization is a required element.

I've put logic in mapowscommon.c to provide a warning for _contactorganization because it's required. Do we want the same for optional OWS Common metadata which is not set in the mapfile? If yes, I will update and commit for all mapfile generated metadata in mapowscommon.c. If no, I will commit the fix for _contactorganization.

Please advise.

comment:4 by dmorissette, 17 years ago

Cc: dmorissette added
Description: modified (diff)
Note: See TracTickets for help on using tickets.