DMXzone Google Maps Support Product Page

Under investigation

Google maps with restrictions

Reported 11 years ago
1
has this problem
11 years ago Kurt Paulus posted:
Hi,
I try to edit the map properties in CS6. If I click to the zoom-window, the map disapears. Only the default value 3 is accepted.
Code:
<p>&nbsp;
<div class="dmxGoogleMaps" id="map1" style="width:600px;height:400px;">
</div>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#map1".dmxGoogleMaps(
{"markers": [{"address": "4106 Therwil, Bahnhofstrasse , switzerland", "title": "APS"}]}
);
}
);
Thanks for an answer. Kurt

Replies

Replied 11 years ago
11 years ago Miroslav Zografski replied:
Hello Kurt,

Can you provide more info on which exactly option you change when Map disappears? As there are two places where you can define the zoom rate - one in the Property Inspector of the map and one in the Advanced tab in the Map Dialogue.

Regards,

Reply to this topic