Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 358 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 358 Bytes

mapbox-glowworm-example

适用于mapbox-gl的萤火虫打点效果

效果如下:

效果1

  1. 在App.vue中配置自己的mapbox token
const initMap = () => {
  mapboxgl.accessToken = '';
  map.value = new mapboxgl.Map({
    ...
  });
  map.value!.on('load', () => {
    addLayer();
  })
}
  1. yarn
  2. yarn dev