• fippy

    (@dgilfillan)


    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

    • This topic was modified 7 years, 1 month ago by fippy.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Map options not working’ is closed to new replies.