Closed fb71 closed 7 years ago
The new PipelineMapOutputFormat actually renders the Image, which is then encoded by the GeoServer image encoders. Previous code did it wrong as image was rendered twice: by the OutPutFormat of GeoServer and later from our image encoder.
Pros/cons of the new code:
Basic support of raster data.
[x] data source / catalog resolver
[x] RasterRenderProcessor
[x] GeoServer: not supported yet (but raster don't break WMS)
[x] ImportPanel: no default message on subsequent open
[ ] ImportContext: release temp dir on dispose() (see #85)