fix: BUG修改
This commit is contained in:
parent
243c86764c
commit
0a1fae63a7
@ -961,7 +961,8 @@ function initMap() {
|
||||
// var that = this;
|
||||
//地图加载
|
||||
map = new AMap.Map("mapContainer", {
|
||||
resizeEnable: true
|
||||
resizeEnable: true,
|
||||
showIndoorMap:true //显示地图自带的室内地图图层
|
||||
});
|
||||
map.setFeatures(['bg','road','point','building']);
|
||||
// var geocoder = new AMap.Geocoder({});
|
||||
|
||||
@ -1140,7 +1140,8 @@ function initMap() {
|
||||
var that = this;
|
||||
//地图加载
|
||||
map = new AMap.Map("mapContainer", {
|
||||
resizeEnable: true
|
||||
resizeEnable: true,
|
||||
showIndoorMap: true //显示地图自带的室内地图图层
|
||||
});
|
||||
map.setFeatures(['bg','road','point','building']);
|
||||
var geocoder = new AMap.Geocoder({});
|
||||
|
||||
@ -1400,7 +1400,8 @@ function initMap() {
|
||||
//地图加载
|
||||
map = new AMap.Map("mapContainer", {
|
||||
// viewMode: '3D',
|
||||
resizeEnable: true
|
||||
resizeEnable: true,
|
||||
showIndoorMap:true //显示地图自带的室内地图图层
|
||||
// center: [116.39, 39.9],
|
||||
// offset: new AMap.Pixel(-10, -10) // 设置地图偏移量
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user