bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
493 stars 235 forks source link

Some addresses does not show up without error #264

Open ollea opened 4 years ago

ollea commented 4 years ago

Hello, Thanks for this great code. I'm having trouble since last update (3.1.0) some addresses does not show up anymore. I've enabled the "debug" option but I cannot see any error. How can I find the cause? Thank you,

bjorn2404 commented 4 years ago

@ollea Do the locations not showing up have special/foreign characters? Otherwise, I'd make sure all the locations that aren't showing up are geocoded.

ollea commented 4 years ago

Shame on me, it was the maxdistance option set to 30 km that was preventing some locations to be displayed... I just added some writeDebug calls to prevent this in the future: https://github.com/bjorn2404/jQuery-Store-Locator-Plugin/pull/265

Thanks for your answer