you may want to check out a more robust set of mymaps tools here http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycontrols/examples/test.html
and for your problem specifically, look at using var dragObject = map.getDragObject(); dragObject.setDraggableCursor(tooltip_opts.cursor_on); i believe the setDraggableCursor is technically still undocumented. On Oct 6, 5:33 pm, Pepe <[EMAIL PROTECTED]> wrote: > I'm making a map for drawing Polylines like: > > http://gmaps-samples.googlecode.com/svn/trunk/poly/mymapstoolbar.html > > When I enable the Polilye editing: > > line.enableEditing({onEvent: "mouseover"}); > > Is possible to change the default icon? > Default icon is no precise. > > Thanks a lot. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
