mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Bug fixes and map page banner
This commit is contained in:
+15
-2
@@ -1,6 +1,19 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<div id="map-intro-box" class="permanently-dismissible-box mt-3">
|
||||
<div class="alert alert-primary alert-dismissible fade show" role="alert">
|
||||
<i class="fa-solid fa-circle-info"></i> <strong>Spothole's map</strong><br/>Spothole pulls in location data from
|
||||
a number of sources to try and provide the best map possible. However, please don't trust them to be anything
|
||||
other than a rough guide. In particular, if you are seeing lots of spots in the centre of a country, please
|
||||
consider opening the "Your Data" menu and providing QRZ.com and/or HamQTH credentials so that Spothole can find
|
||||
more accurate locations for these spots. More information can be found in the
|
||||
<a href="/about#accuracy" class="alert-link">Data Accuracy section of the About page</a>.
|
||||
<button type="button" id="map-intro-box-dismiss" class="btn-close" data-bs-dismiss="alert"
|
||||
aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="map">
|
||||
<div id="settingsButtonRowMap" class="mt-3 px-3">
|
||||
<div class="row mb-3">
|
||||
@@ -95,8 +108,8 @@
|
||||
<script>
|
||||
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
|
||||
</script>
|
||||
<script src="/js/spotsbandsandmap.js?v=1784986996"></script>
|
||||
<script src="/js/map.js?v=1784986996"></script>
|
||||
<script src="/js/spotsbandsandmap.js?v=1784988379"></script>
|
||||
<script src="/js/map.js?v=1784988379"></script>
|
||||
<script>$(document).ready(function () {
|
||||
$("#nav-link-map").addClass("active");
|
||||
}); <!-- highlight active page in nav --></script>
|
||||
|
||||
Reference in New Issue
Block a user