Coder Social home page Coder Social logo

wangxingkang / larkmap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antvis/larkmap

0.0 1.0 0.0 1.17 MB

A React toolkit for geospatial visualization based on L7.

Home Page: https://larkmap.antv.vision

License: MIT License

Shell 0.27% JavaScript 2.60% TypeScript 96.73% Less 0.40%

larkmap's Introduction

English | 简体中文

LarkMap

🌍 基于 L7 封装的位置可视分析 React 组件库.

npm Version npm License Status Release Status

Percentage of issues still open Average time to resolve an issue

网站快速开始组件

📦 安装

$ npm install @antv/l7 @antv/larkmap

🔨 使用

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

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

export default () => {
  return <LarkMap {...config} style={{ height: '300px' }}></LarkMap>;
};

本地开发

# Install project dependencies
$ npm install

# Run website
$ npm run start

# Run lint & unit tests
$ npm run ci

# Compile package
$ npm run build

🤝 如何贡献

如果您在使用的过程中碰到问题,可以先通过 issues 看看有没有类似的 bug 或者建议。

如需提交代码,请遵从我们的贡献指南

许可证

MIT@AntV.

larkmap's People

Contributors

heiyexing avatar lvisei avatar marklei7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.