<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Ok I am sorry it was just a problem of copy/paste... I wouldn't have had any answer with that request...<br><br>namespace:'xmlns(topp=http://www.openplans.org/topp)',<br><br>is my real javascript, as I said I have an answer (with the correct features inside) but cannot managed to have any display on the map. I have tried without style and nothing changed.<br><br>Regards,<br>Sylvie<br><br>&gt; Date: Fri, 4 Dec 2009 07:25:06 -0500<br>&gt; To: kiki__fiat@hotmail.com<br>&gt; CC: users@openlayers.org<br>&gt; Subject: Re: [OpenLayers-Users] Problem with namespace param in vector        strategy<br>&gt; From: crschmidt@metacarta.com<br>&gt; <br>&gt; On Fri, Dec 04, 2009 at 07:17:41AM +0000, sylvie fiat wrote:<br>&gt; &gt; <br>&gt; &gt; Hi,<br>&gt; &gt; <br>&gt; &gt; I am having an issue configuring my Vector strategy, I use:<br>&gt; &gt; <br>&gt; &gt; function getVectorLayerWithBounds(bounds) {<br>&gt; &gt;     var filter = getBBOXFilter(bounds);<br>&gt; &gt;     return new OpenLayers.Layer.Vector(layerName, {<br>&gt; &gt;         strategies : [ <br>&gt; &gt;             new OpenLayers.Strategy.Fixed() <br>&gt; &gt;         ],<br>&gt; &gt;         protocol :new OpenLayers.Protocol.HTTP( {<br>&gt; &gt;             url :geoserverUrlWfs,<br>&gt; &gt;             params : {<br>&gt; &gt;             format :SERVICE_WFS,<br>&gt; &gt;             service :SERVICE_WFS,<br>&gt; &gt;             request :REQUEST_WFS,<br>&gt; &gt;             srs :defaultProjection,<br>&gt; &gt;             VERSION :VERSION,<br>&gt; &gt;             typename :Layer,<br>&gt; &gt;             namespace=xmlns(topp=http://www.openplans.org/topp)<br>&gt; <br>&gt;                   ^^ This is not valid Javascript.<br>&gt; <br>&gt; -- Chris<br>&gt; <br>&gt; &gt;             filter: filter<br>&gt; &gt;         },<br>&gt; &gt;             format :new OpenLayers.Format.GML()<br>&gt; &gt;         })<br>&gt; &gt;     });<br>&gt; &gt; }<br>&gt; &gt; <br>&gt; &gt; If I add the namespace parameters my Layer won't be displayed, I still have the WFS flux but no feature is displayed on the map.<br>&gt; &gt; If I don't add namespace everything is ok.<br>&gt; &gt; <br>&gt; &gt; I need the namespace parameter in order to use deegree owsproxy.<br>&gt; &gt; <br>&gt; &gt; Do you know what could be the problem ? I only got warnings<br>&gt; &gt; <br>&gt; &gt; 4 déc. 2009 18:14:41 org.apache.tomcat.util.http.Parameters processParameters<br>&gt; &gt; ATTENTION: Parameters: Invalid chunk ignored.<br>&gt; &gt; 04 déc. 18:14:42 WARN [geotools.xml] - org.geoserver.security.decorators.ReadOnlyFeatureCollection@1997837 (org.geoserver.security.decorators.ReadOnlyFeatureCollection)  is not of type [Lorg.opengis.feature.simple.SimpleFeature;<br>&gt; &gt; <br>&gt; &gt; But I read it was not an important warning ?<br>&gt; &gt; Best regards<br>&gt; &gt; Sylvie<br>&gt; &gt; <br>&gt; &gt;                                                <br>&gt; &gt; _________________________________________________________________<br>&gt; &gt; Nouveau&nbsp;! Tout Windows Live débarque dans votre téléphone. Voir les Windows phone<br>&gt; &gt; http://clk.atdmt.com/FRM/go/175819071/direct/01/<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Users mailing list<br>&gt; &gt; Users@openlayers.org<br>&gt; &gt; http://openlayers.org/mailman/listinfo/users<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Christopher Schmidt<br>&gt; MetaCarta<br>                                               <br /><hr />PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail ! <a href='http://www.hotmailmagicmoment.com' target='_new'>C'est ici !</a></body>
</html>