osmandapp / OsmAnd-iOS

OsmAnd for iOS
Other
286 stars 91 forks source link

Decrease default min. zoom #3965

Open dmpr0 opened 2 months ago

dmpr0 commented 2 months ago

Currently app can launch on min zoom. We can decreased to more normal view.

iPhone

Zoom leve = 1
Landscape Portrait

iPad Pro 13-inch

Zoom leve = 1
Landscape Portrait
vshcherb commented 2 months ago

Min zoom should be Math.log(Math.ceil(Device Height / 256dp))

dmpr0 commented 1 month ago

Review

alex-osm commented 1 month ago

https://github.com/osmandapp/OsmAnd-iOS/commit/5ac857a2511ce6a6d5fa6e93f2c5cfed4f3eb884

dmpr0 commented 1 month ago
Android iOS
dmpr0 commented 2 weeks ago

Review

vshcherb commented 2 days ago