# HG changeset patch # User Matti Hamalainen # Date 1394887065 -7200 # Node ID fcb19418d28e970dd4bfd151a26850e4b12fe3f4 # Parent 85ee47035acfd889c52356e14dd4dc34039df770 Oops, 100L. diff -r 85ee47035acf -r fcb19418d28e tools/makegmaps.php --- a/tools/makegmaps.php Fri Mar 14 12:58:04 2014 +0200 +++ b/tools/makegmaps.php Sat Mar 15 14:37:45 2014 +0200 @@ -400,9 +400,9 @@ else { imagettftext($im, - $fontsize[$zoom], 0, - $x*$zoom + $fontsize[$zoom]/4, - $y*$zoom + $fontsize[$zoom], + $fontSize[$zoom], 0, + $x*$zoom + $fontSize[$zoom]/4, + $y*$zoom + $fontSize[$zoom], $colors[$data[$x]], $fontFile, $data[$x]);