Closed (fixed)
Project:
GMap Module
Version:
6.x-1.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 17:43 UTC
Updated:
25 Apr 2010 at 12:10 UTC
Thanks for the wicked module. I have a GMap view which I would like to link to a list view. I found the following threads which imply that it can be or has been done for GMap 5 by patching the module to include more styles (i.e. GMap+List) or adding code to the theme template. Does anyone know how to do this for GMap 6 and/or have any suggestions about the best methodology? I would like the exposed filters to work on both views, so I'm assuming that Panels won't work.
Past discussions using GMap 5:
http://drupal.org/node/267708
http://drupal.org/node/123601
Comments
Comment #1
rooby commentedViews 2 can handle this.
If you create your gmap view with filters then create an attachment display for the view (a list or table or something) and attach it below the map page they can both be controlled by the same filters.
If you need help setting up that sort of thing try the views issue queue or views documentation.