From f17ffaf559428ecf99d2d4226db843fff624ed03 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 26 Mar 2021 08:58:44 +0800
Subject: [PATCH] 部分地图图标更改,追踪页面完善

---
 public/map/widgets/alertSecurity/AlertSecurity.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/map/widgets/alertSecurity/AlertSecurity.js b/public/map/widgets/alertSecurity/AlertSecurity.js
index 968226a..4d56e2a 100644
--- a/public/map/widgets/alertSecurity/AlertSecurity.js
+++ b/public/map/widgets/alertSecurity/AlertSecurity.js
@@ -279,7 +279,7 @@
     },
 
     addPoint: function (entitys, lgtd, lttd, img) {
-      var symbol = new esri.symbol.PictureMarkerSymbol(img, 22, 32);
+      var symbol = new esri.symbol.PictureMarkerSymbol(img, 33, 48);
       var pt = new Point(lgtd, lttd, new SpatialReference({
         wkid: 4326
       }));

--
Gitblit v1.9.3