if (MetatileMapOutputFormat.isRequestTiled(request, delegate)) {
if (LOGGER.isLoggable(Level.FINER)) {
LOGGER.finer("Tiled request detected, activating on the fly meta tiler");
}
delegate = new MetatileMapOutputFormat(request, (RenderedImageMapOutputFormat) delegate);
}
final List<MapLayerInfo> layers = request.getLayers();
final List<Map<String, String>> viewParams = request.getViewParams();