search for: my_marker

Displaying 4 results from an estimated 4 matches for "my_marker".

2012 Mar 30
1
Popups not appearing for leaflet using mxn 2.0.18
Good day, I''m trying out the new Leaflet provider using the 2.0.18 release. Unfortunately, I haven''t been able to get a marker bubble (popup) to appear after clicking on the marker. I think my use of Mapstraction is correct as I see a popup appear for the googlev3, ovi, and openlayers providers when I switch with no other changes to my code. Is there a step I''m
2009 Jan 31
4
marker.closeBubble()
Any reason why there''s no closeBubble function in Mapstraction? It''s supported by at least Yahoo (closeSmartWindow) and Google (closeInfoWindow). A related issue, but not as clear-cut: a bubble closed event. I know Google supports this, but I haven''t investigated further. --Adam
2006 Nov 06
4
Event listeners
Hi! Your plugin is really great! Thanks. One more little question. Is it possible to add event listeners to the maps via your plugin? greetings /till -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061106/6b1c6f4f/attachment.html
2007 Mar 09
0
Clusterer
trying to use a Clusterer (other capabilities are running well....) I got an error : addDescriptionToMarker is not defined => line 169 my controller.. clusterer = Clusterer.new(@my_markers, :max_visible_markers => 2, :grid_size => 10, :min_markers_per_cluster => 2, :max_lines_per_info_box => 10, :icon => icons[2]) @map.overlay_init(clusterer) @marker_myself = GMarker.new ([@user.user_lat, at user.user_lng...