|
@@ -690,7 +690,7 @@
|
|
|
map = new BMapGL.Map("map");
|
|
|
map.enableScrollWheelZoom();
|
|
|
map.enableDragging();
|
|
|
- map.centerAndZoom(new BMapGL.Point(106.651444, 29.51982), 10);
|
|
|
+ map.centerAndZoom(new BMapGL.Point(106.662444, 29.53282), 10);
|
|
|
map.setMapType(BMAP_NORMAL_MAP);
|
|
|
var pointList = data.features[0].geometry.coordinates[0][0];
|
|
|
let result = [];
|
|
@@ -761,7 +761,7 @@
|
|
|
});
|
|
|
}
|
|
|
setTimeout(function name(params) {
|
|
|
- that.zoomInStepByStep(10, 13);
|
|
|
+ that.zoomInStepByStep(10, 12);
|
|
|
}, 3000)
|
|
|
})
|
|
|
.catch(error => console.error('Error fetching JSON:', error));
|