Hello,
I trying to figure out if it is possible to use remote call back on marker info windows when using GMap with Views. Should mention I am using Drupal 5 and latest version
I know how the remote call back works, set "rmtcallback" in the map settings. I see this can be done with views by creating the macro in the view argument handling code. But then you need to set the "rmt" setting for each marker. This is done in the user and node pages that come with Gmap.
The only way I figured out how to set "rmt" for markers created by a views is to override the "theme_views_view_gmap" function which is used by the GMap views style plugin. I have been able to do this but wonder if there is better way to do this, maybe something to pass in the GMap macro. I don't think there is but just wondering.
The reason I would prefer not to override "theme_views_view_gmap" is that there is a lot of logic in there and don't want to have to go back and change my function if GMap changes.
Thanks for any help.