This commit is contained in:
Walter Hupfeld 2020-07-31 07:34:37 +02:00
parent c6dbbcac78
commit 82e124e0bb
2 changed files with 6 additions and 6 deletions

5
.htaccess Normal file
View File

@ -0,0 +1,5 @@
php_value upload_max_filesize 10M
php_value post_max_size 10M
RedirectMatch 404 /\.git
RedirectMatch 404 /db

View File

@ -20,8 +20,6 @@
$strDescription=generate_tooltip_description($row); $strDescription=generate_tooltip_description($row);
$arrDescription[$id] = "";//$strDescription;
$arrMarker[]="marker[".$id."] = [L.marker([".$numLat."," .$numLng."]," $arrMarker[]="marker[".$id."] = [L.marker([".$numLat."," .$numLng."],"
." { icon: ".$arrMarkerType[$topic]." }),'check_".$topic."'];\n" ." { icon: ".$arrMarkerType[$topic]." }),'check_".$topic."'];\n"
."marker[".$id."][0].addTo(mymap);\n " ."marker[".$id."][0].addTo(mymap);\n "
@ -44,16 +42,13 @@
<script src="js/leaflet.ajax.js"></script> <script src="js/leaflet.ajax.js"></script>
<script src="js/leaflet.awesome-markers.js"></script> <script src="js/leaflet.awesome-markers.js"></script>
<script src="js/leaflet.snogylop.js"></script> <script src="js/leaflet.snogylop.js"></script>
<script src="js/lightbox.min.js"></script>
<link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css" /> <link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/leaflet.css" /> <link rel="stylesheet" href="css/leaflet.css" />
<link rel="stylesheet" href="css/leaflet.awesome-markers.css" /> <link rel="stylesheet" href="css/leaflet.awesome-markers.css" />
<link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/lightbox.css" /> <title><?= $strTitle ?></title>
<title>Ideenmelder</title>
</head> </head>
<body> <body>