antv-l7/demos/tutorial/map/demo/mapbox.js

11 lines
184 B
JavaScript

import { Scene } from '@antv/l7';
const scene = new Scene({
id: 'map',
pitch: 0,
type: 'mapbox',
style: 'light',
center: [ -97.119140625, 38.75408327579141],
zoom: 2,
});