Version 2021

This commit is contained in:
Walter Hupfeld
2022-07-23 10:19:44 +02:00
parent e958343004
commit bda225d465
6 changed files with 5 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ function generate_tooltip_description($row) {
$description .= "<strong>Unfallart:</strong> ".$arrUnfallart[$row['UART']]."<br>";
$description .= "<strong>Unfalltyp:</strong> ".$arrUnfalltyp[$row['UTYP1']]."<br>";
$description .= "<strong>Lichtverhältnisse:</strong> ".$arrLicht[$row['ULICHTVERH']]."<br>";
$description .= "<strong>Straßenzustand:</strong> ".$arrStrassenzustand[$row['STRZUSTAND']]."<br>";
$description .= "<strong>Straßenzustand:</strong> ".$arrStrassenzustand[$row['USTRZUSTAND']]."<br>";
$description .= "<strong>Unfallbeteiligte:</strong> ";
if ($row['IstRad']) $description .="mit Fahrradbeteiligung, ";
if ($row['IstPKW']) $description .="mit PKW-Beteiligung, ";