diff --git a/htdocs/public/views/overview.php b/htdocs/public/views/overview.php
index d52b097..b4f9efa 100644
--- a/htdocs/public/views/overview.php
+++ b/htdocs/public/views/overview.php
@@ -228,6 +228,11 @@
latestConfirmedLatitude, 5); ?>, latestConfirmedLongitude, 5); ?>
+
Receive Time:
@@ -535,6 +540,8 @@
$('#latest-timestamp-age').html(moment(new Date(1000 * $('#latest-timestamp-age').html())).locale('en').fromNow());
}
+ $('#overview-content-latest-gridsquare').html(trackdirect.models.Map.prototype._getMaidenheadLocatorFromGpsDecimal(latestConfirmedLatitude ?>, latestConfirmedLongitude ?>));
+
if (window.trackdirect) {
latestConfirmedLatitude != null && $station->latestConfirmedLongitude != null) : ?>
window.trackdirect.addListener("map-created", function() {