Skip to content
apneadiving edited this page Oct 21, 2012 · 19 revisions

When you have questions, please ask them on http://stackoverflow.com so that everybody gets the info.

All questions here: http://stackoverflow.com/questions/tagged/gmaps4rails

##Issue with escaped map providers url

By default, all url are html escaped. Some people add issues with it for still unknown reasons. You can now decide what you prefer.

Escaping is turned on, but put this in an initializer if you want to change this default behaviour:

Gmaps4rails.escape_js_url = false

Known Problem

Please note there is an issue with jquery 1.4.4/1.5.1 + rails ujs driver + google maps API v3: clicking on markers, or using other 'live' event triggers on the page will result in a critical error on IE < 9.

There is a workaround available. For more information, please see this discussion http://stackoverflow.com/questions/5221787.