|
@@ -219,6 +219,8 @@ class Map extends Base_Controller{
|
|
|
$tempLamp['count'] = $lamp['count'];
|
|
|
$tempLamp['is_marker'] = 1;
|
|
|
$tempLamp['is_video'] = 0;
|
|
|
+ $tempLamp['f_longitude'] = $lamp['lamps'][0]['longitude'];
|
|
|
+ $tempLamp['f_latitude'] = $lamp['lamps'][0]['latitude'];
|
|
|
$lampData[] = $tempLamp;
|
|
|
}else{
|
|
|
foreach ($lamp['lamps'] as $l) {
|