mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 06:55:00 +00:00
Update console.html
This commit is contained in:
parent
a1abaee646
commit
be2f38d276
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user