fix: BUG修改
This commit is contained in:
parent
9bd67949d0
commit
243c86764c
@ -963,6 +963,7 @@ function initMap() {
|
|||||||
map = new AMap.Map("mapContainer", {
|
map = new AMap.Map("mapContainer", {
|
||||||
resizeEnable: true
|
resizeEnable: true
|
||||||
});
|
});
|
||||||
|
map.setFeatures(['bg','road','point','building']);
|
||||||
// var geocoder = new AMap.Geocoder({});
|
// var geocoder = new AMap.Geocoder({});
|
||||||
// //输入提示
|
// //输入提示
|
||||||
// var autoOptions = {
|
// var autoOptions = {
|
||||||
|
|||||||
@ -1142,6 +1142,7 @@ function initMap() {
|
|||||||
map = new AMap.Map("mapContainer", {
|
map = new AMap.Map("mapContainer", {
|
||||||
resizeEnable: true
|
resizeEnable: true
|
||||||
});
|
});
|
||||||
|
map.setFeatures(['bg','road','point','building']);
|
||||||
var geocoder = new AMap.Geocoder({});
|
var geocoder = new AMap.Geocoder({});
|
||||||
//输入提示
|
//输入提示
|
||||||
var autoOptions = {
|
var autoOptions = {
|
||||||
|
|||||||
@ -1404,6 +1404,7 @@ function initMap() {
|
|||||||
// center: [116.39, 39.9],
|
// center: [116.39, 39.9],
|
||||||
// offset: new AMap.Pixel(-10, -10) // 设置地图偏移量
|
// offset: new AMap.Pixel(-10, -10) // 设置地图偏移量
|
||||||
});
|
});
|
||||||
|
map.setFeatures(['bg','road','point','building']);
|
||||||
var geocoder = new AMap.Geocoder({});
|
var geocoder = new AMap.Geocoder({});
|
||||||
//输入提示
|
//输入提示
|
||||||
var autoOptions = {
|
var autoOptions = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user