GMLib 1.5.3 stopped working today :( , maybe 3-4 hours ago . When I try to zoom out , or move something I receive an error .
Is there a solutions for this ? Or any hope that it will be fixed soon ? ( if one may ask :) )
Thank you very much.
GMLib 1.5.3 stopped working today :( , maybe 3-4 hours ago . When I try to zoom out , or move something I receive an error .
Is there a solutions for this ? Or any hope that it will be fixed soon ? ( if one may ask :) )
Thank you very much.
I had errors since last week on GMLib 1.5.3.
I resolved thanks to these 3 actions :
1 : Download the last 1.5.3 version like Cadetill says to inject an Google Api Gmap key
2 : I received a 404 error on page https://google-maps-utility-library-v3.googlecode.com/svn/trunk/styledmarker/src/StyledMarker.js => In fact Google migrate it to https://cdn.rawgit.com/jacopotarantino/google-maps-utility-library-v3/master/styledmarker/src/StyledMarker.js . Ok but where I could change this URL? It's on gmmapres.res files inside component directory. It's a ressource file, so you must edit with a resource editor. ANd change URL. ANd it work. On my solution, I integrated all content of this StyledMarked.js inside the file gmmapres.res. (Inside node). This secure my solution on futur url modification.
3 : After corrected these 2 previous steps, My gmap component still not working. In fact it was caused by an endless loop. I corrected exactly like Telecetera explain on this post : Endless Loop
And it's now working perfectly.
Hope this experience help some others persons.