<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm trying to display a polygon from a WFS server 
using Openlayer.</FONT></DIV>
<DIV><FONT face=Arial size=2>The code comes from an example found on Internet 
(Source:BRGM wfs service) :<A 
href='http://swing.brgm.fr/cgi-bin/carrieres?request=getfeature&amp;service=wfs&amp;version=1.0.0&amp;typename=exploitationsponctualsproduction&amp;maxFeatures=1",'><EM><FONT 
size=3>http://swing.brgm.fr/cgi-bin/carrieres?</FONT></EM></A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here is the GML code&nbsp;(result of GetFeature) to 
test Point display&nbsp;:</FONT></DIV>
<DIV><FONT face=Arial 
size=2>----------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;?xml version='1.0' encoding="UTF-8" 
?&gt;<BR>&lt;wfs:FeatureCollection<BR>&nbsp;&nbsp; xmlns:qua="<A 
href="http://swing.brgm.fr/quarries">http://swing.brgm.fr/quarries</A>"<BR>&nbsp;&nbsp; 
xmlns:wfs="<A 
href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</A>"<BR>&nbsp;&nbsp; 
xmlns:gml="<A 
href="http://www.opengis.net/gml">http://www.opengis.net/gml</A>"<BR>&nbsp;&nbsp; 
xmlns:ogc="<A 
href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</A>"<BR>&nbsp;&nbsp; 
xmlns:xsi="<A 
href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>"<BR>&nbsp;&nbsp; 
xsi:schemaLocation="<A 
href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</A> <A 
href="http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</A> 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<A href="http://swing.brgm.fr/quarries">http://swing.brgm.fr/quarries</A> <A 
href="http://localhost:8080/Plone/test-listegeo2/wfs?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=exploitationsponctualsproduction&amp;amp;OUTPUTFORMAT=XMLSCHEMA">http://localhost:8080/Plone/test-listegeo2/wfs?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=exploitationsponctualsproduction&amp;amp;OUTPUTFORMAT=XMLSCHEMA</A>"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;gml:featureMember&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:exploitationsponctualsproduction 
fid="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:msGeometry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:Point 
srsName="EPSG:4326"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:coordinates decimal="." cs="," ts=" 
"&gt;1.5,44.5&lt;/gml:coordinates&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/gml:Point&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/qua:msGeometry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:gid&gt;1&lt;/qua:gid&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:exploitationname&gt;Petoreau, Champ Luneau, L Ouche de Chez 
Moreau&lt;/qua:exploitationname&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:communities&gt;LES 
NOUILLERS&lt;/qua:communities&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:substance&gt;Calcaire&lt;/qua:substance&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:year&gt;2006&lt;/qua:year&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:allowedproduction&gt;300.000000000000000&lt;/qua:allowedproduction&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:sitename&gt;Petoreau, Champ Luneau, L Ouche de Chez 
Moreau&lt;/qua:sitename&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:sitetype&gt;Excavation 
(carriere)&lt;/qua:sitetype&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/qua:exploitationsponctualsproduction&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/gml:featureMember&gt;<BR>&lt;/wfs:FeatureCollection&gt;</FONT></DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>There is no problem for points but impossible to 
display a line or a polygon.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>Here is the GML code&nbsp;(result of GetFeature) to 
test Polygon display&nbsp;:</FONT></DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;?xml version='1.0' encoding="UTF-8" 
?&gt;<BR>&lt;wfs:FeatureCollection<BR>&nbsp;&nbsp; xmlns:qua="<A 
href="http://swing.brgm.fr/quarries">http://swing.brgm.fr/quarries</A>"<BR>&nbsp;&nbsp; 
xmlns:wfs="<A 
href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</A>"<BR>&nbsp;&nbsp; 
xmlns:gml="<A 
href="http://www.opengis.net/gml">http://www.opengis.net/gml</A>"<BR>&nbsp;&nbsp; 
xmlns:ogc="<A 
href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</A>"<BR>&nbsp;&nbsp; 
xmlns:xsi="<A 
href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>"<BR>&nbsp;&nbsp; 
xsi:schemaLocation="<A 
href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</A> <A 
href="http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</A> 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<A href="http://swing.brgm.fr/quarries">http://swing.brgm.fr/quarries</A> <A 
href="http://localhost:8080/Plone/test-listegeo2/wfs?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=exploitationsponctualsproduction&amp;amp;OUTPUTFORMAT=XMLSCHEMA">http://localhost:8080/Plone/test-listegeo2/wfs?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=exploitationsponctualsproduction&amp;amp;OUTPUTFORMAT=XMLSCHEMA</A>"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;gml:featureMember&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:exploitationsponctualsproduction 
fid="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:boundedBy&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 
&nbsp;&lt;gml:Box srsName="EPSG:4326"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&lt;gml:coordinates&gt;0,40 
4,50&lt;/gml:coordinates&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&lt;/gml:Box&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/gml:boundedBy&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:msGeometry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:Polygon 
srsName="EPSG:4326"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:outerBoundaryIs&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:LinearRing&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;gml:coordinates&gt;1.5,44.5 1.5,43.5 0.5,43.5 0.5,44.5 
1.5,44.5&lt;/gml:coordinates&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/gml:LinearRing&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/gml:outerBoundaryIs&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/gml:Polygon&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/qua:msGeometry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:gid&gt;1&lt;/qua:gid&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:exploitationname&gt;Petoreau, Champ Luneau, L Ouche de Chez 
Moreau&lt;/qua:exploitationname&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:communities&gt;LES 
NOUILLERS&lt;/qua:communities&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:substance&gt;Calcaire&lt;/qua:substance&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:year&gt;2006&lt;/qua:year&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:allowedproduction&gt;300.000000000000000&lt;/qua:allowedproduction&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:sitename&gt;Petoreau, Champ Luneau, L Ouche de Chez 
Moreau&lt;/qua:sitename&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;qua:sitetype&gt;Excavation 
(carriere)&lt;/qua:sitetype&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/qua:exploitationsponctualsproduction&gt;<BR>&nbsp;&nbsp; 
&lt;/gml:featureMember&gt;<BR>&lt;/wfs:FeatureCollection&gt;</FONT></DIV>
<DIV><FONT face=Arial 
size=2>---------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV><FONT face=Arial size=2>Have you any idea?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for your remarks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Véronique PAYOT</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>