diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php
index 3e3415b7..2e09c4ef 100755
--- a/application/models/Logbook_model.php
+++ b/application/models/Logbook_model.php
@@ -4517,9 +4517,10 @@ function lotw_last_qsl_date($user_id) {
$this->load->library('qra');
$json["markers"] = array();
- $plot = array('lat'=>0, 'lng'=>0, 'html'=>'', 'label'=>'', 'confirmed'=>'N');
-
+
foreach ($qsos_result as $row) {
+ $plot = array('lat'=>0, 'lng'=>0, 'html'=>'', 'label'=>'', 'confirmed'=>'N');
+
$plot['label'] = $row->COL_CALL;
$plot['html'] = "Callsign: ".$row->COL_CALL."
Date/Time: ".$row->COL_TIME_ON."
";