statistic

This commit is contained in:
Walter Hupfeld
2020-09-05 11:59:06 +02:00
parent 47ae3e17ee
commit c0124a05b6
2 changed files with 75 additions and 6 deletions

View File

@@ -60,7 +60,6 @@
$strDescription=generate_tooltip_description($row);
$arrMarker[]="marker[".$id."] = [L.marker([".$numLat."," .$numLng."],"
." { icon: ".$arrMarkerType[$topic]." }),'check_".$topic."'];\n"
."marker[".$id."][0].addTo(mymap);\n "
@@ -134,12 +133,12 @@
<nav class="col-md-2 d-none d-md-block bg-light sidebar">
<div class="sidebar-sticky">
<h2>Unfälle mit <?= $arrVehicles_pl[$numVehicle]; ?> </h2>
<ul class="nav flex-column">
Unfälle mit
<?php
echo $arrVehicles_pl[$numVehicle];
?>
<?php echo get_statistics($numVehicle,$strWhere); ?>
</ul>
</div>
</nav>