Formatting didn’t work I see!
The reson for this was to show only the markers in the current category with a small edit to archive.php in my template
<?
$category = $wp->query_vars['bgmp-category'];
echo do_shortcode('[bgmp-map categories="'. $category .'"]');
?>
And this at the end of my template’s functions.php
add_filter('bgmp_map-shortcode-called', '__return_true' );