diff --git a/res/map/script.js b/res/map/script.js index 18d96c2..9c59668 100644 --- a/res/map/script.js +++ b/res/map/script.js @@ -40,7 +40,9 @@ const points = [39, 50, "48;50"], [8.62, 61.11, "53"], [38.06, 49.55, "47;49"], - [87.25, 76.44, "3", 9, 16] + [87.25, 76.44, "3", 9, 16], + [28.62, 83.11, "68", 1621, 1216], + [72.06, 60.66, "69;70", 1621, 1216] ]; const tolerance_x = 0.2; @@ -66,6 +68,8 @@ window.onload = function() break; } } + + console.log(x, y); } }