1.1.9 • Published 3 months ago

@tommy2gis/geo-editor v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

🌍 基于 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.