First functional version
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -22,7 +22,6 @@ export class GeolocationService {
|
||||
navigator.geolocation.watchPosition(
|
||||
(position: Position) => {
|
||||
observer.next(position);
|
||||
observer.complete();
|
||||
},
|
||||
(error: PositionError) => {
|
||||
console.log('Geolocation service: ' + error.message);
|
||||
|
Reference in New Issue
Block a user