react-geo 一组与地理相关的组件,可与 react、antd 和 ol 结合使用。
示例和 API 文档 访问 https://terrestris.github.io/react-geo/docs/latest/index.html Workshop 访问 https://terrestris.github.io/react-geo-ws/ 安装 npm i @terrestris/ react-geo 要求 react-geo 旨在与 es6-modules 一起使用。
要使用组件,只需像我们在示例中所做的那样导入它: import { CircleMenu, SimpleButton, MapComponent, MapProvider, mappify } from '@terrestris/react-geo';
推荐使用 webpack 和 babel。
你需要在你的 webpack-config 中配置一个 less-loader 来接收 react-geo 特定的样式。
模块:{ 加载器:[{ 测试:/\.less$/,加载器:['style-loader','
2021-06-09 13:04:05
1.14MB
Maps
1