changeset 225:fcb19418d28e gmap2

Oops, 100L.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Mar 2014 14:37:45 +0200
parents 85ee47035acf
children d151536c9d3d
files tools/makegmaps.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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]);