08 2024 档案
摘要:import mapboxgl from "mapbox-gl"; export default class GridLayer { constructor(map) { this.map = map; this.gridSourceId = "grid-source"; this.gridLaye
阅读全文
摘要:1.初始化 import { MapboxOverlay } from "@deck.gl/mapbox"; import { LineLayer, GeoJsonLayer } from "@deck.gl/layers"; import { TripsLayer, Tile3DLayer } f
阅读全文