removing and adding markers in cluster works

This commit is contained in:
lenovo
2022-11-11 14:52:50 +01:00
parent 692650da3e
commit b5c73fc039
7 changed files with 30 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ function mp_create_div(&$filters) {
';
foreach ($filter as $value) {
$mp_map_div .= '
<p>'.$value->_name.'</p>
<p onclick="mp_filter_selection({lat:43.563, lng:76.4325})">'.$value->_name.'</p>
';
}
$mp_map_div .= '