Skip to content

Commit 56aa6d1

Browse files
committed
Update google maps API version, remove cache manifest, remove APRS coverage overlay
1 parent 5da8369 commit 56aa6d1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

index.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" manifest="cache.manifest">
2+
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<title>SondeHub Tracker</title>
@@ -203,13 +203,6 @@ <h4>Overlays</h4>
203203
<input type="checkbox" id="opt_daylight">
204204
</div>
205205
</div>
206-
<div class="row option">
207-
<span><b>APRS coverage</b></span>
208-
<div class="switch off" id="sw_layers_aprs">
209-
<span class="thumb"></span>
210-
<input type="checkbox" id="opt_layers_aprs">
211-
</div>
212-
</div>
213206
<h4>Other</h4>
214207
<hr/>
215208
<div class="row option">
@@ -342,7 +335,8 @@ <h2>Chase car mode</h2>
342335
</div>
343336
</div>
344337
</div>
345-
<script src="https://maps.google.com/maps/api/js?v=3.31&libraries=map,common,controls,util,marker,onion,kml,ga,infowindow,stats,poly,overlay,weather,weather_impl,geometry&language=en_us&key=AIzaSyCiFklq0gbg7DqUn81NqYBN17bwgK4YFf0" type="text/javascript"></script>
338+
<!-- Was 3.31-->
339+
<script src="https://maps.google.com/maps/api/js?v=3.44&libraries=map,common,controls,util,marker,onion,kml,ga,infowindow,stats,poly,overlay,weather,weather_impl,geometry&language=en_us&key=AIzaSyCiFklq0gbg7DqUn81NqYBN17bwgK4YFf0" type="text/javascript"></script>
346340
<script type="text/javascript" language="javascript" src="js/mobile.js"></script>
347341
<!--
348342
<script type="text/javascript" language="javascript" src="js/gmaps_extentions.js"></script>

0 commit comments

Comments
 (0)