Map options not working
-
Hi, we’ve been experimenting with your plugin a little work and think you might have missed a couple of options in put-wpgmp.php; certainly in relation to scale_control and overview_map_control (we haven’t checked the rest, but disabling these on a map settings page has no effect on the map when outputting using shortcode.) We added both these //missing options to the file to get it to work.
‘scale_control’ => ($map->map_all_control[‘scale_control’] != ‘false’), //missing
‘street_view_control’ => ($map->map_all_control[‘street_view_control’] != ‘false’),
‘overview_map_control’ => ($map->map_all_control[‘overview_map_control’] != ‘false’), //missing
The topic ‘Map options not working’ is closed to new replies.