From 9567ac45c9dca2c3df0d226cc655adf1f476443a Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 29 May 2023 20:05:46 +0200 Subject: [PATCH] added three more points into the map --- res/map/script.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); } }