2023
This commit is contained in:
parent
58a8b88ce5
commit
d5f68e275a
@ -46,21 +46,19 @@
|
||||
<div class="card">
|
||||
<div class="card-header"><h2>Impressum</h2></div>
|
||||
<div class="card-body">
|
||||
<p> Die Unfallkarte basiert auf Daten des Statistischen Bundesamtes:</p>
|
||||
<p> Die Unfallkarte basiert auf Daten des <a href="https://www.destatis.de" target_"blanc">Statistischen Bundesamtes</a>.<br>Die Daten unterliegen der
|
||||
<a href="https://www.govdata.de/dl-de/by-2-0" target="_blanc">Datenlizenz Deutschland – Namensnennung – Version 2.0</a></p>
|
||||
<p> </p>
|
||||
Weitere Erläuterungen unter <a href="https://unfallatlas.statistikportal.de" target="_blank">https://unfallatlas.statistikportal.de</a>
|
||||
<p> </p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
Walter Hupfeld<br>
|
||||
Bankerheide 2<br>
|
||||
59065 Hamm<br>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<!-- Bitte nicht entfernen -->
|
||||
<p class="small">Entwicklung: W. Hupfeld, Hamm<br>walter@hupfeld-hamm.de</p>
|
||||
<p class="small">Entwicklung: Walter Hupfeld, Hamm<br>walter@hupfeld-hamm.de</p>
|
||||
|
||||
<a class="btn btn-primary text-white" href="index.php?ref=1">zurück</a>
|
||||
</div>
|
||||
|
@ -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 ="<h4>".$strTitle."</h4>";
|
||||
$strIntro .= nl2br2($strIntroText);
|
||||
|
||||
echo $strLocation;
|
||||
|
||||
switch ($numVehicle) {
|
||||
case 1:
|
||||
case 0:
|
||||
@ -148,6 +146,7 @@ echo $strLocation;
|
||||
<!-- Navbar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<a class="navbar-brand" href="#"><?= $strTitle ?></a>
|
||||
<a class="navbar-brand" href="index.php?year=2022&v=<?=$numVehicle?>&d=<?=$strDistrict?>">2022</a>
|
||||
<a class="navbar-brand" href="index.php?year=2021&v=<?=$numVehicle?>&d=<?=$strDistrict?>">2021</a>
|
||||
<a class="navbar-brand" href="index.php?year=2020&v=<?=$numVehicle?>&d=<?=$strDistrict?>">2020</a>
|
||||
<a class="navbar-brand" href="index.php?year=2019&v=<?=$numVehicle?>&d=<?=$strDistrict?>">2019</a>
|
||||
@ -228,7 +227,7 @@ echo $strLocation;
|
||||
// ocmlink = '<a href="http://thunderforest.com/">Thunderforest</a>';
|
||||
var ocmLink = '<a href="https://www.mapbox.com/">Mapbox</a>';
|
||||
|
||||
L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
|
||||
L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=sk.eyJ1Ijoid2h1cGZlbGQiLCJhIjoiY2xrMW1icTYzMDUxMTNkbXF6NmIyeWI0aSJ9.-GyWgYxxDQGQnD2KnqTOug', {
|
||||
maxZoom: 18,
|
||||
minZoom:<?=$numZoom ?>,
|
||||
attribution: 'Map data © '+ mapLink +' contributors, ' +
|
||||
|
Loading…
Reference in New Issue
Block a user