Skip to content

Commit

Permalink
adjust letterspacing on follow labels (#4404)
Browse files Browse the repository at this point in the history
closes #4404
  • Loading branch information
tbonfort committed Sep 5, 2012
1 parent 2d474ae commit 9cb9e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapprimitive.c
Expand Up @@ -1815,7 +1815,7 @@ void msPolylineLabelPathLineString(mapObj *map, imageObj *img, shapeObj *p, int
double kernel_normal = 2.6; /* Must be sum of kernel elements */
int kernel_size = 5;

double letterspacing = 1.25;
double letterspacing = 1.05;
/* As per RFC 60, if label->maxoverlapangle == 0 then fall back on pre-6.0 behavior
which was to use maxoverlapangle = 0.4*MS_PI ( 40% of 180 degrees ) */
double maxoverlapangle = 0.4 * MS_PI;
Expand Down

0 comments on commit 9cb9e5e

Please sign in to comment.