summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-06-18 03:49:54 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-06-18 03:55:49 +1200
commit5e1028661114581c2d503b7ef460f40628c5bed5 (patch)
tree73d4849d10580384818ec8a221b443484e4e20d5
parentcd56e8f9a80da5506222efba915b9041671946b6 (diff)
downloadmanavis-5e1028661114581c2d503b7ef460f40628c5bed5.tar.gz
manavis-5e1028661114581c2d503b7ef460f40628c5bed5.tar.bz2
manavis-5e1028661114581c2d503b7ef460f40628c5bed5.tar.xz
manavis-5e1028661114581c2d503b7ef460f40628c5bed5.zip
Sync map.js for 2013-06-07 update
This update triggered cascading map ID changes. This system needs rewriting to handle automatic adjustment of map IDs. Perhaps the logging format should be changed to log the stable ID?
-rw-r--r--public/js/comp/map.js43
1 files changed, 22 insertions, 21 deletions
diff --git a/public/js/comp/map.js b/public/js/comp/map.js
index d845031..0abc3f6 100644
--- a/public/js/comp/map.js
+++ b/public/js/comp/map.js
@@ -84,27 +84,28 @@ var map = function(){
"80": "032-3",
"81": "033-1",
"82": "034-1",
- "83": "041-1",
- "84": "042-1",
- "85": "042-2",
- "86": "044-1",
- "87": "044-3",
- "88": "045-1",
- "89": "046-1",
- "90": "046-3",
- "91": "047-1",
- "92": "048-1",
- "93": "048-2",
- "94": "051-1",
- "95": "051-3",
- "96": "052-1",
- "97": "052-2",
- "98": "055-1",
- "99": "055-3",
- "100": "056-1",
- "101": "056-2",
- "102": "057-1",
- "103": "botcheck",
+ "83": "034-2",
+ "84": "041-1",
+ "85": "042-1",
+ "86": "042-2",
+ "87": "044-1",
+ "88": "044-3",
+ "89": "045-1",
+ "90": "046-1",
+ "91": "046-3",
+ "92": "047-1",
+ "93": "048-1",
+ "94": "048-2",
+ "95": "051-1",
+ "96": "051-3",
+ "97": "052-1",
+ "98": "052-2",
+ "99": "055-1",
+ "100": "055-3",
+ "101": "056-1",
+ "102": "056-2",
+ "103": "057-1",
+ "104": "botcheck",
};
map.nameByServerID = function(serverID, date) {
/* TODO: Merged output format suitable for converting records running under different data */