apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Map totally broken #512

Closed RBIII closed 8 years ago

RBIII commented 8 years ago

Map was working on my site yesterday, now broken. Also not working on the demo site http://apneadiving.github.io/.

lucasgerard commented 8 years ago

Might be the same problem: everything was working fine today, no code changed and my map is suddenly broken the following error MarkerWithLabel is not defined

carnash-oz commented 8 years ago

Same problem, yesterday (11-May) was fine, maybe some update. Here is the console log from Chrome

GET http://google-maps-utility-library-v3.googlecode.com/svn/tags/infobox/1.1.9/src/infobox_packed.js

GET http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.14/src/markerclusterer_packed.js 404 (Not Found) GET http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.9/src/markerclusterer_packed.js underscore.js:1548 Uncaught ReferenceError: MarkerClusterer is not definedGmaps.Google.Primitives @ underscore.js:1548 Gmaps.Objects.Handler.Handler.setPrimitives @ underscore.js:1548 Handler @ underscore.js Gmaps.build @ underscore.js

apneadiving commented 8 years ago

shit, please check https://github.com/apneadiving/apneadiving.github.io/commit/55ab1705a49bfa19d589ce3518e71a27b605f912 First attempt to get scripts since google code doesnt provide them anymore.

lucasgerard commented 8 years ago

yeah, it seems that google code is not providing them anymore. Any chance you got a fix for Marker With Label library?

jtFrancisco commented 8 years ago

I am getting the same error. Should I wait for you guys to push a fix?

carnash-oz commented 8 years ago

replace dead links works, thx ( save my life and work XD )

RBIII commented 8 years ago

Yup worked for me too. Thanks for the quick update!

apneadiving commented 8 years ago

I've updated the doc, @donBigote there is nothing more I can do. @lucasgerard this should do the trick: https://cdn.rawgit.com/jesstelford/node-MarkerWithLabel/master/index.js

lucasgerard commented 8 years ago

Yeeeah, thx ;)

apneadiving commented 8 years ago

Thanks @RoccStar for reporting :)

jtFrancisco commented 8 years ago

It's up and running again. Thanks for the quick response! I love this gem and appreciate all the work you put into it.

mvaragnat commented 8 years ago

Thanks @apneadiving for the quick fix