From 82ac19434a1d14c1bd3706868496b64806053dba Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Sun, 28 May 2023 18:30:36 +0200
Subject: [PATCH] added all missing points

---
 res/script.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/script.js b/res/script.js
index ea88894..f85f84b 100644
--- a/res/script.js
+++ b/res/script.js
@@ -39,6 +39,8 @@ const points =
     [38.43, 51, "45"],
     [39, 50, "48;50"],
     [8.62, 61.11, "53"],
+    [38.06, 49.55, "47;49"],
+    [87.25, 76.44, "3", 9, 16]
 ];
 
 const tolerance_x = 0.2;
@@ -64,8 +66,6 @@ window.onload = function()
                 break;
             }
         }
-
-        console.log(x, y); //TODO: REMOVE
     }
 }