moved filters div in php + small changes in docker version

This commit is contained in:
lenovo
2022-11-11 12:12:50 +01:00
parent 06683fa4dc
commit 692650da3e
6 changed files with 106 additions and 61 deletions

View File

@@ -37,6 +37,7 @@ function fill_filters(filters_div) {
*/
let content = "";
// use Object.keys to obtain an array of object keys
let keys = Object.keys(filters);
keys.forEach((key) => {

View File

@@ -92,7 +92,7 @@ function mp_init_map() {
draw_clusters(map, markers);
let filters_div = document.getElementById("ljdp_map_filters");
fill_filters(filters_div);
//fill_filters(filters_div);
// add listener to close infowindow at any click on map
map.addListener('click', function() {