[GeoNode-users] Implementing GeoNode for University

GC-54 nepanode at gmail.com
Wed Jun 17 15:04:06 PDT 2015


Geonode 2.4 beta has "remote services" feature which allows admins to
register remote WMS/ESRI REST/CSW services from the admin menu... I'd
suggest this for the #1 but know the limitations -
https://github.com/GeoNode/geonode/issues/2064.

For #2 I'd suggest putting in a wildcard for allowed proxy while testing
out in your local_settings.py file within your geonode_project:
PROXY_ALLOWED_HOSTS=['*', 'localhost']

When ready for production you'll want to enter each IP address
['192.168.1.1', '_________', 'localhost'] of the servers you'll be
registering remote services from. Do you have access over these ArcGIS
servers? if so I'd suggest enabling their WMS service for each resource
your'e registering and setting its default projection to ESPG:3857. That
way legend/getfeatureinfo/query will work for those services when
registered remotely. Otherwise all you'll get from registering from ESRI
REST is the map export which is essentially a tiling service.

On Wed, Jun 17, 2015 at 9:33 AM, Florian Hoedt <florian.hoedt at hs-owl.de>
wrote:

>  Hello Internet,
>
> Thanks for the variety of info about the usefullnes of Geonode for an
> organisation like my university!
>
> I spent the last couple of days to install geonode on a server and am able
> to get to the web interface. Some things bother me though:
>
> 1. How can I harvest other CSW? I have a GeoNetwork running which does an
> excellent job there - is it possible to just use that as input for geonode?
>
> 2. I want to add our ArcGIS Server with its REST point to the list of
> servers, so the users could use the add layer button from the map view to
> query the datasets there. But I get this error:
> *>> DEBUG is set to False but the host of the path provided to the proxy
> service is not in the PROXY_ALLOWED_HOSTS setting*
>
> Seems like I should change some settings.
>
> Thanks in advance
>
>
>
> Florian Hoedt
>
>
>
> B.Sc. Florian Hoedt
>
> Hochschule Ostwestfalen-Lippe / Campus Höxter
>
> FB 9 Landschaftsarchitektur und Umweltplanung
>
> An der Wilhelmshöhe 44
>
> 37671 Höxter
>
> Tel.: 05271-687-7478
>
> E-Mail: florian.hoedt at hs-owl.de
>
> www.hs-owl.de/fb9
>
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20150617/eb758dc7/attachment.html>


More information about the geonode-users mailing list