pipelineCollection = pipeline.toFeatureCollection(
Neo4jFeatureBuilder.getType(layer.getName(), geomType, layer.getCoordinateReferenceSystem(), layer.getExtraPropertyNames()));
}
ReferencedEnvelope bounds = layerCollection.getBounds();
bounds.expandToInclude(pipelineCollection.getBounds());
bounds.expandBy(boundsDelta, boundsDelta);
StyledImageExporter exporter = new StyledImageExporter( db );
exporter.setExportDir( "target/docs/images/" );
exporter.saveImage(