diff --git a/res/map/script.js b/res/map/script.js index fc01d54..7fc6af3 100644 --- a/res/map/script.js +++ b/res/map/script.js @@ -42,7 +42,27 @@ const points = [38.06, 49.55, "47;49"], [87.25, 76.44, "3", 9, 16], [28.62, 83.11, "68", 1621, 1216], - [72.06, 60.66, "69;70", 1621, 1216] + [72.06, 60.66, "69;70", 1621, 1216], + [45.62, 73.11, "71", 3, 4], + [27.31, 74.33, "72", 3, 4], + [29.37, 73.44, "73", 3, 4], + [44.75, 73.22, "74"], + [43.43, 73.11, "75"], + [42.43, 73.44, "76"], + [41.31, 73.66, "77"], + [65.37, 78.77, "78", 3, 4], + [78.87, 74.88, "79;80", 9, 16], + [63.5, 78.22, "81", 3, 4], + [64.18, 78.33, "82;90", 9, 16], + [64.68, 78.44, "83;93", 9, 16], + [38.31, 54, "84", 500, 281], + [38.5, 53.44, "85", 500, 281], + [37.18, 58.55, "86"], + [37.18, 56.22, "87"], + [37.56, 60, "88", 500, 281], + [81.62, 75.77, "89", 9, 16], + [12.43, 76.77, "91;92", 9, 16], + [62.93, 77.88, "94", 9, 16] ]; const tolerance_x = 0.2; @@ -80,7 +100,7 @@ window.onload = function() } } - //console.log(x, y); + console.log(x, y); } } @@ -102,10 +122,15 @@ function move_to_panorama(img, x, y) //EXCEPTIONS switch (imgs[random_index]) { - case 34: + case "34": x = 4; y = 3; break; + + case "90": + x = 3; + y = 4; + break; } open_panorama(imgs[random_index], x, y);