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

This commit is contained in:
Alejandro Gallardo Escobar 2016-05-31 17:08:11 +02:00
parent df295dca48
commit adc2ab3b31
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)