Closed (duplicate)
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2009 at 06:31 UTC
Updated:
7 Apr 2010 at 12:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
srobert72 commentedHere is patch to enable highlighting.
Enable it with checkbox in
admin/settings/gmappage.Comment #2
srobert72 commentedI've posted another patch to center on node passed in argument Views.
See #13 in #334846: Center Gmap on Node passed as argument in view
It would be great to also be able to highlight such a node (with different color).
I don't really know how to merge these 2 features.
Maybe someone could help.
Comment #3
izmeez commentedsubscribing
Comment #4
srobert72 commented@izmeez
Could you please test this patch on your installation ?
Comment #5
izmeez commented@srobert72
As you requested I have gone ahead and tried this on my test setup.
Unfortunately, I had to do the patch manually but it works just fine.
I had to check the gmap setting for highlight marker and it works as expected.
I didn't think I would need this feature right away but now I see it in action i see much use for it.
I'm using Drupal 6.14 with distinct patch for mysql
Gmap 6.x-1.x-dev dated 2009-12-12
I've changed the status of this issue. Thanks again for your efforts,
Izzy
Comment #6
gkapoor commentedsubscribing
Comment #7
izmeez commentedJust a brief note. I am not sure if this is the desired behaviour or not but I noticed that the highlight marker remains visible even after the mouse is moved off the marker and remains until the mouse is moved to hover over another marker. Also if the mouse is moved off the marker and zoom is used to zoom in on the map the highlight marker appears relatively large until the mouse hovers over the marker again at which time a new highlight marker is drawn of appropriate size. This leaves me wondering if the highlight marker should only remain visible while the mouse is hovering over the marker and turn off when the mouse is moved away. I wonder what others think. Thanks,
Izzy
Comment #8
srobert72 commentedPatch from #1 has been reposted in new issue in all-in-one patch.
It is now compatible with last DEV version
6.x-1.x-dev (2009-Dec-16)See #679804: Patch for 4 new features in GMap
Comment #9
izmeez commentedFurther to my question in #7, in the new patch does the highlight marker turn off when the mouse is moved away from the marker in the same way that the hover tips do? I think it would be an improvement. Thanks,
Izzy
Comment #10
rooby commentedMarking as duplicate of #679804: Patch for 4 new features in GMap
Re: izmeez
I have changed it so that the highlight disappears on mouseout as I think that would be expected behaviour.