From d5f68e275a282f0df08704913b60e36615d5132e Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Thu, 27 Jul 2023 15:05:55 +0200 Subject: [PATCH] 2023 --- impressum.php | 14 ++++++-------- index.php | 9 ++++----- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/impressum.php b/impressum.php index 850d6c0..a9ab119 100644 --- a/impressum.php +++ b/impressum.php @@ -46,21 +46,19 @@

Impressum

-

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 ="

".$strTitle."

"; $strIntro .= nl2br2($strIntroText); -echo $strLocation; - switch ($numVehicle) { case 1: case 0: @@ -148,6 +146,7 @@ echo $strLocation;