Web Feature Service (WFS) specification. This is an open specification for serving geographic features over the Web.

learn more… | top users | synonyms

8
votes
0answers
170 views

Driving Zone Computation using Web Processing Services

I am currently evaluating different OGC Services(WFS,WMS and WPS) for driving zone computation. As I am new to WPS services, I would like some suggestions regarding which OGC services to implement. ...
4
votes
0answers
64 views

What are common ways of representing features that share coordinates?

When I encounter features of the same class, but with identical coordinates I lay them out in a spiral arm formation. I chose to pick the initial radius and angle at random (can't recall my actual ...
4
votes
0answers
493 views

OpenLayers: WFS request to GeoServer to retrieve “name” & “featureNS”

Using WFSGetCapabilities I sent a GetCapabilities request to GeoServer. From the result of WFSGetCapabilities().read(), I can loop each featureType and retrieve some basic info(e.g., name, title, ...
3
votes
0answers
66 views

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: <gml:featureMember> ...
3
votes
0answers
108 views

WFS service Server Error in '/ArcGIS/services' Application

I have a SSL secured ArcGIS Server 9.3.1 machine on W2k8. I set up a service with WFS. Every time I try to request the capabilities, I get the error: Server Error in '/ArcGIS/services' Application ...
3
votes
0answers
215 views

ArcObjects - WFS:

Hy, has anybody an example concerning accessing data from a WFS server by using the DataInteropability in ArcObjects? I'm getting the right field definistion, but don't know how to read the data. ...
2
votes
0answers
27 views

Web Feature Service Question

If I set up a Web Feature Service that provides point (location) data, can my WFS also provide a bunch of additional data for events that occurred at those points? Is there a better way to do that? ...
2
votes
0answers
75 views

Geoserver CQL Cross Layer Intersection Failing

I am having trouble forming a properly formatted CQL request using geoServer cross layer filer functions and was hoping others could assist. My request is as follows: ...
2
votes
0answers
90 views

Implement a WFS Server using Geo tools

I need to implement a WFS Server using Geo tools, I have an application developed in Java using a spatial database. I wish to develop a WFS service using GeoTools. As a first step, I am implementing ...
2
votes
0answers
224 views

how to search a vector/wfs layer

I'm using Geoserver/PostGIS/openLayers I've succesfully set a vector layer. And now I'm trying to create a search functionality. But something goes wrong. First I set up the layer and add some basic ...
2
votes
0answers
53 views

How to get a Feature with a srsName?

This is a duplicate asked on AutoDesk Forum. If I form a request like this: ...
2
votes
0answers
472 views

Trouble with adding WFS layer in ArcMap

I add the following WFS address to ArcCatalog just fine and the different feature classes show up in ArcCatalog. However, when I attempt to drag or Add a feature into the TOC of ArcMap, it gives me a ...
2
votes
0answers
344 views

GeoServer WFS Speed

I have set-up a machine running Windows Server 2008, and GeoServer 2.1.3. PostgreSQL 9.1/PostGIS 1.5.3 are running locally on that same machine, which is hosted at a location with a 250 ...
2
votes
0answers
543 views

Proxy trouble with GeoExt Query Panel?

I got the GeoExt QueryPanel working so far, it recognizes the layers available on my Geoserver but it is not able to get the attribute columns for the dataset. I configured an osgeo proxy on my Apache ...
1
vote
0answers
24 views

WFS - From PostGIS to Shapefile with GeoServer

From Server side, I'm using GeoServer and from client side I'm using OpenLayer to allow the users see the layers(PostGIS) on the map. The new requirement is that the users may download layers in ...
1
vote
0answers
16 views

Attributive WFS styling

I have a local Geoserver connected to a PostGIS database and a table with an attribute field called "style" which is of data type integer. On the OpenLayers preview of the Geoserver the data is shown ...
1
vote
0answers
20 views

WFS filter query does not return points (selected from polygon)

I'm a newbie to OpenLayers (and JavaScript for that matter) and hoping you can offer some advice. I have been referring to examples http://openlayers.org/dev/examples/wfs-filter.html and ...
1
vote
0answers
38 views

Trying to convert to EPSG:27700 (Ordnance Survey) projection, unable to do so

I'm trying to code an interface that allows a user to draw a vector shape on openstreetmap, which is then converted to a WKT string, processed by the server and sent of as a WFS query to emapsite ...
1
vote
0answers
115 views

How to add legend in WFS openlayers

How i can publish WFS openlayer with legend, have tried different examples such as http://api.geoext.org/1.0/examples/vector-legend.js. But when i used tried this fire-bug shows an error=> ...
1
vote
0answers
26 views

openlayers Arcgis WFS mousehover

i have a problem using ArcGIS wfs layer in openlayers. I would like to add the layer to the map as vector layer and then using a mousehover to highlight the features. However i cannot bring it to ...
1
vote
0answers
69 views

How can I parse the SLD file that sits in Geoserver so that I can apply the styling to WFS layer?

I have a layer that can be configured to render as WFS or WMS. I want to apply the same sld styling that I have defined in Geoserver to make it consistent. But when I try to get the SLD text from ...
1
vote
0answers
144 views

working with multiple wfs-t layers

I am using multiple wfs layers and using editing tools in that like edit,draw,save etc. The code is shown here...... var district = new OpenLayers.Layer.Vector("district(wfs)", { ...
1
vote
0answers
71 views

Programmatically change geometry column in OpenLayers WFS layer

is there a way to programmatically change the geometry column on which a WFS layer is based and displayed? WFS (from GeoServer) is correctly returning me two geometry columns, I want to change "on ...
1
vote
0answers
63 views

Geoserver WMS and filtering tables with cyrillic column names

I try to serve PostGIS tables with Geoserver WMS (both 2.1 and 2.2). Some column names are in cyrillic. Problem is - service fails, when I try to filter by those cyrillic columns (both with CQL and ...
1
vote
0answers
160 views

Displaying WFS Features Based on Zoom Level

I have a WFS feature layer with ~25,000 features and have been experiencing significant performance issues with my OpenLayers map. My first approach to solving this has been to pre-compute feature ...
1
vote
0answers
366 views

Add wfs layer to openlayers map

(UPDATE QUESTION) Hi guys. I have a problem with WFS request, mine is follow: var wfs = new OpenLayers.Layer.Vector("WFS",{ strategies: [new OpenLayers.Strategy.Fixed()], ...
1
vote
0answers
255 views

Openlayers WFS Overlay Problem

a) I am running a PostGIS database, and I want to display a Table with a about 500 Points of Interest. The POIs have the projection EPSG 4326. b) Geoserver is installed, running and connected to my ...
1
vote
0answers
79 views

Correct WFS URL Format (Gaia WFS-T Extender)

I am trying to add a GeoServer WFS layer to Gaia WFS-T Extender for editing. The available layers are available alright but I am unable to load them into Gaia. Using the same URL I was able to add and ...
1
vote
0answers
650 views

How to speed up OpenLayers with WFS in IE?

I'm using Openlayers, Geoserver and noticed that IE is very very slow to display WFS layers. I haven't so many WFS features, about 300. Google base layer appears after 1 sec. but my two WFS layers ...
1
vote
0answers
135 views

WFS getFeature Request Blank XML for some layers

I have following url request to geoserver. the first request results blank page but the second page results in number of feature count. Why it there blank xml for some layer while other gives number ...
1
vote
0answers
412 views

How to edit an ArcGIS Server WFS-T service in uDig?

Now a straight forward workflow to do this is present in the below link. http://udig.refractions.net/files/docs/uDigWalkthrough2.pdf Point 3 of page 8 states to change to the ‘Edit Geometry’ tool ...
1
vote
0answers
356 views

Cannot Edit Features of PostGIS Layers in OpenGeo GeoExplorer

I admit I originally posted the question here: http://getsatisfaction.com/opengeo/topics/cannot_edit_features_of_postgis_layers But due to no response and not finding a solution, I thought I'd try ...
1
vote
0answers
121 views

WFS Getfeature: Is DWithin selection equal to an Intersect selection using a circle?

I can't find any WFS implementations that support circle geometries for selection. There is the DWithin spatial selection but I can't find the specification of what is actually does. 1) Does it select ...
1
vote
0answers
238 views

Proxy configuration problem with Glassfish and GeoServer

I have Geoserver running on 8080 and Glassfish on 9999.So for wfs-t i had to use some proxy script.But at the response part of firebug i got following code: ...
1
vote
0answers
292 views

Create WFS with Mapguide Studio Enterprise 2011

i need create a WFS with MGS 2011, i used the help users mapguide for create the WFS but that didnt work, can anyone help me please? i am new in this tecnology.
1
vote
0answers
473 views

WFS success with error

I am trying to load WFS from geoserver. my geoserver is at localhost:8080 and webserver at localhost:80. Since there is a problem of crossdomain and my firebug showing "XMLHttpRequest cannot load ...
0
votes
0answers
21 views

Intersects Filter on WFS 1.0.0

I use WFS=1.0.0 on the Mapserver v5.6.6 and v6.0.1 with MS4W package. I want to get the Intersects of Spatial Operator. When I make getcapabilities request I see just "Intersect" like: ...
0
votes
0answers
25 views

How to change selection tolerance for WMS/WFS in QGIS?

Does anyone know if there is any equal function to the selection tolerance (ArcMap) in QGIS. I have a problem activating points in my WMS/WFS. The "selection tolerance" function solves the problem in ...
0
votes
0answers
18 views

How to set a workspace on only WFS in Geoserver with REST API

With REST API I am making a workspace in Geoserver with a batchfile. I use the following code: curl -v -u user:password -XPOST -H "Content-type: text/xml" -d ...
0
votes
0answers
20 views

Multilinestring WFS version problem

I want to show multilinestring with openlayers . But i can't achive it. I think because of WFS version 1.0.0 can't support multi geometry type. my code is below. how can we solve it? var aa = new ...
0
votes
0answers
33 views

Is there free desktop WFS client with BBOX support?

To troubleshoot WFS server (geoserver) with big dataset (global OSM btw) I have tried number of free GIS desktops which work on Mac: QGIS (1.8, 1.9dev), uDig, gvSIG - none of them seems to support WFS ...
0
votes
0answers
41 views

How to obtain the center of Vector layer created using WFS query?

I created a vector GML layer using a WFS query with a filter. The layer renders fine . However, the layer does not appear to have any features associated with it (layer.features.length is 0 ) I need ...
0
votes
0answers
35 views

Rotation on label in PointSymbolizer

I have a point symbolizer that should display a symbol image and a label text. Rotation on the symbol works, but I have not found out how to rotate the label text. This is what I have: ...
0
votes
0answers
41 views

Slow Wfs Loading

i use postgis 2.0, geoserver and openlayer for my gis development. i ceate simple wfs which have 100.000 polygon . i try to use it with openlayers. but this wfs layer load about two minutes. because ...
0
votes
0answers
29 views

Non-native SRS in CQL query?

In my application, I'm using OpenLayers to composite a Google baselayer with an overlay of my own construction, served up with GeoServer 2.3. The layers in my thing are all in a Wisconsin-specific ...
0
votes
0answers
53 views

How to make a REST request to a WFS-G service?

I'm trying to execute a REST-based query to a WFS-G Gazeteer service (as described at: http://frameworkwfs.usgs.gov/wfsg/) to query for a location name, but haven't been successul. Can anyone assist ...
0
votes
0answers
218 views

How to include WMS, WMTS and WFS services using ArcGIS for Server Silverlight Builder?

Hi I am new to arcgis for server (silverlight builder) and I am wanting to include public WFS,WMS and or WMST services in an application I'm building but I just cant seem to do it. I have read that ...
0
votes
0answers
38 views

chage wfs layer style

i have a wfs point layer and call it with openlayers. its default css is fill:#ee9900; fill-opacity: 0.4; stroke: #ee9900; stroke-opacity: 1; stroke-width: 1px; stroke-linecap: round; ...
0
votes
0answers
34 views

Selective rendering of features in a WFS layer

I wish to show only specific features on a WFS layer dynamically based on an user input( say the distance to be travelled from a point). Kindly suggest me something. cheers, milon
0
votes
0answers
22 views

Error while trying to view degree igeoportal webMapcontext

I'm trying to view my shapefiles on igeoportal degree. The problem is when I open the web page, I have two errors from the page. The first is: 1) Error : returned status code 500 Erreur Interne de ...

1 2