From a395f974f343c212fb0a9b2e0bd88dca55dd197c Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 31 Jan 2012 12:00:36 +0000 Subject: [PATCH] small fix --- src/symbolizer_helpers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/symbolizer_helpers.cpp b/src/symbolizer_helpers.cpp index e802fcb6e..47cbbd82c 100644 --- a/src/symbolizer_helpers.cpp +++ b/src/symbolizer_helpers.cpp @@ -109,7 +109,6 @@ void text_symbolizer_helper::initialize_geometries() largest_box_only = true; if (sym_.get_minimum_path_length() > 0) { - largest_box_only = true; // TODO - find less costly method than fetching full envelope box2d gbox = t_.forward(geom.envelope(), prj_trans_);