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.