fix: rotues - isCrossroad

This commit is contained in:
Azgaar 2024-08-19 14:09:38 +02:00
parent 147014f0ff
commit da8c4f1e4a
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ function drawPolygons(data) {
function drawRouteConnections() {
debug.select("#connections").remove();
const routes = debug.append("g").attr("id", "connections").attr("stroke-width", 0.4);
const routes = debug.append("g").attr("id", "connections").attr("stroke-width", 0.8);
const points = pack.cells.p;
const links = pack.cells.routes;