Using version 7.x-1.30+1-dev

I have a list of 30 stores with an exposed views filter based on zip code proximity.

Its set to show all stores with in 20 miles of your zip code.

Right now that removes all results out side of 20 miles, and then "auto box" zooms you in to the zip code and results.

If you zoom out, theres nothing out side of that 20 mile result set.

How do I ...

1. enter zip code as search request (via exposed filter, I guess)
2. map loads zoomed in to some declared radius (I guess the 20 miles I set on the filter?)
3. It does NOT remove the out of range results
4. allows users to zoom out and see other restaurants across the map, beyond their search request.

This appears to be related to https://www.drupal.org/node/2325997 --- but that was from 3 years ago, so maybe theres an update?

Thank you!

Comments

alphex created an issue.