|
@@ -791,23 +791,23 @@
|
|
|
|
|
|
var level = 14;
|
|
|
if (id == 1) {
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.651444, 29.45682), 13);
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.651444, 29.48682), 13);
|
|
|
level = 14;
|
|
|
} else if (id == 2) {
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.76723874457288, 29.573276880811712), 13);
|
|
|
- level = 14;
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.76723874457288, 29.583276880811712), 13);
|
|
|
+ level = 13;
|
|
|
} else if (id == 3) {
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.69517131217539, 29.51577313312822), 13);
|
|
|
- level = 15;
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.69517131217539, 29.53077313312822), 13);
|
|
|
+ level = 14;
|
|
|
} else if (id == 4) {
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.559829995157, 29.501581648208534), 13);
|
|
|
- level = 15;
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.559829995157, 29.528581648208534), 13);
|
|
|
+ level = 14;
|
|
|
} else if (id == 5) {
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.72194027111843, 29.513690776940248), 13);
|
|
|
- level = 16;
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.72194027111843, 29.519690776940248), 13);
|
|
|
+ level = 15;
|
|
|
} else if (id == 6) {
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.70580793222035, 29.514020426917684), 13);
|
|
|
- level = 16;
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.70580793222035, 29.519020426917684), 13);
|
|
|
+ level = 15;
|
|
|
} else {
|
|
|
map.centerAndZoom(new BMapGL.Point(106.651444, 29.48682), 13);
|
|
|
}
|
|
@@ -872,7 +872,7 @@
|
|
|
textShadow: '0 0 4px #4B97F5',
|
|
|
textStrokeColor: "#4B97F5",
|
|
|
textStrokeWidth: "4px",
|
|
|
- fontSize: "18px",
|
|
|
+ fontSize: "16px",
|
|
|
height: "20px",
|
|
|
lineHeight: "20px",
|
|
|
fontFamily: "微软雅黑"
|
|
@@ -1053,8 +1053,6 @@
|
|
|
document.querySelector('.ztfwC').style.marginTop = `-${i}px`
|
|
|
}, 50);
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
zoomInStepByStep(currentZoom, maxZoom) {
|
|
|
let that = this;
|
|
|
if (currentZoom <= maxZoom) {
|