Summary:
link in the sidebar don't work.
Detailed Description:
If I have map id1 on page 1 and map id 2 on page 2, the sidebar links on page 2
don't work.
temporary solution : replace template : <span
class="cggm_sidebar_item_title">{if $map->info_window}<a
rel="{$map->get_id()}::{$marker_name}"
class="cggm_sidebar_title_link">{$item->get_title()}</a>{else}{$item->get_title()}{/if}</span>
with <span class="cggm_sidebar_item_title">{if $map->info_window}<a
rel="{$mapinstance}::{$marker_name}"
class="cggm_sidebar_title_link">{$item->get_title()}</a>{else}{$item->get_title()}{/if}</span>
Unfortunately, if you have multiple cards on the same page, they all open the
clicked link address