[Geoserver-devel] [jira] (GEOS-5159) changes from GEOS-4100 beaks LegendDecoration with custom DPI

Hajo Kliemeck created BugGEOS-5159
changes from GEOS-4100 beaks LegendDecoration with custom DPI

the changes that were introduced as a result of GEOS-4100 (multiply the width / height), breaks the existing LegendDecoration. the widht/height is multiplied twice, because LegendDecoration also multiplies them:

request.setWidth((int) Math.ceil(GetLegendGraphicRequest.DEFAULT_WIDTH * scaleFactor));
request.setHeight((int) Math.ceil(GetLegendGraphicRequest.DEFAULT_HEIGHT * scaleFactor));

Project:GeoServerPriority:MajorMajorReporter:Hajo Kliemeck

Issue Type:

BugBug

Affects Versions:

2.1.4

Assignee:

Andrea Aime

Attachments:

LegendDecoration.java.patch

Created:

12/Jun/12 11:11 AM

Description:

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira