[OpenLayers-Users] JSON format does not work in Protocol.WFS

paweluz paweluz at o2.pl
Wed Apr 14 03:04:22 EDT 2010


Hi 

My POST XML GetFeature looks like this:

<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS"
version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<wfs:Query typeName="feature:bazadanych" srsName="EPSG:4326"
xmlns:feature="http://www.openplans.org/topp">
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
<ogc:BBOX>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:4326">
<gml:lowerCorner>-332.22656248674 -127.25348928656</gml:lowerCorner>
<gml:upperCorner>332.22656248674 127.25348928656</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>

Is this telling you something??

Poul
-- 
View this message in context: http://n2.nabble.com/JSON-format-does-not-work-in-Protocol-WFS-tp4894449p4900181.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.



More information about the Users mailing list