Hi everybody!<br><br>I&#39;m working on a GIS system with Openlayers, postgis and mapserver (all of them are the last version as of today) runing on a Debian SID environment, and i&#39;m having problems when trying to load a wfs layer created with the information of a postgis table. The thing is that when I try to add the layer to the map in openlayers, the web browser (either firefox 3 or ie7) gets an exception. The layer is a multipolygon one representing Uganda with, more or less, 70 polygons. The script gets stuck when adding the layer to the map (map.AddLayer(mylayer);). I&#39;ve been researching the whole process and the bottle neck is not the database and neither the creation of the wfs layer, so it seems like it&#39;s the way i&#39;m trying to add the layer to the map.<br>
<br>I don&#39;t know if anyone has or has had the same problem,<br><br>Thank you very much in advance for your help.<br><br>Manu.<br>