antvis / L7Editor

Geographic data editing tool based on L7
https://l7editor.antv.antgroup.com/
MIT License
35 stars 8 forks source link
antd editor geojson l7 larkmap react

L7Editor

🌍 基于 L7 的地理数据编辑工具 [![npm Version](https://img.shields.io/npm/v/@antv/l7-editor.svg)](https://www.npmjs.com/package/@antv/l7-editor) [![npm License](https://img.shields.io/npm/l/@antv/l7-editor.svg)](https://www.npmjs.com/package/@antv/l7-editor) [![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/L7Editor.svg)](http://isitmaintained.com/project/antvis/L7Editor 'Percentage of issues still open') [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/antvis/L7Editor.svg)](http://isitmaintained.com/project/antvis/L7Editor 'Average time to resolve an issue')

主页使用文档组件

📦 组件

npm install @antv/l7-editor -S
import { L7Editor } from '@antv/l7-editor';

export default () => {
  return <L7Editor autoFitBounds activeTab="geojson" theme="dark" />;
};

⌨️ 本地开发

# 安装依赖
npm install

# 工具页面运行页面
npm run start

# 工具页面打包
npm run build

📖 许可证

MIT@AntV.