Giter VIP home page Giter VIP logo

Comments (2)

dstenger avatar dstenger commented on August 12, 2024

Hi,

Thank you for the question.

Am I understanding you correctly that you try to configure the output format to be defined as a child of the operation element?
E.g.:

...
    <ows:Operation name="DescribeFeatureType">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="https://test/wfs"/>
          <ows:Post xlink:href="https://test/wfs"/>
        </ows:HTTP>
      </ows:DCP>
      <ows:Parameter name="outputFormat">
        <ows:AllowedValues>
          <ows:Value>application/gml+xml; version=3.2</ows:Value>
        </ows:AllowedValues>
      </ows:Parameter>
    </ows:Operation>
...

However, deegree is defining it as child of OperationsMetadata per default?
E.g.:

...
  <ows:OperationsMetadata>
    <ows:Operation name="GetCapabilities">
...
    </ows:Operation>
    <ows:Operation name="DescribeFeatureType">
...
    </ows:Operation>
    <ows:Operation name="ListStoredQueries">
...
    </ows:Operation>
    <ows:Operation name="DescribeStoredQueries">
...
    </ows:Operation>
    <ows:Operation name="GetFeature">
...
    </ows:Operation>
    <ows:Operation name="GetPropertyValue">
...
    </ows:Operation>
...
    <ows:Parameter name="outputFormat">
      <ows:AllowedValues>
        <ows:Value>application/gml+xml; version=3.2</ows:Value>
        <ows:Value>application/xml; subtype="gml/3.2.1"</ows:Value>
      </ows:AllowedValues>
    </ows:Parameter>
...
  </ows:OperationsMetadata>
...

Is this the correct understanding of your problem? If not, can you please provide more details?

from deegree3.

Kate-Lyndegaard avatar Kate-Lyndegaard commented on August 12, 2024

Hi @dstenger,

Thank you for your response.

Yes, that is my question. I would like to know if it is possible to define the allowed outFormat(s) as child elements for each operation type.

from deegree3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.