@20tab/react-leaflet-resetview 中文文档教程

发布于 3年前 浏览 22 项目主页 更新于 3年前

react-leaflet-resetview

用于重置地图视图的 react-leaflet 控件

Installation

您可以使用 NPM 安装 react-leaflet-resetview

npm i @20tab/react-leaflet-resetview

或者使用 YARN:

yarn add @20tab/react-leaflet-resetview

Usage

```typescript jsx 从“react-leaflet”导入 MapContainer; 从“@20tab/react-leaflet-resetview”导入 ResetViewControl;

const 映射 = () => { 返回 (); }; ```

Props

NameTypeDefaultDescription
position?ControlOptions"topleft"The position of the control
title?string"Reset map view"The control title.
icon?string"\u2610"The control icon. Can be either a path for url() or a unicode character.

react-leaflet-resetview

react-leaflet control for resetting the map view

Installation

You can install react-leaflet-resetview with NPM:

npm i @20tab/react-leaflet-resetview

Or with YARN:

yarn add @20tab/react-leaflet-resetview

Usage

```typescript jsx import MapContainer from "react-leaflet"; import ResetViewControl from '@20tab/react-leaflet-resetview';

const Map = () => { return (); }; ```

Props

NameTypeDefaultDescription
position?ControlOptions"topleft"The position of the control
title?string"Reset map view"The control title.
icon?string"\u2610"The control icon. Can be either a path for url() or a unicode character.
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文