Active
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2011 at 15:13 UTC
Updated:
14 Jun 2011 at 17:29 UTC
Looking for some guidance on how to create a custom marker action. In the 6.x-1.x-dev version, there's a marker option to open a link.
Trying to evaluate how i can add another option for a custom behaviour.
Comments
Comment #1
lestu commentedcan someone answer on this please?
Comment #2
lestu commentedQuite easy actually! :)
In file "gmap_settings_ui.inc" add another item to the options array.
In file "gmap_plugin_style_gmap.inc" add an else for that new case.
In file "marker.js" also add an else for the new case.
Have fun!