diff --git a/Logic/Actors/GeoLocationHandler.ts b/Logic/Actors/GeoLocationHandler.ts index c7ca5ae567..c283f27857 100644 --- a/Logic/Actors/GeoLocationHandler.ts +++ b/Logic/Actors/GeoLocationHandler.ts @@ -44,7 +44,7 @@ export default class GeoLocationHandler extends VariableUiElement { * @private */ private readonly _hasLocation: Store; - private readonly _currentGPSLocation: UIEventSource; + private readonly _currentGPSLocation: UIEventSource; /** * Kept in order to update the marker * @private @@ -76,7 +76,7 @@ export default class GeoLocationHandler extends VariableUiElement { featureSwitchGeolocation: UIEventSource } ) { - const currentGPSLocation = new UIEventSource(undefined, "GPS-coordinate") + const currentGPSLocation = new UIEventSource(undefined, "GPS-coordinate") const leafletMap = state.leafletMap const initedAt = new Date() let autozoomDone = false;