|
@@ -273,7 +273,7 @@ public class ChscServiceImpl implements IChscService {
|
|
|
String shpFolder = rootPath + "shp\\";
|
|
|
checkAndMakeFolder(shpFolder);
|
|
|
String shpPath = shpFolder + "Full_DK.shp";
|
|
|
- String geojsonPath = rootPath + "Full_DK.geojson";
|
|
|
+ String geojsonPath = rootPath + "Full_DK.json";
|
|
|
String zipPath = rootPath + "Full_DK.zip";
|
|
|
//定义导出条件
|
|
|
String gisWhere = String.format("%s = '%s'", "rwbsm", bsm);
|