Removed the strange behaviour of the label size when printing a resized map

(cherry picked from commit b120478d3e273a7cb3414dbc58ad637d836e027c)
This commit is contained in:
Alejandro Gallardo Escobar 2016-05-31 17:08:11 +02:00
parent 10fb47d2fd
commit d58d3aa52f
1 changed files with 0 additions and 8 deletions

View File

@ -2055,14 +2055,6 @@ function visual_map_print_visual_map ($id_layout, $show_links = true,
foreach ($layout_datas as $layout_data) {
if ($resizedMap) {
//Hack to resize the text
$layout_data["label"] = str_replace(
'visual_font_size', 'resize_visual_font_size',
$layout_data["label"]);
}
//Check the items are from disabled or pending delete modules
if ($layout_data['id_agente_modulo'] != 0 &&
(($layout_data['type'] != LABEL)