@tssu/mapbox-gl
v0.0.1
Published
A WebGL interactive maps library
Downloads
2
Readme
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'
}