adam-lynch / back-of-your-hand

How well do you know your area? Test your knowledge by locating streets with this game.
https://backofyourhand.com
Mozilla Public License 2.0
79 stars 9 forks source link

When area is changed, zoom in #39

Closed adam-lynch closed 2 years ago

adam-lynch commented 2 years ago

I noticed my dad getting a little confused with this last night. Long story short, he was very zoomed out. He tapped the map to set the circle but couldn't really see it / didn't think anything happened.

We should probably zoom in a bit.

We could use Leaflet's .flyTo function. I used it in #37 to zoom in a little whenever a pin is dropped.

I hope there isn't a reason why this isn't already implemented that I've forgotten

adam-lynch commented 2 years ago

I've starting working on this