mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ update attribute collector to handle 'orientation'
This commit is contained in:
parent
258a62616e
commit
c020acb3a7
@ -99,6 +99,14 @@ struct symbolizer_attributes : public boost::static_visitor<>
|
||||
expression_attributes f_attr(names_);
|
||||
boost::apply_visitor(f_attr,*name_expr);
|
||||
}
|
||||
|
||||
expression_ptr const& orientation_expr = sym.get_orientation();
|
||||
if (orientation_expr)
|
||||
{
|
||||
expression_attributes f_attr(names_);
|
||||
boost::apply_visitor(f_attr,*orientation_expr);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void operator () (point_symbolizer const& sym)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user