changeset 31:4a0cf87a9c9c gmap2

Cleanups.
author ccr@tnsp.org
date Sat, 08 Jan 2011 17:16:38 +0200
parents 04dd1cfdd4c3
children 2f913714aaf3
files tools/makegmaps.php
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Sat Jan 08 17:10:42 2011 +0200
+++ b/tools/makegmaps.php	Sat Jan 08 17:16:38 2011 +0200
@@ -2,8 +2,8 @@
 <?php
 
 $rawPath = "raw/";
-$cachePath = "cache/";
-$fontFile = "lucon.ttf";
+$cachePath = "../cache/";
+$fontFile = "./lucon.ttf";
 
 $locPath = "maputils/maps/";
 $markerPath = "../";
@@ -139,10 +139,10 @@
       }
     }
     $y++;
-//    echo ".";
+    echo ".";
   }
 
-//  echo $outfile;
+  echo "\n";
 
   if (imagepng($im, $outFilename) === FALSE) {
     echo "Error creating '".$outFilename."'\n";