-
Notifications
You must be signed in to change notification settings - Fork 855
Set latest release version as default if user does not specify a version. #530
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
Conversation
As a Googler on the Google Maps Developer Relations team, I can categorically state that this isn't a solution, just a delaying tactic. The advice given by our Google Maps JavaScript API team lead @stephenfarrar in #490 is coming from a place of knowledge. He looks after the API, after all. I strongly suggest that you investigate fixing this properly by following his advice, and building on the prototype he provided in #510 (comment) |
FYI #526 is now fixed in v=3.32 |
@domesticmouse Thanks for your message, as a Collaborator on the Open Source Team, I try to unblock current or new users providing a simple solution from our side so they don't have to do extra research to be the problem. This was totally temporary and I never mentioned that this was the final solution, as I stated:
Right now as per @stephenfarrar's comment. This is fixed and, we do not need to change our code. So, I believe this was a good call. Thanks both of you @stephenfarrar and @domesticmouse |
@itsmichaeldiego Thanks for clarifying. Requesting 3.31 is exactly what we hope people will do if they encounter bugs in the Maps API like #526. On the other hand, #490 and its duplicate #510 are not bugs in the Maps API. Rather, I think this library is doing something we don't support (all sorts of assumptions about how animations used to be implemented). I'm hoping that we could work together to remove these assumptions and make the library work even better. I wasn't sure whether anyone was intending to keep on working at #510, given that the issue was closed. Should we open a new issue? |
@stephenfarrar Opening a new issue sounds good, I am also looking forward to fix this! Feel free to message me and we can pair up! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Closes #510
Closes #526
There are a couple of bugs involved in the latest release of Google Maps, both issues (#510 and #526) were caused by the version
3.32
which is experimental. Quoting Google:We would like our default version to be the latest release version, and not the latest experimental version. To do so we set up
v=3
if no version is specified by the user. Which will be, today 3/10/2018,3.31
:I am going to use
3.31
to make sure that this library works, when3.32
is released, we would need to check if the issues that are affecting us now, will still be affecting us then. But for now, I think this is a good solution, this is also recommended by Google:Source: https://developers.google.com/maps/documentation/javascript/versions