From be2f38d27661a4bc9381efdb3a5e712bb7d7cd4a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 6 Nov 2024 18:47:29 +0900 Subject: [PATCH] Update console.html --- console.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.html b/console.html index 424eb8d..a99b7e6 100644 --- a/console.html +++ b/console.html @@ -159,7 +159,7 @@ term.echo('', { finalize: function($div) { - $div.children().last().append($("#map").css("height", "130px")); + $div.children().last().append($("#map").css("height", "500px")); map.setView([geodata.lat, geodata.lon], 13); var circle = L.circle([geodata.lat, geodata.lon], { color: 'red',