fixed template.html to use the right path
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user