DMXzone Google Maps Support Product Page

Zoom fails

Asked 07 Mar 2013 03:40:55
1
has this question
07 Mar 2013 03:40:55 Tim Dittmer posted:
I can only zoom in or out by 1 "stop". On the second "stop" the marker disappears and nothing happens when zooming further.

webberslakesideresort.com/new/Location.htm

However, the Google Map is working perfectly: maps.google.ca/maps?q=E.+%26+F.+Webber+Lakeside+Park+Ltd,+Upper+Lakeville+Road,+Halifax,+Nova+Scotia+B0J+1P0&hl=en&ll=44.799378,-62.96814&spn=1.481175,3.831482&sll=44.799378,-62.840424&sspn=0.740588,1.915741&oq=E.+%26+F.+Webber+Lakeside+Park+Ltd,+Nova+Scotia+B0J+1P0&hq=E.+%26+F.+Webber+Lakeside+Park+Ltd,+Upper+Lakeville+Road,+Halifax,+Nova+Scotia+B0J+1P0&t=m&z=9

I have this extension working perfectly on other sites but for some reason this one is not working.

Thanks

Replies

Replied 07 Mar 2013 08:21:18
07 Mar 2013 08:21:18 Vulcho Vulev replied:
Hello Tim.

Can you please reapply the extension, or switch DW to code view and remove the following line of code:

"shadowsize": [0, 0], "shadowanchor": [0, 0], 


Line 142 to 156 from your code will look like:

<div class="Map">
  <div class="dmxGoogleMaps" id="weeber1" style="width:590px;height:400px;">
</div>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#weeber1").dmxGoogleMaps(
         {"width": 590, "zoom": 11, "markers": [{"address": "E. & F. Webber Lakeside Park Ltd, Upper Lakeville Road, Halifax, Nova Scotia B0J 1P0", "html": "<strong>Webber\'s Lakeside Resort</strong><br>\n738 Upper Lakeville Road <br> Lake Charlotte, Nova Scotia", "title": "Webber\'s Lakeside Resort", "popup": true, "icon": {"infowindowanchor": [3, 2]}}]}
       );
     }
 );
  // ]]>
</script>
</div>


Regards:Vulcho.

Reply to this topic