From 489876edb592565d008cf60bc99cc5c565edab73 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 Nov 2018 15:38:18 +0200 Subject: Disable auto-geolocation --- src/Geshem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Geshem.js b/src/Geshem.js index c1046a0..a982ed3 100644 --- a/src/Geshem.js +++ b/src/Geshem.js @@ -167,7 +167,7 @@ class Geshem extends Component { } componentDidMount() { - this.getGeolocation(); + // this.getGeolocation(); this.loadRadarData(); this.initMap(); } -- cgit v1.3.1