You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add a WFS service to a project created with createdProject.js.
Adding WMS-services to config.json works like a charm, but I can't figure out how to add a WFS.
Since there is not a lot of documentation, I took a look at the examples in web/client/examples.
In examples/styler/config.json, a couple of layer objects have a value "WFS" under the property describeLayer.owsType, while the properties type,url and format are used to describe a WFS.
How can I add a WFS layer to the config file that is queried and displayed in the map?
It would be handy just to state "type":"wfs" and the url, but that does not work.
BTW: First of all thanks guys, great project. I am currenty trying to dig into the code and I am not very experienced with web dev.
The text was updated successfully, but these errors were encountered:
I want to add a WFS service to a project created with
createdProject.js.
Adding WMS-services to config.json works like a charm, but I can't figure out how to add a WFS.
Since there is not a lot of documentation, I took a look at the examples in
web/client/examples.
In
examples/styler/config.json
, a couple of layer objects have a value "WFS" under the propertydescribeLayer.owsType
, while the propertiestype,
url
andformat
are used to describe a WFS.How can I add a WFS layer to the config file that is queried and displayed in the map?
It would be handy just to state
"type":"wfs"
and the url, but that does not work.BTW: First of all thanks guys, great project. I am currenty trying to dig into the code and I am not very experienced with web dev.
The text was updated successfully, but these errors were encountered: