Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not zoom google map #22

Closed
hoangpv108 opened this issue Oct 8, 2012 · 1 comment
Closed

I can not zoom google map #22

hoangpv108 opened this issue Oct 8, 2012 · 1 comment

Comments

@hoangpv108
Copy link

If I make google map by:

<script type="text/javascript">
    window.location.href='http://maps.google.de';
</script>  

as the above example, zooming is OK

But if I make map by:

<script type="text/javascript">
    $('#basic_map').live('pageshow', function() {
    $('#map_canvas').gmap({'center': '15,120', 'zoom': 15}).bind('init', function(event, map) { });

});
</script>
(jquery google maps API), the map can not zoom.

Please help me solve the issue !!!

@Philzen
Copy link
Owner

Philzen commented Nov 20, 2012

Got a strong hunch the root cause is the same as for #23.

Pls test it with wmp.jar from the stable branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants