From 46d864e7188cf7f5c9378fbcb1a272568beec1f5 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 13 Aug 2018 16:25:14 +0800
Subject: [PATCH] 默认打开网格
---
src/main/webapp/view/map.jsp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp
index 6c1c04a..5bab5e0 100644
--- a/src/main/webapp/view/map.jsp
+++ b/src/main/webapp/view/map.jsp
@@ -461,7 +461,8 @@
if(!!isShowGrid){
$(".tools_box").hide();
}
- if(!isShowGrid||moralMap.getZoom()<14){
+ // if(!isShowGrid||moralMap.getZoom()<14){
+ if(!isShowGrid){
return;
}
var XY = bs();
--
Gitblit v1.8.0