Re: [OpenLayers-Users] Problem with a WFS request

2009-08-24 Thread Arthur Delorme
Hi Bart, When the webpage is loading or when I play with the layer switcher, I don't have anything displaying in the console tab (XMLhttp is on). So I made the test with all the files on the second computer (the one with mapserver) and it works ! Do you have any idea for this network problem

[OpenLayers-Users] Problem with a WFS request

2009-08-21 Thread Arthur Delorme
, OUTPUTFORMAT=GML2].join(,) ); map.addLayers([wms, test_WFS]); map.zoomToMaxExtent(); } The test_WFS layer is not displaying and I don't know how to fix it. Thank you for your help ! Arthur Delorme ___ Users mailing list

Re: [OpenLayers-Users] Problem with a WFS request

2009-08-21 Thread Arthur Delorme
is not displaying and I don't know how to fix it. Thank you for your help ! Arthur Delorme ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users ___ Users

Re: [OpenLayers-Users] Problem with a WFS request

2009-08-21 Thread Arthur Delorme
Thank you ! Now I think I am close but it's still not working... Vectors are not displayed. Do you see where I am wrong ? var map, wms, test_WFS; function init() { map = new OpenLayers.Map('map', { controls: [new OpenLayers.Control.Navigation(), new

Re: [OpenLayers-Users] Problem with a WFS request

2009-08-21 Thread Arthur Delorme
Indeed, I see ms:aster_gdem in the XML flow. I added featurePrefix but it's still not working. Maybe I did some bad things in the map file ? But if it works when I make an URL request... I added an ID attribute to my shapefile objects to indicate the gml_featureid in the map file. Here is a

Re: [OpenLayers-Users] Problem with a WFS request

2009-08-21 Thread Arthur Delorme
I have no attributes because I use gml_exclude_items all (for now I only need the vectors to display so I thought it was good to minimize the request because it's a huge file). But I tried without, with gml_include_items all and with the inclusion of the ID attribute only, I can see all these

[OpenLayers-Users] Displaying layers depending on the zoom

2009-07-16 Thread Arthur Delorme
I don't know why and for the second I think it might be because the layer is not reloaded when I zoom / unzoom. The div for my map is 512px*256px. I tried to follow these instructions (http://trac.openlayers.org/wiki/SettingZoomLevels) but without success. Thanks a lot ! Arthur Delorme