Return old label_position_tolerance=0 behaviour.
- Place within 1/2 of spacing rather than 1/3.
This commit is contained in:
parent
3f848ba14d
commit
a3652c6e66
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ namespace mapnik
|
|||
}
|
||||
else
|
||||
{
|
||||
tolerance = spacing/3.0;
|
||||
tolerance = spacing/2.0;
|
||||
tolerance_delta = std::max ( 1.0, spacing/100.0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue