ROGUE-JCTD / rogue_geonode

GeoSHAPE - A Django package that adds GeoSHAPE functionality to GeoNode.
http://www.geoshape.org
GNU General Public License v3.0
12 stars 25 forks source link

WMS Cascade Layers Error #67

Closed ScottEvil closed 9 years ago

ScottEvil commented 9 years ago

When adding WMS Cascade layers with the --skip-unadvertised tag. It throws a "has no attribute 'advertised'" error when run w/ a CascadeWMS layer.

root@rogue-geoserver-bn:~# /var/lib/geonode/bin/python /var/lib/geonode/rogue_geonode/manage.py updatelayers --ignore-errors --remove-deleted --skip-unadvertised AttributeError: 'WmsLayer' object has no attribute 'advertised' root@rogue-geoserver-bn:~#

-- Fix needs to be pushed up-stream once verified --

garnertb commented 9 years ago

Fixed here: https://github.com/boundlessgeo/gsconfig/pull/88 and here: https://github.com/GeoNode/geonode/commit/f7f9c702451c4ddad80a3a1109be06239862a1b7.

garnertb commented 9 years ago

Closing since there is no work required from us on this.