From d5c7aaffb7c22acfbb5a54f7c0f9416512879d27 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 20 Mar 2021 16:28:34 +1030 Subject: [PATCH] Comment out location services query, wont work without HTTPS --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index ac91724..d918542 100644 --- a/templates/index.html +++ b/templates/index.html @@ -617,7 +617,8 @@ } }, habitat_update_rate); - + // Sadly we can't request location information unless chasemapper is served up via HTTPS + // which is a bit difficult to make happen. // window.setInterval(function(){ // if(document.getElementById('useDevicePosition').checked){ // if(navigator.geolocation){ @@ -766,7 +767,7 @@
Use Device Position:
- --> + -->

Habitat Chase Car