fix:修改路径

main
xlp 5 months ago
parent 7af4a76759
commit 8d116f5455

@ -95,7 +95,8 @@ public class SolarenergyService {
}
}
String workSpacePath = System.getProperty("user.dir");
String path = workSpacePath + File.separator + "data" + File.separator;
// String path = workSpacePath + File.separator + "data" + File.separator;
String path = File.separator + "data" + File.separator;
CoordinateReferenceSystem crs = null;
try {
crs = CoordinateUtil.getCoordinateReferenceSystem("EPSG:3857");

Loading…
Cancel
Save