Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/antvis/larkmap
- Owner: antvis
- License: mit
- Created: 2022-05-19T09:11:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T11:23:33.000Z (2 months ago)
- Last Synced: 2024-10-29T20:03:06.147Z (17 days ago)
- Topics: ant-l7, antvis, data-visualization, l7, map, react, webgl
- Language: TypeScript
- Homepage: https://larkmap.antv.antgroup.com
- Size: 2.11 MB
- Stars: 74
- Watchers: 14
- Forks: 29
- Open Issues: 24
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
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).