GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.45k stars 1.13k forks source link

Updatelayers sets advertised to True on all layers. #1205

Closed garnertb closed 11 years ago

garnertb commented 11 years ago

To reproduce:

  1. Uncheck the Advertised checkbox on a layer in Geoserver.
  2. Run python manage.py updatelayers
  3. The Advertised checkbox from step one will now be checked.
garnertb commented 11 years ago

I submitted a PR on gsconfig to resolve this: https://github.com/boundlessgeo/gsconfig/pull/43.

garnertb commented 11 years ago

Just tested and this is working as expected now. Thanks @ingenieroariel for making quick work of the PR, another bug squashed!