From 8c4ac12ddb2216e17058632cb109ecf995b39c5a Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 17 Mar 2017 12:01:07 +0100 Subject: [PATCH] Show agent alias in gis maps with entities - #98 --- pandora_console/include/functions_gis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_gis.php b/pandora_console/include/functions_gis.php index 075e46ceb4..86354432b5 100644 --- a/pandora_console/include/functions_gis.php +++ b/pandora_console/include/functions_gis.php @@ -1074,7 +1074,7 @@ function gis_get_agent_map($agent_id, $heigth, $width, $show_history = false, $c gis_add_agent_point("layer_for_agent_" . $agent_name, - $clean_agent_name, $agentPositionLatitude, $agentPositionLongitude, + io_safe_output($clean_agent_name), $agentPositionLatitude, $agentPositionLongitude, $agent_icon, $agent_icon_width, $agent_icon_height, $agent_id, $status, 'point_agent_info');