Re: [OpenLayers-Users] OL not showing WFS

2011-07-11 Thread Bart van den Eijnden
Since this is GML2 you can try parsing with the old Format.GML parser, it is more lenient. Configure it as a readFormat on Protocol.WFS. If that does not work, you either need to dig into the source code yourself, or hire a developer to do it for you. Best regards, Bart -- Bart van den Eijnde

Re: [OpenLayers-Users] OL not showing WFS

2011-07-11 Thread Tue Topholm
Hmm.. it didn't help any other ideas -- Med venlig hilsen / Kind regards Tue Topholm Sugee Tlf: +45 32 13 32 32 W: http://www.sugee.dk 2011/7/11 : > > On Jul 11, 2011, at 11:24 AM, ext Bart van den Eijnden wrote: > >> OpenLayers expects FeatureCollection to be in the http://www.opengis.

Re: [OpenLayers-Users] OL not showing WFS

2011-07-11 Thread christopher.schmidt
On Jul 11, 2011, at 11:24 AM, ext Bart van den Eijnden wrote: > OpenLayers expects FeatureCollection to be in the http://www.opengis.net/wfs > namespace. That's a property of the WFS-T format, right? So you can pass: wfs: "http://www.intergraph.com/geomedia/gml"; as an option to the format

Re: [OpenLayers-Users] OL not showing WFS

2011-07-11 Thread Bart van den Eijnden
OpenLayers expects FeatureCollection to be in the http://www.opengis.net/wfs namespace. Best regards, Bart -- Bart van den Eijnden OSGIS - http://osgis.nl On Jul 11, 2011, at 5:21 PM, Tue Topholm wrote: > HI All > > I have a small issue > > I have this code: > > > >va

[OpenLayers-Users] OL not showing WFS

2011-07-11 Thread Tue Topholm
HI All I have a small issue I have this code: var wfs = new OpenLayers.Layer.Vector("Incidents", { strategies: [new OpenLayers.Strategy.BBOX()], protocol: new OpenLayers.Protocol.WFS({