Skip to content

geoserver rest v2.3.0

Compare
Choose a tag to compare
@iamtekson iamtekson released this 06 May 16:03
· 193 commits to master since this release

What's new with this release?

  • create_layergroup function added
  • Params for delete_workspace and delete_style changed to {recursive: true}
  • Added methods to use REST API for user/group service CRUD operations.
  • Removed key_column parameter and added srid parameter (coordinate system of the layer, default is 4326) from publish_featurestore_sqlview function
  • Solved the Bug #73 and #69

What's Changed

  • Rearranging and fixing problems within create_featurestore method and adding new method "edit_featuretype" by @JLoos92 in #60
  • create database entry key fixed (spelling) by @JLoos92 in #62
  • Adds REST API for CRUD on user/group service by @theoway in #63
  • Update Geoserver.py by @eleticial in #74
  • tidying up & attempted layergroup creation by @jeafreezy in #75

New Contributors

Full Changelog: v2.1.0...v2.3.0