Set map height to a somewhat more reasonable value
This commit is contained in:
parent
47fbac7f16
commit
8106a6e40e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if ($result->num_rows > 0) {
|
|||
<h1>My location at ' . $row["ts"] . '</h1>
|
||||
<p>(last known position where I had a GPS signal, a network connection, and some battery power)</p>
|
||||
|
||||
<div id="map" style="height:200px;"></div>
|
||||
<div id="map" style="height:500px;"></div>
|
||||
|
||||
<script>
|
||||
var mymap = L.map("map").setView([0.0, 0.0], 0);
|
||||
|
|
Loading…
Reference in a new issue