Hello,
Please edit this file /modules/mod_hot_maps/tmpl/default.php and change this line:
Code:
<iframe height="<?php echo $module_height; ?>" style="border:<?php echo $border; ?>; width:<?php echo $module_width.$module_width_unit; ?>" src="http://maps.google.com/maps?q=<?php
to this:
Code:
<iframe height="<?php echo $module_height; ?>" style="border:<?php echo $border; ?>; width:<?php echo $module_width.$module_width_unit; ?>" src="https://maps.google.com/maps?q=<?php
Thanks,
Milos