From 1321b6c050405326a6476baf7d1e3a26b6a2274d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 12 Nov 2020 14:14:43 +0100 Subject: visualize minimal number of iterations per edge --- templates/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.js b/templates/index.js index a7cfd90..f7550c0 100644 --- a/templates/index.js +++ b/templates/index.js @@ -30,7 +30,7 @@ async function postShortestPath(event){ res = await res.json() for (edge of res.edges) { - console.log(edge.path) + console.log(edge) L.polyline(edge.path, { color: edge.color }).addTo(map) -- cgit v1.2.1