mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
+ max_char_angle default to 25 degrees
This commit is contained in:
parent
86f4027d9d
commit
8b92943608
@ -97,7 +97,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_(0.0),
|
||||
max_char_angle_delta_(25.0 * M_PI/180.0),
|
||||
fill_(fill),
|
||||
halo_fill_(color(255,255,255)),
|
||||
halo_radius_(0),
|
||||
@ -128,7 +128,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_(0.0),
|
||||
max_char_angle_delta_(25.0 * M_PI/180.0),
|
||||
fill_(fill),
|
||||
halo_fill_(color(255,255,255)),
|
||||
halo_radius_(0),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user