antvis / L7Editor

Geographic data editing tool based on L7

Home Page:https://l7editor.antv.antgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L7Editor

🌍 基于 L7 的地理数据编辑工具

npm Version npm License Percentage of issues still open 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.

About

Geographic data editing tool based on L7

https://l7editor.antv.antgroup.com/

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.3%Language:Shell 0.1%