[OpenLayers-Users] Perform a wfs:GetFeature with OpenLayers

Alextave andrea.alri90 at gmail.com
Fri Sep 13 10:17:06 PDT 2013


Hi everybody, I have this simple GetFeature (made using deegree's send
request page):

<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature service="WFS" 
  version="1.1.0" 
  outputFormat="GML2"
  xmlns:topp="http://www.openplans.org/topp"
  xmlns:wfs="http://www.opengis.net/wfs"
  xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opengis.net/wfs
                      http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
  <wfs:Query typeName="Punto">
    <ogc:Filter>
      <ogc:FeatureId fid="APP_PUNTO_Punto2"/>
    </ogc:Filter>
    </wfs:Query>
</wfs:GetFeature>

How can I perform this wfs:GetFeature using OpenLayers? Is it possible?



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Perform-a-wfs-GetFeature-with-OpenLayers-tp5077750.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list