mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

OfflinePackExample should not download automatically #340

Closed friedbunny closed 5 years ago

friedbunny commented 5 years ago

OfflinePackExample currently kicks off a ~1000 tile offline region download when it loads — this should probably be:

/cc @captainbarbosa

friedbunny commented 5 years ago

On second thought, downloading automatically is... fine, but I’m limiting the range and making it stop when the view controller is disappearing. This way, UI tests are checking that offline kinda works but are being bogged down less.

friedbunny commented 5 years ago

Fixed in #342 (or close enough, anyway).