gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
197 stars 79 forks source link

New method needed for layerGroup #64

Closed iamtekson closed 2 years ago

iamtekson commented 2 years ago

At this stage, we have only the get_layergroup method is available. We need the following methods,

  1. create_layergroup
  2. update_layergroup
  3. add_layer_to_layergroup
  4. delete_layergroup
jenfredwell commented 2 years ago

I was also looking for this functionality and was disappointed to not find it!

iamtekson commented 2 years ago

78 Solved this issue.