}
try {
//final File file = geo.SaveSpatialData();
// Transfer the file to a public server
final String kmlFileName = geo.SaveSpatialDataAndReturnKMLString();//new RandomGUID().toString(); // save this line for using networkLink in GE plugin (see geospatial.js)
final String zippedSpatialDataPath = geo.getZippedSpatialDataPath();
final boolean transfer = true;//transferFileToPublicServer(kmlFileName,file); // save this line for using networkLink in GE plugin (see geospatial.js)
//if (!transfer) { // save this line for using networkLink in GE plugin (see geospatial.js)
// logger.error("Published KML file could not be moved to a public server to display on Google Maps!");
//}