<br><font size=2 face="sans-serif">There are 8745 records in the database.
That is why I tried to use the cluster strategy in the first place without
success because of the error pointed out by Maxime.</font>
<br>
<br><font size=2 face="sans-serif">So I tried with a smaller dataset and
the wfs layer and the cluster strategy works perfectly.</font>
<br><font size=2 face="sans-serif">It's still doesn't work for the &quot;big&quot;
dataset. So I guess there a too many records. Even with the cluster strategy
it doesn't load.</font>
<br>
<br><font size=2 face="sans-serif">1- Does the cluster strategy should
work for 8745 records requested from a shapefile or postgis?</font>
<br><font size=2 face="sans-serif">2- I cannot set the visibility of this
vector layer to false. The request is sent when the page load.</font>
<br>
<br><font size=2 face="sans-serif">Here is the definition of my Vector
layer:</font>
<br><font size=2 face="sans-serif">var WFSstyle = new OpenLayers.Style({</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;pointRadius: &quot;${radius}&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;fillColor: &quot;#71FF00&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;fillOpacity: 0.5,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;strokeColor: &quot;#000&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;strokeWidth: 2,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;strokeOpacity: 0.3</font>
<br><font size=2 face="sans-serif">}, {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;context: {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; radius:
function(feature) { &nbsp; </font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;return Math.min(feature.attributes.count,7) + 4;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;}</font>
<br><font size=2 face="sans-serif">});</font>
<br><font size=2 face="sans-serif">&nbsp;</font>
<br><font size=2 face="sans-serif">wfsStrategy = new OpenLayers.Layer.Vector(&quot;HLM
WFS Strategy&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;{</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strategies:
[</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;new OpenLayers.Strategy.Fixed(),</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;new OpenLayers.Strategy.Cluster() &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ],</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; protocol:
new OpenLayers.Protocol.HTTP({</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;url: &quot;http://geo.inspq.rtss.qc.ca/cgi-bin/mapserv.exe?map=/ms4w/paccSante/map/paccsante2.map&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;params: {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; format: &quot;WFS&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; service: &quot;WFS&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; request: &quot;GetFeature&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; srs: &quot;EPSG:900913&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; VERSION : &quot;1.0.0&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; typename : 'HLM_shp_wfs2'</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;},</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;format: new OpenLayers.Format.GML()</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }),</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; styleMap:new
OpenLayers.StyleMap({</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&quot;default&quot;: WFSstyle,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&quot;select&quot;: {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; fillColor: &quot;#8aeeef&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; strokeColor: &quot;#32a8a9&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;}</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; })</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;},</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;{</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; extractAttributes:true,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; visibility: false,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; displayInLayerSwitcher:
true &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; </font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;});</font>
<br><font size=2 face="sans-serif"><br>
</font><font size=3 color=#0066ff><i>Steve Toutant, M. Sc.</i></font><font size=3><br>
Analyste en géomatique<br>
Secteur environnement<br>
Direction des risques biologiques, environnementaux et occupationnels<br>
Institut national de santé publique du Québec<br>
945, avenue Wolfe<br>
Québec, Qc G1V 5B3 </font>
<p><font size=3>Tél.: (418) 650-5115 #5281<br>
Fax.: (418) 654-3144</font><font size=3 color=blue><u><br>
</u></font><a href=mailto:steve.toutant@inspq.qc.ca><font size=3 color=blue><u>steve.toutant@inspq.qc.ca</u></font></a><font size=3 color=blue><u><br>
</u></font><a href=http://www.inspq.qc.ca/><font size=3 color=blue><u>http://www.inspq.qc.ca</u></font></a>
<p><font size=3>&nbsp; </font>
<p>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Heidt, Christopher
M.&quot; &lt;CHRISTOPHER.M.HEIDT@saic.com&gt;</b> </font>
<p><font size=1 face="sans-serif">08/06/2009 11:02 AM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">A</font></div>
<td><font size=1 face="sans-serif">&lt;Steve.Toutant@inspq.qc.ca&gt;, &quot;Julien-Samuel
Lacroix&quot; &lt;jlacroix@mapgears.com&gt;, &lt;users@openlayers.org&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td><font size=1 face="sans-serif">RE: [OpenLayers-Users] Problem to load
a WFS</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br>
<br>
<br><font size=2 color=blue face="Arial">How many features are you getting?</font>
<br><font size=3>&nbsp;</font>
<br>
<br>
<hr><font size=2 face="Tahoma"><b>From:</b> users-bounces@openlayers.org
[mailto:users-bounces@openlayers.org] <b>On Behalf Of </b>Steve.Toutant@inspq.qc.ca<b><br>
Sent:</b> Monday, June 08, 2009 10:59 AM<b><br>
To:</b> Julien-Samuel Lacroix; users@openlayers.org<b><br>
Subject:</b> Re: [OpenLayers-Users] Problem to load a WFS</font><font size=3><br>
</font>
<br><font size=2 face="sans-serif"><br>
In the console TAB there is a GET call to my WFS,</font><font size=3> </font><font size=2 face="sans-serif"><br>
http://geo.inspq.rtss.qc.ca/cgi-bin/mapserv.exe?map=/ms4w/paccSante/map/paccsante2.map&amp;typename=HLM_shp_wfs2&amp;srsName=EPSG%3A900913&amp;SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=GetFeature&amp;SRS=EPSG%3A900913&amp;BBOX=-13586195.339050002,2515633.1906250007,-1219295.6609499985,12299572.809375</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
I can see the Params and the Header but the Reponse tab is empty. After
several minutes I got this message</font><font size=3> <br>
<br>
<br>
<br>
</font><font size=2 face="sans-serif"><br>
Here is line #1481</font><font size=3> </font><font size=2 face="sans-serif"><br>
return envelope;}},parseAttributes:function(node){var attributes={};var
childNode=node.firstChild;var children,i,child,grandchildren,grandchild,name,value;while(childNode){if(childNode.nodeType==1){children=childNode.childNodes;for(i=0;i&lt;children.length;++i){child=children[i];if(child.nodeType==1){grandchildren=child.childNodes;if(grandchildren.length==1){grandchild=grandchildren[0];if(grandchild.nodeType==3||grandchild.nodeType==4){name=(child.prefix)?child.nodeName.split(&quot;:&quot;)[1]:child.nodeName;value=grandchild.nodeValue.replace(this.regExes.trimSpace,&quot;&quot;);attributes[name]=value;}}}}</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
If I call the link above directly int IE or Firefox I get the XML file.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Also the memory of computer jump to 3gig and I got to kill firefox (I'm
on windows)</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
thanks for your help,</font><font size=3> </font><font size=2 face="sans-serif"><br>
Steve</font><font size=3> </font>
<br>
<br>
<br>