[Visitor] Fixes issue with pins not showing on dashboard map
这个提交包含在:
父节点
b34ef59538
当前提交
216c64fba1
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -226,7 +226,7 @@ class Visitor extends CI_Controller {
|
|||
if($count != 1) {
|
||||
echo ",";
|
||||
}
|
||||
echo "{\"lat\":\"".$lat."\",\"lng\":\"".$lng."\", \"html\":\"Callsign: ".$row->COL_CALL."<br />Date/Time: ".$row->COL_TIME_ON."<br />Band: ".$row->COL_BAND."<br />Mode: ";
|
||||
echo "{\"lat\":\"".$stn_loc[0]."\",\"lng\":\"".$stn_loc[1]."\", \"html\":\"Callsign: ".$row->COL_CALL."<br />Date/Time: ".$row->COL_TIME_ON."<br />Band: ".$row->COL_BAND."<br />Mode: ";
|
||||
echo $row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE;
|
||||
echo "\",\"label\":\"".$row->COL_CALL."\"}";
|
||||
$count++;
|
||||
|
|
|
|||
正在加载…
在新工单中引用