From 234129ad32be7bd4cf3749fdbb9c62a195add116 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 24 Aug 2022 02:05:37 +0200 Subject: [PATCH] Update class name: Coordinates changed to GeoLocationCoordinates in this typescript version --- Logic/Actors/GeoLocationHandler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;