boolder-org / boolder-android

Boolder Android app https://www.boolder.com/en/app
MIT License
28 stars 12 forks source link

Zoom breaks circuit filter #56

Closed nmondollot closed 1 year ago

nmondollot commented 1 year ago

Following https://github.com/boolder-org/boolder-android/pull/54

When a user selects a circuit that spans a long distance, the zoom level gets low and it removes the circuit filter, which makes the circuit filter usable.

Examples:

Possible solution: never zoom below level 15 when centering on a circuit, same as on iOS.

PS: I also do it when centering on areas (here and here)