Geonode图层页面无效的URL

时间:2018-09-11 11:10:18

标签: python-2.7 web gis open-source osgeo

我已经使用Web界面将图层上传到了geonode。我现在想查看图层详细信息。

我已打开调试功能。这是错误页面。

感觉就像我需要在local_settings.py中进行更改吗?除以下内容外,我具有默认值:

ALLOWED_HOSTS = ['*']

DEBUG = True

enter image description here

1 个答案:

答案 0 :(得分:1)

查看缺少/

的地理服务器URL

确保已在设置中正确设置了Geoserver网址:

https://github.com/GeoNode/geonode/blob/master/geonode/local_settings.py.geoserver.sample#L110

,并在apache conf中正确重定向:

https://github.com/GeoNode/geonode-project/blob/master/scripts/misc/apache2/geonode.conf.sample#L105