- Posts: 24
- Thank you received: 0
Changing scale in the Hot Map
-
vito.magno
Inactive member - Topic Author
- Member
Less
More
10 years 7 months ago #39897
by vito.magno
Changing scale in the Hot Map was created by vito.magno
Hello,
is it possible to change the scale in the Hot Map (Like in the Google Maps plugin, going from 1 to 18)?
Thanks
Vito Magno
is it possible to change the scale in the Hot Map (Like in the Google Maps plugin, going from 1 to 18)?
Thanks
Vito Magno
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39901
by ivan.milic
Replied by ivan.milic on topic Changing scale in the Hot Map
Open:
modules\mod_hot_maps\tmpl\default.php
Line ~25 looks like this:
Near end you see:
maps?q=
change that to:
maps?z=18&q=
modules\mod_hot_maps\tmpl\default.php
Line ~25 looks like this:
Code:
<iframe width="<?php echo $module_width; ?>" height="<?php echo $module_height; ?>" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php
Near end you see:
maps?q=
change that to:
maps?z=18&q=
Please Log in to join the conversation.
-
vito.magno
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
10 years 7 months ago - 10 years 7 months ago #39906
by vito.magno
Replied by vito.magno on topic Changing scale in the Hot Map
i cannot find the folder you suggested.
How is this possible?
I'm using Joomla 3.3.1
Thanks
Vito Magno
How is this possible?
I'm using Joomla 3.3.1
Thanks
Vito Magno
Last edit: 10 years 7 months ago by vito.magno.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39909
by ivan.milic
Replied by ivan.milic on topic Changing scale in the Hot Map
If you use plugin you will find similar code in plugin file, just locate iframe and add z=.. at its src attribute
Please Log in to join the conversation.
Time to create page: 0.160 seconds