|
@@ -283,7 +283,7 @@ public class LocalSysFileServiceImpl implements ISysFileService {
|
|
|
String publicpath = path.substring(0, path.indexOf("."));
|
|
String publicpath = path.substring(0, path.indexOf("."));
|
|
|
String shppath = path;
|
|
String shppath = path;
|
|
|
String geojsonPath = publicpath + "_" + uuid + "_" + "geojson.json";
|
|
String geojsonPath = publicpath + "_" + uuid + "_" + "geojson.json";
|
|
|
- String geojson = new ParsingShpFileUtils().shape2Geojson2(shppath, geojsonPath);
|
|
|
|
|
|
|
+ String geojson = ParsingShpFileUtils().shape2Geojson2(shppath, geojsonPath);
|
|
|
return geojson;
|
|
return geojson;
|
|
|
}
|
|
}
|
|
|
|
|
|