How many features are you getting?
 

________________________________

From: [email protected] [mailto:[email protected]]
On Behalf Of [email protected]
Sent: Monday, June 08, 2009 10:59 AM
To: Julien-Samuel Lacroix; [email protected]
Subject: Re: [OpenLayers-Users] Problem to load a WFS



In the console TAB there is a GET call to my WFS, 
http://geo.inspq.rtss.qc.ca/cgi-bin/mapserv.exe?map=/ms4w/paccSante/map/
paccsante2.map&typename=HLM_shp_wfs2&srsName=EPSG%3A900913&SERVICE=WFS&V
ERSION=1.0.0&REQUEST=GetFeature&SRS=EPSG%3A900913&BBOX=-13586195.3390500
02,2515633.1906250007,-1219295.6609499985,12299572.809375 

I can see the Params and the Header but the Reponse tab is empty. After
several minutes I got this message 


  

Here is line #1481 
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<children
.length;++i){child=children[i];if(child.nodeType==1){grandchildren=child
.childNodes;if(grandchildren.length==1){grandchild=grandchildren[0];if(g
randchild.nodeType==3||grandchild.nodeType==4){name=(child.prefix)?child
.nodeName.split(":")[1]:child.nodeName;value=grandchild.nodeValue.replac
e(this.regExes.trimSpace,"");attributes[name]=value;}}}} 

If I call the link above directly int IE or Firefox I get the XML file. 
Also the memory of computer jump to 3gig and I got to kill firefox (I'm
on windows) 

thanks for your help, 
Steve 

<<ATT126173.gif>>

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to