Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Coder-JJ/rc-leaflet

Repository files navigation

React Map Components of Leaflet.js

CHANGELOG

Docs

Features

  • TypeScript support

  • JSX support for Popup, Tooltip and DivIcon

  • MassPoints support, about max 150k points. (v1.1.0+)

  • ClusterPoints support, about max 50k points. (v1.1.0+)

  • RCMap scope Theme support

  • Import on Demand (tree-shaking)

Components

Plugins

Configuration

Usage

Install

npm install rc-leaflet --save

Import on Demand

npm install babel-plugin-import --save-dev
// .babelrc or babel-loader option
{
 "plugins": [
 [
 "import",
 {
 "libraryName": "rc-leaflet",
 "libraryDirectory": "es/components",
 "camel2DashComponentName": false
 },
 "rc-leaflet-import"
 ]
 ]
}

About

React Map Components of Leaflet.js

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /