Posted by rcharamella on December 11, 2009 at 12:12am
Hi all,
I'm trying to implement a Google Map in conjunction with a table of data related to the points on the map. I'd like both views to reside in the same page.
I've got both the Map and the Table configured as separate Views. I'm using Exposed Filters in the Table view to give the user a way to modify the original (all) view. I'd like the Map to update as well as the Table when the user changes search criteria through the Exposed Filters.
How can I make this happen?
Thanks in advance.
Comments
Views Attachmentment
In order for the map to inherit the filters from the Table view, you have to add it as an attachment to the Table view (you'll have to recreate your map view as an attachment display). In the Attachment Settings, there's an option to "Inherit exposed filters".
Perfect. Thank you.
Perfect. Thank you.