+ point symbolizer needs 'image-transform' via @lightmare
This commit is contained in:
parent
d85605eba1
commit
9dc4cb34cc
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ void map_parser::parse_point_symbolizer(rule & rule, xml_node const & sym)
|
||||||
}
|
}
|
||||||
boost::array<double,6> matrix;
|
boost::array<double,6> matrix;
|
||||||
tr.store_to(&matrix[0]);
|
tr.store_to(&matrix[0]);
|
||||||
symbol.set_transform(matrix);
|
symbol.set_image_transform(matrix);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (image_reader_exception const & ex)
|
catch (image_reader_exception const & ex)
|
||||||
|
|
Loading…
Reference in a new issue