bump ver, get rid of buggy north-lock

This commit is contained in:
stopflock
2025-10-22 17:36:34 -05:00
parent 728ec08ab0
commit c8e2727f69
8 changed files with 27 additions and 128 deletions
+1 -2
View File
@@ -69,8 +69,7 @@ const double kPreFetchAreaExpansionMultiplier = 3.0; // Expand visible bounds by
const int kPreFetchZoomLevel = 10; // Always pre-fetch at this zoom level for consistent area sizes
const int kMaxPreFetchSplitDepth = 3; // Maximum recursive splits when hitting Overpass node limit
// North lock configuration
const double kNorthLockDisableThresholdDegrees = 10.0; // Rotation threshold to disable north lock (degrees)
// Data refresh configuration
const int kDataRefreshIntervalSeconds = 60; // Refresh cached data after this many seconds
// Follow-me mode smooth transitions