1.0.0 • Published 2 years ago

@rcmap/core v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Map Components of Leaflet.js

功能特性

  • 支持TypeScript

  • Popup, TooltipDivIcon组件支持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"
    ]
  ]
}