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

Google maps aren't displayed anymore (missing resources) #514

Closed umberto closed 8 years ago

umberto commented 8 years ago

The following resources aren't available anymore:

[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (markerclusterer_packed.js, line 0)

[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (infobox_packed.js, line 0)

The corresponding urls are:

http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.14/src/markerclusterer_packed.js https://google-maps-utility-library-v3.googlecode.com/svn/tags/infobox/1.1.9/src/infobox_packed.js

Maybe because they moved to Github?

apneadiving commented 8 years ago

Hi, indeed, those are not available anymore :) I've updated the doc yesterday.

On 12 May 2016, at 18:43, Hubert Studer notifications@github.com wrote:

The following resources aren't available anymore:

[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (markerclusterer_packed.js, line 0)

[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (infobox_packed.js, line 0)

The corresponding urls are:

http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.14/src/markerclusterer_packed.js https://google-maps-utility-library-v3.googlecode.com/svn/tags/infobox/1.1.9/src/infobox_packed.js

Maybe because they moved to Github?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

umberto commented 8 years ago

Thanks a lot! I wasn't aware of that. Everything is ok again.

printercu commented 8 years ago

I've made a gist with instructions https://gist.github.com/printercu/c4a02b8972ad76b6331b51b98c4b87a5

ThomasCelen commented 8 years ago

Hi, can someone please give me some steps on how to fix this issue. I'm getting completely lost in the gist..

apneadiving commented 8 years ago

@ThomasCelen just follow the updated readme :)

yuchunc commented 8 years ago

New readme solved my issue! Thank you! = )