diff --git a/Logic/Actors/GeoLocationHandler.ts b/Logic/Actors/GeoLocationHandler.ts index 15ad99aa3f..2354ee5c33 100644 --- a/Logic/Actors/GeoLocationHandler.ts +++ b/Logic/Actors/GeoLocationHandler.ts @@ -120,9 +120,9 @@ export default class GeoLocationHandler { const state = this._state this.geolocationState.currentGPSLocation.addCallbackAndRun((location) => { if (location === undefined) { - state.currentUserLocation?.features?.setData([]) return } + console.log("GeoLocationCoordinates are", location) const feature = { type: "Feature", properties: {