Do not reset camera when pressing the update-map button

This commit is contained in:
Lukas Rieger (Blue) 2023-07-09 15:25:38 +02:00
parent 83b81bcca6
commit 282b3806f3
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2

View File

@ -564,7 +564,7 @@ export class BlueMapApp {
try {
this.mapViewer.clearTileCache();
if (this.mapViewer.map) {
await this.switchMap(this.mapViewer.map.data.id);
await this.switchMap(this.mapViewer.map.data.id, false);
}
this.saveUserSettings();
} catch (e) {