I have installed and configured the module, imported the store nodes and got the store locator page working. Unfortunately I am seeing an intermittent issue when using the search function that will sometimes display an incorrect list of stores and map location for the exact same search parameter.

For example, when I type in the location and select if from the drop down, the first time it might display the correct list of stores an center the map on the input location, if i reload the page and try that exact same location it might show a list of stores from a completely separate location and the map will be centered somewhere else entirely.

I have tried turning off all options for the location awareness in case this was causing issues and tried on different browsers and different computers at different locations, but the error is consistent.

I am not a developer, so not sure how to debug this sorry.

Comments

ohnyx_drupal created an issue. See original summary.

ohnyx_drupal’s picture

I finally managed to fix this issue by uncommenting out the folowing two lines in /js/google_store_locator.js

568 var place = {'name': searchText};
569 google.maps.event.trigger(that, 'searchChanged', place);

Hopefully that helps anybody else who experiences this issue.

carlodimartino’s picture

Thanks ohnyx_drupal this seems to fix it for me too.

rodrigoeg’s picture

Version: 7.x-1.3 » 7.x-1.x-dev