Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spatial sampling feature from the O&M spec was missing in the SOS_ETS.xml #16

Closed
epicureanism opened this issue Aug 10, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@epicureanism
Copy link
Contributor

<ctl:test name="sos:GetObservation-Test"><xsl:when test="$isGET eq 'true'">
Line 3901 should add: <parsers:schema type="url">http://schemas.opengis.net/samplingSpatial/2.0/spatialSamplingFeature.xsd/parsers:schema

<ctl:test name="sos:GORequestOtherResponseFormat_core"><xsl:when test="$isGET eq 'true'">
Line 6082 should add: <parsers:schema type="url">http://schemas.opengis.net/samplingSpatial/2.0/spatialSamplingFeature.xsd/parsers:schema

<ctl:test name="sos:GORequestEmptyObservation_core"><xsl:when test="$isGET eq 'true'">
Line 6220 should add: <parsers:schema type="url">http://schemas.opengis.net/samplingSpatial/2.0/spatialSamplingFeature.xsd/parsers:schema
Line 6212, 6215 should omit namespace: phenomenonTime has what looks like an om: namespace

Function:
<ctl:function name="sosFunctions:validateGetObservationResponse">
Line 25404 should add: <parsers:schema type="url">http://schemas.opengis.net/samplingSpatial/2.0/spatialSamplingFeature.xsd/parsers:schema

@rockygis
Copy link
Contributor

I have add < parsers:schema type="url">http://schemas.opengis.net/samplingSpatial/2.0/spatialSamplingFeature.xsd< /parsers:schema> to every test of GetObservation.
And I have update to GitHub.

@bermud bermud added this to the 1.9 milestone Aug 10, 2015
@bermud bermud added the bug label Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants