similar to: YM4R Add label to top of marker

Displaying 20 results from an estimated 20000 matches similar to: "YM4R Add label to top of marker"

2007 Nov 05
1
marker event listeners
I''d like to add an event listener for dragging markers, but it looks like YM4R GM (and Mapstraction) doesn''t support this. I need an init like: marker = new GMarker(... GEvent.addListener(marker, "dragend", function() { }) but the current setup makes "anonymous" markers - never creates variable that can be used to access them. Has anyone thought about
2008 Mar 14
0
problem with rjs and marker group
Lo there all, i have a function that builds a bunch of markers to go on a google map. I would like to update them with rjs. Here is what i have so far. def map_main_layout @zoom = params[:zoom].to_i @zoom = 14 if params[:zoom].nil? @map = GMap.new("map_div") # @map.control_init(:large_map => true, :map_type => true) # (inserts map control) # place
2008 Mar 12
0
Marker event listener
Hi All, how can I implement something like this http://econym.googlepages.com/example_hoverchange75.htm with ym4r and rails? I already have markers and the map working. regards Skalla P.S. Please CC me.
2010 Dec 17
2
Log Filtering Sensitive Data
Hi, I know how to filter passwords, etc etc by using the below filter_parameter_logging :password But if i have params like the below so how do i filter them out. "order"=>{"card_number"=>"4111111111111160"} ive tried the following below but it doesnt seem to work filter_parameter_logging :card_number, :order_card_number, :order How do people do this
2006 Sep 14
2
Forcing Marker bit, because SSRC has changed
Evnin... Googled around for this strange error meesage with no helpful results at all... Does somebody has any idea what this means? "Forcing Marker bit, because SSRC has changed" At the same time I only get inbound audio but other side can't hear me...sometimes I just hear my echo and nothing from other side... Asterisk version 1.2.9 and both participants with public IP
2007 Jul 25
1
regarding polylines
hi all, i am experimenting with ym4r mapstraction, i am using yahoo api , when i tried polylines , its not showing up.. the code is var map; window.onload = addCodeToFunction(window.onload,function() { map = new Mapstraction("map_div","yahoo"); map.setCenterAndZoom(new LatLonPoint(37.3853,-122.0172 ),12);map.addSmallControls(); map.addMarkerGroup(new
2011 Jan 18
1
Changing gmap marker icons while onclick
Is there any way to change gmap marker icon while onclick and get back its original icon while clicking another marker or map. Suppose, In my gmap, I''m showing events in different colors(icon''s). while clicking a marker the icon should change to yellow and should get back its original color when clicking another marker on the map. -- You received this message because you are
2012 Jul 10
5
How to add marker in Stacked bar plot?
Hi, I am working on stacked bar plot and want to add marker(arrow) in stacked bar plot. DF=data.frame(names=c("tomato", "potato", "cabbage", "sukuma-wiki", "terere"), freq=c(7,4,5,8,20)) barplot(as.matrix(DF[,2]), col=heat.colors(length(DF[,2])), legend=DF[,1], xlim=c(0,9), width=2) http://r.789695.n4.nabble.com/file/n4635946/Screenshot.png
2008 Mar 12
0
Execute custom code when clicking marker
Hello there! :) I''m new to this list and new to Mapstraction. I''m working at ?stfold University College in Norway as part of the Mobile Applications Group (MAG - http://mobapp.hiof.no/) and I''m developing a tool ("Storix") for viewing digital stories with references to time and place. Take a look at http://asia.hiof.no/storix if this sounds interesting
2010 Jun 22
0
Marker.setIcon() doesn't work with bing maps
Hi, while playing around with the current trunk of Mapstraction V2, I realized that Marker.setIcon() doesn''t work with bing maps (former Virtual Earth). Here is my tiny patch: mxn.microsoft.core.js 112a113,115 > if (marker.iconUrl){ > pin.SetCustomIcon(marker.iconUrl); > } kind regards, Franz -------------- next part -------------- An HTML
2006 Nov 02
2
Update map
Hi! I''ve just started playing around with the ym4r-plugin and try to update a map as explained in the README-example... but nothing happens. I can update normal html. Heres my baby-code: class AdminController < ApplicationController def index @map = GMap.new("map_div") @map.control_init(:large_map => true) @map.center_zoom_init([59.91106, 10.72223],16)
2009 Nov 27
1
problem tick marker and text
Hi R-ers, I am struggling with my x-axis in a association plot. What I would like is to place the labels of the x-axis between the tick markers and normally the labels are printed at the place where the tick marker is placed. I don???t want to move the tick marker (it gives the switch between one chromosome and the next) but I just want to put the chromosome number in between the
2007 Oct 16
3
can''t define custom GIcon
Hi, I am having trouble getting custom GIcons to display. Here is the code in my controller: @map = GMap.new("map_div") @map.control_init(:large_map => true,:map_type => true) @map.icon_global_init(GIcon.new(:image => "images/APBox-20.png "),"ap_none") infoString = "Friendly Name: "+result.friendly_name+
2010 Jun 15
0
Draggable Marker - "dragend" event - Example?
Hi everyone, I have been developing a site using mapstraction over at dojolist.org I currently geocode an address to add a marker on the map when creating a new dojo. What I have been trying to do is make it so that I can drag the marker and then have the lat/long fields updated from the map. I have not been able to find an example of this on the mapstraction site, does someone have an example I
2008 Feb 29
1
Using ym4r/mapstraction''s cluster.js with RJS
Hey all, This is a little OT but ... I''m trying to use this the YM4R/mapstraction clusterer with RJS but having a hard time, I can create a working cluster when i initiate it in a controller, but not from RJS. For the proper flow in my app it would be very helpful to be able to do it from RJS. Thanks for the help, Chuck -- *Chuck Fletcher* Email: chuck at chuckfletcher.com
2007 Jul 24
3
geocoding addresses with ym4r google maps
Does anyone know how to geocode addresses using the YM4R Google Map plug-in? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe
2010 Feb 09
0
Using YM4R/GM plugin in rails.
I have installed YM4R/GM plugin. I''m using Rails 2.3.5. After installing, i could''nt start my application. it shows, Application error Rails application failed to start properly. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Mar 10
1
clusterer - click infowindow
Clicking on the icon of a clusterer opens an infowindow with a list of markers , ech one has an icon and a description... Is it possible to click on the marker icon (how to change its image ?) to zoom directly to that marker ? or should I write a link in the description yhanks for your help Note :additional question : what is the origin of the error message : '' too many
2008 Mar 28
0
YM4R plugin controls
Does anyone know if there''s a way to show only the top controls on a google map while hiding the zoom in bar? I know this can be down with straight JavaScript, but would like to avoid using that if at all possible. There seems to be an option for small or large map, but that only shows or hides the controls all together. Thanks for any help. -- Posted via http://www.ruby-forum.com/.
2007 Mar 04
0
Event listeners
Hello.. I am playing around on a pilot project with this wonderful Rails plugin.... thanks for sharing it w us ! I read in a post , in reply to this subject yjat : Events are possible. Either through the @map.record_init "azeazeae" (for arbitrary events like domlistener) or through the @map.event_init(@map,:click,"function(){alert(''HOYOYO'');}"). The