From 6749726c0eb1b8ed4cf58a8b7f87434a5b732b37 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 26 Mar 2021 09:06:40 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
---
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