I've attached some screenshots of what I'm trying to accomplish. Basically I'm using the Gmap and Location module and want to allow users to narrow down the map when creating a node by typing their location and then clicking "search". Currently users have to save the node before the map will change. I'm using the latest versions of Drupal, Gmap, and Location. If you know how to do this, please either post here or email me at jeff@sightfisher.com

Currently looks like:
http://dev.sightfisher.com/maptest/sites/default/files/before.jpg

What I'm trying to do:
http://dev.sightfisher.com/maptest/sites/default/files/after.jpg

Comments

shenzhuxi’s picture

You can add Search: Search Terms in filers of a view and expose it.
Although it search all the terms in nodes, keywords in location are comparable unique.

jfev’s picture

Thanks but that's not really what I was looking to do...
I did end up getting some help from a drupal member so if anyone else runs into this same question let me know and I'll direct you to him. The solution required a lot of custom javascript.