Skip to content

Commit 282b380

Browse files
committed
Do not reset camera when pressing the update-map button
1 parent 83b81bc commit 282b380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlueMapCommon/webapp/src/js/BlueMapApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ export class BlueMapApp {
564564
try {
565565
this.mapViewer.clearTileCache();
566566
if (this.mapViewer.map) {
567-
await this.switchMap(this.mapViewer.map.data.id);
567+
await this.switchMap(this.mapViewer.map.data.id, false);
568568
}
569569
this.saveUserSettings();
570570
} catch (e) {

0 commit comments

Comments
 (0)