Geoserver GeoWebCache AntiAlias LargePolygon 错误 OpenLayers
当同时使用 geoserver (1.7.X) 和 OpenLayers(WMS 层)时,如果使用抗锯齿渲染多个图层,并且其中一个底层与“顶部”图层中的其余功能相比确实很大,我会得到一种奇怪的行为。
背景不应该是黑色的。
如果我直接进入 geoserver 并禁用抗锯齿,我会得到正确的结果,但是当我尝试使用 geowebcache 时,我没有找到任何方法来确保在 Geowebcache 向 geoserver 请求切片时使用 format_options=antialias:none 。
根据一些文档,geowebcache 中有一个供应商标签,但我看不到对抗锯齿有任何影响。
任何人都可以成功访问 geowebcache 中供应商标签中的 format_options 吗?
When using geoserver (1.7.X) and OpenLayers (WMS layer) togheter I get a weird behavour if a render several layers with antialias and one of the bottom layers is really large compared to the rest of the features in the layers "on top".
The background should have been not black.
If I go straight to the geoserver and disable antialias I get correct but when I try to use the geowebcache I have not found any way to make sure that the format_options=antialias:none is used when Geowebcache asks the geoserver for the tile.
According to some documentation there is a vendor tag in geowebcache but I can't see any effect on then antialiasing.
Anyone who have a succesful go at format_options in the vendor tag in geowebcache?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有找到答案,但 geowebcache-users 邮件列表中的 Arne Kep 找到了答案。
插入 FORMAT_OPTIONS=antialias:none
上方
在/cache/XXX
geowebcache.xml中是需要修改的地方。
I didn't come up with an answer but Arne Kep from the geowebcache-users mail list did.
Inserting FORMAT_OPTIONS=antialias:none
right above
/cache/XXX
in the geowebcache.xml was the place to modify.