From ed266efb662c5b8460ecc22e31a070a718f35f9c Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 31 三月 2026 16:08:59 +0800
Subject: [PATCH] #地图编辑路径联通性导致算法计算失败问题修复
---
src/main/webapp/views/basMap/editor.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/basMap/editor.html b/src/main/webapp/views/basMap/editor.html
index e93939f..1f1679d 100644
--- a/src/main/webapp/views/basMap/editor.html
+++ b/src/main/webapp/views/basMap/editor.html
@@ -496,7 +496,7 @@
<div class="canvas-toolbar">
<div class="canvas-toolbar-main">
<div class="canvas-toolbar-title">
- <h1>PixiJS 鑷敱鐢诲竷鍦板浘缂栬緫鍣�</h1>
+ <h1>WCS鍦板浘缂栬緫鍣�</h1>
</div>
<div class="canvas-toolbar-meta">
<span class="canvas-meta">妤煎眰: {{ currentLev ? currentLev + 'F' : '--' }}</span>
--
Gitblit v1.9.1