summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-11-23 15:38:18 +0200
committerYuval Adam <_@yuv.al>2018-11-23 15:38:18 +0200
commit489876edb592565d008cf60bc99cc5c565edab73 (patch)
treed50320399df2f608f0fa9e419869aeba777ef0ed
parent7084c5833937c1f2b3fbb2e61a61858c7c68df7c (diff)
Disable auto-geolocation
-rw-r--r--src/Geshem.js2
1 files changed, 1 insertions, 1 deletions
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();
}