0.0.1 • Published 5 months ago

@tssu/mapbox-gl v0.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
5 months ago

This repository is a fork of mapbox/mapbox-gl-js, adding support for EPSG:4326、CGCS2000 raster source. See mapbox-gl.

To use EPSG:4326 raster:

tianditu: {
  type: 'raster',
  tiles: ['http://t0.tianditu.gov.cn/DataServer?T=vec_c&x={x}&y={y}&l={z}'],
  tileSize: 256,
  crs: 'EPSG:4326'
}