fengxiang
2018-08-13 e0effd273f8639bb0f919abab50811eb59fdb8f7
地图网格 边透明0.5
1 files modified
2 ■■■ changed files
src/main/webapp/view/map.jsp 2 ●●● patch | view | raw | blame | history
src/main/webapp/view/map.jsp
@@ -477,7 +477,7 @@
                    new BMap.Point(i, j-0.0048),  //网格左下端点
                    new BMap.Point(i+0.0063, j-0.0048),     //网格右下端点
                    new BMap.Point(i+0.0063, j)            //网格右上端点
                ], {strokeColor:"blue", strokeWeight:2, strokeOpacity:1, fillOpacity:0.1});
                ], {strokeColor:"blue", strokeWeight:2, strokeOpacity:0.5, fillOpacity:0.1});
                // polygon .addEventListener("click",function clickFunction(){
                //     alert("你居然敢点我");
                // });