0

Merged in new logging, fixed markers, and minetracks

This commit is contained in:
Andrew Brown
2010-09-30 23:28:06 -04:00
9 changed files with 275 additions and 83 deletions

View File

@@ -14,11 +14,11 @@
<script type="text/javascript">
var config = {
path: 'tiles',
fileExt: 'png',
fileExt: '{imgformat}',
tileSize: 384,
defaultZoom: 1,
maxZoom: {maxzoom},
cacheMinutes: 0, // Change this to have browsers automatically requiest new images every x minutes
cacheMinutes: 0, // Change this to have browsers automatically request new images every x minutes
debug: false
};