How to upload SLD's graphic using geoserver's REST API. I have managed to upload SLD's style file but I do not see any possibility to upload graphic which style is using.

link|improve this question

33% accept rate
feedback

1 Answer

GeoServer's REST API does not support uploading images, unfortunately. However, if you just set up an FTP service or something to allow you to upload to the styles/ directory you shoud not have any problems using them in uploaded SLDs. There is an FTP extension available for GeoServer (see the nightly builds of community modules) but it currently only allows uploads to the data/ subdirectory. Another possibility is to host the images via HTTP and access them via HTTP URLs in SLD.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.