使用 Mapnik 样式中的数据集数据
我已经设置 Mapnik 连接到 PostGIS 数据库并显示几何图形。我希望在我的数据库中有一个名为 opacity
的列,并在 Mapnik 渲染该几何图形时将其用作该行几何图形的不透明度。
到目前为止,我只找到了有关如何显示数据库中的文本以及当数据库值在参数范围内时如何使用过滤器显示不同样式的信息。不过,没有关于如何直接在样式或图层内部使用这些值 - 这可能吗?
I've setup Mapnik to connect to a PostGIS database, and display geometry. I'd like to have a column in my database called opacity
, and use it as the opacity for that row of geometry when Mapnik renders it.
So far, I've only found information on how to display text from the database, and how to use filters to display different styles when database values are within parameters. Nothing about how to use the values directly inside of a style or layer though - is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Alex,目前对于不透明度来说这是不可能的,但您可以在 trac.mapnik.org 上提交票证来请求它。基本上,在 Mapnik 主干(又名 Mapnik2)中,刚刚添加了支持以允许对文本之外的属性使用“数据驱动的符号器”,但尚未公开不透明度:
http://mapnik.org/news/2009/dec/08/future_mapnik2/
Alex, this is not currently possible for opacity, but you can file a ticket at trac.mapnik.org to request it. Basically, in Mapnik trunk (aka Mapnik2), support has just been added to allow "data-driven symbolizers" for attributes beyond text, but opacity is not yet exposed:
http://mapnik.org/news/2009/dec/08/future_mapnik2/