gicait / geoserver-rest

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

Added methods to update and delete layergroups #78

Closed jeafreezy closed 2 years ago

jeafreezy commented 2 years ago

The following were implemented in this PR

iamtekson commented 2 years ago

Thank you very much @jeafreezy. It is really a cool feature with geoserver-rest. I will review this PR this week.

jeafreezy commented 2 years ago

Thank you @iamtekson ! I haven't opened a PR for the adding a layer to layergroup function because I have had no luck doing so. I think it's not possible currently with Geoserver via REST. I will keep exploring anyways.

iamtekson commented 2 years ago

Yes, I think so. Either this functionality is missing from their documentation or it is not available till now. Hope we will find it one day.