added three more points into the map
This commit is contained in:
parent
06b03e414d
commit
9567ac45c9
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user