From 616efb58777e55e853f013c173d3afa6b480bac5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 17:05:30 +0800
Subject: [PATCH] 添加剖面分析  调试坡度分析

---
 config.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/config.json b/config.json
index 4955278..5c36eb2 100644
--- a/config.json
+++ b/config.json
@@ -92,7 +92,7 @@
           "relativeTo": "map"
         }
       },
-   {
+      {
         "uri": "widgets/ShowPosition/Widget",
         "position": {
           "right": 0,
@@ -225,6 +225,14 @@
       {
         "name": "可视化分析",
         "uri": "widgets/visibleArea/Widget"
+      },
+      {
+        "name": "坡度坡向分析",
+        "uri": "widgets/slope/Widget"
+      },
+      {
+        "name": "剖面分析",
+        "uri": "widgets/profileAnalysis/Widget"
       }
     ],
     "groups": [],

--
Gitblit v1.9.3