Search code examples
ruby-on-railsrubyruby-on-rails-3google-mapsgmaps4rails

Gmaps4Rails and Richmarker Changing Marker Anchor Changes Nothing?


While using Rich Marker and setting different offsets inside

:marker_anchor=>[ ANY_INTEGER,true]

nothing changes. Have no idea what to do? Tried to make an offset with css but RichMarker creates a blank div container for my content by default, so making offset for an inside html lives a blank div. so when i click on a map where i don see a marker (but there is a parent div) my infobox pops up?

I`m totally frustrated.

Now it works! It accepts int numbers

from 1 to 9

that represents nine possible positions of a block 1 is top-right, 2-top middle, 3 - top left... ... 5- center etc


Solution

  • Updated gem does the trick. Thanks for reporting :)