Is the mapLinks setting supported when creating individual maps? I tried the code below but didn’t see the “Center map Reset map Bigger map” links as expected.
$mymap = new Mappress_Map(array(“width” => 300, “height” => 200, “bigWidth” => “600px”, “bigHeight” => “400px”, “zoom” => 15, “mapLinks” => “bigger,center,reset”, “post_status” => “publish”, “posts_per_page”=> -1, “overviewmapcontrol” => false, “maptypecontrol” =>false, “marker_body” => “none”, “marker_link” => true, “marker_title” => “post”, “poilist” => true, “center” => array(“lat” => $cblat, “lng” => $cblng)));