diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php
index f44b579e..c4d5bdb4 100755
--- a/application/models/Logbook_model.php
+++ b/application/models/Logbook_model.php
@@ -4857,6 +4857,7 @@ class Logbook_model extends CI_Model
$plot = array('lat' => 0, 'lng' => 0, 'html' => '', 'label' => '', 'flag' => '', 'confirmed' => 'N');
$plot['label'] = $row->COL_CALL;
+ $plot['callsign'] = $row->COL_CALL;
$flag = strtolower($CI->dxccflag->getISO($row->COL_DXCC));
$plot['flag'] = 'name))) . '"> ';
$plot['html'] = ($row->COL_GRIDSQUARE != null ? "Grid: " . $row->COL_GRIDSQUARE . "
" : "");
diff --git a/application/views/map/custom_date.php b/application/views/map/custom_date.php
index 636d6413..ebb77544 100644
--- a/application/views/map/custom_date.php
+++ b/application/views/map/custom_date.php
@@ -1,55 +1,6 @@