@antv/l7-editor
v1.1.13
Published
Geographic data editing tool based on L7
Downloads
42
Maintainers
Keywords
Readme
🌍 基于 L7 的地理数据编辑工具
📦 组件
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.