You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing a layer to GeoServer through Opengeo Explorer, some css parameters like stroke-width and stroke-dasharray are not converted from QGIS's unit system (millimeters) to GeoServer's (pixels).
Since I am new to git and I could not push my fixes to this repo, I would paste them here as a suggestion,
To opengeo/qgis/sldadapter.py
_1. Add the following function
The text was updated successfully, but these errors were encountered:
kitzilla
changed the title
SLD stroke-width is not converted to 'pixels' on publishing layer
SLD stroke-width is not converted to 'pixels' on layer publishing
Jun 26, 2015
When publishing a layer to GeoServer through Opengeo Explorer, some css parameters like stroke-width and stroke-dasharray are not converted from QGIS's unit system (millimeters) to GeoServer's (pixels).
Since I am new to git and I could not push my fixes to this repo, I would paste them here as a suggestion,
To opengeo/qgis/sldadapter.py
_1. Add the following function
_2. Insert the following lines to adaptQgsToGs function (between line 40 and 41)
The text was updated successfully, but these errors were encountered: