From 17411ae609d8c9a21be20bbffe2cf52c6efd9b80 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 07 九月 2023 14:29:58 +0800 Subject: [PATCH] 发布管理页面修改,接口调试 --- src/views/datamanage/js/layerManage.js | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-) diff --git a/src/views/datamanage/js/layerManage.js b/src/views/datamanage/js/layerManage.js index 4de247d..f375b64 100644 --- a/src/views/datamanage/js/layerManage.js +++ b/src/views/datamanage/js/layerManage.js @@ -145,4 +145,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