-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't upload layer with SVG icon point style #39
Comments
Apparently you need to have the |
Hello, i've juste sent a pull request that may resolve this issue. I'm uploading icons using the geoserver standard API |
plain geoserver does not support svg upload. That's a suite-only thing
I agree that we should deal with that more gracefully
…On Fri, Dec 2, 2016 at 11:17 AM, Giovanni Manghi ***@***.***> wrote:
@volaya <https://github.com/volaya> @luipir <https://github.com/luipir> I
can confirm that on stock Geoserver the above error is thrown while on
Boundless Suite the import goes well. I guess that the error would be
better be caught to return a better warning.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACARk0TL3inyvqd-LPqvldfSe1XCtXE5ks5rD_BKgaJpZM4IWuxM>
.
--
Victor Olaya
Software Engineer | Boundless <http://boundlessgeo.com/>
[email protected]
@boundlessgeo <http://twitter.com/boundlessgeo/>
|
@volaya is the SVG file defined in QGIS supposed to be automatically uploaded to the server and applied in the resulting SLD style? |
@ddespres I was not aware of that. Great news. Will take a look at the PR and merge it @gioman Yes, if the style uses SVG icons, the icons are uploaded. That is the problem now, that the upload is only available for suite geoserver, since standard geoserver didnt have that capability. Hopefully with the new version and this PR that @ddespres wrote, we will fix that :-) |
Ah, I had already merged the PR :-) Thanks again, @ddespres ! |
No problem, that wasn't a big work ;-) |
@volaya Hi Victor, thanks for the feedback. It works if the layer is loaded back as WMS, but if loaded as WFS the SVG symbol apparently fails to load and in QGIS canvas is replaced with the "?" one. Not sure anyway if this is also supposed to work for WFS. |
good catch. I guess the icon has to be downloaded back, but that is not
implemented at the moment
I guess we can tag it as a limitation, adding it to the documentation, for
now
…On Mon, Dec 5, 2016 at 10:42 AM, Giovanni Manghi ***@***.***> wrote:
@gioman <https://github.com/gioman> Yes, if the style uses SVG icons, the
icons are uploaded. That is the problem now, that the upload is only
available for suite geoserver, since standard geoserver didnt have that
capability. Hopefully with the new version and this PR that @ddespres
<https://github.com/ddespres> wrote, we will fix that :-)
@volaya <https://github.com/volaya> Hi Victor, thanks for the feedback.
It works if the layer is loaded back as WMS, but if loaded as WFS the SVG
symbol apparently fails to load and in QGIS canvas is replaced with the "?"
one. Not sure anyway if this is also supposed to work for WFS.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACARk83beoPRN-9l2-biQ53I6489TXdyks5rE9x1gaJpZM4IWuxM>
.
--
Victor Olaya
Software Engineer | Boundless <http://boundlessgeo.com/>
[email protected]
@boundlessgeo <http://twitter.com/boundlessgeo/>
|
added a feature request here: |
also added a note here: https://github.com/boundlessgeo/qgis-geoserver-plugin/blob/master/docs/source/intro.rst |
Dragging a layer with an SVG icon style to the "layers" listing throws a 404 error:
reproduced in this post.
The text was updated successfully, but these errors were encountered: