Hi all,

I'm looking for a simple/smart way to achieve something like the following:
https://www.airbnb.com/s/New-York--NY--United-States

I mean that I want to have a view that combines MAP visualization of nodes (which I already have) and a LIST of the same nodes that follows the MAP visualization.
In the example above there is:
1 - Prompt area
2 - List of nodes
3 - Map visualization of the same
(picture with references is https://dl.dropboxusercontent.com/u/7755065/View%20Prompt%20%2B%20Map%20...)

What I am trying to achieve is that the list and the marker on the map are always in sync: if there are 6 markers shown in the map, then I should see these 6 Nodes in the List also.

Does anybody have any experience with this, or something similar?

Thanks for the support.

Comments

pixelsweatshop’s picture

I have spent a ton of time in this area. In fact I am working on a project right now that is essentially a replica of AirBNB.
I built a feature module a while back that does what you want https://www.drupal.org/project/ol_locator
I personally don't use it any more, as I have moved on to using leaflet, but it is a place to start to see how the pieces fit together.

izmeez’s picture

Maybe mixitup_views could help with some of what you are trying to do, for the filtering and changing of the display

https://www.drupal.org/project/mixitup_views

pixelsweatshop’s picture

This is just a way to change the animated behaviour of an exposed filter. This is not necessary to the function OP is looking for.