generic start

This commit is contained in:
Walter Hupfeld
2021-10-27 15:01:27 +02:00
parent 4c54b396ac
commit e958343004
12 changed files with 86 additions and 17 deletions

View File

@@ -8,20 +8,17 @@ date_default_timezone_set('UTC');
$db_server = "mariadb";
$db_user = "unfallstatistik";
$db_passwd = "BCJloVozJbdDHQTS";
$db_server = "localhost";
$db_user = "root";
$db_passwd = "g0r@w@";
$db = "unfallstatistik";
try {
$db = new PDO('mysql:host='.$db_server.';dbname='.$db.';charset=utf8mb4', $db_user, $db_passwd);
} catch (PDOException $e) {echo "Fehler: ".$e->getMessage(); die();}
$strTitle = "Unfallkarte Soest ";
$strIntroText = "Unfallkarte für die Stadt Soest basierend auf den Daten des Statistischen Bundesamtes.";
$numInfoLat =51.5718;
$numInfoLng =8.10716;
$numZoom=12;
$fileGeojson ="geojson/soest.geojson";
$strLocation = " AND ULAND=5 AND UREGBEZ=9 AND UKREIS=74 AND UGEMEINDE=40 ";
$arrVehicles = array (
1 => "Fahrrad",