-
Die Unfallkarte basiert auf Daten des Statistischen Bundesamtes:
+
Die Unfallkarte basiert auf Daten des Statistischen Bundesamtes.
Die Daten unterliegen der
+ Datenlizenz Deutschland – Namensnennung – Version 2.0
Weitere Erläuterungen unter
https://unfallatlas.statistikportal.de
-
-
-
-
-
-
+ Walter Hupfeld
+ Bankerheide 2
+ 59065 Hamm
-
Entwicklung: W. Hupfeld, Hamm
walter@hupfeld-hamm.de
+
Entwicklung: Walter Hupfeld, Hamm
walter@hupfeld-hamm.de
zurück
diff --git a/index.php b/index.php
index 70a2db0..84dd0fa 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
require("config.php");
require_once("lib/functions.php");
- $numYear="2021";
+ $numYear="2022";
$strDistrict = (isset($_GET['d'])) ? $_GET['d'] : "Hamm";
$numVehicle = (isset($_GET['v'])) ? (int) $_GET['v'] : 1;
@@ -37,7 +37,7 @@
$numZoom=$row['zoom'];
$strTitle = "Unfallkarte $strTitle ";
- $strIntroText = "Unfallkarte für die Stadt $strTitle basierend auf den Daten des Statistischen Bundesamtes.";
+ $strIntroText = "$strTitle basierend auf den Daten des Statistischen Bundesamtes.";
$fileGeojson ="geojson/$strGeojson";
$strLocation = " AND ULAND=$numULAND AND UREGBEZ=$numUREGBEZ AND UKREIS=$numUKREIS ";
@@ -56,8 +56,6 @@
$strIntro ="
";
$strIntro .= nl2br2($strIntroText);
-echo $strLocation;
-
switch ($numVehicle) {
case 1:
case 0:
@@ -148,6 +146,7 @@ echo $strLocation;