From 68d96e197c921bb61bc079d42b617692eca36f55 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期二, 31 十月 2023 16:11:55 +0800
Subject: [PATCH] 投影图层管理

---
 src/views/datamanage/js/layerManage.js |   73 ++++++++++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/src/views/datamanage/js/layerManage.js b/src/views/datamanage/js/layerManage.js
index 4de247d..43e542e 100644
--- a/src/views/datamanage/js/layerManage.js
+++ b/src/views/datamanage/js/layerManage.js
@@ -80,6 +80,10 @@
         value: 2
 
     }, {
+        name: 'ArcGisServer',
+        value: 4
+
+    }, {
         name: '鏁扮畝',
         value: 3
 
@@ -145,4 +149,73 @@
         name: '鍦f澂鍙�',
         value: 8,
     }
+]
+//鍙戝竷绠$悊
+export const type_option = [
+    {
+        value: 'DOM',
+        label: '褰卞儚鏁版嵁'
+    },
+    {
+        value: 'DEM',
+        label: '楂樼▼鏁版嵁'
+    }
+]
+export const server_option = [
+    {
+        value: '鏁扮畝',
+        label: '鏁扮畝'
+    }
+]
+export const method_option = [
+    {
+        value: 0,
+        label: '涓嶆媺浼�',
+        enhanceFactor: 0,
+    }, {
+        value: 1,
+        label: '绾挎�ф媺浼�',
+        enhanceFactor: 0.02,
+        min: 0,
+        max: 0.05,
+        step: 0.01
+    }, {
+        value: 2,
+        label: '鐩存柟鍥惧潎琛�',
+        enhanceFactor: 0,
+    }, {
+        value: 3,
+        label: '鏍囧噯宸媺浼�',
+        enhanceFactor: 0.02,
+        min: 0,
+        max: 0.05,
+        step: 0.01
+    }, {
+        value: 4,
+        label: '浼介┈鎷変几',
+        enhanceFactor: 0.6,
+        min: 0.1,
+        max: 1.6,
+        step: 0.1
+    }
+]
+export const system_Option = [
+    {
+        label: '鏈堢悆2000',
+        value: '104903'
+    },
+    {
+        label: 'WGS84',
+        value: '4326'
+    }
+]
+export const nodata_Option = [
+    {
+        label: '榛戣壊',
+        value: 0
+    },
+    {
+        label: '鐧借壊',
+        value: 255
+    }
 ]
\ No newline at end of file

--
Gitblit v1.9.3