renderingHints.put(StreamingRenderer.ADVANCED_PROJECTION_HANDLING_KEY, Boolean.TRUE);
renderingHints.put(StreamingRenderer.CONTINUOUS_MAP_WRAPPING, Boolean.TRUE);
renderer.setRendererHints(renderingHints);
renderer.paint(graphics, paintArea, areaOfInterest);
mapContent.dispose();
}
private SimpleFeature createCrsBoundsFeature(Geometry geom, CoordinateReferenceSystem crs) {
SimpleFeatureType featureType;