Closed ScottEvil closed 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 --
Fixed here: https://github.com/boundlessgeo/gsconfig/pull/88 and here: https://github.com/GeoNode/geonode/commit/f7f9c702451c4ddad80a3a1109be06239862a1b7.
Closing since there is no work required from us on this.
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 --