diff --git a/views/maps/image.ctp b/views/maps/image.ctp index 0a68c25..9d789e5 100644 --- a/views/maps/image.ctp +++ b/views/maps/image.ctp @@ -68,7 +68,7 @@ foreach ($info['units'] AS $unit) { // If the unit is wide enough, run the text horizontal, // otherwise, we'll have to run it vertical. - if ($unit['width'] > 40 || ($unit['width'] >= $unit['depth'])) { + if ($unit['width'] > 20 || ($unit['width'] >= $unit['depth'])) { imagestring($image, $unit['width']/25, $unit['left']+3, $unit['top']+3, $unit['name'],