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.
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!