使用geoserver的REST API上传SLD的图形
如何使用 geoserver 的 REST API 上传 SLD 的图形。 我已成功上传 SLD 的样式文件,但我看不到任何上传正在使用的样式的图形的可能性。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,GeoServer 的 REST API 不支持上传图像。但是,如果您只是设置了 FTP 服务或其他允许您上传到 styles/ 目录的服务,那么在上传的 SLD 中使用它们就不会有任何问题。 GeoServer 有一个可用的 FTP 扩展(请参阅夜间构建社区模块),但目前仅允许上传到
data/
子目录。另一种可能性是通过 HTTP 托管图像并通过 SLD 中的 HTTP URL 访问它们。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.