Closed Geoneer closed 8 years ago
are you saying you are using plugin source code (then paver packaging) or the version installed from qgis plugin repo?
I did install the plugin throught the default QGIS repository:
Geoserver:
So I installed it from the default repos of the QGIS plugins.
ok...you installed from repo... but I can't reporduce your problem. You wrote:
in these steps there is no interaction with geoserver, but only saving polygon style in the qgis project. I suppose you applied a style to a polygon layer and imported the layer in the default geoserver worspace. Is it correct? The error is during import? is during loading the layer from geoserver? when?
let's see:
So it happens when I want to edit the SLD file when double click on the Styles tree in the Geoserver explorer. In my case the style 'giant polygon'.
If you've not got this error and you could save the QGIS style SLD to the Geoserver, how did you do this? Did you first add the layer to QGIS and edit the styling there?
A few things I have to make clear:
On Windows 7 64bits Enterprise:
What did I do:
next error occurred:
must be string or buffer, not tuple Traceback (most recent call last): File "C:/Users/A613256/.qgis2/python/plugins\geoserverexplorer\gui\explorer.py", line 98, in run command(*params) File "build\bdist.win32\egg\geoserver\style.py", line 108, in update_body self.body_href, "PUT", body, headers) File "C:/Users/A613256/.qgis2/python/plugins\geoserverexplorer\geoserver\retry.py", line 14, in decorator raise e TypeError: must be string or buffer, not tuple
Q: Did you see this bug also?
What to do:
I did fork the source also. I'm thinking about to try to solve this bug so the SLD is put to Geoserver through REST.