small fix
This commit is contained in:
parent
e00e8f98aa
commit
a395f974f3
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ void text_symbolizer_helper<FaceManagerT, DetectorT>::initialize_geometries()
|
||||||
largest_box_only = true;
|
largest_box_only = true;
|
||||||
if (sym_.get_minimum_path_length() > 0)
|
if (sym_.get_minimum_path_length() > 0)
|
||||||
{
|
{
|
||||||
largest_box_only = true;
|
|
||||||
// TODO - find less costly method than fetching full envelope
|
// TODO - find less costly method than fetching full envelope
|
||||||
box2d<double> gbox = t_.forward(geom.envelope(), prj_trans_);
|
box2d<double> gbox = t_.forward(geom.envelope(), prj_trans_);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue