Browse Source

geojson格式设置

wanger 3 months ago
parent
commit
dc20e0bd87

+ 1 - 1
onemap-modules/onemap-analyse/src/main/java/com/onemap/analyse/service/impl/ChscServiceImpl.java

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