Clean up initialization.

This commit is contained in:
Hermann Kraus 2013-06-24 23:05:17 +02:00
parent 2320632f87
commit 21cbc68f68

View file

@ -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();
}