After i've dynamically changed the map cursor, i needed a way to change it back to its default and couldn't for the longest time until i read a post by andresscalderon (http://groups.google.ca/group/Google- Maps-API/browse_thread/thread/fc6dc4ebba88b923) which appended ",default" after the cursor url:
var openhand = 'url(http://maps.google.com/intl/en_us/mapfiles/ openhand_8_8.cur),default'; map.getDragObject().setDraggableCursor(openhand); This worked for me, but when i just passed the url, it didn't. And when i just passed 'default', the arrow cursor would show... I was wondering if anyone had the same problem or if anyone knows why "url(...), default" works but not "url(...)" jqt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
