From 078af6a6565bf34a8b0560ba6ade97ca630dbce6 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 13 Aug 2018 15:00:18 +0800
Subject: [PATCH] 地图调整

---
 src/main/webapp/view/map.jsp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp
index 022fe90..6c1c04a 100644
--- a/src/main/webapp/view/map.jsp
+++ b/src/main/webapp/view/map.jsp
@@ -458,7 +458,10 @@
     // TODO ������
     function showGrid(){
         var isShowGrid = getUrlParam("isShowGrid");
-        if(!isShowGrid||moralMap.getZoom()<15){
+        if(!!isShowGrid){
+            $(".tools_box").hide();
+		}
+        if(!isShowGrid||moralMap.getZoom()<14){
            return;
 		}
         var XY = bs();

--
Gitblit v1.8.0