naivemap / mapbox-gl-layers

Some implementations of mapbox's custom layer API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapbox-gl-layers

Some implementations of mapbox's custom layer API.

Installing

EChartsLayer

npm i @naivemap/mapbox-gl-echarts-layer echarts

eg. echarts-scatter

ImageLayer

npm i @naivemap/mapbox-gl-image-layer proj4

eg. image-layer

GridLayer

npm i @naivemap/mapbox-gl-grid-layer proj4

eg. grid-layer

API Reference

Class Description
EChartsLayer Integrate the Lines graph and Scatter (bubble) chart of Apache ECharts.
ImageLayer Load a static image of any projection via Arrugator and Proj4js.
GridLayer Render colorful grid data.

About

Some implementations of mapbox's custom layer API.

License:MIT License


Languages

Language:TypeScript 89.8%Language:JavaScript 9.0%Language:HTML 0.9%Language:Shell 0.4%