1

Possible Duplicate:
Understanding OpenLayers documentation

I'm trying to use OpenLayers as part of OpenGeo to display WFS data.

My data isn't displaying and I am having trouble finding out what options are available to the OpenLayers.Protocol.WFS class. The help just says

Parameters:

options {Object} Optional object whose properties will be set on the instance.

...and doesn't give any information as to what options are available. Google just came up with the same quote.

This is really hard to debug as I'm not getting any errors - even if I type in stuff that I know is wrong - the data is just not showing.

Mr_Chimp
  • 3,773
  • 6
  • 37
  • 51

1 Answers1

1

Options are defined as attributes into the class. You can see them looking into the code. You can also check the source code of examples, like that one. But there is many. Just make a search on wfs.

simo
  • 8,580
  • 1
  • 28
  • 56