fix gps map z-index bug

This commit is contained in:
Mark Nadal
2017-11-20 19:39:01 -08:00
parent c724a1a1cf
commit db13b41474

View File

@@ -131,7 +131,7 @@
<script>
;(function(){
// the actual GPS tracking app!
var gun = Gun('https://gunjs.herokuapp.com/gun');
var gun = Gun(location.origin + '/gun');
var gps = {};
gps.opt = {
continuous: true, // get location just once uses `getCurrentPosition()` while continuously uses `watchPosition()`