Opened 12 years ago
Closed 12 years ago
#220 closed task (fixed)
Check that GML and WCS adhere to the new versions
Reported by: | Alex Dumitru | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | petascope | Version: | |
Keywords: | GML, WCPS | Cc: | Vlad Merticariu, Jinsongdi Yu |
Complexity: | Medium |
Description
Change History (5)
comment:1 by , 12 years ago
Status: | new → accepted |
---|
comment:2 by , 12 years ago
Summary: | Check that GML and WCPS adhere to the new versions → Check that GML and WCS adhere to the new versions |
---|
My patches fix validation against http://schemas.opengis.net/wcs/2.0/ not sure if that's the latest though.
comment:3 by , 12 years ago
The patch has been applied, Jinsongdi was notified so he can check it using the conformance tests he devised.
Will close once Jinsongdi gives the greenlight.
comment:4 by , 12 years ago
Cc: | added |
---|
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
For GML these should be addressed:
req 1, referring to section 6.4, 6.7
WCSUtil.java, line 162 needs field DataRecord
req 3, add support for different format encodings
currently supported MIME_GML and not multipart requests
req 6, correct definition of element “metadata” in coverage.xsd
3.2.1 version minOccurs=”0” in sequence elements needs to be removed
processContents = “lax” doesn’t exist, probably fixed