Merge branch 'dtt-c-render' into overlays
Conflicts: overviewer.py setup.py
This commit is contained in:
12
config.js
12
config.js
@@ -2,8 +2,11 @@
|
||||
var config = {
|
||||
fileExt: '{imgformat}',
|
||||
tileSize: 384,
|
||||
defaultZoom: 1,
|
||||
defaultZoom: 2,
|
||||
maxZoom: {maxzoom},
|
||||
// center on this point, in world coordinates, ex:
|
||||
//center: [0,0,0],
|
||||
center: {spawn_coords},
|
||||
cacheMinutes: 0, // Change this to have browsers automatically request new images every x minutes
|
||||
bg_color: '#1A1A1A',
|
||||
debug: false
|
||||
@@ -51,10 +54,3 @@ var mapTypeData=[
|
||||
|
||||
var mapTypeData = {maptypedata};
|
||||
|
||||
// Please leave the following variables here:
|
||||
var markerCollection = {}; // holds groups of markers
|
||||
|
||||
var map;
|
||||
|
||||
var markersInit = false;
|
||||
var regionsInit = false;
|
||||
|
||||
Reference in New Issue
Block a user