@rcmap/core
v1.0.0
Published
ReactMap Components of Leaflet.js
Downloads
1
Readme
React Map Components of Leaflet.js
功能特性
支持
TypeScript
Popup
,Tooltip
和DivIcon
组件支持JSX
内容支持海量点位组件
MassPoints
, 最大支持大概150k点位.支持按需加载 (tree-shaking)
使用方式
安装
npm install @rcmap/core --save
yarn add @rcmap/core
按需加载
npm install babel-plugin-import --save-dev
{
"plugins": [
[
"import",
{
"libraryName": "@rcmap/core",
"libraryDirectory": "es/components",
"camel2DashComponentName": false
},
"@rcmap/core-import"
]
]
}