added global max zoom

- better map center
- default filter same bounds as init map
This commit is contained in:
lenovo
2022-11-12 18:06:51 +01:00
parent 07694a71f0
commit 5497ceea0f
7 changed files with 63 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ function mp_create_div(&$filters) {
';
foreach ($filter as $value) {
$mp_map_div .= '
<p onclick="filter_show_only_selection('.json_encode($value->indexes).', true)">'.$value->_name.'</p>
<p onclick="filter_show_only_selection('.json_encode($value->indexes).', false)">'.$value->_name.'</p>
';
}
$mp_map_div .= '