Git Product home page Git Product logo

web-feature-service's Issues

Unable to get feature info of other ObjectClasses, it always searching feature against Building which id is 26

Unable to get feature info of other ObjectClass, it always searching feature against Building wihich id is 26.

Request body:
<?xml version="1.0" encoding="UTF-8"?> <wfs:GetFeature service="WFS" version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.0"> <wfs:StoredQuery id="http://www.opengis.net/def/query/OGC-WFS/0/GetFeatureById"> <wfs:Parameter name="id">UUID_51cf1f1d-5e9b-4e0f-ac57-ad5e84e6a524</wfs:Parameter> </wfs:StoredQuery> </wfs:GetFeature>

Changes in configuration (V4.0.0)?

Hi,

I recently updated a 3DCityDB instance to V4.0.0, and therefore I had also to update the WFS. But now CreateStoredQuery and DropStoredQuery are no longer supported by WFS.

In the config file I have set "", as in the previous version of the WFS.

Did I miss something? Is management of stored queries still supported?

Default CRS

Hi

Testing our citydb-wfs installation with the INSPIRE Reference Validator produced the following error:

Error message: Default CRS not recognized. No authority was defined for code.

Our guess is, that the config.xml lacks the correct CRS info.

Which CRS info is necessary for featuretype with EPSG:25832?

Thanks a lot

How do I register storedQueries?

hi.

I am trying to visualize the building using WFS.

How do I Register storedQueries?


Worked process.

  1. installed 3dcitydb (postGIS)
  2. import NY 3d data (download 3dcitydb site)
  3. install tomcat and 3dcitydb web-feature-service war
  4. edit config.xml ( db connecting ), add lib (related postgis jar)
  5. run tomcat (wfs server)
  6. do request: http://localhost:81/citydb-wfs/wfs?SERVICE=WFS&REQUEST=ListStoredQueries&version=2.0.2

response:
<wfs:ListStoredQueriesResponse xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd">
<wfs:StoredQuery id="http://www.opengis.net/def/query/OGC-WFS/0/GetFeatureById">
<wfs:Title xml:lang="en">Get feature by identifier</wfs:Title>
</wfs:StoredQuery>
</wfs:ListStoredQueriesResponse>

Where is my storedQueries??? :(

WFS Request

Hi,
i want to test the WFS- functions of my 3dcitydb-Installation in combination with the wfs-tool.

I´m using the wfs- tool with the default configuration ( i only configured the database settings)
<type>PostGIS</type> <server>127.0.0.1</server> <port>5432</port> <sid>dreid</sid> <schema/> <user>postgres</user> <password>passwd</password>

When i send a capabilites or a describe feature type request it seems to work fine, but the GetFeature-Request only sends an error:

my tested URL:
http://localhost:8080/citydb-wfs/wfs?service=WFS&version=2.0.0&request=GetFeature&typeNames=bldg:Building

and my response:
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsAll.xsd" version="2.0.0" xml:lang="en"> <ows:Exception exceptionCode="OptionNotSupported"> <ows:ExceptionText> Only stored query expressions are supported in a GetFeature request. </ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>

With:
http://localhost:8080/citydb-wfs/wfs?service=WFS&version=2.0.0&request=ListStoredQueries

i get
<wfs:ListStoredQueriesResponse xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd"> <wfs:StoredQuery id="http://www.opengis.net/def/query/OGC-WFS/0/GetFeatureById"> <wfs:Title xml:lang="en">Get feature by identifier</wfs:Title> </wfs:StoredQuery> </wfs:ListStoredQueriesResponse>

so i´ve build a GetFeature-Request with a ID filter:
http://localhost:8080/citydb-wfs/wfs?service=WFS&version=2.0.0&request=GetFeature&typeNames=bldg:Building&featureID=feature

the response is also:
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsAll.xsd" version="2.0.0" xml:lang="en"> <ows:Exception exceptionCode="OptionNotSupported"> <ows:ExceptionText> Only stored query expressions are supported in a GetFeature request. </ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>

Can you show me an example to get all or one feature?
best regards

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.