Adam Jack
2008-Oct-21 21:04 UTC
[Ym4r-user] Controls/Information Pop-up suddenly stopped working?
Has there been a change too Google maps that breaks current YM4R implemetations? These sites have started not showing controls and/or markers, although I don''t believe the YM4R code has changed. http://wildobs.com/map http://brightkite.com/people/adam_jack/places?map=true BTW: Are there any example YM4R sites (live code, not just code samples) that I could look at in the future in such cases? Thanks in advance. regards Adam -- Got bobcat? Find nature: http://wildobs.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ym4r-user/attachments/20081021/1d82ebb2/attachment.html>
Adam Jack
2008-Oct-21 21:26 UTC
[Ym4r-user] Controls/Information Pop-up suddenly stopped working?
Hmm, requesting an older version of the Maps API helps: a = "<script src=\"http://maps.google.com/maps?file=api&v=2.132d&key=# {api_key}&hl=#{options[:hl]}\" type=\"text/javascript\"></script>\n" replacing 2.x with 2.132d. Not a nice solution, but a quick one. regards Adam On Oct 21, 2008, at 3:04 PM, Adam Jack wrote:> Has there been a change too Google maps that breaks current YM4R > implemetations? These sites have started not showing controls and/or > markers, although I don''t believe the YM4R code has changed. > > http://wildobs.com/map > http://brightkite.com/people/adam_jack/places?map=true > > BTW: Are there any example YM4R sites (live code, not just code > samples) that I could look at in the future in such cases? > > Thanks in advance. > > regards > > Adam > -- > Got bobcat? Find nature: http://wildobs.com > > > > > > > _______________________________________________ > Ym4r-user mailing list > Ym4r-user at rubyforge.org > http://rubyforge.org/mailman/listinfo/ym4r-user-- Got bobcat? Find nature: http://wildobs.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ym4r-user/attachments/20081021/53ee80ea/attachment-0001.html>