added three more points into the map

This commit is contained in:
Václav Šmejkal 2023-05-29 20:05:46 +02:00
parent 06b03e414d
commit 9567ac45c9
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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);
}
}