# Maptalks **Repository Path**: skykain/Maptalks ## Basic Information - **Project Name**: Maptalks - **Description**: Maptalks 项目是一个 HTML5 的地图引擎, 基于原生 ES6 Javascript 开发: 二三维一体化地图, 通过二维地图的旋转 /倾斜增加三维视角 插件化设计, 能 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 46 - **Created**: 2018-01-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

## Resources
* [Web Site](http://maptalks.org)
* [A Quick Start](http://maptalks.org/getting-started.html)
* [Examples](https://maptalks.github.io/examples/en/map/load/)
* [API Reference](https://maptalks.github.io/maptalks.js/api/0.x/Map.html)
* [Docs](https://github.com/maptalks/maptalks.js/wiki)
* [Style Reference](https://github.com/maptalks/maptalks.js/wiki/Symbol-Reference)
* [Plugins](http://maptalks.org/plugins.html)
* [markercluster](https://github.com/maptalks/maptalks.markercluster)
* [heatmap](https://github.com/maptalks/maptalks.heatmap)
* [mapbox-gl-js](https://github.com/maptalks/maptalks.mapboxgl)
* [THREE.js](https://github.com/maptalks/maptalks.three)
* [echarts](https://github.com/maptalks/maptalks.e3)
## Supported Enviroments
* Modern browsers and IE9+ (only IE11 for 3D features)
* Mobile browsers
* Node >= 4.x (for [Server-Side Rendering](https://github.com/maptalks/maptalks.js/wiki/Server-Side-Rendering))
* Electron
**maptalks** is well tested against IE10, IE11, Firefox and Chrome by around 1.5K test cases running on CI services. IE9 is not covered by CI because testing continues to crash for some unknown reasons. Issues on IE9 will be taken care of case by case.
## Install
* Standalone file
Download the [lastest release](https://github.com/maptalks/maptalks.js/releases) and load it in your HTML page like:
```html
```
* NPM
```shell
npm install maptalks --save
```
## Plugin Development
It's easy and joyful to write plugins for maptalks, please check out [the tutorials](https://github.com/maptalks/maptalks.js/wiki) and begin to develop your own. And you are welcome to [share your work](https://github.com/maptalks/maptalks.github.io/issues/new) with us.
## Contributing
We warmly welcome any kind of contributions including issue reportings, pull requests, documentation corrections, feature requests and any other helps.
### Contributing Guide
Please read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose fixes and improvements, and how to test your changes to maptalks.
## Acknowledgments
Maptalks is built on the shoulders of giants. Please refer to [ACKNOWLEDGEMENT](ACKNOWLEDGEMENT) for details.