[GeoNode-devel] Publish WFS Layers with Remote Services app

Jeffrey Johnson ortelius at gmail.com
Wed Feb 8 07:25:49 PST 2017


Dimitris,

In fact this code (cascaded wfs) should really be removed from GeoNode
as it never really worked right. As far as I know, the old WFS Vector
Data Store in GeoServer was not working really and I believe this
function was removed from gsconfig (would have to look through the
history). You might try again with the newer Web Feature Server (NG)
datastore type in GeoServer. Check here for the documentation on how
to do this in the UI
http://docs.geoserver.org/latest/en/user/data/cascaded/wfs.html and
http://geoserver.geo-solutions.it/edu/en/adding_data/add_wfscascade.html
 You would need to add the necessary bits to gsconfig to configure
this via the rest API. Alessio and the Geosolutions folks might be
able to help.

Note, It may also be possible to add an indexed WFS now and pass it
through the proxy such that the new geonode-client can load it. In the
past we could not make this work with geoexplorer.

Let us know if you make progress. This is a potentially really useful feature.

Jeff

On Wed, Feb 8, 2017 at 7:17 AM, Dimitris Karakostis
<karakostis.dimitris at gmail.com> wrote:
>
>
> Hello all,
>
> I am checking the current status of the Remote Services app (as of GeoNode
> 2.4) as we want to publish some WMS and WFS Cascaded layers. I have
> published some layers as WMS but now I am trying to do the same with WFS (in
> order to be able to download them as shape files).
>
> I understand that there are two ways to register remote services:
> 1) as indexed service and
> 2) as cascaded service.
>
> Having a closer look at the code I see that WFS is not supported for the
> first method (https://goo.gl/ZQY2YU). Checking the
> _register_cascaded_layers() function, I see that there is a part referring
> to WFS (https://goo.gl/3v8xZW)
> As you can see in the code, it calls a function create_wfslayer() from
> gsconfig. I checked the gsconfig latest code and this function is not
> available.
>
> Is it possible currently to publish through the Remote Services app WFS
> layers? Is there a documentation describing the current status of the app?
>
> Thanks.
> Dimitris
>
> _______________________________________________
> geonode-devel mailing list
> geonode-devel at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-devel
>


More information about the geonode-devel mailing list