I've tried your suggestion with OL 2.9 now, but there is no change. Any idea why?
My wfs-server can deliver GML 2.1.2, GML 3.0, GML 3.1.1 and GML 3.2. What does OL need? --- On Thu, 3/11/10, Bart van den Eijnden <[email protected]> wrote: > From: Bart van den Eijnden <[email protected]> > Subject: Re: [OpenLayers-Users] Layer.Vector with Protocol.WFS will not show > To: "Bart van den Eijnden" <[email protected]> > Cc: "scalable vector" <[email protected]>, [email protected] > Date: Thursday, March 11, 2010, 12:06 PM > Btw, readFormat was not in OL 2.8, > only in trunk. > > Best regards, > Bart > > On Mar 11, 2010, at 11:57 AM, Bart van den Eijnden wrote: > > > Hi, > > > > this is because the new GML parser (i.e. Format.GML.v2 > in your case) does not parse your response. I would need to > dig in deeper to see why. > > > > As a workaround, you can specify the old GML parser > (used by Layer.WFS) as the readFormat for your Protocol.WFS, > so: > > > > protocol: new OpenLayers.Protocol.WFS({ > > url: > "/grensepunkt.gml.asp", > > readFormat: new > OpenLayers.Format.GML(), > > > > > featureType: "GRENSEPUNKT" > > .. > > etc. > > > > Best regards, > > Bart > > > > On Mar 11, 2010, at 11:41 AM, scalable vector wrote: > > > >> http://kart.nois.no/openlayers-2.8test/test.htm tries > to display some gml with Layer.WFS (deprecated according to > the docs) and Layer.Vector. Only Layer.WFS works. Can anyone > see why? I tried setting featurePrefix and featureNS, but > that didn't help. > >> > >> > >> > >> _______________________________________________ > >> Users mailing list > >> [email protected] > >> http://openlayers.org/mailman/listinfo/users > >> > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://openlayers.org/mailman/listinfo/users > > > > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
