Displaying 1 result from an estimated 1 matches for "site_mark".
Did you mean:
site_marks
2008 Mar 14
0
problem with rjs and marker group
...ms[:zoom].to_i
@zoom = 14 if params[:zoom].nil?
@map = Variable.new("map")
@all_markers = Variable.new("myGroup") # the actual marker
group, not the markers, this is the container
@group.sites.each { |site| site.map_stat.circle_image(@zoom)}
@site_marks = make_map_markers(@group.sites, @zoom)
@marker = GMarker.new([75.89,-42.767],:title => "Update",
:info_window => "I have been placed through RJS")
end
I am using a simple form_remote_tag in the view, and in the rjs file i have
page << @map.clear_overla...