Compare commits

...

2 Commits

Author SHA1 Message Date
xlp 8032a8db91 Merge remote-tracking branch 'origin/main' 5 months ago
xlp 8d116f5455 fix:修改路径 5 months ago

@ -95,7 +95,8 @@ public class SolarenergyService {
} }
} }
String workSpacePath = System.getProperty("user.dir"); 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; CoordinateReferenceSystem crs = null;
try { try {
crs = CoordinateUtil.getCoordinateReferenceSystem("EPSG:3857"); crs = CoordinateUtil.getCoordinateReferenceSystem("EPSG:3857");

Loading…
Cancel
Save