Hi,
I am using location and gmap without a problem really. On a search page I have a few filters that a user can use to search such as keywords, zipcode. The results of that page display each node in "unformatted" style. So essentially they appear with the fields I designated as text, with click-throughs to the actual node.

In addition to displaying each result with text I would like to display a map showing all results in a sidebar. An example of this can be found here: http://www.trulia.com/OH/Brooklyn/ (results listed as text and then also in a map).

I've been trying to figure out how to do this but selecting the style for a block or attachment as "gmap" changes the default setting as well. From what I can tell I either have to choose to display results in a map or as text, not as a combination.

Any ideas? I'm new to drupal so might just be missing some basic way to tie a couple of views together.

THANKS!

Comments

jns120’s picture

Status: Active » Closed (fixed)

Figured it out. Sorry

oeaonline’s picture

Hi jns120,

Having the same issue, how did you resolve it?

Thanks

bardar’s picture

Hi
Gmap style is just work fine as unformatted style when set group field with rewiring one.
put for me I prefer using themeing gmap methods . like theme('gmap', array('#settings' => $map));

Thanks.

codevoice’s picture

I know this is an old issue but this came up for me, would anyone care to elaborate on how to do this?

edit: I used the solution posted here (for 5.x, but it worked for me on 6.x)
http://drupal.org/node/247136#comment-5172426