Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Search zoom level override #2

Open
HP8haNU7YxzBkTA opened this issue Mar 20, 2012 · 3 comments
Open

Feature - Search zoom level override #2

HP8haNU7YxzBkTA opened this issue Mar 20, 2012 · 3 comments

Comments

@HP8haNU7YxzBkTA
Copy link

At the moment if your zoom level is set too high you won't see the markers even if you're searching within a radius that includes them. They will show up in the search listing, but not on the map. It would be great to have the zoom dynamically set so that the map includes all map markers within that radius regardless of the zoom property value set.

@b03tz
Copy link
Owner

b03tz commented Mar 20, 2012

You can use the &searchZoom property to accomplish this. If you want you can even set the property dynamicly with a snippet. I dont see this to be a feature that needs to be there by default.

@darkarchon
Copy link

searchZoom is not dynamically zooming, for showing all points around.
HP8haNU7YxzBkTA is trying to say that if you choose 100km radius and press find you will see only that point that you finding. For the users be preferred that they can see their places(point that they searching) and stores that is around XXkm radius.
I can propose that the searchZoom is depend on radius and calculation will be something like that: 100km - 8, 50km - 9, 25km - 10, 10km - 11, 5km -11. But this method is bugy, because map area is not be usefull.
Better way that the google maps is automatically zooming all points including search point.

@b03tz
Copy link
Owner

b03tz commented Apr 7, 2012

I'll see if I can manage this :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants