Closed (fixed)
Project:
Google Maps Tools
Version:
6.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2010 at 10:41 UTC
Updated:
12 Apr 2010 at 09:50 UTC
Hi,
Thank you for this great module. I have toyed with a few Google Maps modules and found this one exiting. There is a lot of flexibility.
I am not sure whether there is a way to change the default navigation controls icon to a custom one (see attachment) or any other custom icon. I have been going through the issues trying to figure out how to do this.
I would be grateful if you could direct me as to how to do this.
Regards.
| Comment | File | Size | Author |
|---|---|---|---|
| custom control.png | 29.78 KB | tamasco |
Comments
Comment #1
xmarket commentedYou have to write your own GControl and register it in a hook_gmaps_map_info() implementation. For the latter, you can use the gmaps_gmaps_map_info() implementation (defined in includes/gmaps.map-admin.inc) as reference.