Re: Custom cursors for specific layer

2009-08-26 Thread geo123
Thank you guys. I will try the techniques suggested by Marcelo & Mike and update the results. On Aug 26, 5:56 pm, Mike Williams wrote: > Wasn't it geo123 who wrote: > > > > >These approaches - > > >map.getDragObject().setDraggableCursor(foo); > >map.getDragObject().setDragingCursor(foo); > > >w

Re: Custom cursors for specific layer

2009-08-26 Thread Mike Williams
Wasn't it geo123 who wrote: > >These approaches - > >map.getDragObject().setDraggableCursor(foo); >map.getDragObject().setDragingCursor(foo); > >would definitely change the map cursor. > >But I want to change the cursor when the user 'mouse over' on any >feature of 'GTileLayer' The problem is tha

Re: Custom cursors for specific layer

2009-08-26 Thread Marcelo
On Aug 26, 2:25 pm, geo123 wrote: > This is exactly what I am looking for! > So, it has nothing to do with "layers", and even less to do with "server side". It is just pixel calculations. See this map, and move the mouse over one of the cities listed on the right: http://maps.forum.nu/temp/gm_b

Re: Custom cursors for specific layer

2009-08-26 Thread geo123
This is exactly what I am looking for! On Aug 26, 3:30 pm, gis12345 wrote: > I would like to have the mouse pointer change, like after a custom > search for schools or hotels, mousing over the red dots causes the > mouse pointer to change to a “finger” pointer . How can this be > done ? > > The

Re: Custom cursors for specific layer

2009-08-26 Thread gis12345
I would like to have the mouse pointer change, like after a custom search for schools or hotels, mousing over the red dots causes the mouse pointer to change to a “finger” pointer . How can this be done ? The cursor on the whole map can be changed. But I need a different cursor when mousing over

Re: Custom cursors for specific layer

2009-08-26 Thread geo123
I am not referring to any grey area or yellow road or a blue water feature Please refer my previous post, I simply want to change the cursor when user 'mouseover' on any feature in GTileLayer To understand more please open http:\\maps.google.com and make a search for 'California hotels'. onc

Re: Custom cursors for specific layer

2009-08-26 Thread Rossko
> for example: for a point GTileLayer, mouse cursor should only change > when the user 'mouse over' on any point and not to the other area of > map where points does not exists. As Mike said, a GTileLayer covers the whole map. If you're asking for the API to detect some mouseover change in the i

Re: Custom cursors for specific layer

2009-08-26 Thread geo123
Is there any way to getDragObject of GTilelayer or any other similar approach? On Aug 26, 3:11 pm, geo123 wrote: > These approaches - > > map.getDragObject().setDraggableCursor(foo); > map.getDragObject().setDragingCursor(foo); > > would definitely change the map cursor. > > But I want to change

Re: Custom cursors for specific layer

2009-08-26 Thread geo123
These approaches - map.getDragObject().setDraggableCursor(foo); map.getDragObject().setDragingCursor(foo); would definitely change the map cursor. But I want to change the cursor when the user 'mouse over' on any feature of 'GTileLayer' for example: for a point GTileLayer, mouse cursor should

Re: Custom cursors for specific layer

2009-08-26 Thread Mike Williams
As far as the API is concerned, a GTileLayer covers the whole map, so just change the map getDragObject cursor. map.getDragObject().setDraggableCursor(foo); map.getDragObject().setDragingCursor(foo); -- Mike Williams http://econym.org.uk/gmap --~--~-~--~~~---~

Re: Custom cursors for specific layer

2009-08-26 Thread geo123
no i mean GTileLayer On Aug 26, 2:17 pm, Esa wrote: > Do you mean GLayer() ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups

Re: Custom cursors for specific layer

2009-08-26 Thread Esa
Do you mean GLayer() ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to goog

Re: Custom cursors for specific layer

2009-08-26 Thread geo123
'server side layer' refers to those layer that google maps render for us As per my understanding they are different from our custom layers that we overlay on google maps at client side On Aug 26, 1:34 pm, Marcelo wrote: > What is a "server side layer"? Does it have anything to do with the > G

Re: Custom cursors for specific layer

2009-08-26 Thread Marcelo
What is a "server side layer"? Does it have anything to do with the Google Maps API? http://www.catb.org/%7Eesr/faqs/smart-questions.html -- Marcelo - http://maps.forum.nu -- On Aug 26, 9:00 am, geo123 wrote: > Hello, > > Can anyone suggest, how to implemtent custom mouse 'cursor' for/on > sp

Custom cursors for specific layer

2009-08-26 Thread geo123
Hello, Can anyone suggest, how to implemtent custom mouse 'cursor' for/on specific server side layer. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send emai