Web Feature Service (WFS) specification. This is an open specification for serving geographic features over the Web.
7
votes
4answers
10k views
How to add a simple WFS layer from GeoServer to OpenLayers map?
I'm trying to add one of the included datasets with GeoServer to an OpenLayers map. I've followed the OpenGeo tutorials, seen similar thread on here, but I can't seem to crack it. Can somebody take a ...
3
votes
3answers
4k views
Problems with OpenLayers and WFS - proxy.cgi issues
I am having problems getting WFS data to display on a map using OpenLayers/GeoExt/GeoServer.
I created a proxy script like on this page:
...
4
votes
2answers
938 views
Unable to create WFS successfully
I know there has been lots of WFS assistant and I did follow this one word by word, which I found was the best in the entire gis stack but still no clue why I am unbale to render a WFS on base map.
...
3
votes
1answer
8k views
How to add GeoServer wfs layer on OpenLayers?
I can't seem to add a WFS layer like this. It works when i copy all this code locally but as soon as i change the values to point to my own layer within my own GeoServer
this is the response viewed ...
3
votes
2answers
4k views
Display a WFS layer with OpenLayers
Good Morning!
I have some troubles displaying a WFS layer with OpenLayers and hope someone here can give me a hint. Before moving on, I precise that I have already checked other posts, like here and ...
5
votes
1answer
2k views
Openlayers wfs vector layer
I'm trying to add a vector layer with a wfs layer and it's not working.Can anyone point a solution?
Openlayers code:
var wfs = new OpenLayers.Layer.Vector(
"Stavros Features",
...
1
vote
2answers
363 views
Is it required to use BBOX strategy with WFS protocol in OpenLayers?
is it a must to use BBOX strategy with WFS protocol in Vector layers ?
I cannot display this layer without BBOX strategy:
vLayer = new OpenLayers.Layer.Vector("Test", {
styleMap: new ...
4
votes
4answers
1k views
How many WFS-T clients exist?
I would like to know which applications or libraries (proprietary or open source) offer transactional Web Feature Service (WFS-T) client functionality. Those include:
Desktop or online applications ...
3
votes
2answers
3k views
OpenLayers load WFS vector layer: how to check whether all features are returned from server?
in my app, it takes several seconds to return all features of a WFS layer from server, I am just wondering whether there is a way to check whether all features are returned in coding, so that we can ...
1
vote
1answer
1k views
XMLHttpRequest cannot load http://localhost: /geoserver/wfs. Origin http://localhost is not allowed by Access-Control-Allow-Origin [duplicate]
Possible Duplicate:
Setup own Openlayers Proxyhost
Error WFS Request, PROXY problems
I have this error:
XMLHttpRequest cannot load http:// localhost: /geoserver/wfs
Origin http:// ...
4
votes
1answer
614 views
Comparison of WMS and WFS services
I am writing my thesis about WMS and WFS services. I would like to compare these two services.
Can you suggest factors on which I can do this comparison? (In my mind I have: functionality, fastest ...
1
vote
2answers
1k views
WFS Request Layer (GML) with Filter
Is there a solution to request the GML layer from Geoserver with filter like using bbox:
http://localhost:8080/geoserver/tiger/ows?service=WFS&version=1.0.0&request=GetFeature&
...
3
votes
1answer
294 views
How do I set attributes when creating vectors using OpenLayers and WFS-T?
I have published a WFS-T layer (using geoserver) and am able to add, edit and delete features using OpenLayers and it's Vector layer.
But, I don't know how can I populate additional attributes using ...
2
votes
1answer
1k views
How to edit feature attributes with openlayers?
I want to edit object's attributes on WFS layer. I see this example http://gis.ibbeck.de/ginfo/apps/OLExamples/OL26/examples/styles_unique_with_group_wfs.html but popup is horrible. I want to use ...
2
votes
1answer
340 views
Syntax of WFS request in OpenLayers
I am in need of the correct syntax for loading WFS layer using OpenLayers. I have gone through many examples on the OpenLayers site and other examples, but can't figure out how to use the necessary ...
1
vote
1answer
797 views
Modify WFS with OpenLayers
I want to edit object on WFS layer but have one problem. I use OpenLayers.Control.ModifyFeature(myVecLayer) to editing.By the logic i do this.
Press button and create WFS layer with chosen object
...
1
vote
3answers
2k views
OpenLayers WFS protocol: work with filters if the protocol is defined out of layer constructor
follow question:wfs-load-feature-check
the scenario is: i am trying to load a WFS layer, since it takes a while to load all features, I want to give user a notice while waiting for response. the ...
1
vote
2answers
329 views
GeoServer WFS Row Level Security?
I'm trying to implement row level security with GeoServer. I know out of the box it supports service, layer and REST security and not row level. However I'm sure there must be a work around. Has ...
0
votes
2answers
65 views
WFS reprojection problems
In geoserver i have a layer in EPSG:4326.
In OpenLayers i add it on map as WFS:
markerLayer = new OpenLayers.Layer.Vector('Markers',{
strategies: [new OpenLayers.Strategy.BBOX()],
...
6
votes
1answer
241 views
What are some good resources related to Geodjango?
I am trying to learn Geodjango. Has anyone used it in their own project?
The documentation on the official site is sparse. Can someone point out the best
resources helpful in learning it other than ...
3
votes
1answer
326 views
Waiting for Vector & WFS loading
user borrowed from friend
since i use vector layer with wfs protocol, there is a little while before features loaded on the map. So i need to tell user to wait a moment until they load.
what best ...
5
votes
4answers
1k views
The International Date Line wrap around
Using OpenLayers, I added a WFS layer (on GeoServer) with a filter that returns all features (black) that intersect my polygon (yellow) placed over some Latin American countries within certain dates.
...
3
votes
1answer
804 views
Is there a WFS and WFS-T Java library that plays nicely with Android?
I have a GeoServer database and various programs that query it and so forth using GeoTools. Now I'm making a map app for Android, but not only is GeoTools quite large with all it's dependencies (15 mb ...
2
votes
1answer
334 views
Openlayers - Get extent of WFS vector layer and zoom to that extent when map
I would like to do the following:
1) While loading an OpenLayers map object get the lat/long Bounding Box of a WFS vector layer served from GeoServer.
2) Use the extent from the WFS vector layer to ...
2
votes
2answers
1k views
Querying MapServer using WFS functionality
I'm trying to display a shapefile using OpenLayers and Mapserver. Instead of overlaying it as a png, I want to return a vector, in this case a KML file. My HTML file (located in the same folder as ...
1
vote
2answers
195 views
How to edit using a WFS service, without showing it on the map in OpenLayers?
I have a service with about thousand points. I wish to enable the user to edit the attributes of the features.
Since there are so many points, I don't want to display them as a vector layer (using ...
1
vote
2answers
1k views
How to initialize a WFS Layer?
Here is the code block (the layers are stored in Oracle database):
var saveStrategy = new OpenLayers.Strategy.Save();
var adresspt_wfs = new OpenLayers.Layer.Vector("Address points WFS", ...
9
votes
3answers
1k views
Is there a Python Lib for requesting WMS/WFS and saving as image/PDF?
i am wondering whether there's Python open-source GIS lib which has APIs to support call WMS/WFS from another GIS server (e.g., GeoServer) and then save the response data(WMS Basemap and WFS layer) as ...
4
votes
1answer
2k views
GeoServer Web Feature Service (WFS) in Open Layers Problem
I am running GeoServer 2.1.1, and have a datastore from ArcSDE populated with features projected in EPSG:26918. I can successfully add a WMS to an OpenLayers map, but am having issues with WFS. I have ...
3
votes
2answers
130 views
QuantumGIS 1.8: how to define bounding box within Add WFS Layer dialog
I use QGIS 1.8 under WIN XP in Standalone Installer Version. I need to limit the extent of the data to be downloaded via WFS because of the large amount of data in the requested layer. In ...
3
votes
1answer
229 views
Is it possible to setup fiddler to capture requests from QGIS
I want to know if it is possible setup fiddler to capture WMS/WFS requests from QGIS and how to do it.
Fiddler is capturing the requests from MapInfo and I don't remember making any setup in fiddler ...
2
votes
1answer
113 views
Service URL for Web Feature Service (WFS) using GML Simple Features profile?
Does anyone know of an "almost always available" Service URL for a Web Feature Service (WFS) using GML Simple Features profile?
I'm keen to test WFS client capabilities without having to configure a ...
2
votes
1answer
549 views
how to download a file from geoserver gml from a url using javascript?
how to download a file from geoserver gml from a url using javascript?
I'm doing a web application with javascript, but I could not download files from geoserver, the url given entry does not bring ...
1
vote
1answer
158 views
Can use of GML Simple Features profile by Web Feature Service (WFS) be advertised?
The ArcGIS 10.1 documentation on Working with WFS services says:
The GML Simple Features profile is recommended for use with ArcGIS and
is the basis for WFS support in ArcGIS.
Is there an easy ...
0
votes
1answer
134 views
WFS Layer in OpenLayers queries server for data but doesn't display the data
I have added a WFS layer to a map and can see (using Fiddler) a request being made to the server for the layer data. The server uses GML as the data format and the data being returned is valid. ...
0
votes
2answers
3k views
Sending xml post request to geoserver
This may be simple question but I can't get started. This tutorial from pen state university has xml request
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2" – we would like ...
0
votes
1answer
672 views
openlayers- WFS- Cross-domain problem
I got the typical cross-domain problem when access to WFS layer by using openlayers,
XMLHttpRequest cannot load http://XXXX/geoserver/ows?service=WFS. Origin http://XXXX is not allowed by ...




