From 6ffa578934b471302ed9ced5d1813003f8c23cc5 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期四, 04 三月 2021 11:56:11 +0800
Subject: [PATCH] 修改管网先tooltip样式

---
 src/Sgis.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Sgis.js b/src/Sgis.js
index 6ae1b0a..22380e4 100644
--- a/src/Sgis.js
+++ b/src/Sgis.js
@@ -9,6 +9,7 @@
 
 import MapConfig from '@/conf/MapConfig'
 import DashFlow from '@components/plugin/PathDashFlow'
+import CanvasMarkers from '@components/plugin/CanvasMarkers'
 let map = null
 const L = window.L
 const initMap = (div) => {
@@ -23,6 +24,7 @@
   WmtsSupport.init(L) // 鎵╁睍锛屼娇鏀寔WMTS
   // CustomPopup.init(L) // 鑷畾涔夊脊鍑烘
   DashFlow.DashFlow(L) // 娴佸姩绾垮浘
+  CanvasMarkers.init(L)// 鐢诲竷鍥惧眰
   // Leaflet鎵╁睍浠g爜
 
   map = L.map(div, MapConfig.mapOptions)

--
Gitblit v1.8.0