From 687ea8cc545e35a11100aed1a1366faac360e0c5 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 22 Feb 2021 11:53:17 +0800
Subject: [PATCH] 聚合图集成,按钮选中样式调整
---
public/map/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/map/index.html b/public/map/index.html
index 2de4891..cb5f408 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -59,9 +59,9 @@
}
function mapLoad(map) {
- if(locationObj) {
- map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
- }
+ // if(locationObj) {
+ // map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
+ // }
}
</script>
--
Gitblit v1.9.3