Clean up initialization.
This commit is contained in:
parent
2320632f87
commit
21cbc68f68
1 changed files with 1 additions and 2 deletions
|
@ -249,7 +249,7 @@ text_symbolizer_helper::text_symbolizer_helper(
|
|||
t_(t),
|
||||
dims_(0, 0, width, height),
|
||||
query_extent_(query_extent),
|
||||
points_on_line_(false),
|
||||
points_on_line_(true),
|
||||
placement_(sym_.get_placement_options()->get_placement_info(scale_factor)),
|
||||
finder_(feature, detector, dims_, placement_, font_manager, scale_factor)
|
||||
{
|
||||
|
@ -257,7 +257,6 @@ text_symbolizer_helper::text_symbolizer_helper(
|
|||
if (!geometries_to_process_.size()) return;
|
||||
finder_.next_position();
|
||||
initialize_points();
|
||||
points_on_line_ = true;
|
||||
init_marker();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue