gicait / geoserver-rest

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

Typos in How To Use section, examples of get requests #121

Closed engle212 closed 1 year ago

engle212 commented 1 year ago
# get workspace
workspace = geo.get_workspaces(workspace='workspace_name')

Above line should be just geo.get_workspace(workspace='workspace_name') Other examples also have errors:

# get default workspace
dw = geo.get_default_wokspace(workspace='workspace_name')

Above line should be geo.get_default_workspace() There are other typos like this in the same docs/source/how_to_use.rst document.

iamtekson commented 1 year ago

Thanks for raising this issue. It is the error on documentation. I will fix it soon.