有没有人知道可以在SLD中将tag的值设为dynamic?
我正在使用geoserver来定义样式,但我需要更多不同大小的对象。
我的意思是这样的:
<Graphic>
<Mark>
<WellKnownName>square</WellKnownName>
<Fill>
<CssParameter name="fill">#FF0000</CssParameter>
</Fill>
</Mark>
<Size>${poi_size}</Size>
</Graphic> 如果有人知道我怎么能做到这一点,请回答。
非常感谢你的回答。
发布于 2011-09-30 20:10:46
最后,我在这里找到了问题的答案:http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#attribute-based-point
https://stackoverflow.com/questions/7484018
复制相似问题