-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverviewerConfig.js
65 lines (65 loc) · 1.72 KB
/
overviewerConfig.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
var overviewerConfig = {
"worlds": [
"flobsandani2015"
],
"tilesets": [
{
"spawn": [
-160,
80,
256
],
"isOverlay": false,
"last_rendertime": 1451654193,
"name": "A regular render",
"poititle": "Markers",
"north_direction": 0,
"minZoom": 0,
"bgcolor": "#1a1a1a",
"zoomLevels": 8,
"base": "",
"imgextension": "png",
"defaultZoom": 1,
"world": "flobsandani2015",
"maxZoom": 8,
"path": "render1",
"showlocationmarker": true
}
],
"CONST": {
"mapDivId": "mcmap",
"UPPERLEFT": 0,
"tileSize": 384,
"UPPERRIGHT": 1,
"image": {
"defaultMarker": "signpost.png",
"queryMarker": "https://google-maps-icons.googlecode.com/files/regroup.png",
"signMarker": "signpost_icon.png",
"spawnMarker": "https://google-maps-icons.googlecode.com/files/home.png",
"bedMarker": "bed.png"
},
"LOWERRIGHT": 2,
"LOWERLEFT": 3,
"regionStrokeWeight": 2
},
"map": {
"debug": true,
"north_direction": "lower-left",
"controls": {
"spawn": true,
"mapType": true,
"compass": true,
"coordsBox": true,
"overlays": true,
"searchBox": true,
"zoom": true,
"pan": true
},
"center": [
-314,
67,
94
],
"cacheTag": "1451654350"
}
};