mapbox-gl升级到v3.13.0,扩展地图切片坐标系 4326,4490
一、下载最新mapbox-gl代码,编译通过,生成原生js和css
npm run build-prod-min
npm run build-css
二、提交代码版本库,作为原始代码
三、扩展epsg值
node_modules:
1.supercluster
2.whoots.js
3.vector-tile
4.vectortilefeature.js
The feature id parameter must be provided.
pbf.readFields(readFeature, this, end);
if ('id' in this.properties && !this.id) {
this.id = this.properties.id;
}
src:
node_modules\geojson-vt
node_modules\supercluster
四、重新编译打包
npm run build-prod-min
npm run build-css


2328

被折叠的 条评论
为什么被折叠?



