262 |
|
|
263 |
if (bg != null) { |
if (bg != null) { |
264 |
// **************************************************************************** |
// **************************************************************************** |
265 |
// The following lines define the backgroup color for the rendered |
// The following lines define the background color for the rendered |
266 |
// images |
// images |
267 |
// **************************************************************************** |
// **************************************************************************** |
268 |
graphics.setBackground(bg); |
graphics.setBackground(bg); |
273 |
// Enable anti-aliasing for the legend symbols |
// Enable anti-aliasing for the legend symbols |
274 |
graphics.setRenderingHints(getHints()); |
graphics.setRenderingHints(getHints()); |
275 |
|
|
|
// TODO scaleDenominator = 100000000000000000000000000000d; Was ist das |
|
|
// fuer ein Quatsch? |
|
276 |
final NumberRange<Integer> scaleRange = NumberRange.create(Integer.MAX_VALUE,Integer.MAX_VALUE); |
final NumberRange<Integer> scaleRange = NumberRange.create(Integer.MAX_VALUE,Integer.MAX_VALUE); |
277 |
|
|
278 |
try { |
try { |
281 |
Symbolizer symbolizer = symbolizers[sIdx]; |
Symbolizer symbolizer = symbolizers[sIdx]; |
282 |
|
|
283 |
if (symbolizer instanceof TextSymbolizer) { |
if (symbolizer instanceof TextSymbolizer) { |
|
LOGGER |
|
|
.warn("createImageForRule for a TextSymbolizer. Sure we want that?"); |
|
284 |
continue; |
continue; |
285 |
} |
} |
286 |
|
|