May 122016
 

Due to the future closure of google.code, the raw files are no longer available. For this reason and because GMLib uses StyledMarker.js hosted in this servers, GMLib has stopped working.

However the solution is easy: upload this file to another server and do a small changes into the GMLib code.

So, I have uploaded StyledMarker.js to the GitHub GMLib repository. Now, you only need to do this small modification into GMLib:

  • Into .\resources\map.html file replace this url
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/styledmarker/src/StyledMarker.js

by this other

https://rawgit.com/cadetill/gmlib_v1/master/Resources/StyledMarker.js
  • Recreate resource file executing  .\resources\rc.cmd
  • Build (no compile) all GMLib

With this easy steps we have GMLib up to date.

Another option is download the changes from the repository.

Until the next entry!