|
|
|
@ -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");
|
|
|
|
|