Hi Arnd, I had the exactly opposite problem when I tried with geoserver: it worked with IE6 and not in Firefox...
Now, I am in a linux localhost environment, generating the service with mapserver and I'm working only with FF. Firefox console and firebug don't show me any errors. I also tried your suggestion to modify the proxy script: Response.ContentType = "text/xml" Response.CharSet = "iso-8859-1" but nothing changes. What do you mean exactly when you say "I grabbed the request from firebug"? Where I have to look to see the request? thx for your help Arnd Wippermann ha scritto: > Hi Alessio, > > What browser do you work with? I have had the problem with IE. In Firefox > the WFS from UMN MapServer and also an own KML would be loaded and could be > seen, but not in IE6. The layer would be displayed in the layerswitcher, > that was all. From Firebug I grabbed the request and put it in IE6. There I > get the message, that the xml had wrong characters. I solved the problem, > that I set in my proxy-script > > Response.ContentType = "text/xml" > Response.CharSet = "iso-8859-1" > > It helped, because both WFS and my own build KML came with "iso-8859-1". I > use also OL 2.5. > > Mit freundlichen GrĂ¼ssen > > Arnd Wippermann > http://gis.ibbeck.de/ginfo/ > > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
