0

fixed template.html to use the right path

This commit is contained in:
Andrew Brown
2010-09-06 22:53:16 -04:00
parent dfc336e46a
commit 41f5eab067

View File

@@ -33,7 +33,7 @@
url += '/' + (x + 2 * y); url += '/' + (x + 2 * y);
} }
} }
url = config.path + url + '.' + config.fileExt; url = url + '.' + config.fileExt;
return(url); return(url);
}, },
tileSize: new google.maps.Size(config.tileSize, config.tileSize), tileSize: new google.maps.Size(config.tileSize, config.tileSize),