Questions tagged [web-feature-service]

The Open Geospatial Consortium Web Feature Service Interface Standard (WFS) provides an interface allowing requests for geographical features across the web using platform-independent calls.

The Open Geospatial Consortium Web Feature Service Interface Standard (WFS) provides an interface allowing requests for geographical features across the web using platform-independent calls.

Source: Wikipedia

48 questions
0
votes
1 answer

Read WFS Service data

I have searched for this but not able to get clear instruction to extract data from an WFS data. I have seen the schema but i am not sure how to call these in C# code. I want to be able to consume the data and extract the XML and read the XML data…
Shankar
  • 769
  • 1
  • 11
  • 35
0
votes
0 answers

How can I query WFS (geoserver) roads getting important or major roads up to a limit for a given bbox?

I am trying to get road features from WFS the same way tiles in a map like Google maps does it (see image). For a given bbox, if I only set the limit, I would get back the limit number of roads in the center of the bbox. Where I want limit number…
FredArters
  • 280
  • 3
  • 13
0
votes
0 answers

Retrieve WFS Layer which needs authentication in OpenLayers 2

I am obtaining a wfs Layer like this, url and featureType given var wfsLayer = new OpenLayers.Layer.Vector("WFS", { strategies: [new OpenLayers.Strategy.BBOX()], protocol: new OpenLayers.Protocol.WFS({ …
Lokomotywa
  • 2,173
  • 5
  • 36
  • 62
0
votes
2 answers

Openlayers Style doesn't work on certain Geoserver WFS layer (block-shape)

I want to change styling of the geoserver WFS layer using OpenLayer. The problem is, there is a layer that the style can be changed, but there are other layers that can't be changed. Using this code style: new ol.style.Style({ image:…
gameon67
  • 3,119
  • 2
  • 24
  • 44
0
votes
1 answer

How to filter feature using OpenLayer and WFS?

I'm able to extract data from geojson file (produced from GeoServer WFS layer type) and display it on browser using OpenLayer. But I'm facing problem when I only want to display the data with certain features aka filtering. My JSON filename ->…
gameon67
  • 3,119
  • 2
  • 24
  • 44
0
votes
1 answer

Openlayers markers offset (not at the right place)

I am using a Web Features Service (WFS) and I want to display a marker on a OpenLayers map. Extract of WFS's response :
0
votes
1 answer

How to display a Layer Group in QGIS Server

I want to display layers with QQgis server, but the group layer doesn't get displayed, instead I get a bad request response from the server : the request :…
EL. Issam
  • 1
  • 4
0
votes
1 answer

Display features returned by WFS within OpenLayers hand drawn bounding box

I allow the user to draw features, and on drawend I need to make a request to my WFS service to return features. I can get the WFS to return data based on the extent using: let vectorSource = new VectorSource({ format: new…
Phish
  • 704
  • 3
  • 8
  • 24
0
votes
1 answer

2nd AJAX call to same URL fails - but works randomly and rarely

I am trying to get a response from a web service, specifically to add two WFS layers from geoserver to a leaflet web map. The first layer gets added no problem every time, but most of the time, the second layer fails, complaining that the callback…
wfgeo
  • 1,491
  • 3
  • 18
  • 35
0
votes
2 answers

Angular 5 and OpenLayers 4 not displaying WFS

I can't seem to solve the poblem of how to display a WFS map. I am currently displaying WMS layer as followed: let wmsLayer = new ol.source.TileWMS({ url: mapService.url, params: { LAYERS: mapService.layers, TILED: true, FORMAT:…
ill
  • 323
  • 1
  • 3
  • 18
0
votes
1 answer

WFS Layer Not Display

I created WFS GeoJson layer from GeoServer ,I got this url'http://localhost:8080/geoserver/trail/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=trail:sbi_branch_data&maxFeatures=50&outputFormat=application%2Fjson' ,I got example from OL3…
0
votes
1 answer

Geomesa accumulo CURD data operations using WFS geoserver

I have created geomesa accumulo datastore and can query features using command line. Now i want to perform data operations using Open Geospatial Consortium's (OGC) Web Feature Service (WFS) for creating, modifying and exchanging vector format…
Suresh Prajapati
  • 2,990
  • 2
  • 19
  • 34
0
votes
1 answer

WFS from QGIS Server in OpenLayers 3

I'm trying to implement this example https://medium.com/@goldrydigital/wfs-t-with-openlayers-3-16-6fb6a820ac58 using QGIS Server (2.14) and adapted to a different SRS. Unfortunately the function ol.format.WFS.readFeatures() cannot read the geometry…
spaceman
  • 31
  • 6
0
votes
2 answers

Arcgis .NET Runtime WFS layer from Geoserver

does Arcgis .net runtime include any classes to load data from WFS and display it as a layer? I have been reading documentation and cannot find any WFS support. FeatureLayer seems to work only with arcgis servers. My current solution: Request…
Evžen Horvat
  • 47
  • 1
  • 6
0
votes
1 answer

Polygon selection option in Openlayers 3

I am currently working on a polygon selection tool in Openlayers 3 and am developing on the code posted here. The above example displays the searchable layer (in this case a WFS) from when the application loads, but as my WFS layer contains 80,000+…
Chris
  • 575
  • 1
  • 6
  • 27