This commit is contained in:
Francesco Mangiacrapa 2020-04-30 11:26:32 +02:00
parent 974632cfb3
commit 9e6e869b72
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@
<Change>[Feature #19172] Gis-Viewer-App: update the look and feel of
Gis-Viewer
</Change>
<Change>[Bug #19187] Gis-Viewer: WFS export with the BBOX field
clashing with csv separator `,`
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets-user.GISViewer.4-3-0" date="2020-04-08">

View File

@ -20,7 +20,7 @@ public class CSVWriter {
private PrintWriter reportPrintWriter;
private File tempFile;
public static final char DEFAULT_SEPARATOR = ',';
public static final char DEFAULT_SEPARATOR = ';';
/**
* Instantiates a new CSV writer.