slighly more restrictive default max_char_angle_delta

This commit is contained in:
Dane Springmeyer 2011-05-04 01:53:20 +00:00
parent 3add8dfb6d
commit 0a278e7c49

View file

@ -102,7 +102,7 @@ text_symbolizer::text_symbolizer(expression_ptr name, std::string const& face_na
label_spacing_(0),
label_position_tolerance_(0),
force_odd_labels_(false),
max_char_angle_delta_(25.0 * M_PI/180.0),
max_char_angle_delta_(22.5 * M_PI/180.0),
fill_(fill),
halo_fill_(color(255,255,255)),
halo_radius_(0),
@ -137,7 +137,7 @@ text_symbolizer::text_symbolizer(expression_ptr name, unsigned size, color const
label_spacing_(0),
label_position_tolerance_(0),
force_odd_labels_(false),
max_char_angle_delta_(25.0 * M_PI/180.0),
max_char_angle_delta_(22.5 * M_PI/180.0),
fill_(fill),
halo_fill_(color(255,255,255)),
halo_radius_(0),