使用npm包的工程如何引入mapboxgl-enhance/maplibre-gl-enhance扩展包作者:刘大在使用iClient for MapboxGL/MapLibreGL项目开发中,往往会对接非EPSG:3857坐标系的地图,由于默认不支持,因此需引入mapboxgl-enhance/maplibre-gl-enhance扩展包。 在使用Vue等其他框架,通过npm包下载iClient包时,mapboxgl-enhance/maplibre-gl-enhance 没有npm包,应该如何引入使用呢? 本篇文章以iClient for MapboxGL为例,给大家讲解下。