https://github.com/antvis/l7editor
Geographic data editing tool based on L7
https://github.com/antvis/l7editor
antd editor geojson l7 larkmap react
Last synced: 3 months ago
JSON representation
Geographic data editing tool based on L7
- Host: GitHub
- URL: https://github.com/antvis/l7editor
- Owner: antvis
- License: mit
- Created: 2023-10-19T06:25:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T13:48:03.000Z (10 months ago)
- Last Synced: 2024-10-29T21:05:31.191Z (7 months ago)
- Topics: antd, editor, geojson, l7, larkmap, react
- Language: TypeScript
- Homepage: https://l7editor.antv.antgroup.com/
- Size: 105 MB
- Stars: 38
- Watchers: 13
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
L7Editor
🌍 基于 L7 的地理数据编辑工具
[](https://www.npmjs.com/package/@antv/l7-editor) [](https://www.npmjs.com/package/@antv/l7-editor) [](http://isitmaintained.com/project/antvis/L7Editor 'Percentage of issues still open') [](http://isitmaintained.com/project/antvis/L7Editor 'Average time to resolve an issue')
## 📦 组件
```bash
npm install @antv/l7-editor -S
``````jsx | pure
import { L7Editor } from '@antv/l7-editor';export default () => {
return ;
};
```## ⌨️ 本地开发
```bash
# 安装依赖
npm install# 工具页面运行页面
npm run start# 工具页面打包
npm run build
```## 📖 许可证
MIT@[AntV](https://github.com/antvis).