generic start
This commit is contained in:
13
config.php
13
config.php
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user