Set map height to a somewhat more reasonable value

This commit is contained in:
Klaus-Uwe Mitterer 2016-08-15 00:57:27 +02:00
parent 47fbac7f16
commit 8106a6e40e
1 changed files with 1 additions and 1 deletions

View File

@ -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);