From 39272cfdb16b5c7d4033ac06ce314e25b1e5c6ba Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 06 九月 2023 13:51:57 +0800
Subject: [PATCH] 修改nodata~

---
 src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java b/src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java
index 1d31218..c9c868a 100644
--- a/src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java
+++ b/src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java
@@ -102,7 +102,7 @@
         /**
          * nodata璁剧疆锛屾暟缁勶紝鏁扮粍澶у皬鍜屾尝娈垫暟绛夊悓
          */
-        private List<String> nodata;
+        private List<Integer> nodata;
 
         /**
          * 鎶曞奖鎴栬�呭潗鏍囷細EPSG:4326
@@ -170,7 +170,7 @@
             start_scale = 1000000000.0;
             stats_type = 1;
             enhance_type = 0;
-            enhance_factor= 0.02;
+            enhance_factor = 0.02;
             boundary_cal_mode = 0;
         }
 
@@ -182,11 +182,11 @@
             this.name = name;
         }
 
-        public List<String> getNodata() {
+        public List<Integer> getNodata() {
             return nodata;
         }
 
-        public void setNodata(List<String> nodata) {
+        public void setNodata(List<Integer> nodata) {
             this.nodata = nodata;
         }
 

--
Gitblit v1.9.3