Home › Forums › MapPress Support › Hide map type and overview in dynamic PHP map › Reply To: Hide map type and overview in dynamic PHP map
May 18, 2012 at 3:33 am
#9407
Thanks, I had looked at that documentation and assumed that I didn’t need to set overviewmapcontrol because its default was listed as false. It is actually true.
This is how my final code looks for a PHP implementation:
echo $mymap->display(array(“directions”=>”none”, “maptypecontrol”=>false, “overviewmapcontrol”=>false));