changeset 36:4a12fcbfa1e3 gmap2

Change cachepath.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Jan 2011 18:15:32 +0200
parents 944ef23d4d61
children d1d602a91826
files tools/makegmaps.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Sat Jan 08 17:52:11 2011 +0200
+++ b/tools/makegmaps.php	Sat Jan 08 18:15:32 2011 +0200
@@ -3,7 +3,7 @@
 
 // Paths and files
 $rawPath = "raw/";
-$cachePath = "../cache/";
+$cachePath = "cache/";
 $fontFile = "./lucon.ttf";
 
 $locPath = "maputils/maps/";