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
243cadd5d0
commit
0c393a1338
|
@ -134,7 +134,7 @@
|
||||||
|
|
||||||
term.echo('', {
|
term.echo('', {
|
||||||
finalize: function($div) {
|
finalize: function($div) {
|
||||||
$div.children().last().append($("#map").css("height", "160px"));
|
$div.children().last().append($("#map").css("height", "130px"));
|
||||||
map.setView([geodata.lat, geodata.lon], 13);
|
map.setView([geodata.lat, geodata.lon], 13);
|
||||||
var circle = L.circle([geodata.lat, geodata.lon], {
|
var circle = L.circle([geodata.lat, geodata.lon], {
|
||||||
color: 'red',
|
color: 'red',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user