From 9ffb31c233f3b4891550293294c2ee716f77b42a Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期日, 22 九月 2024 19:08:49 +0800
Subject: [PATCH] 完善自动匹配

---
 WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/js/public.js |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/js/public.js b/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/js/public.js
index 26c1a9f..98b6032 100644
--- a/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/js/public.js
+++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/js/public.js
@@ -15,34 +15,12 @@
     Polygon: 6//澶氳竟褰�
 };
 
-//鏍囪绫诲瀷
-var sign_type = {
-    FireCar: 1,//娑堥槻杞�
-    WaterBand: 2,//姘村甫
-    FireGun: 3,//娑堥槻鏋偖
-    LinkPoint: 4,//杩炴帴鍣�
-    PressureMeter: 5,//鍘嬪姏琛�
-    FlowMeter: 6,//娴侀噺璁�
-    Building: 101,//寤虹瓚鐗�
-    FireHydrant: 102,//娑堢伀鏍�
-    FirePool: 103,//娑堥槻姘存睜
-    NaturalLake: 104,//鑷劧婀栨硦
-    FireSource: 201,//鐏簮
-};
-
-//鍥哄畾鍦板浘绫诲瀷
-var fixed_sign_type = {
-    Building:101,//寤虹瓚鐗�
-    FireHydrant:102,//娑堢伀鏍�
-    FirePool:103,//娑堥槻姘存睜
-    NaturalLake:104//鑷劧婀栨硦
-};
 
 //鍦板浘鐘舵��
 var map_status = {
     Normal: 1,//姝e父鐘舵��
     Draw: 2,//缁樺埗鐘舵��
-    Edit:3//缂栬緫鐘舵��
+    Edit: 3//缂栬緫鐘舵��
 };
 
 //闈欐�佽祫婧�

--
Gitblit v1.9.3