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.