eblondel / geosapi

R interface to GeoServer REST API
https://github.com/eblondel/geosapi/wiki
Other
34 stars 5 forks source link

Fix createStyle / updateStyle / deleteStyle when workspace is specified #64

Closed EvandroStk9 closed 1 year ago

EvandroStk9 commented 1 year ago

Hi,

I'm attempting to upload styles to a specific workspace using the "ws" parameter of the "gsman$createStyle" function. The style creation is successful, but it doesn't associate with any workspace.

R version 4.2.1 GeoServer Version 2.23.0

eblondel commented 1 year ago

Thanks @EvandroStk9 i'm going to look ASAP what's wrong on this.

eblondel commented 1 year ago

My bad, i've checked and indeed some conditions were writen too quickly. It should be fixed now. Let me know

EvandroStk9 commented 1 year ago

Thank you @eblondel. It works fine for me now.

eblondel commented 1 year ago

For your convenience i've submitted a revision to CRAN, it has been accepted.