Web Feature Service (WFS) specification. This is an open specification for serving geographic features over the Web.
0
votes
3answers
27 views
How to display clickable features from Geoserver over Google Maps v3 Base?
Please forgive what I am sure is a very noob question, but I need to do some research into the best way to achieve this and I am a beginner to GIS.
My employer has a Geoserver instance set up which ...
0
votes
0answers
10 views
Openlayers WFS change featureType
I am trying to change wfs featuretype "on the fly" in openlayers. (This method http://dev.openlayers.org/docs/files/OpenLayers/Protocol/WFS/v1-js.html#OpenLayers.Protocol.WFS.v1.setFeatureType)
This ...
1
vote
0answers
20 views
Programmatically modify layer datasource on project save event (QGIS)
I have a QGIS plugin which allows users to add WFS/WMS layers to the map.
I would like to be able to scramble the user ID part (token) of the uri when the project is saved/closed and then use my own ...
0
votes
0answers
15 views
CQl Filter Don't work with WFS layer in Open Layers
I used a WFS layer from geoserver in open Layers it's shown on MAP but when I want to use a filter it doesn't work I don't know where the error this is the code :
<script ...
1
vote
0answers
18 views
Why does GeoServer's GetFeature round my numbers, but only for outputFormat=CSV?
When I make a GetFeature request with outputFormat=CSV to my GeoServer v2.4.5 I'm finding that the floating point numbers in my returned data have been rounded. When I make the same request with ...
0
votes
0answers
40 views
Looking for WFS component for c# client
I have to retrieve data from FME server for use in a C# project, and thought that WFS would be a good format, since it has native support in FME and returns features and geometry. However, I can't ...
0
votes
0answers
25 views
OpenLayers on a Tablet running Win 8 - WFS and Doubleclick-Zoom and Zoom-gesture doesn´t work
we have our Website (OpenLayers/GeoServer with WMS and WFS) tested on mobile devices (Android mobile, iPhone, iPad and a tablet running Win 8). On the Android and Apple devices this page works fine, ...
0
votes
0answers
26 views
Empty FeatureCollection using TinyOWS and OpenLayers
I'm using TinyOWS and OpenLayers following this sample but when I open the page I can't see anything. I suppose that is becouse I get an empty FeatureCollection from the response server ...
0
votes
1answer
57 views
How can I show a interactive map?
I am trying to develop a web app like this. That is, I want to show a map with points and when the users clicks on a point, it should display some information about it.
Can I do that with TinyOWS?
...
0
votes
1answer
27 views
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 ...
0
votes
1answer
29 views
WFS protocol - Update method
I have a question related to the Update method, in case the feature doesn't exists, the update method will generate a new feature? (i.e. will behave as Insert)?
Or maybe, in contrast, an insertion ...
0
votes
0answers
38 views
Intergraph Geomedia WFS Read-Write Connection works?
I'm using Qgis server to share my project via WFS
"Editar" layer must be editable. It works fine in Qgis, but In Geomedia (version 06.01.11.13) even selecting read-write connection I can't edit ...
0
votes
1answer
26 views
How to Update Multiple Fields of one Layer Using WFS Service
Trying to update two fields of a shapefile using a WFS update service published from GeoServer 2.4.3 with OpenLayers 2.13.1. I have a JavaScript with all the OpenLayers fun and a HTML document with ...
0
votes
0answers
32 views
Editing WFS with max feature limit in QGis
I'm serving a large layer (500 thousand polygons) using Geoserver WFS and what to be able to edit it using QGis. I've set a feature limit on the layer so I wont overload GeoServer with the request.
I ...
0
votes
1answer
63 views
Issue with a point insertion into a Geoserver points layer. WFS-T
How is the best way to insert a feature from the client side into an existing GeoServer layer? Maybe using an ajax call and JSONP? Or OpenLayers (i can't figure out how to have the proxy working)?
...
0
votes
1answer
56 views
WFS-T demo with local Geoserver not responding
i have installed the geoserver in my local system
and i tried to run the example code from openlayers the code as below
<!DOCTYPE html>
<html>
<head>
<meta ...
1
vote
2answers
80 views
Printing possible for openlayers GeoJson WFS with Mapfish printing service and wkhtmltopdf?
I searched lots of places but i couldn't find proper examples or documentation to do printing using Mapfish Printing service or Wkhtmltopdf. My application got few WFS layers from openlayers and ...
0
votes
1answer
42 views
Geomedia WebMap WFS to vector marker layer in Openlayers
Looking for minimal example/advice on getting a WFS service to show up as a vector layer with markers/icons in Openlayers map.
I have created the WFS service in Geomedia WebMap 6.01.11.19 and the ...
0
votes
1answer
63 views
Check if property exists on features in layer
I was wondering if there is a good way to check to see if a property exists on a particular feature layer in GeoServer? My use case is that I have a bunch of features I want to display on a map. Some ...
0
votes
0answers
39 views
List of free WFS 2.0 clients
I have the task to provide my point observations data in the "WFS 2.0" (Web Feature Service 2.0) standard format.
Are there any free, easy-to-use, desktop GIS clients or online viewers for showing ...
1
vote
2answers
150 views
How can I centralize QGIS connections for multiple QGIS installations
I have multiple computers with QGIS installed on them. I regularly use the same WMS / WFS services. Now I have to connect to these services for each QGIS installation separately.
It would be great ...
0
votes
0answers
31 views
Publishing MSSQL spatial data as WFS with QGIS 2.0 results in empty layers
I am experiencing some very strange behaviour with a WFS layer served by QGIS Server through Apache, with data taken from an MSSQL table. There appears to be no problem at all getting the data into a ...
1
vote
1answer
28 views
How to use paging in a WFS query?
I am running a GetFeature request against a WFS server which does not support to download all data at once. Can I use ogc:PropertyIsGreaterThanOrEqualTo to split the dataset into chunks at download ...
0
votes
1answer
48 views
Why doesnt QGIS show the results from a WFS BBOX from a python script
I'm trying to figure out how to do get requests in QGIS using a bbox. I can get a bbox to clip a layer when I paste my uri into a browser but the EXACT same uri returns an empty layer in QGIS.
A ...
0
votes
1answer
52 views
Why does QGIS appear to ignore the bbox addition to my WFS uri? [closed]
I'm pulling a WFS layer from the LINZ data service (1.0.0 and 1.1.0 complient) using a python script as follows
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
sourceUri ...
2
votes
0answers
28 views
How do I limit update/insert/delete capabilities for a WMS layer in a QGIS project?
In QGIS 2.0 I have a layer based on a query to a PostgreSQL/PostGIS database and would like to serve this as a WFS layer. Users of the layer should be able to select subsets of the data based on ...
1
vote
2answers
82 views
WFS layer doesn't display in OpenLayers
I have a few layers in a PostGIS database that I serve through Geoserver and that I try to display in OpenLayers.
When I had the geoserver installed on localhost, it worked flawlessly. Now that I ...
1
vote
1answer
69 views
JSONP working with Geoserver and OpenLayers
I'm in this scenario (fighting with the same origin police issue):
I have a map initialized with OpenLayers and a WFS request trough the Protocol.Script object that is giving me this error:
...
2
votes
1answer
65 views
How can one read the response of a GetFeature request with Openlayers?
I am using Openlayers to send a GetFeature request to Geoserver. With the help of Firebug I can see that the response contains some of the attribute data I need.
I am interested in showing some ...
3
votes
2answers
99 views
How do I define a bounding box within a WFS-request?
I need to get some data from via a WFS connection but due to the sheer size of the data, it takes for ever to load into Qgis or MapInfo.
MapInfo has a feature which allows you to restrict the wfs ...
0
votes
0answers
28 views
Openlayers getFeature from WFS with Specific ID
I'm working with OpenLayers and have the NHDPlus Catchments for the North Atlantic. I have built a web mapping application in Javascript for viewing and delineating basins from these catchments, ...
0
votes
0answers
64 views
What's the correct link for adding GeoServer WFS to ArcMap?
What is the correct URL to enter in ArcCatalog WFS Parameters when adding a WFS layer from GeoServer into ArcMap?
Here's a link to our Get Capabilities document:
...
0
votes
0answers
127 views
Leaflet and Geoserver WFS
I have problem with Leaflet...i tried to connect Leaflet with Geoserver WFS, but in console i have error: SyntaxError: missing ; before statement ...
0
votes
1answer
32 views
How to compose WFS GetFeature link from WMS capabilities definition?
This publication of geoinformation provides download links for GetCapabilities documents via WMS. The platform also runs a WFS service as can been seen here.
I wonder if it is possbile to compose a ...
0
votes
1answer
53 views
How to provide a WFS in multiple projections
I would like to set-up an editable web feature service (WFS-T) for serving my geospatial data. The data tables are in a PostGIS database on the same server. For security reasons my server admin ...
1
vote
1answer
28 views
How to derive GetFeature URL from capabilities document?
Given this capabilities definition how can I compose a GetFeature request that downloads the actual geodata? I came up with the following URL refering to WFS 2.0.0:
...
0
votes
1answer
56 views
“Failed to get property: gid” error in geoserver sql view
I have a postgis data with 777 features. In geoserver, i created a sql view with another table. In the wms request i can see all features, in qgis also i can see all features. but in wfs output as csv ...
0
votes
0answers
67 views
Geoserver WFS gives error but return features
I've noticed that after couple of requests geoserver becomes very slow.
This is how I do the WFS request :
filter_buildings = new OpenLayers.Filter.FeatureId({ fids: featuresArr });
pins = new ...
0
votes
2answers
694 views
Geoserver Access-Control-Allow-Origin
I have web client on Apache and WFS service on Geoserver, both on same computer!
Web client is (Apache) running on port 89, and Geoserver is running on 8181 port!
I do following settings in Apache ...
2
votes
0answers
44 views
Save WFS layers multiple records with geoext editor grid
How can I save multiple records after modification with geoext editor grid?
The saving is working fine if I modify only one of the records, but it fails when I try to save multiple modifications.
I ...
0
votes
1answer
64 views
Why are these WMS/WFS layers not appearing in QGIS?
WFS and WMS layers are not appearing when connecting to servers. I am using QGIS 2.0 and am attempting to connect to:
http://www.arcgis.com/home/item.html?id=a0ae91856e3c450996d42d53474a1cad
The ...
0
votes
0answers
56 views
Draw point on google map
i try to add google map on my own wms and wfs layer. everything works but when i create point, i intersect point geometry and my geojson data. So without googlemap it was run. But when add google map, ...
2
votes
0answers
58 views
WFS, ArcGIS Server 10.2 and WFS maxFeatures?
I'm experiencing intermittent 'out of server memory' errors on
our public ArcGIS Server 10.2 server.
From what I can glean from the OGC documentation the server side
maxfeatures parameter was only ...
1
vote
1answer
154 views
get data from WFS and present in using d3js - correct projection
I'm trying to get data for map of Poland. I found WFS service that provides GML files.
It is located under: http://sdi.geoportal.gov.pl/wfs_prg/wfservice.aspx?request=getCapabilities&service=wfs
...
1
vote
1answer
93 views
overlay wfs google in openlayers
map = new OpenLayers.Map('map', options);
// BASELAYER
var google_maps = new OpenLayers.Layer.Google(
"Google Maps", {
numZoomLevels: 20
}
);
var ...
0
votes
0answers
142 views
Openlayers map save feature SRID error into PostGis
OpenLayers.ProxyHost = "proxy.ashx?url=";
//set up the modification tools
var DeleteFeature = OpenLayers.Class(OpenLayers.Control, {
initialize: function(layer, options) {
...
0
votes
0answers
38 views
openlayers set wfs layer
error
Could not determine geoserver request from http request org.geoserver.platform.AdvancedDispatchFilter$AdvancedDispatchHttpRequest@74f148
wfs layer initalize
...
1
vote
0answers
49 views
Why do the components loaded by using WMS and WFS from GeoServer not the same?
I have tried to load shape files into GeoServer, but by loading into QGIS, the WMS and WFS versions are not the same. The WMS version seems like correct. They are both loaded by using WGS84. Do you ...
4
votes
1answer
743 views
What are the differences between WMS, WFS, WCS, WPS?
By looking at
I do not really understand the difference of WMS, WFS, WCS, WPS.
May you please explain the differences between them?
2
votes
1answer
25 views
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 ...