wip try to modify zoom level with filters
This commit is contained in:
@@ -13,11 +13,11 @@ function mp_create_div(&$filters) {
|
||||
<p>'.$key.'</p>
|
||||
</div>
|
||||
<div class="filter_menu_drop" tabindex=0>
|
||||
<p>TOUT DESELECTIONNER</p>
|
||||
<p onclick="filter_show_all()">TOUT DESELECTIONNER</p>
|
||||
';
|
||||
foreach ($filter as $value) {
|
||||
$mp_map_div .= '
|
||||
<p onclick="mp_filter_selection('.json_encode($value->indexes).')">'.$value->_name.'</p>
|
||||
<p onclick="filter_show_only_selection('.json_encode($value->indexes).')">'.$value->_name.'</p>
|
||||
';
|
||||
}
|
||||
$mp_map_div .= '
|
||||
|
||||
Reference in New Issue
Block a user