├── README-cn.md └── README.md /README-cn.md: -------------------------------------------------------------------------------- 1 | [English](./README.md) | 简体中文 2 | 3 | # 简介 4 | 这是一个专门用于收集和整理maptalks插件的对照表,欢迎各位提交pr。 5 | 6 | # 对照表 7 | 8 | **图层类** 9 | - [maptalks.e3](https://github.com/maptalks/maptalks.e3) - mapalks与echart3集成的插件 10 | - [maptalks.e4](https://github.com/maptalks/maptalks.e4) - mapalks与echart4集成的插件 11 | - [maptalks.d3](https://github.com/maptalks/maptalks.d3) - maptalks与D3集成的插件 12 | - [maptalks.three](https://github.com/maptalks/maptalks.three) - mapalks与three集成的插件 13 | - [maptalks.cesium](https://github.com/fuzhenn/maptalks.cesium) - mapalks与cesium集成的插件,并非地球体 14 | - [maptalks.mapboxgl](https://github.com/maptalks/maptalks.mapboxgl) - mapalks与mapboxgl集成的插件 15 | - [maptalks.MBTileLayer](https://github.com/deyihu/maptalks-MBTileLayer) - maptalks加载.mbtiles的图层扩展 16 | - [maptalks.deckgl](https://github.com/sakitam-gis/maptalks.deckgl) - mapalks与deckgl集成的插件 17 | - [maptalks.heatmap](https://github.com/maptalks/maptalks.heatmap) - mapalks热力图插件 18 | - [maptalks.markercluster](https://github.com/maptalks/maptalks.markercluster) - mapalks聚合图插件 19 | - [maptalks.animatemarker](https://github.com/maptalks/maptalks.animatemarker) - marker呼吸灯效果 20 | - [maptalks.odline](https://github.com/maptalks/maptalks.odline) - 模仿echart轨迹迁徙插件 21 | - [maptalks.KrigingLayer](https://github.com/liubgithub/maptalks.KrigingLayer) - mapalks克里金插值图层 22 | - [maptalks.IdwLayer](https://github.com/zzcyrus/maptalks.IdwLayer) - 基于maptalks扩展创建IDWlayer 23 | - [maptalks.esri](https://github.com/liubgithub/maptalks.esri) - 基于mapalks对esri图层的扩展支持,包括ImageLayer和FeatureLayer 24 | - [maptalks.arcgis](https://github.com/lifefriend/maptalks-demo) - 基于mapalks对esri图层的扩展支持,包括WMTS和ArcgisTile 25 | - [maptalks.biglayer](https://github.com/liubgithub/maptalks.biglayer) - maptalks扩展基于webgl渲染百万数据的图层 26 | - [maptalks.gridlayer](https://github.com/maptalks/maptalks.gridlayer) - maptalks格网图层,用来绘制格网 27 | - [maptalks.collisionLayer](https://github.com/ageeye-cn/maptalks.collisionLayer) - marker碰撞检测图层 28 | - [maptalks.glowring](https://github.com/liubgithub/maptalks.glowring) - mapalks发光要素图层 29 | - [maptalks.wind](https://github.com/sakitam-gis/maptalks.wind) - mapalks风场图 30 | - [maptalks.minedata](https://github.com/sakitam-gis/maptalks.minedata) - maptaks扩展图层,用于加载minedata 31 | 32 | **工具类** 33 | - [maptalks.plotsymbol](https://github.com/fuzhenn/maptalks.plotsymbol) - mapalks军事绘标 34 | - [maptalks-awesome-markers](https://github.com/deyihu/maptalks-awesome-markers) - maptalks图标的矢量标注 35 | - [maptalks.control.compass](https://github.com/cXiaof/maptalks.control.compass) - mapalks指北针控件 36 | - [maptalks.mouseCoordinate](https://github.com/ageeye-cn/maptalks.mouseCoordinate) - mapalks鼠标监听坐标控件 37 | - [maptalks.Choropleth](https://github.com/zzcyrus/maptalks.Choropleth) - 基于geojson绘制色斑图 38 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | English | [简体中文](./README-cn.md) 2 | 3 | # Introductiuon 4 | This is a checklist for collecting and organizing maptalks plug-ins. Welcome to submit pr. 5 | 6 | # Curated list 7 | 8 | **Class Layer** 9 | - [maptalks.e3](https://github.com/maptalks/maptalks.e3) - A maptalks Layer to render with great echart3.js library. 10 | - [maptalks.e4](https://github.com/maptalks/maptalks.e4) - A maptalks Layer to render with great echart4.js library. 11 | - [maptalks.d3](https://github.com/maptalks/maptalks.d3) - A maptalks Layer to render with great d3js library. 12 | - [maptalks.three](https://github.com/maptalks/maptalks.three) - A Plug in integrated with mapalks and three 13 | - [maptalks.cesium](https://github.com/fuzhenn/maptalks.cesium) - A Plug in integrated with mapalks and cesium,but not sphere 14 | - [maptalks.mapboxgl](https://github.com/maptalks/maptalks.mapboxgl) - A Plug in integrated with mapalks and mapboxgl 15 | - [maptalks.MBTileLayer](https://github.com/deyihu/maptalks-MBTileLayer) - A maptalks.js plugin to load tilesets in .mbtiles format. 16 | - [maptalks.deckgl](https://github.com/sakitam-gis/maptalks.deckgl) - A Plug in integrated with mapalks and deckgl 17 | - [maptalks.heatmap](https://github.com/maptalks/maptalks.heatmap) - A Plug of HeatMap for maptalks 18 | - [maptalks.markercluster](https://github.com/maptalks/maptalks.markercluster) - A Plug of cluster for maptalks 19 | - [maptalks.animatemarker](https://github.com/maptalks/maptalks.animatemarker) - The breathing lamp effect on marker 20 | - [maptalks.odline](https://github.com/maptalks/maptalks.odline) - Migration plug-in that mimics echart trajectory 21 | - [maptalks.KrigingLayer](https://github.com/liubgithub/maptalks.KrigingLayer) - A Plug of Kriging for maptalks 22 | - [maptalks.IdwLayer](https://github.com/zzcyrus/maptalks.IdwLayer) - A small maptalks plugin to generate an IDW layer 23 | - [maptalks.esri](https://github.com/liubgithub/maptalks.esri) - A esri plugin for maptalks.js,include ImageLayer and FeatureLayer 24 | - [maptalks.arcgis](https://github.com/lifefriend/maptalks-demo) - A esri plugin for maptalks.js,include WMST and ArcgisTile 25 | - [maptalks.biglayer](https://github.com/liubgithub/maptalks.biglayer) - A maptalks layer to render millions of data with WebGL 26 | - [maptalks.gridlayer](https://github.com/maptalks/maptalks.gridlayer) - A GridLayer plugin for maptalks.js. A layer draws grids. 27 | - [maptalks.collisionLayer](https://github.com/ageeye-cn/maptalks.collisionLayer) - A marker collision plugin for maptalks and uses rbush library. 28 | - [maptalks.glowring](https://github.com/liubgithub/maptalks.glowring) - A Luminescent Element Layer of maptalks 29 | - [maptalks.wind](https://github.com/sakitam-gis/maptalks.wind) - A Plug of windlayer for maptalks 30 | - [maptalks.minedata](https://github.com/sakitam-gis/maptalks.minedata) - A plugin to add minedata as a layer for maptalks.js. 31 | 32 | **Class Tools** 33 | - [maptalks.plotsymbol](https://github.com/fuzhenn/maptalks.plotsymbol) - The military plotting for maptalks 34 | - [maptalks-awesome-markers](https://github.com/deyihu/maptalks-awesome-markers) - Font Awesome Icons on maptalks 35 | - [maptalks.control.compass](https://github.com/cXiaof/maptalks.control.compass) - A compass for the control of maptalks 36 | - [maptalks.mouseCoordinate](https://github.com/ageeye-cn/maptalks.mouseCoordinate) - Mouse monitor coordinate control of mapltaks 37 | - [maptalks.Choropleth](https://github.com/zzcyrus/maptalks.Choropleth) - Auto color scale based on value for geojson 38 | --------------------------------------------------------------------------------