mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-13 14:40:32 +02:00
lot of changes, got rid of custom cache stuff, now stepping in the way of http fetch instead of screwing with flutter map.
This commit is contained in:
@@ -144,4 +144,9 @@ class MapDataProvider {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// Clear any queued tile requests (call when map view changes significantly)
|
||||
void clearTileQueue() {
|
||||
clearOSMTileQueue();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user