fix world download fail due to out-of-bounds, probably floating point issue

This commit is contained in:
stopflock
2025-08-07 16:13:19 -05:00
parent 3796a801c2
commit f69277ffc1
3 changed files with 97 additions and 59 deletions
+2
View File
@@ -106,6 +106,8 @@ class _MapViewState extends State<MapView> {
@override
void initState() {
super.initState();
// Kick off offline area loading as soon as map loads
OfflineAreaService();
_controller = widget.controller;
_initLocation();
}