diff --git a/Logic/Actors/GeoLocationHandler.ts b/Logic/Actors/GeoLocationHandler.ts index 2d56880a0e..01c8725e79 100644 --- a/Logic/Actors/GeoLocationHandler.ts +++ b/Logic/Actors/GeoLocationHandler.ts @@ -237,6 +237,7 @@ export default class GeoLocationHandler extends UIElement { } if (this._currentGPSLocation.data !== undefined) { this._currentGPSLocation.ping() + this._leafletMap.data.setZoom(16) }