<!--
 * @author: xd
 * @Date: 2022-03-22 20:43:03
 * @LastEditors: xd
 * @LastEditTime: 2023-05-15 20:16:05
 * @FilePath: \Map2D\readme.md
 * @Description:
 *
 * Copyright (c) 2022 by xd, All Rights Reserved.
-->
  <!-- 配置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(); -->
<p align="center">基于 openlayer 的 mirageMap类库 </p>

## 项目介绍

这是一个基于 openlayer 开发的 mirageMap 类库

## 项目特性

- **TypeScript**: 应用程序级 JavaScript 的语言

### 运行效果

[在线体验](http://117.34.118.124:8585/mirage/map2d/example/)

### 淘宝镜像包

https://npmmirror.com/package/mirage2d
