@ -61,7 +61,8 @@
// 地图类型切换插件
map.addControl(
new AMap.MapType({
defaultType: 0
defaultType: 0,
showRoad: true
})
);
});