On Tue, Mar 03, 2009 at 04:33:20PM +0100, Virginie BERRE wrote: > Ok for the first issue. I've had a new random parameters to the wfs > getFeature request. > > For the 2nd issue, I've noticed the renderer was SVG with Firefox and VML > for IE. I've installed adobe SVG viewer but it doesn't solve the pb. > In the Vector.j script, in the assignRenderer() function, > rendererClass.prototype.supported() for SVG returns false.
IE doesn't support SVG. It should be VML on IE. In order to debug your second problem, I'd recommend sharing a link to a minimal HTML page which demonstrates thep roblem. (meaning, work uot the smallest set of CSS/hTML/JS which can demonstrate the problem, and remove all other code.) See if you can work out what the problem is from that. > Have you got any idea? > Thanks. > > Regards, > Virginie > -----Message d'origine----- > De : Kris Geusebroek [mailto:[email protected]] > Envoyé : mardi 3 mars 2009 14:34 > À : Vbe; users > Cc : jjy > Objet : RE: [OpenLayers-Users] WFS transaction on Internet Explorer 6.0 > > The first issue is most probably due to the caching done by IE 6. > > If you do the wfs.commit and empty the temporary internet files folder > and reload the page the feature should appear correctly. > > Cheers Kris > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Vbe > Sent: Tuesday, March 03, 2009 2:12 PM > To: users > Cc: jjy > Subject: [OpenLayers-Users] WFS transaction on Internet Explorer 6.0 > Importance: High > > Dear all, > > I have noticed two problems with the WFS transaction on IE6. > - when I create a new feature and call wfs.commit() function, the new > feature is not drawn. I need to pan or zoom to see it. I've tried to > call wfs.redraw() or wfs.refresh function but it doesn't solve the > problem. On Firefox, it works fine. > - the 2nd problem is that the geometries aren't drawn at the right > place. i.e. when I create the France polygon boundaries, when I commit > and pan or zoom, the polygon is not right drawn: a rotation and a > translation have been made on it. When I visualize it with Firefox, > there's no problem. > > Could you help me solve these problems? > > Thank you. > > Best regards, > Virginie Berre > > > > > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
