mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
add missing attribute collector for markers symbolizer path expression - closes #1952
This commit is contained in:
parent
cbfe228790
commit
9bf6abd988
@ -199,6 +199,11 @@ struct symbolizer_attributes : public boost::static_visitor<>
|
||||
{
|
||||
boost::apply_visitor(f_attr,*width_expr);
|
||||
}
|
||||
path_expression_ptr const& filename_expr = sym.get_filename();
|
||||
if (filename_expr)
|
||||
{
|
||||
path_processor_type::collect_attributes(*filename_expr,names_);
|
||||
}
|
||||
collect_transform(sym.get_image_transform());
|
||||
collect_transform(sym.get_transform());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user