Skip to content

Commit

Permalink
Merge pull request #96 from Kilometerfresserin/issue_86_missing_appli…
Browse files Browse the repository at this point in the history
…cation_json

Issue 86 missing application json
  • Loading branch information
iamtekson authored Jan 14, 2023
2 parents 6b96ccb + cd6d326 commit 55cc591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Change Log
``Master branch``
^^^^^^^^^^^^^^^^^

* Fix json-bug in create_coveragestore method (see issue `#86 <https://github.com/gicait/geoserver-rest/issues/86>`)

``[v2.4.0 - 2023-01-10]``
^^^^^^^^^^^^^^^^^^^^^^^^^^
* Fix the import issue, close `#76 <https://github.com/gicait/geoserver-rest/issues/76>`_
Expand Down
2 changes: 1 addition & 1 deletion geo/Geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def create_coveragestore(
self.service_url, workspace, layer_name, file_type
)

headers = {"content-type": content_type}
headers = {"content-type": content_type, "Accept" : "application/json"}

r = None
try:
Expand Down

0 comments on commit 55cc591

Please sign in to comment.