@caelann/front_mapbox_custom_layer

基于mapbox的自定义图层加载三维数据 - 组件

Usage no npm install needed!

<script type="module">
  import caelannFrontMapboxCustomLayer from 'https://cdn.skypack.dev/@caelann/front_mapbox_custom_layer';
</script>

README

mabox-custom-layer

use

import {CustomTileLayer} from '@caelann/front_mapbox_custom_layer'

const layer = new CustomTileLayer({url: ''})

map.addLayer(layer)