Return old label_position_tolerance=0 behaviour.

- Place within 1/2 of spacing rather than 1/3.
This commit is contained in:
Dave 2008-02-06 20:38:54 +00:00
parent 3f848ba14d
commit a3652c6e66

View file

@ -431,7 +431,7 @@ namespace mapnik
}
else
{
tolerance = spacing/3.0;
tolerance = spacing/2.0;
tolerance_delta = std::max ( 1.0, spacing/100.0 );
}