mirror of
https://github.com/amark/gun.git
synced 2026-03-18 22:29:18 +00:00
fix gps map z-index bug
This commit is contained in:
@@ -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()`
|
||||
|
||||
Reference in New Issue
Block a user