README
mabox-custom-layer
use
import {CustomTileLayer} from '@caelann/front_mapbox_custom_layer'
const layer = new CustomTileLayer({url: ''})
map.addLayer(layer)
基于mapbox的自定义图层加载三维数据 - 组件
<script type="module">
import caelannFrontMapboxCustomLayer from 'https://cdn.skypack.dev/@caelann/front_mapbox_custom_layer';
</script>
import {CustomTileLayer} from '@caelann/front_mapbox_custom_layer'
const layer = new CustomTileLayer({url: ''})
map.addLayer(layer)