From 41f5eab06748d65bdea311da0b1a5afe28d3bfcc Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 6 Sep 2010 22:53:16 -0400 Subject: [PATCH] fixed template.html to use the right path --- template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.html b/template.html index c04bfa6..079a19a 100644 --- a/template.html +++ b/template.html @@ -33,7 +33,7 @@ url += '/' + (x + 2 * y); } } - url = config.path + url + '.' + config.fileExt; + url = url + '.' + config.fileExt; return(url); }, tileSize: new google.maps.Size(config.tileSize, config.tileSize),