SLD动态图形尺寸
有谁知道可以在 SLD 中使标签的值动态化吗?
我正在使用 geoserver 来定义样式,但我需要更多不同大小的对象。
我的意思是这样的:
<Graphic>
<Mark>
<WellKnownName>square</WellKnownName>
<Fill>
<CssParameter name="fill">#FF0000</CssParameter>
</Fill>
</Mark>
<Size>${poi_size}</Size>
</Graphic>
如果有人知道我该怎么做,请回答。
非常感谢您的回答。
Does anybody know that is possible to make the value of tag to dynamic in SLD?
I'm using geoserver to define a style, but I need more different size objects.
I mean like this:
<Graphic>
<Mark>
<WellKnownName>square</WellKnownName>
<Fill>
<CssParameter name="fill">#FF0000</CssParameter>
</Fill>
</Mark>
<Size>${poi_size}</Size>
</Graphic>
If anybody knows that how can I have to do this, please answer.
Much appreciated for the answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我在这里找到了问题的答案: http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#attribute-based-point
Finally, I found the answer for my question here: http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#attribute-based-point