Questions tagged [wfs]

Web Feature Service (WFS) is an Open Geospatial Consortium (OGC) specification for accessing geographic features over the internet.

The various OGC WFS specifications can be accessed through:

http://www.opengeospatial.org/standards/wfs

For a summary of the OGC WFS specification and related standards see:

http://en.wikipedia.org/wiki/Web_Feature_Service

1415 questions
5
votes
4 answers

How to determine which WFS server software is being used?

I want to display WFS data from the following OGC compliant service: http://gis.arso.gov.si/wfs?STORE=ARSOGIS I haven't been successful yet, so now I'm wondering which WFS server software is being used by arso.gov.si. How can I find out what's…
underdark
  • 84,148
  • 21
  • 231
  • 413
4
votes
0 answers

Create a filter for an attribute having multiple values

I am new to WFS and am trying to create a filter to get all the features that have their basename = "XYZ". The structure of a single record is as:
Suhail
  • 41
  • 1
3
votes
1 answer

Is WFS 2.0 fully backwards compatible with prior versions?

My team has inherited some code that claims to have been written against WFS 2.0 but we need to work with servers that support earlier versions. Does anyone know whether WFS 2.0 is backward compatible with prior versions?
Hal
  • 33
  • 2
2
votes
1 answer

issue with TYPENAME(s) in KVP for WFS

I have this service: http://sdi.gdos.gov.pl/wfs?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=2.0.0 in version 2.0.0. When I do a describe feature request for a certain feature type, the key to select the relevant feature type in the KVP should be…
Floni
  • 365
  • 1
  • 4
  • 11
2
votes
1 answer

WFS: DescribeFeatureType query with typenames?

I am struggling with the DescribeFeatureType query with WFS KVP encoding. I have this WFS: https://inspire-wfs.maanmittauslaitos.fi/inspire-wfs/au?request=GetCapabilities&service=wfs&version=2.0.0 and I can see in the GetCapabilities that there is…
Floni
  • 365
  • 1
  • 4
  • 11
1
vote
0 answers

Using Esri proxy configuration

I have a requirement to access WFS services (using Esri/WfsLayer) which are hosted in remote servers and I have to use Esri provided proxy code due to CORS policy issues. My application is deployed in domain1.com and I am planning to deploy the…
kattoor
  • 11
  • 2
1
vote
0 answers

How to find namespace for WFS request 1.1.0?

I am trying to do a GetFeature request to this WFS Server (GetCapabilities), but unable to find the argument for TYPENAME and thus get this error: msWFSGetFeature(): WFS server error. Incomplete WFS request: TYPENAME parameter missing A…
15Step
  • 2,430
  • 1
  • 13
  • 28
1
vote
1 answer

WFS Query filter grouping "and" and "or"

I have a WFS query filtering on a property and a spatial element. Exmaple:
Rene
  • 235
  • 2
  • 7
1
vote
1 answer

BBox and KVP for WFS

I have this WFS: https://inspire-wfs.maanmittauslaitos.fi/inspire-wfs/au?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetCapabilities with different SRS available. I would like to run a URL request to select in a Bounding Box to try this function with…
Floni
  • 365
  • 1
  • 4
  • 11
1
vote
1 answer

WFS Layer error

I get this error with 1.7.*-Wrowclaw Error downloading http://www.igmi.org/wfs_server? SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.0.0 - server replied: Bad Request Can I resolve locally or is it necessary work on server?
claudio
  • 59
  • 1
1
vote
0 answers

WFS open layers, doesn't return a field result when called

I've a problem when I call a WFS service, I want to select a file (its attributes) called "DICOFRE". The service is OK in the institution that produces it, but in my institution when I call the service I have problems in that part of the code (and…
1
vote
1 answer

WFS implementation suggestion

I need to develop an interactive map (Show map and point with some related data) with OpenLayers from client side but from server side I don't know what I should use. GeoServer seems to be much more than what I need. What I need is a service that…
Overflow012
  • 417
  • 1
  • 6
  • 14
0
votes
1 answer

Understanding WFS Metadata

I get the concept of what a WFS is supposed to accomplish and how it does it however I can't seem to find any clear insight into how it handles feature metadata. GeoJSON has a properties attribute for any extra data you want to include with the…
Nenai
  • 1
  • 1
0
votes
1 answer

Geoserver-WFS : filter PropertyIsEqualTo not working with bbox

I am new to geoserver, I have setup the geoserver which provides the result in below format when I use the wfs service, "type": "FeatureCollection", "features": [{ "type": "Feature", "id": "test.1", …
saw
  • 1
1
2