Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antvis/larkmap

A React toolkit for geospatial visualization based on L7.
https://github.com/antvis/larkmap

ant-l7 antvis data-visualization l7 map react webgl

Last synced: about 5 hours ago
JSON representation

A React toolkit for geospatial visualization based on L7.

Awesome Lists containing this project

README

        

English | [įŽ€äŊ“中文](./README.md)

LarkMap

🌍 A React toolkit for geospatial visualization based on L7.

[![npm Version](https://img.shields.io/npm/v/@antv/larkmap.svg)](https://www.npmjs.com/package/@antv/larkmap) [![npm License](https://img.shields.io/npm/l/@antv/larkmap.svg)](https://www.npmjs.com/package/@antv/larkmap) ![Status](https://badgen.net/github/status/antvis/LarkMap) [![Release Status](https://github.com/antvis/LarkMap/workflows/release/badge.svg?branch=master)](https://github.com/antvis/LarkMap/actions?query=workflow:release)

[![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/LarkMap.svg)](http://isitmaintained.com/project/antvis/LarkMap 'Percentage of issues still open') [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/antvis/LarkMap.svg)](http://isitmaintained.com/project/antvis/LarkMap 'Average time to resolve an issue')


Website â€ĸ
Quick Start â€ĸ
Components

## đŸ“Ļ Installation

```bash
$ npm install @antv/l7 @antv/larkmap
```

## 🔨 Usage

```jsx
import React from 'react';
import { LarkMap } from '@antv/larkmap';

const config = {
mapType: 'Gaode',
mapOptions: {
style: 'light',
center: [120.210792, 30.246026],
pitch: 0,
zoom: 8,
rotation: 0,
},
};

export default () => {
return ;
};
```

## Local Development

```bash
# Install project dependencies
$ npm install

# Run website
$ npm run start

# Run lint & unit tests
$ npm run ci

# Compile package
$ npm run build
```

## 🤝 How to Contribute

Your contributions are always welcome! Please Do have a look at the [issues](https://github.com/antvis/LarkMap/issues) first.

To become a contributor, please follow our [contributing guide](https://www.yuque.com/docs/share/fc554034-9331-4cc3-be03-10a2d32b6459).

## License

MIT@[AntV](https://github.com/antvis).