mirage2dm
v1.1.50
Published
<!-- * @Author: xd * @Date: 2022-03-22 20:43:03 * @LastEditors: xd * @LastEditTime: 2022-10-19 17:17:04 * @FilePath: \Map2D\readme.md * @Description: * * Copyright (c) 2022 by xd, All Rights Reserved. --> 配置npm全局使用淘宝镜像源 npm config set regis
Downloads
4
Readme
配置npm全局使用淘宝镜像源 npm config set registry https://registry.npm.taobao.org 配置npm全局恢复官方镜像源 npm config set registry https://registry.npmjs.org
1.1.11 版本修正 controls控件 调整 1、底图切换 默认打开 不需调用 打开时 map.controls.baseLayerSwitch.show(); 关闭 map.controls.baseLayerSwitch.hide(); 2、 双图对比 调整 map.controls.swipe.show("baselayer", "Image"); map.controls.swipe.hide();
3、底部状态栏 默认打开 考古系统需手动关闭 map.controls.locationbar.show(); map.controls.locationbar.hide();