fix round tripping of max-char-angle-delta value
This commit is contained in:
parent
5b286da889
commit
1c30683f23
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ void text_symbolizer_properties::to_xml(boost::property_tree::ptree &node,
|
|||
}
|
||||
if (max_char_angle_delta != dfl.max_char_angle_delta || explicit_defaults)
|
||||
{
|
||||
set_attr(node, "max-char-angle-delta", max_char_angle_delta);
|
||||
set_attr(node, "max-char-angle-delta", max_char_angle_delta/(M_PI/180));
|
||||
}
|
||||
if (halign != dfl.halign || explicit_defaults)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue