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

.setCenter cannot set the zoom level. #7

Open
Mazzo opened this issue Sep 27, 2011 · 1 comment
Open

.setCenter cannot set the zoom level. #7

Mazzo opened this issue Sep 27, 2011 · 1 comment

Comments

@Mazzo
Copy link

Mazzo commented Sep 27, 2011

I see that most of the code of ext.ux.gmaps3.js uses:

<google.maps.Map>.setCenter() method.

Most of the times such method is called with 2 parameters:

1 the point where to center
2 and zoom level.

yet as you can see on docs
(http://code.google.com/intl/it-IT/apis/maps/documentation/javascript/reference.html#Map)

.setCenter uses just the first one.

to set the zoom .setZoom() should be used instead.

This is bug in inifluential... since everything works all right the same...
but it'd be really nice to being able to set the zoom...
now it's working just on map creation.

thank you!

@VinylFox
Copy link
Owner

This project does not contain a file named "ext.ux.gmaps3.js".

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

No branches or pull requests

2 participants